@charset "utf-8";
::-webkit-scrollbar{
    width: 10px;
    height: 10px;
    background:#eee;
}
::-webkit-scrollbar-track{
	background: transparent;
}
::-webkit-scrollbar-thumb{
    min-height: 28px;
    padding: 100px 0 0;
    background: rgba(0,0,0,.2);
    background-clip: padding-box;
    border:solid 2px transparent;
    border-radius: 5px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,form,input,p,span,figure{
	margin:0;
	padding:0;
}
body{
	min-width: 1200px;
	font:12px "microsoft yahei","Arial","Verdana","Tahoma";
	line-height:1.42857143;
	color:#252525;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	border:none;
}
i,s,u,em{
	font-style:normal;
	text-decoration:none;
}
ul,li{
	list-style:none;
}
input{
	text-indent:10px;
	outline: none;
	border: none;
}
form *:focus{
	outline:none;
}
a{
	color: #252525;
	text-decoration: none;
}
a:hover{
	color: var(--main-color);
	text-decoration: none;
}
a:focus{
	outline:none;
}
.oh{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.dn{
	display: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.cf:after {
	content: ".";
	font-size: 0;
	height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.cf{
	zoom:1;
}
.container {
	width: 100%;
	height: 100%;
}
.content-box{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
:root {
    --main-color: #355e92;
}
/* -------header*/
.header{
	width:100%;
	height: 156px;
	border-top: solid 3px var(--main-color);
	background: url(../images/header_bg_zbc.jpg) bottom center no-repeat;
}
.top-l a, .top-r a{
	font: 15px/24px "microsoft yahei";
	color: #666;
	display: inline-block;
	padding-right: 2px;
}
.top-r{
	margin: 0 -5px;
}
.top-r a{
	font-size: 14px;
}
.top-r span{
	margin: 0 5px;
}
.top-r span i{
	display: inline-block;
	width: 21px;
	height: 13px;
	vertical-align: middle;
	margin: -2px 2px 0 0;
}
.top-r span:nth-of-type(1) i{
	background: url(../images/icon-wza.png) center no-repeat;
}
.top-r span:nth-of-type(2) i{
	background: url(../images/icon-yxdl.png) center no-repeat;
}
.logo img{
	padding-top: 32px;
}
.nav{
	width: 100%;
	height: 60px;
	background:var(--main-color);
}
.nav li{
	width: 180px;
	float: left;
}
.nav li a{
	font:bold 20px/60px "microsoft yahei";
	text-align: center;
	color: #fff;
	display:block;
}
.nav li a:hover{
	background:#234e84;
}
.search{
	height: 34px;
	margin-top: 13px;
	position: relative;
}
.search input {
	width: 300px;
	font: 12px/34px "microsoft yahei";
	color: #809fcb;
	padding: 0 40px 0 0;
}
.search .go {
	width: 20px;
	height: 20px;
	background: url('http://m.thefunnelgeek.com/jyt/xhtml/img/jky_icon_search.png') no-repeat;
	position: absolute;
	right: 10px;
	top: 7px;
}
/* -------headlines*/
.headlines{
	height: 66px;
	margin: 16px auto;
	font-size: 0;
}
.headlines i{
	width: 78px;
	height: 66px;
	background: url('../images/icon_headlines_zbc.png') left center no-repeat;
}
.headlines p{
	width: 960px;
	font: bold 30px/66px "microsoft yahei";
	color: #e50c03;
	margin-left: 30px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.headlines span{
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 20px;
	position: relative;
}
.headlines span:after{
	content: '';
	width: 1px;
	height: 24px;
	background: #e5e5e5;
	position: absolute;
	top: calc(50% - 12px);
	left: 0;
}
.index-more{
	font: 16px/1 "microsoft yahei";
	color: #999;
	padding-right: 24px;
	background: url('../images/icon_more_zbc.png') right center no-repeat;
}
.index-more:hover{
	background: url('../images/icon_more_h_zbc.png') right center no-repeat;
}
/* -------banner*/
.banner {
	width: 100%;
	text-align: center;
	position: relative;
}
.banner ul {
	width: 300%;
}
.banner ul li {
	float: left;
	width: 33%;
	height: 400px;
	min-height: 400px;
}
@media screen and (min-width:1680px){
	.banner ul li {
		height: 450px;
	}
}
@media screen and (min-width:1920px){
	.banner ul li {
		height: 500px;
	}
}
.banner ul li a{
	width: 100%;
	height: 100%;
	display: block;
}
.banner .dots {
	width: 100%;
	font-size: 0;
	position: absolute;
	left: 0;
	bottom: 20px;
}
.banner .dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 4px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	transition: background .3s;
}
.banner .dots li.active, .banner .dots li:hover{
	background: var(--main-color);
}
.banner .arrows {
	color: transparent;
	cursor: pointer;
}
.banner .prev, .banner .next{
	width: 26px;
    height: 47px;
    background: url('../images/slider_arrow_zbc.png') no-repeat;
    margin-top: -24px;
	filter:alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;
	position: absolute;
	top: 50%;
	transition: opacity .3s, left .3s, right .3s;
}
.banner .prev{
	background-position: 0 -47px;
	left: 0;
}
.banner .next{
	background-position: -26px -47px;
    right: 0;
}
.banner .prev:hover{
	background-position: 0 0;
}
.banner .next:hover{
	background-position: -26px 0;
}
.banner:hover .prev{
	left: 8%;
}
.banner:hover .next{
	right:8%;
}
.banner:hover .prev, .banner:hover .next{
	filter:alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;
}
/* -------工作动态*/
.mtb50{
	margin: 50px 0;
}
.ptb50 {
    padding: 50px 0;
    background: #f5f5f5;
}
.index-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}
.index-title h2{
	font:bold 32px/1 "microsoft yahei";
	color: #101010;
}
.index-title h2 em{
	color: var(--main-color);
}
.index-title >div span{
	display: block;
	font: 15px/1 "Arial";
	color: #979ca3;
	margin-top: 12px;
	text-transform:uppercase;
	padding-left: 44px;
	position: relative;
}
.index-title >div span:after{
	content: '';
	width: 32px;
	height: 2px;
	background: var(--main-color);
	position: absolute;
	top: 50%;
	left: 0;
}
#focus {
	width:580px;
	height:350px;
	overflow:hidden;
	position:relative;
}
#focus ul {
	height:100%;
	position:absolute;
}
#focus ul li {
	float:left;
	width:580px;
	height:100%;
	overflow:hidden;
	position:relative;
}
#focus ul li img{
	width: 100%;
	height: 100%;
}
#focus .textbg{
	width: 100%;
	height: 42px;
	display: block;
	background: rgba(0,0,0,.6);
	position: absolute;
	bottom: 0;
	left: 0;
}
#focus .text{
	width: 78%;
	font: 16px/42px "microsoft yahei";
	color: #fff;
	display: block;
	margin-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#focus .btn {
	position:absolute;
	right:10px;
	bottom:15px;
	z-index: 999;
}
#focus .btn span {
	width: 12px;
	height: 12px;
	float: left;
	margin: 0 3px;
	border-radius:50%;
	background: #fff;
	position: relative;
}
#focus .btn span.on {
	background:var(--main-color);
}
#focus .preNext {
	width:35px;
	height:60px;
	background: url(../images/icon_arrow_zbc.png) no-repeat;
	cursor:pointer;
	filter:alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;
	position:absolute;
	top:130px;
	-webkit-transition: opacity .3s, left .3s, right .3s;
	-moz-transition: opacity .3s, left .3s, right .3s;
	transition: opacity .3s, left .3s, right .3s;
}
#focus .pre {
    background-position: 0 -60px;
    left: -35px;
}
#focus .next {
    background-position: -35px -60px;
    right: -35px;
}
#focus .pre:hover {
    background-position: 0 0;
}
#focus .next:hover {
    background-position: -35px 0;
}
#focus:hover .pre{
	left: 0;
}
#focus:hover .next{
	right: 0;
}
#focus:hover .pre, #focus:hover .next{
	filter:alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;
}
.column-area{
	width: 580px;
}
.index-dynamics-list dl{
	display: flex;
	align-items: center;
	height: 72px;
	border: solid 1px #ddd;
}
.index-dynamics-list dl+dl{
	margin-top: 20px;
}
.index-dynamics-list dt{
	width: 90px;
	height: 40px;
	padding-right: 20px;
	border-right: solid 1px #d9d9d9;
}
.index-dynamics-list dt span{
	display: block;
	text-align: right;
}
.index-dynamics-list dt .day{
	font: 22px/1 "Arial";
	color: #4c4c4c;
}
.index-dynamics-list dt .year{
	font: 14px/1 "Arial";
	color: #808080;
	padding-top: 4px;
}
.index-dynamics-list dd{
	flex: 1;
	padding: 0 40px 0 20px;
}
.index-dynamics-list dd a{
	font: 16px/24px "microsoft yahei";
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
}
.index-dynamics-list dl:hover{
	border-color: var(--main-color);
	background: var(--main-color);
}
.index-dynamics-list dl:hover *{
	color: #fff;
	border-color: #5376a2;
}
/* -------政策文件*/
/* 切换 */
.index-documents-wrapp{
	display: flex;
}
.index-documents-tab{
	width: 109px;
	position: relative;
	border-right: solid 1px #d6d6d6;
}
.index-documents-tab:after{
	content: '';
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -10px;
	box-shadow: -10px 0 10px rgba(0,0,0,.07);
}
.index-documents-tab li{
	font: 16px/16px "微软雅黑";
	color: #666;
	border-right: solid 4px transparent;
}
.index-documents-tab li+li{
	margin-top: 20px;
}
.index-documents-tab li:hover{
	color: #355e92;
	cursor: pointer;
}
.index-documents-tab li.active{
	color: #355e92;
	font-weight: bold;
	border-right: solid 4px #355e92;
}
/* 列表 */
.index-documents-list{
	width: calc(100% - 109px);
}
.index-documents-list li{
	display: flex;
	align-items: center;
}
.index-documents-list li+li{
	margin-top: 25px;
}
.index-documents-list li i{
	width: 14px;
	height: 15px;
	background: url('../images/icon_zcwj_download_zbc.png') no-repeat;
}
.index-documents-list li a{
	flex: 1;
	font: 16px/1 "microsoft yahei";
	margin-left: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/* -------通知公告*/
.index-notice-list dl{
	display: flex;
	align-items: center;
	height: 58px;
}
.index-notice-list dl+dl{
	margin-top: 25px;
}
.index-notice-list dt{
	width: 70px;
	height: 100%;
	border-radius: 0 0 3px 3px;
	background: #bfbfbf;
	padding: 1px;
}
.index-notice-list dt span{
	display: block;
	text-align: center;
}
.index-notice-list dt .day{
	height: 32px;
	font: 26px/32px "Arial";
	color: #979ca3;
	background: #fff;
}
.index-notice-list dt .year{
	font: 14px/24px "Arial";
	color: #fff;
}
.index-notice-list dd{
	flex: 1;
	padding-left: 16px;
}
.index-notice-list dd a{
	font: 16px/24px "microsoft yahei";
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
}
.index-notice-list dl:hover dt{
	background: var(--main-color);
}
.index-notice-list dl:hover .year{
	color: #fff;
}
.index-notice-list dl:hover *{
	color: var(--main-color);
	border-color: var(--main-color);
}
.day, .year{
	cursor: default;
}
/* -------友情链接*/
.friendship ul{
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
}
.friendship li{
	flex: 1;
	height: 80px;
	border: solid 1px #ddd;
}
.friendship li:not(:last-child){
	margin-right: 20px;
}
.friendship li a{
	height: 100%;
	display: flex;
}
.friendship li img{
	margin: auto;
}
.friendship li:hover{
	border-color: #d1d1d1;
}
/* -------footer*/
.footer{
	width: 100%;
	padding: 42px 0;
	background: var(--main-color);
}
.unit{
	padding-top: 10px;
}
.unit img.error{
	float: right;
	padding: 5px 0 0 15px;
}
.contact {
	padding:0px 25px;
	margin-left: 25px;
	border-left: solid 1px #4a6e9d;
	position: relative;
}
.contact img{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 20px;
}
.contact p, .contact p a{
	width: 100%;
	font: 13px/22px "microsoft yahei";
	color: #fff;
}
.contact p a:hover{
	text-decoration: underline;
}
.tel{
	width: 220px;
	height: 68px;
	border-left: solid 3px #fff;
	border-right: solid 3px #fff;
	background: url(../images/icon_tel_zbc.png) 18px center no-repeat;
	position: relative;
	top: 19px;
}
.tel i{
	width: 5px;
	height: 3px;
	background: #fff;
	position: absolute;
}
.tel i:nth-of-type(2){
	right: 0;
}
.tel i:nth-of-type(3){
	bottom: 0;
	right: 0;
}
.tel i:nth-of-type(4){
	bottom: 0;
}
.tel span{
	color: #fff;
	display: block;
	padding-left: 62px;
}
.tel span:nth-of-type(1){
	font:bold 14px/16px "microsoft yahei";
	padding-top: 15px;
}
.tel span:nth-of-type(2){
	font: 18px/26px "microsoft yahei";
}
/* -------组织机构*/
.mtb80{
	margin: 80px 0;
}
.jjbg{
	position: relative;
}
.jjbg:before{
	content: '';
	width: 220px;
	height: 290px;
	background: url('../images/pic_introduction_bg1_zbc.png') no-repeat;
	position: absolute;
	top: 20px;
	left: 0;
}
.jjbg:after{
	content: '';
	width: 360px;
	height: 360px;
	background: url('../images/pic_introduction_bg2_zbc.png') no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
}
.introduction{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.introduction_pic{
	width: 500px;
	height: 640px;
	border: solid 4px var(--main-color);
	position: relative;
}
.introduction_pic img{
	position: absolute;
	top: 30px;
	left: 45px;
}
.introduction_right{
	width: 600px;
}
.inner_headline h3{
	font: bold 32px/38px "microsoft yahei";
}
.inner_headline.tac{
	text-align: center;
}
.inner_headline span{
	display: block;
	width: 70px;
	height: 4px;
	margin: 20px 0;
	background: var(--main-color);
}
.inner_headline.tac span{
	margin: 20px auto 50px;
}
.introduction_cont p{
	font: 16px/30px "microsoft yahei";
}
.introduction_cont p+p{
	margin-top: 15px;
}
/* 领导信息 */
.leader_bg{
	padding: 80px 0;
	background: url('../images/pic_leader_zbc.jpg') center bottom no-repeat;
}
.leader_bg .inner_headline h3{
	color: #fff;
}
.leader_bg .inner_headline span{
	background: #fff;
}
.leader_wrapp{
	display: flex;
}
.leader-tab{
	width: 270px;
}
.leader-tab li+li{
	/* margin-top: 1px; */
}
.leader-tab li{
	height: 70px;
	font: 20px/70px "microsoft yahei";
	background: #dfecff;
	border-right: solid 1px #dfdfdf;
	padding-left: 40px;
	cursor: pointer;
}
.leader-tab li em{
	font-size: 14px;
	font-weight: normal;
	color: #999;
	padding-left: 12px;
}
.leader-tab li:hover, .leader-tab li.active{
	color: var(--main-color);
}
.leader-tab li.active{
	font-weight: bold;
	background: #fff;
	border-color: #fff;
}
.leader-tab li:nth-of-type(1).active{
	border-bottom: solid 1px #dfdfdf;
}
.leader-tab li:nth-of-type(2).active{
	border-top: solid 1px #dfdfdf;
	border-bottom: solid 1px #dfdfdf;
}
.leader-tab li:nth-of-type(3).active{
	border-top: solid 1px #dfdfdf;
}
.leader-cont{
	width: 930px;
	padding: 32px 50px;
	background: #fff;
}
.leader-cont p{
	font: 16px/30px "微软雅黑";
	margin-bottom: 8px;
}
.leader-cont p em{ 
	font-weight: bold;
}
/* 部门联系方式 */
.contact_bg{
	padding: 80px 0 60px;
	background: url('../images/pic_contact_zbc.jpg') center bottom no-repeat;
}
.contact-list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}
.contact-list li{
	width: calc(33.3333% - 24px);
	height: 110px;
	margin: 0 12px 24px;
	padding: 25px;
	border-radius: 4px 0 0 4px;
	border-left: solid 3px #e5e5e5;
	background: #fff;
	box-shadow: 0 2px 20px rgba(0,0,0,.08);
	cursor: default;
	position: relative;
	transition: border-radius .4s;
}
.contact-list li:after{
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	background: var(--main-color);
	top: 0;
	left: 0;
	transition: width .4s, background .4s;
}
.contact-list li:hover:after{
	width: 100%;
}
.contact-list li *{
	position: relative;
	z-index: 9;
}
.contact-list li .info{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 22px;
}
.contact-list li h4{
	font: 20px/20px "microsoft yahei";
	transition: font .4s, color .4s;
}
.contact-list li .fzr{
	font: 14px/1 "microsoft yahei";
	color: #666;
	transition: color .4s;
}
.contact-list li .phone{
	font: 18px/20px "Arial";
	color: var(--main-color);
	transition: color .4s;
}
.contact-list li:hover{
	/* border-radius: 0; */
	border-color: var(--main-color);
}
.contact-list li:hover h4{
	font-weight: bold;
}
.contact-list li:hover *{
	color: #fff;
}
.contact-list li:nth-of-type(1){
	background: #fff url('../images/icon_bm1_contact_zbc.png') no-repeat;
	background-position: right 10px top 10px;
}
.contact-list li:nth-of-type(2){
	background: #fff url('../images/icon_bm2_contact_zbc.png') no-repeat;
	background-position: right 10px top 10px;
}
.contact-list li:nth-of-type(3){
	background: #fff url('../images/icon_bm3_contact_zbc.png') no-repeat;
	background-position: right 10px top 10px;
}
.contact-list li:nth-of-type(4){
	background: #fff url('../images/icon_bm4_contact_zbc.png') no-repeat;
	background-position: right 10px top 10px;
}
.contact-list li:nth-of-type(5){
	background: #fff url('../images/icon_bm5_contact_zbc.png') no-repeat;
	background-position: right 10px top 10px;
}
.contact-list li:nth-of-type(6){
	background: #fff url('../images/icon_bm6_contact_zbc.png') no-repeat;
	background-position: right 10px top 10px;
}
.contact-list li:nth-of-type(7){
	background: #fff url('../images/icon_bm7_contact_zbc.png') no-repeat;
	background-position: right 10px top 10px;
}
.contact-list li:nth-of-type(8){
	background: #fff url('../images/icon_bm8_contact_zbc.png') no-repeat;
	background-position: right 10px top 10px;
}
.contact-list li:nth-of-type(9){
	background: #fff url('../images/icon_bm9_contact_zbc.png') no-repeat;
	background-position: right 10px top 10px;
}
/* 政策文件 */
.zcwjbg{
	padding-bottom: 50px;
	background: #f7f9fa;
	position: relative;
}
.zcwjbg:after{
	content: '';
	width: 100%;
	height: 310px;
	background: url('../images/pic_zcwj_bg_zbc.jpg') center top no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.zcwjpage{
	padding-top: 120px;
	z-index: 999;
	display: flex;
}
.slidebar{
	min-width: 260px;
	min-height: 780px;
	background: #f1f4f7 url('../images/pic_zcwj_slidebar_bg_zbc.jpg') left bottom no-repeat;
	border-right: solid 1px #eaeef3;
	position: sticky;
	top: 0;
}
.slidebar h3{
	height: 110px;
	font: 28px/1 "";
	padding: 55px 0 0 40px;
	background: #fff url('../images/icon_dots_slidebar_zbc.jpg') left top no-repeat;
	border-bottom: solid 1px #e8edf2;
}
.slidebar_list li i{
	width: 30px;
	height: 30px;
	margin-right: 8px;
	background: url('../images/icon_slidebar_zcwj_zbc.png') no-repeat;
}
.slidebar_list li:nth-child(1) i{
	background-position: 0 0;
}
.slidebar_list li:nth-child(2) i{
	background-position: -30px 0;
}
.slidebar_list li:nth-child(3) i{
	background-position: -60px 0;
}
.slidebar_list li:nth-child(4) i{
	background-position: -90px 0;
}
.slidebar_list li:nth-child(5) i{
	background-position: -120px 0;
}
.slidebar_list li:nth-child(6) i{
	background-position: -150px 0;
}
.slidebar_list li:nth-child(7) i{
	background-position: -180px 0;
}
.slidebar_list li:nth-child(8) i{
	background-position: -210px 0;
}
.slidebar_list li:nth-child(9) i{
	background-position: -240px 0;
}
.slidebar_list li:nth-child(1):hover i, .slidebar_list li.active:nth-child(1) i{
	background-position: 0 -30px;
}
.slidebar_list li:nth-child(2):hover i, .slidebar_list li.active:nth-child(2) i{
	background-position: -30px -30px;
}
.slidebar_list li:nth-child(3):hover i, .slidebar_list li.active:nth-child(3) i{
	background-position: -60px -30px;
}
.slidebar_list li:nth-child(4):hover i, .slidebar_list li.active:nth-child(4) i{
	background-position: -90px -30px;
}
.slidebar_list li:nth-child(5):hover i, .slidebar_list li.active:nth-child(5) i{
	background-position: -120px -30px;
}
.slidebar_list li:nth-child(6):hover i, .slidebar_list li.active:nth-child(6) i{
	background-position: -150px -30px;
}
.slidebar_list li:nth-child(7):hover i, .slidebar_list li.active:nth-child(7) i{
	background-position: -180px -30px;
}
.slidebar_list li:nth-child(8):hover i, .slidebar_list li.active:nth-child(8) i{
	background-position: -210px -30px;
}
.slidebar_list li:nth-child(9):hover i, .slidebar_list li.active:nth-child(9) i{
	background-position: -240px -30px;
}
.slidebar_list li a{
	height: 72px;
	font-size: 18px;
	padding-left: 40px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.slidebar_list li a:hover{
	color: #3279c1;
	background: #e2ecf6;
}
.slidebar_list li.active{
	background: #e2ecf6;
	border-right: solid 3px #3279c1;
}
.slidebar_list li.active a{
	color: #3279c1;
}
.content-area{
	flex: 1;
	padding: 0 50px 50px;
	background: #fff;
}
.cont_title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 60px 0 25px ;
	border-bottom: solid 1px #e8edf2;
}
.cont_title h4{
	font: 22px/1 "微软雅黑";
}
.crumbs a, .crumbs{
	font: 14px/1 "微软雅黑";
	color: #999;
}
.crumbs a:hover , .crumbs .active{
	color: #252525;
}
.newsList{
	
}
.newsList li{
	display: flex;
	align-items: center;
	background: #f7f9fa;
	border: solid 1px #e8edf2;
	padding: 14px;
	margin-top: 20px;
}
.newsList li .date{
	min-width: 110px;
	height: 110px;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.newsList li .day{
	font: bold 36px/1 "arial";
	color: #3279c1;
}
.newsList li .year{
	font: 16px/1 "arial";
	color: #999;
	padding-top: 10px;
}
.newsList li .info{
	flex: 1;
	margin-left: 20px;
}
.newsList li .info .title{
	display: block;
	width: 680px;
	font: bold 16px/1 "微软雅黑";
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsList li .info .title:hover, .newsList li:hover .info .title{
	color: #3279c1;
}
.newsList li .info p{
	font: 14px/25px "微软雅黑";
	color: #666;
	margin-top: 13px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
}
.newsList li:hover{
	border-color: #3279c1;
}
.newsList li:hover .date{
	background: #3279c1;
}
.newsList li:hover .date> *{
	color: #fff;
}
.turnPages{
	font-size: 0;
	text-align: center;
	margin-top: 40px;
}
.turnPages ul{
	display: flex;
	justify-content: center;
}
.turnPages a {
	display: inline-block;
	height: 36px;
	font: 14px/36px "microsoft yahei";
	color: #666;
	padding: 0 15px;
	margin: 0 5px;
	border-radius: 4px;
	border: solid 1px #e5e5e5;
}
.turnPages a:hover, .turnPages .on{
	background: #3279c1;
	color: #fff;
	border-color: #3279c1;
	cursor: pointer;
}
.page_jump input{
	width:60px;
	height: 36px;
	font: 14px/36px "microsoft yahei";
	color: #999;
	padding: 0 10px;
	margin: 0 5px;
	border-radius: 4px;
	border: solid 1px #e5e5e5;
}
.page_jump input:hover,.page_jump input:focus{
	border-color:#3279c1;
}
.paging .page_index .current {
    color: #fff;
    background: #3279c1;
    border-color:#3279c1;
}
.paging .total_count, .paging .page_jump {
	display: none; 
}
@media screen and (min-width:1921px){
	.header, .leader_bg, .contact_bg, .zcwjbg:after{
		background-size: cover;
	}
}
/* 新闻详情 */
.pagexq .crumbs{
	margin-bottom: 16px;
}
.pagexq .crumbs a, .pagexq .crumbs{
	font: 14px/1 "";
	color:rgba(255,255,255,.7);
}
.pagexq .crumbs a:hover , .pagexq .crumbs .active{
	color: #fff;
}
.pagexq{
	flex-direction: column;
}
.news-xq-wrapp{
	background: #fff;
	padding: 40px;
}
.news-xq .title{
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 25px; 
	border-bottom: dashed 1px #ddd;
}
.news-xq .title h3{
	font: 28px/42px "microsoft yahei";
}
.news-xq .title span{
	font: 14px/14px "microsoft yahei";
	color: #666;
	display: block;
	padding-top: 15px;
}
.news-xq .cont{
	min-height:200px;
}
.news-xq .cont p{
	font: 16px/32px "microsoft yahei";
	text-indent: 2em;
	/* padding: 10px 0;*/
	word-break: break-word;
}
/* 首页通知公告缩减 */
.index-notice-list dl{
	height: 40px;
}
.index-notice-list dl+dl{
	margin-top: 13px;
}
.index-notice-list dt{
	width: 60px;
}
.index-notice-list dt .day{
	height: 22px;
	font: 21px/22px "Arial";
}
.index-notice-list dt .year{
	font: 13px/18px "Arial";
	
}
/* 临时去掉政策文件-综合管理类别 */
.index-documents-tab li+li{
	margin-top:25px;
}
.index-documents-tab li:nth-of-type(7), .slidebar_list li:nth-of-type(7){
	display:none;
}

