/**!
 * 信息详情
 * date:2022-09-22
 * author: jjuan;
 */

.box {
	box-shadow: 0px 1px 13px 0px rgba(32, 114, 213, 0.14);
}
.about {
	margin-top: 20px;
	background-color: #fff;
	padding: 10px 28px 56px 28px;
	margin-bottom: 40px;
}
.about .detail-tt {
	padding: 20px 0;
	line-height: 47px;
	font-size: 24px;
	color: #333;
	text-align: center;
	font-weight: 600;
}
.about .detail-tip {
	line-height: 50px;
	font-size: 16px;
	color: #888;
	background: #edf4fd;
	text-align: center;
}
.detail-tip p {
	display: inline-block;
	margin: 0 27px;
}
.size {
	display: inline-block;
	margin-right: 20px;
	cursor: pointer;
}
.size:last-child {
	margin-right: 0;
}
.size.active {
	color: #1e74b5;
}
.detail-con {
	margin-top: 34px;
}
.detail-con p {
	line-height: 40px;
	font-size: 16px;
}
.detail-text {
	text-indent: 2em;
}
.detail-txt {
	margin-bottom: 20px;
}
.detail-notice {
	margin-top: 23px;
}
.detail-bottom {
	margin-top: 30px;
	text-align: right;
}
.detail-bottom p {
	line-height: 44px;
}
.detail-file {
	margin-top: 16px;
}
.detail-file a {
	display: inline-block;
	color: #1a67c0;
}
.btn {
	margin-top: 46px;
	text-align: center;
}
.btn a {
	display: inline-block;
	width: 179px;
	height: 59px;
	line-height: 59px;
	background: #1a67c0;
	border-radius: 4px;
	font-size: 18px;
	color: #FFFFFF;
}
