@charset "utf-8";
/* CSS Document */
body{
    background: #F9FAFD
}
.channel-main{
    margin-top: 40px;
    min-height: calc(100vh - 374px);
}
.main-content{
	margin-bottom: 60px;
}
.left{
    position: relative;
    width: 320px;
    float: left;
    overflow: hidden;
}
.left-title{
    padding-left: 30px;
	background: url("left-bg.png") no-repeat right;
	background-size: cover;
	padding: 28px 0px 28px 28px;
}
.left-title h2::before{
	width: 24px;
	height: 4px;
	content: "";
	display: block;
	background: #FFF;
	position: absolute;
	top: 0px;
}
.left-title h2{
    font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 24px;
	padding-top: 20px;
	position: relative;
}
.left ul li{
    position: relative;
	padding-right: 15px;
	border-bottom: 1px solid #F1F3FA;
}
.left ul li.left-active,.left ul li:hover{
}

.left ul li::before{
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    top: 21px;
    width: 5px;
    height: 16px;
    background: #E1E2F0;
    border-radius: 2px;
}
.left ul li.left-active::before,.left ul li:hover::before{
    background: #1A3475;
}
.left ul li a{
    font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #1A3475;
	line-height: 30px;
    padding: 15px 15px 15px 30px;
    width: 100%;
    display: block;
	background: url("left-arrow.png") no-repeat right;
}
.left ul li a:hover{
    color: #1A3475!important
}
.left ul li.left-active a,.left ul li:hover a{
    color: #1A3475;
	background: url("left-arrow-blue.png") no-repeat right;
}


.channel-right{
    float: right;
    width: 1030px;
}
.title{
   border-bottom: 1px solid #E7EAF0;
    padding-bottom: 20px;
    margin-bottom: 30px;
	position: relative;
}
.title::before{
	content: "";
	width: 60px;
	height: 5px;
	background: #C40110;
	position: absolute;
	left: 0px;
	bottom: -1px;
}
.title h1{
    font-family: Arial;
	font-weight: bold;
	font-size: 32px;
	color: #193576;
	line-height: 32px;
	
}
.title .location{
    display: block;
    float: right;
    line-height: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #969AA8;
    margin-top: 8px;
}
.title .location a{
    color: #969AA8;
}
.title .location a:last-child{
	color: #3B4461;
}
.article{
    overflow: hidden;
}
.article p,.article div,.article span,.article font{
    font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #404040;
	line-height: 36px;
    margin-bottom: 20px;
	text-align: justify;
}
.article img{
    max-width: 100%;
}
@media(max-width:1460px){
    .left{
        width: 260px;
    }
    .left-title{
        width: 90%
    }
    .left ul{
        width: 90%;
    }
    .channel-right{
        width: 850px;
    }
    .article img{
        max-width: 100%;
    }
}
@media(max-width:1199px){
    .channel-right{
        width: 660px;
    }
}
@media(max-width:991px){
    .left{
        display: none;
    }
    .channel-right{
        width: 100%;
    }
    .title .location{
        float: none;
    }
}
.m_menu_box {
	display: none;
}
.m_menu_box {
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 10;
    display: none;
}
.m_menu_btn {
    width: 40px;
    height: 70px;
    background: url("arrowL.png") no-repeat center;
    background-color:rgba(90,163,232,0.7);
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: -39px;
}
.m_menu_btn.open {
    background-image: url("arrowR.png");
}
.m_menu {
    background-color:rgba(90,163,232,0.7);
    border-radius: 0 0 0 6px;
	position: relative;
}
.m_menu li {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #5AA3E8;
	background-color: rgba(90, 163, 232, 0.7);
}
.m_menu li:last-child{border-bottom: 0;}
.m_menu li a {
    color: #fff;
    display: block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
	font-size: 14px;
	white-space: nowrap;
}
.m_menu li:first-child{
	background-color:rgba(29,119,218,0.9);
}
.m_menu_title{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	z-index: 9999;
	padding: 0px 30px 0px 10px;
	white-space: nowrap;
}
@media(max-width:991px){
    .m_menu_box { display: block;top: 200px; }
}


