header {
	height: 270px;
}
.articles-container {
	background: #F2F4F5;
	padding-top: 20px;
	padding-bottom: 40px;
	box-shadow:0px 2px 4px 0px rgba(0,86,153,0.1);
	border-radius:1px;
}
.article-content {
	background-color: #fff;
	padding: 50px 0;
	min-height: 340px;
}
.article-title {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	display: inline-block;
}

.article-detial p {
	margin-left: 0 !important;
}

.article-detial p span {
	word-break: break-all;
	white-space: normal;
}
.publish-time {
	float: right;
	font-size:12px;
	font-family:MicrosoftYaHei;
	color: #333;
}
.article-title-row {
	margin-bottom: 20px;
	padding: 0  12.5%;
}
.article-detial-row {
	/* margin-bottom: 30px; */
	padding: 0 12.5%;
}
.attachment-row {
	margin-top: 20px;
	padding: 0 12.5%;
}
.horizontal-line {
	height: 1px;
	background: #005699;
	margin-bottom: 10px;
	opacity: 24.94%;
}
.attachment-text {
	color: #EA5F50;
	font-size: 14px;
	float: left;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
}
.attachment-list {
	margin-left: 40px;
}
.attachment-item {
	height: 25px;
	line-height: 25px;
	margin-bottom: 5px;
}

.attachment-item a {
	pointer-events: none;
	color: #000000;
}

.download-box {
	border: 1px solid #005699;
	width: 74px;
	height: 24px;
	float: right;
	color: #005699;
	cursor: pointer;
}
.download-box img {
	margin: 0 6px;
}
.banner {
	background: url(../images/gfqh/common_banner_1.png);
}