header {
	height: 270px;
}
.article-content {
	padding: 40px;
	min-height: 400px;
	width: 100%;
}
.article-title {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	display: inline-block;
}
.publish-time {
	float: right;
	font-size:12px;
	font-family:MicrosoftYaHei;
	color: #333;
}
.article-title-row {
	margin-bottom: 20px;
	padding: 0 60px;
}
.article-detial-row {
	margin-bottom: 30px;
	padding: 0 60px;
}
.attachment-row {
	padding: 0 60px;
}
.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: 23px;
	margin-bottom: 5px;
}
.attachment-item:hover {
	cursor: pointer;
}
.download-box {
	border: 1px solid #005699;
	width: 74px;
	height: 24px;
	float: right;
	color: #005699;
}
.download-box img {
	margin: 0 6px;
}
.banner {
	background: url(../images/gfqh/common_banner_1.png);
}
header {
	height: 270px;
}
.main-container {
	padding: 20px 0;
}
.tabs-ul li.tab-item {
	height: 42px;
	line-height: 42px;
	position: relative;
	padding-left: 15px;
	cursor: pointer;
}
li.tab-item span.arrow-right {
	position: absolute;
	width: 10px;
	height: 10px;
	top: 14px;
	right: 5px;
	background: url(../images/gfqh/arrow_right.png) no-repeat;
}
.tabs-ul li.tab-item.active,.tabs-ul li.tab-item:hover {
	height: 42px;
	line-height: 42px;
	position: relative;
	padding-left: 15px;
	color: #005699;
	font-weight: bold;
}

.tabs-ul li.tab-item.active span.arrow-right,.tabs-ul li.tab-item:hover span.arrow-right {
	background: url(../images/gfqh/arrow_right_hover.png) no-repeat;
}

.tabs-content {
	background: #FFFFFF;
	padding: 20px;
	min-height: 500px;
	border: 0.8px solid #E6E6E6;
}
.article-list li {
	padding: 10px 5px;
}
.article-list li a span.article-icon {
	width: 20px;
	height: 20px;
	background: url(../images/gfqh/article_icon.png) no-repeat;
	float: left;
	margin-right: 5px;
}
.article-list li a span.article-title {
	color: #333333;
	font-size: 16px;
}
.article-list li a span.publish-date {
	color: #333333;
	font-size: 14px;
	float:  right;
}
.article-list li a:hover span.article-icon {
	background: url(../images/gfqh/article-hover-icon.png) no-repeat;
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 5px;
}
.article-list li a:hover span.publish-date {
	color: #005699;
	font-size: 14px;
	float:  right;
}
.article-list li a:hover span.article-title {
	color: #005699;
	font-size: 16px;
}
.dotted-line {
	height: 1px;
	border-top: 1px dotted #CCCCCC;
	margin: 30px 0;
}


.tabs-container {
	padding-top: 2em;
}

.tabs-container .tabs {
    margin-bottom: 2em;
}
.tabs-container .tabs {
    text-align: left;
}
.tabs-ul li.tab-item {
    display: inline-block;
}
.tabs li.tab-item.item-active a {
    background: #3a89da;
    color: #fff;
    font-weight: bold;
	border:2px solid transparent;
}
.tabs-ul li.tab-item a:hover {
	background: #3a89da;
	color: #fff;
	font-weight: bold;
	border:2px solid transparent;
}
.tabs-ul li.tab-item a {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin: 0.5em 2em 0.5em 0;
    height: 40px;
	min-width: 155px;
    line-height: 2em;
	padding: 3px 20px;
    text-align: center;
    color: #005699;
    border: 2px solid #3a89da;
    border-radius: 8px;
    font-size: 16px;
    display: inline-block;
	background: #fff;
}

.mobile {
	display: none;
}
.pc {
	display: inherit;
}

@media (max-width: 992px) {
	.mobile {
		display: inherit;
	}
	
	.pc {
		display: none;
	}
	
	header {
		height: 209px;
	}
	
	.banner {
		height: 150px;
		width: 100%;
		top: 59px;
	}
	
	.sub-title {
		font-size: 20px;
	}
	
	.white-line {
		height: 20px;
		position: relative;
		top: 5px;
	}
	
	.article-content {
		padding: 0px;
	}
	
	.article-detial-row {
		padding: 0;
		margin-left: 0;
		margin-right: 0;
	}
	
	.tabs-ul li.tab-item a {
		padding: 3px 10px;
	}
	
	.relation-title {
		top: 108px;
		left: 20px;
	}
	
	.position {
		top: 170px;
		left: 20px;
		right: 0;
		color: #000000;
		font-weight: bold;
	}
	
	.main .article-detial p {
		text-indent: 0px !important;
		word-break: break-all;
	}
	
	/*2022.6.6修改*/
	.tabs-ul li.tab-item {
		padding-left: 15px;
	}
	
	.tabs-ul li.tab-item.active,.tabs-ul li.tab-item:hover {
		padding-left: 15px;
	}
	
	.tabs-ul li.tab-item a {
		min-width: 90px;
		margin: 0;
	}
	
	.tabs-container .tabs {
		margin-bottom: 0;
	}
	
	.tabs-ul {
		overflow-x: scroll;
		white-space: nowrap;
		padding-bottom: 10px;
		margin-bottom: 0;
		padding-right: 15px;
	}
	
	.main .article-detial p:first-child {
		text-align: left !important;
	}
	
	.article-detial p span {
		word-break: break-all;
		white-space: normal;
	}
	
	.article-detial p img {
		display: block;
	}
}