/*文字列表*/
.textList li{
    padding: 18px 30px;
    position: relative;
}
.textList li:nth-child(2n-1){
    background: #F5F7FB
}
.textList li a{
    font-family: Arial;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
    line-height: 24px;
    padding-left: 21px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.textList li::before{
    content: "";
    width: 7px;
    height: 7px;
    background: rgba(172, 179, 202, 1);
	transform: rotate(45deg);
    float: left;    
    display: block;
    margin-top: 9px;
    position: absolute;
    left: 30px
}
.textList li:hover{
    background: #3D55A7;
}
.textList li:hover a,.textList li a:hover{
    color: #fff!important
}
.textList li:hover span{
    color: #fff
}
.textList li:hover::before{
    background: #fff;
}

/*翻页*/
#pager{
    margin-top: 40px;
    text-align: center;
}
#pager a{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    border-radius: 4px;
    border: 1px solid #DCDCDC;
    padding: 10px 15px;
    margin: 0px 2px;
}
#pager a:hover{
    background: #3D55A7;
    color: #fff!important;
    border: 1px solid #3D55A7;
}
#pager span{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    background: #3D55A7;
    border: 1px solid #3D55A7;
    padding: 10px 15px;
    border-radius: 4px;
    margin: 0px 2px;
}

@media(max-width:768px){
    .textList li a{
        width: 100%;
        overflow: auto;
        white-space: inherit;
        text-overflow: inherit;   
    }
    .textList li span{
        float: none;
        display: block;
        margin-left: 17px;
    }
}
/*文字列表2*/
.textList2 li{
	position: relative;
	padding-left: 80px;
	border-bottom: 1px solid #E8EBF1;
	padding-bottom: 34px;
	margin-bottom: 40px;
}
.list2-date{
	position: absolute;
	left: 0px
}
.list2-date span{
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	color: #003382;
	line-height: 14px;
	margin-bottom: 9px
}
.list2-date p{
	font-family: SourceHanSerifSC;
font-weight: 800;
font-size: 46px;
color: #003382;
line-height: 46px;
}
.list2-ifm a:first-child{
	font-family: Arial;
	font-weight: 400;
	font-size: 20px;
	color: #010103;
	line-height: 28px;
}
.list2-ifm a:first-child:hover{
	color: #23527c;
}
.list2-ifm p{
	font-family: Arial;
	font-weight: 400;
	font-size: 15px;
	color: #79798A;
	line-height: 25px;
	margin-top: 10px;
	min-height: 75px;
	overflow: hidden;
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 3;
	min-height: 78px;
}
.txtmore{
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	color: #6D747F;
	line-height: 19px;
	display: inline-block;
	padding-right: 29px;
	background: url("detail.png") no-repeat right;
	background-size: auto 100%;
	margin-top: 20px
}


