@charset "utf-8";
/* 链接 */

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #224b7f;
	text-decoration: none;
}
a:active {
	outline: none;
}
/* 头部、底部、全局 */

.links{margin-bottom: 20px;}
.links>ul>li {
    position: relative;
    float: left;
    width: 19%;
    margin-right: 1%;
    font-size: 14px;
    line-height: 40px;
}

.links>ul>li>a {
    display: block;
    padding: 0 20px;
    background: #fff url(../images/links_arr.png) 96% 50% no-repeat;
}

.links>ul {
    position: relative;
}
.links > ul > li > ul {
    display: none;
    z-index: 9;
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    max-height: 200px;
    padding: 0 10px;
    background-color: #f6f6f6;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    overflow-y: auto;
    transition: .3s;
}
.links > ul > li > ul > li {
    padding: 0 10px;
    line-height: 40px;
    border-top: 1px solid #ddd;
}
.links > ul > li:hover > ul {
    display: block;
}

.links li li:hover {
    background-color: #f8f8f8;
}

.links li li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 14px;
}

@media(max-width:480px) {
    .links>ul>li {
        text-align: center;
        position: relative;
        width: 100%
    }
    .links li ul {
        width: 95%;
        position: absolute;
        left: 10px;
        right: 10px;
        top: -200px;
        height: 200px;
        overflow-x: hidden;
        overflow-y: auto;
        border: 1px solid #ddd;
        background-color: #fff;
        transform: translate(0, 3px);
        transition: opacity, transform .3s;
    }
    .links li ul li {
        text-align: center;
        width: 100%;
    }
}

body {
	overflow-x: hidden;
	font-size: 16px;
	color: #333;
	background: #fff url(../images/zfxxgk_bg.jpg) 50% 0 no-repeat;
}
.inner, .nav ul, .links, .copyright {
	position: relative;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.header h1 {
	width: 100%;
	height: 150px;
	padding-left: 60px;
	background: url(../images/guohui_logo.png) 0 50% no-repeat;
}
.header h1 a {
	display: block;
	color: #fff;
	height: 100%;
	line-height: 150px;
	font-size: 36px;
	font-weight: bold;
}
.header h2 {
	width: 100%;
	height: 235px;
	background: url(../images/zfxxgk_text.png) 50% 0 no-repeat;
}
.header h2 a {
	display: block;
	height: 100%;
}
@media (max-width: 1200px) {
.header h1 {
	width: 100%;
	background-position: 10px 50%;
	background-size: auto 50%;
}
.header h2 {
	width: 100%;
	height: 150PX;
	background-position: 50% 0px;
	background-size: auto 50%;
}
}
@media (max-width: 768px) {
.header h2 {
	background-position: 30% 0px;
	background-size: auto 50%;
}
.inner, .nav ul, .links, .copyright {
	width: 100%;
}
}
@media (max-width: 480px) {
.header h2 {
	background-position: 30px 0px;
	background-size: auto 45%;
}
}
@media (max-width: 375px) {
.header h2 {
	background-position: 30px 0px;
	background-size: auto 40%;
}
}
@media (max-width: 320px) {
.header h1 {
	background-size: auto 45%;
}
.header h1 a {
	font-size: 30px;
}
.header h2 {
	height: 120px;
	background-position: 30px 0px;
	background-size: auto 42%;
}
}
/* 公用部分 */

.grid {
	width: 1100px;
	margin: 0 auto;
	padding: 36px;
	background-color: #f2f2f2;
}
.grid>.row {
	margin-right: 0px;
	margin-left: 0px;
}
 .grid>.row>.col, .grid>.row>[class*="col-"] {
 padding-right: 10px;
 padding-left: 10px;
}
 @media (max-width: 1200px) {
.grid {
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
}
}
.mt20 {
	margin-top: 20px;
}
.main {
	border: 1px solid #e7e7e7;
	background-color: #fff;
	margin-right: -10px;
	box-shadow: none;
}
.search-box {
	display: block;
	z-index: 9;
	line-height: 0;
	text-align: center;
	font-size: 0;
	position: relative;
	margin: 47px 0px 83px 0px;
}
@media (max-width: 1200px) {
.search-box {
	margin: 7px 0px 43px 0px;
}
}
.search-box:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0px;
	width: 20%;
	height: 0;
	border-bottom: 2px solid #ccc;
}
.search-box:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0px;
	width: 20%;
	height: 0;
	border-bottom: 2px solid #ccc;
}
.search-box input {
	width: 510px;
	height: 46px;
	line-height: 26px;
	font-size: 16px;
	padding: 10px;
	border: none;
	background: #fff;
	outline: none;
	border-radius: 9px;
	margin-left: -2%;
	border: 2px solid #2c66a4;
}
 @media (max-width: 1200px) {
.search-box input {
	width: 90%;
}
.search-box input {
	margin-left: -5%;
}
.search-box:before, .search-box:after {
	display: none;
}
}
.search-box button {
	width: 40px;
	height: 40px;
	border: none;
	cursor: pointer;
	text-align: center;
	line-height: 0;
	font-size: 0;
	margin-left: -60px;
	color: transparent;
	background: url(../images/q.png) 0px 0px no-repeat;
}
.article {
	padding: 0px;
}
.article h2 {
	font-size: 32px;
	font-weight: bold;
	padding: 0px;
}
.article .info {
	line-height: 24px;
	border-bottom: 1px #ccc solid;
	margin: -20px 0px 10px 0px;
	padding-bottom: 20px;
	text-align: center;
	position: relative;
	text-indent: initial;
}
.article .info span {
	color: 333;
	margin-right: 10px;
}
.article h2 a {
	color: #2d66a8;
	line-height: 100px;
}
.article-box h4 {
	line-height: 52px;
	font-size: 22px;
	font-weight: bold;
	padding: 0px 24px;
}
.article-box h5 {
	line-height: 52px;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 24px;
}
.main p {
	line-height: 32px;
	margin-bottom: 10px;
	padding: 0px 24px;
	text-indent: 2em;
}
.article-box {
	max-height: 940px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0px;
	margin-right: 14px;
	margin-bottom: 40px;
	margin-top:20px;
}
@media (max-width: 768px) {
.article-box {
	max-height: 100%;
	margin-right: 0px;
}
}
 .article-box::-webkit-scrollbar {
 width:10px;
}
.article-box::-webkit-scrollbar-track-piece {
 background:#f2f2f2;
 border-radius:100px;
}
 .article-box::-webkit-scrollbar-thumb {
 background:#2d66a8;
 border-radius:100px;
}

