.detail {
	background-color: #F5F8FD;
	padding: 15px;
	border: 1px solid #C8D8F2;
	margin: 10px;
}
.detail .head h1 {
	font-size: 18px;
	line-height: 30px;
	color: #03005C;
	text-align: center;
}
.detail .head .title {
	color: #333;
	text-align: center;
	line-height: 25px;
	clear: both;
	height: 25px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.detail .head .title .updateTime {
	font-size: 14px;
}
.detail .head .title .fontSize {
	float: left;
	margin-left: 10px;
	clear: right;
}
.detail .content {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C8D8F2;
	border-right-color: #C8D8F2;
	border-bottom-color: #C8D8F2;
	border-left-color: #C8D8F2;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 15px;
}
.detail .otherRecord {
	line-height: 24px;
	color: #808080;
}
.detail .otherRecord a {
	color: #36C;
	text-decoration: underline;
}
.detail .otherRecord a:hover {
	color: #C00;
}