/*现任领导*/
.leader{
	padding: 0px 150px;
	margin-bottom: 60px;
}
.leader-top{
	overflow: hidden;
	background: #F6F8FE url("leader-bg.png") no-repeat right bottom;
	margin: 0 auto 20px;
	
}
.leader-top>a{
	float: left;
	margin-right: 40px;
	overflow: hidden;
	line-height: 0;
	width: 159px;
}
.leader-top>a img{
	width: 100%;
	transition: all 1s;
}
.leader-top>a img:hover{
	transform: scale(1.1);
}
.leader-top h3{
	padding-bottom: 21px;
	position: relative;
	margin-top: 100px;
	margin-left: 220px;
}
.leader-top h3::before{
	position: absolute;
	content: "";
	width: 71px;
	height: 1px;
	background: #DFE3F0;
	display: block;
	left: 15px;
	bottom: 0px;
}
.leader-top h3::after{
	position: absolute;
	display: block;
	content: "";
	bottom: 0px;
	z-index: 9;
	width: 19px;
	height: 2px;
	left: 40px;
	background: #354A96;
}
.leader-top h3 a{
	font-family: Arial;
font-weight: bold;
font-size: 24px;
color: #262626;
line-height: 24px;
}
.leader-top span{
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #595959;
	line-height: 18px;
	margin-top: 15px;
	display: block;
	padding-left: 220px;
}
.leader-list{
	margin: 0px -8%;
	overflow: hidden;
}
.leader-list li{
	width: 33.33%;
	float: left;
	text-align: center;
	margin-top: 34px;
	padding: 0 10px
}
.leader-list li>a{
	width: 159px;
	height: 212px;
	overflow: hidden;
	display: block;
	line-height: 0px;
	margin: 0px auto;
}
.leader-list li>a img{
	width: 100%;
	height: 100%;
	transition: all 1s;
}
.leader-list li>a img:hover{
	transform: scale(1.1);
}
.leader-list li h3{
	padding-bottom: 5px;
	position: relative;
	text-align: center;
}
.leader-list li h3 a{
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	color: #262626;
	line-height: 35px;
	margin-top: 15px;
    display: inline-block;
}
.leader-list li h3::after{
	display: block;
	content: "";
	z-index: 9;
	width: 71px;
	height: 2px;
	background: url("leaderlist-bg.png") no-repeat center;
	margin: 10px auto 10px;
}
.leader-list li span{
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #595959;
	line-height: 24px;
	display: inline-block;
	min-height: 72px;
	
}
@media(max-width:1460px){
	.leader{
		padding: 0 70px;
	}
}
@media(max-width:1199px){
	.leader-list {
		margin: 0px -19%;
	}
	.leader-list li{
		width: 50%;
	}
}
@media(max-width:768px){
	.leader{
		padding: 0
	}
	.leader-list {
		margin: 0px;
	}
	
}
@media(max-width:500px){
	.leader-top>a{
		width: 160px;
		margin-right: 15px;
	}
	.leader-top h3{
		margin-left: 175px
	}
	.leader-list li{
		width: 100%;
	}
}
/*细览*/
.article-title h2{
    font-family: Arial;
	font-weight: bold;
	font-size: 28px;
	color: #1A1A1A;
	line-height: 38px;
    text-align: center;
    padding: 10px 0px;
}
.article-ifm{
    margin: 20px 0px 30px;
	padding: 14px 25px;
	background: #F3F6FE;
}
.article-ifm span{
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 33px;
}
.ifm-left{
    float: left;
}
.ifm-left span{
    font-family: Microsoft YaHei;
font-weight: 400;
font-size: 14px;
color: #999999;
line-height: 24px;
    margin-right: 40px
}
.ifm-left a{
    color: #999
}
.article .about-erji-wrap{
	margin-bottom: 40px;
}
.about-erji-wrap .about-tits{
	background: #e3e9f7;
	padding:0 20px;
}
.about-erji-wrap .about-tits span{
	font-size: 22px;
	line-height: 64px;
	color: #000000;
}
.about-list li>a{
	font-size: 16px;
	line-height: 60px;
	color: #333333;
	padding-left: 45px;
	position: relative;
	background: url(./structure_032.png) 15px center no-repeat;
}
.about-list li>a:hover{
	color: #3D55A7;
}
@media(max-width:991px){
	.about-list li>a{
		line-height: 30px;
	}
    .article-ifm{
        text-align: center;
    }
    .ifm-left span{
        margin: 0px 10px
    }
    .ifm-left{
        float: none;
        display: inline-block;
    }
    .other-share{
        margin: 0px 10px;
    }

}