.info-list{box-sizing: border-box;}
.info-list li{position: relative;padding: 0 120px 0 10px;margin: 15px 0;font-size: 16px;line-height: 24px;}
.info-list li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: 0.3s;
}
.info-list li span {
	position: absolute;
	right: 0;
	top: 0;
	color: #858585;
}
.info-list li:hover a{text-indent: .3em;color: #2d66a8;}

.main .info-list li.line {
	height: 0;
	border-bottom: 1px #ccc solid;
	font: 0/0 lx;
	overflow: hidden;
	margin: 10px 0;
}
.mb10 {
	margin-bottom: 10px;
}
.t3 {
	padding: 0px 15px;
	border-bottom: 1px solid #cbcbcb;
}
.t3 b {
	font-size: 18px;
	font-weight: bold;
	border-left: none;
	height: 35px;
	line-height: 35px;
	color: #fff;
	display: inline-block;
	padding: 0px 10px;
	background-color: #2d66a8;
}
.more {
	text-align: center;
	margin: 10px 0px;
	text-indent: 0em;
}
.more a {
	display: inline-block;
	padding: 0px 30px;
	background-color: #e6e6e6;
	line-height: 30px;
}
.report {
	margin-left: 5px;
	margin-right: 5px;
}
.report li {
	border-left: 1px solid #ddd;
}
.report li a {
	display: block;
	line-height: 24px;
	padding: 8px 0px 8px 15px;
}
.report li:nth-child(6n-2),
.report li:nth-child(6n-1),
.report li:nth-child(6n) {
	background-color: #f8f8f8;
}
@media (max-width: 480px) {
	.report li {
		width: 100%;
	}

	.report li:nth-child(6n-2),
	.report li:nth-child(6n-1),
	.report li:nth-child(6n) {
	    background-color: inherit;
	}

	.report li:nth-child(even) {
	    background-color: #f8f8f8;
	}

	.report li {
	    border-left: none;
	}
}

.header{background: none;}
/*自定义菜单栏*/
.custom-nav{border-left: 1px solid #eee;border-right: 1px solid #eee;}
.custom-nav *{box-sizing: border-box;}
.custom-nav i{font-style: normal;}
.custom-nav > .title{position: relative;height: 80px;background-color: #006d9c;}
.custom-nav > .title .name{position: absolute;left: 50%;top: 50%;font-size: 24px;font-weight: bold;color: #fff;transform: translate(-50%,-50%);}
/*一级*/
.custom-nav .nav-1st{margin-top: 15px;}
.custom-nav .nav-1st:nth-of-type(1){margin-top: 0;}
.custom-nav .nav-1st > li{border: 1px solid #e7e7e7;}
.custom-nav .nav-1st > li > a{position: relative;display: table-cell;width: 1000px;height: 70px;padding: 5px 60px 5px 70px;vertical-align: middle;background-color: #fff;font-size: 24px;line-height: 30px;color: #2d66a8;word-break: break-word;transition: 0.3s;}
.custom-nav .nav-1st > li > a .icon{position: absolute;left: 20px;top: 50%;width: 32px;height: 32px;transform: translateY(-50%);}
.custom-nav .nav-1st > li > a .more-btn{content: "";position: absolute;right: 10px;top: 50%;width: 30px;height: 30px;transform: translateY(-50%);transition: 0.3s;}
.custom-nav .nav-1st > li > a .more-btn:after{content: "+";position: absolute;left: 0;right: 0;top: 0;bottom: 0;font-size: 36px;text-align: center;line-height: 24px;color: #2d66a8;}
.custom-nav .nav-1st > li > a:hover{background-color: #2d66a8;color: #fff;}
.custom-nav .nav-1st > li > a:hover .icon{filter: brightness(0) invert(1);}
.custom-nav .nav-1st > li > a:hover .more-btn{filter: brightness(0) invert(1);}
.custom-nav .nav-1st > li.open > a{background-color: #2d66a8;color: #fff;}
.custom-nav .nav-1st > li.open > a .icon{filter: brightness(0) invert(1);}
.custom-nav .nav-1st > li.open > a .more-btn:after{content: "-";color: #fff;}
.custom-nav .nav-1st > li.open .nav-2nd{display: block;}
/*二级*/
.custom-nav .nav-2nd{display: none;padding: 5px 0;background-color: #fff;}
.custom-nav .nav-2nd > li{}
.custom-nav .nav-2nd > li > a{position: relative;display: block;padding: 5px 20px 5px 50px;font-size: 16px;line-height: 20px;color: #333;word-break: break-word;transition: 0.3s;}
.custom-nav .nav-2nd > li > a:before{content: "";position: absolute;left: 35px;top: 50%;width: 4px;height: 4px;margin-top: -2px;background-color: #333;border-radius: 50%;transition: 0.3s;}
.custom-nav .nav-2nd > li > a .more-btn{position: absolute;left: 27px;top: 50%;width: 20px;height: 20px;transform: translateY(-50%);}
.custom-nav .nav-2nd > li > a .more-btn:after{content: "+";position: absolute;left: 0;right: 0;top: 0;bottom: 0;font-size: 20px;text-align: center;line-height: 16px;font-weight: bold;color: #2d66a8;}
.custom-nav .nav-2nd > li > a:hover{color: #2d66a8;}
.custom-nav .nav-2nd > li.open > a{font-weight: bold;color: #2d66a8;}
.custom-nav .nav-2nd > li.open > a:before{display: none;}
.custom-nav .nav-2nd > li.open > a .more-btn:after{content: "-";}
.custom-nav .nav-2nd > li.open .nav-3rd{display: block;}
/*三级*/
.custom-nav .nav-3rd{display: none;padding: 5px 0 5px 20px;}
.custom-nav .nav-3rd > li{margin-bottom: 5px;}
.custom-nav .nav-3rd > li > a{position: relative;display: block;padding: 5px 20px 5px 50px;line-height: 20px;color: #333;word-break: break-word;}
.custom-nav .nav-3rd > li > a:before{content: "";position: absolute;left: 35px;top: 50%;width: 4px;height: 4px;margin-top: -2px;background-color: #333;border-radius: 50%;transition: 0.3s;}
.custom-nav .nav-3rd > li > a:hover{color: #2d66a8;}
.custom-nav .nav-3rd > li.on > a{font-weight: bold;color: #2d66a8;}

/*分类标题*/
.main > .section{padding-bottom: 20px;}
.classify-title{height: 36px;border-bottom: 1px solid #d7d7d7;}
.classify-title .name{display: inline-block;vertical-align: top;padding: 0 30px;background-color: #2d66a8;font-size: 16px;line-height: 36px;color: #fff;}
/*更多按钮*/
.list-more-btn{display: block;width: 100px;height: 30px;background: #f2f4f7;margin: 20px auto 0;font-size: 14px;line-height: 30px;text-align: center;color: #666666;}
/*分类链接栏*/
.classify-link-wrap{padding: 20px 0 5px;}
.classify-link-wrap .item{display: inline-block;vertical-align: top;min-width: 90px;padding: 0 1em;margin: 0 0 10px 15px;background-color: #e8ecf5;border-radius: 5px;font-size: 16px;line-height: 50px;text-align: center;transition: 0.3s;}
.classify-link-wrap .item:first-child{margin-left: 0;}
.classify-link-wrap .item:hover{background-color: #2d66a8;color: #fff;}
.classify-link-wrap .item.on{background-color: #2d66a8;color: #fff;}