/*图文列表*/
.imgtxtList li{
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
	padding-left: 350px;
	min-height: 180px;
}
.list-img{
    width: 320px;
    margin-right: 20px;
    overflow: hidden;
	line-height: 0;
	position: absolute;
	left: 0px
}
.list-img img{
    width: 100%;
    transition: all 1s;
}
.list-img img:hover{
    transform: scale(1.1)
}
.img-list-title{
    font-family: Arial;
	font-weight: 400;
	font-size: 20px;
	color: #1E2B57;
	line-height: 26px;
    display: block;
}
.imgtxtList li>p{
    font-family: Arial;
    font-weight: 400;
    font-size: 15px;
    color: #79798A;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: justify;
    min-height: 90px;
}
.img-list-title:hover{
    font-weight: bold;
    color: #0467CC!important;
}
.readmore{
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	color: #3D55A7;
	line-height: 14px;
	display: inline-block;
}
.img-date{
	width: 52px;
	background: #3D55A7;
	position: absolute;
	z-index: 95;
	top: 0px;
	left: 10px;
	padding: 7px 0px 7px;
}
.img-date span{
	display: block;
	text-align: center;
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 14px;
	opacity: 0.7;
	margin-bottom: 5px
}
.img-date p{
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
}
@media(max-width:768px){
	.imgtxtList li{
		padding-left: 0;
	}
    .list-img{
        position: static;
        display: block;
        width: 100%;
        margin: 0px auto 10px;
    }
    .imgtxtList li>p{
        margin-bottom: 10px;
    }
}

/*图片列表*/
.imgList{
    margin: 0px -20px;
    overflow: hidden;
}
.imgList li{
    padding: 0px 20px;
    width: 33.33%;
    float: left;
    margin-bottom:30px;
}
.imgList li a:first-child{
    width: 100%;
    display: block;
    overflow: hidden;
    height: 202px;
}
.imgList li a:first-child img{
    width: 100%;
    height: 100%;
    transition: all 0.3s
}
.imgList li a:first-child img:hover{
    transform: scale(1.1)
}
.imgList li a:nth-child(2n){
    font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #1E2B57;
	line-height: 26px;
    margin-top: 10px;
    display: block;
	overflow: hidden;
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 3;
	min-height: 78px;
}
.imgList li a:nth-child(2n):hover{
	opacity: 0.7;
}
.imgList li span{
	font-family: Arial;
	font-weight: 400;
	font-size: 14px;
	color: #8A8C91;
	line-height: 14px;
	margin-top: 10px;
	display: inline-block;
}
@media(max-width:1430px){
    .imgList li a:first-child{
        height: 162px;
    }
}
@media(max-width:1200px){
    .imgList li a:first-child{
        height: 120px;
    }
}
@media(max-width:991px){
    .imgList li a:first-child{
        height: 133px;
    }
}
@media(max-width:768px){
    .imgList li{
        width: 50%;
    }
    .imgList li a:first-child{
        height: 230px;
    }
}
@media(max-width:500px){
    .imgList li a:first-child{
        height: 200px;
    }
	.imgList li{
        width: 100%;
    }
}
.source table tr td{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.source table tr td:first-child{
    background: #F9FAFD;
    text-align: center;
}









.hjmc:hover{
        color: #333!important
    }
.zyk_cent thead th{
	background: #EEF5FF;
	font-size: 16px;
	padding: 5px;
text-align: center;
}
.zyk_cent tbody td{
	text-align: center;
	font-size: 16px;
}
.quickPager span{
	line-height: inherit!important;
	border: none!important;
	background: none!important;
	color: inherit!important;
	padding: 0px!important;
}
#chatpage a{
	padding: 0;
	line-height: normal;
	font-size: 12px;
	border-radius: 0;
}

/* zxx新增样式 */
@media(min-width:1200px){
	.overfloat-dot {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}
	.overfloat-dot-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	}
	.overfloat-dot-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	}
	.overfloat-dot-4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	}
	.overfloat-dot-5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	}
	.overfloat-dot-6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	}
	.overfloat-dot-7 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	}
}


