﻿@charset "utf-8";
html, body {
	-webkit-text-size-adjust: none;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: "Microsoft YaHei", "微软雅黑";
	background: url(../images/bg.jpg) #fff no-repeat top center;
	line-height: 28px;
	color: #333333;
	overflow-x: hidden;
		min-width: 1100px;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	font-weight: nomal
}
a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
a:hover {
	color: #016bb9;
	text-decoration: none;
}
.clear {
	clear: both;
}
input{
	outline: none;
}
dl {
	margin: 0px;
	padding: 0px;
}
dd {
	display: block;
	margin: 0px;
	padding: 0px;
	-webkit-margin-start: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
	margin: 0;
	padding: 0px;
}
div {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.blank20 {
	clear: both;
	height: 20px;
	overflow: hidden;
}
.header {
	height: 365px;
}
.w1100{
	margin:0 auto;
	width:1100px;
}
.logo{
	padding-top:28px;
}
.article-title{
	color:#fff;
    font-size: 100px;
    font-weight: bold;
	text-align:center;
	padding-top:44px;
	height:90px;
	position:relative;
}
.article-title:before{
	position:absolute;
	content:"";
	bottom:2px;
	height:2px;
	background:#fff;
	width:488px;
	right:150px;
}
.main {
	background:#f2f2f2;
    padding: 50px 40px 40px;
    margin-bottom: 28px;
}
.search {
	height: 50px; text-align: center; position: relative;
}
.search::before {
	background:#bdcbe8;
	top: 24px;
	width: 233px;
	height: 1px;
	position: absolute;
	content: "";
}
.search::after {
	background:#bdcbe8; top: 24px; width: 233px; height: 1px; position: absolute; content: "";
}
.search::before {
	left: 0px;
}
.search::after {
	right: 0px;
}
.so {
	background: rgb(255, 255, 255); border-radius: 9px; border: 1px solid #016bb9; border-image: none; width: 510px; height: 50px; display: inline-block;
}
.so .text {
	background: none; border: currentColor; border-image: none; width: calc(100% - 66px); height: 100%; text-indent: 12px; font-size: 16px; float: left;
}
.so .btn-search {
	background: url(../images/xxgk_search.png) no-repeat center; border: currentColor; border-image: none; width: 60px; height: 100%; float: right; cursor: pointer;
}
.main-con {
	overflow: hidden; 
/* margin-top:40px; */
}
.xxgk-right {
	 width: 777px; float: right; 
}
.boxxfj {
	background: rgb(255, 255, 255); width: 777px; float: right; border:1px solid #e9e9e9; min-height:300px; padding-bottom:40px; overflow:hidden; 
}
.morecc{
	position:absolute;
	right:10px;
	top:0px;
}
.morecc a{
	color:#016bb9;
}
.morecc a:hover{
	color:#000;
}
.zfxx-left{
	float: left;
	width: 213px;
}
.zfxx-left ul{
	width: 100%;
}
.zfxx-left li{
	position: relative;
	width: 100%;
	margin-bottom: 15px;
	background-color: #fff;
}

.zfxx-left li .tab-menu{
	display: block;
	height: 43px;
	width: auto;
	border: 1px solid #e9e9e9;
	background-color: #fff;	
	padding: 10px 18px 15px 20px;

}
.zfxx-left li .tab-menu a{
	display: block;
	width: 100%;
	height: 100%;
}
.zfxx-left li .tab-menu span{
	float: left;
	font-size: 18px;
	line-height: 1.3;
}
.zfxx-left li .icon-tab{
	float: left;
	margin: 0px 15px 0 0 ;
}
.zfxx-left li .icon-tab-on{
	display: none;
}
.zfxx-left li.on .icon-tab{
	display: none;
}
.zfxx-left li.on .icon-tab-on{
	display: block;
}
.zfxx-left li.on .tab-menu{	
	border: 1px solid #016bb9;
	background-color: #016bb9;
}
.zfxx-left li.on .tab-menu a{	
	color: #fff;
} 
.zfxx-left li em{
	position: absolute;
	right: 0px;
	top:0px;
	display: block;
	width: 62px;
	height: 60px;
	font-size: 30px;
	color: #2d66a5;
	font-style: normal;
	line-height: 46px;
	cursor: pointer;
	text-align: center;
}
.zfxx-left li.on em{
	color: #fff
}
.tab-menu em{
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s;
	color: #fff;
	clear: both;
	padding: 8px 0px;
	overflow: hidden;
}
.tab-menu em:before {
	content: "+";
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	margin-right: 5px;
	cursor: pointer;
	position: relative;
	font-size:40px;
}
.tab-menu em.xfj_on:before {
	content: "-";
	display: inline-block;
	text-align: center;
	line-height: 8px;
	border-radius: 2px;
	margin-right: 5px;
	cursor: pointer;
	position: relative;
	top: -1px;
	line-height:50px;
	font-size:50px;
}

.submenu{
	display:none;
	background:#fff0;
	clear:both;
	border: 1px solid #e9e9e9;
	overflow:hidden;
	padding:12px 0px;
}
.focus .submenu{
	display:block;
}
.activeHide{
	display:none;
}
.focus1 .activeHide{
	display:block;
}

.submenu li em{
	position: absolute;
	right: 0px;
	top:-5px;
	display: block;
	width: 62px;
	height: 30px;
	font-size: 30px;
	color: #2d66a5;
	font-style: normal;
	line-height: 1.2;
	cursor: pointer;
	text-align: center;
}
.submenu em:before {
	content: "";
	display: inline-block;
	text-align: center;
	margin-right: 5px;
	cursor: pointer;
	position: relative;
	border-top: 8px solid #999999;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
	margin-top:20px;
}
.submenu em.xfj_on:before {
	content: "";
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	margin-right: 5px;
	cursor: pointer;
	position: relative;
	margin-top:-20px;
	border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #999999;
}
.submenu li{
	margin-bottom:0px;
}
.submenu li a {
    line-height: 40px;
    overflow: hidden;
    font-size: 16px;
    display: block;
	text-align:left;
	padding-left:50px;
	box-sizing:border-box;
}
.submenu li a:hover {
	background:#e5f0f8;
	font-weight:bold;
	color:#016bb9;
}
.submenu li a.nomal {
	background:#e5f0f8;
	font-weight:bold;
	color:#016bb9;
}
.activeHide dt{
	padding-left:10px;
	position:relative;
}
.activeHide dt a{
	line-height:36px;
}
.activeHide dt a:hover{
	background:none;
}
.activeHide dt:before{
	content: "";
    position: absolute;
    top: 17px;
    left: 50px;
    border-radius: 50%;
    background: #1a7ac0;
    width: 3px;
    height: 3px;
}
.ej_tt{
	margin-bottom: 10px;
}
.ej_tt span{
	background-image: url(../images/ej_tt.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #484848;
}
.titlexfj span.active{
	border-bottom:2px solid #076eba;
	height: 40px;
	
}
.titlexfj  span {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    padding: 0 22px;
    height: 40px;
    line-height: 40px;
    _height: 42px;
    _line-height: 40px;
    position: relative;
}
.titlexfj {
    border-bottom: 2px solid #cdcdcd;
    height: 40px;
    line-height: 40px;
	position:relative;
}
.ggb_list{
	width:740px;
	margin:0 auto;
	clear:both;
	padding:20px 0px;
	border-bottom: 1px dashed #b5b5b5;
    margin-bottom: 8px;
    padding-bottom: 20px;
}
.ggb_list li a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    width: 610px;
}
.pull-right {
    float: right;
    color: #908f8f;
}
.ggb_list li {
    background-image: url(../images/list.png);
    background-position: 0px center;
    background-repeat: no-repeat;
    padding-left: 15px;
    height: 35px;
    +height: auto;
    _height: 35px;
    line-height: 35px;
}
div.fy{border-bottom: none; width:650px; margin:0 auto; padding-top:10px;}
div.aa{margin:auto auto auto 30px;}
div.bb{margin: auto 10px;}
.fy ul.ulli li{float:left;font-size:14px;text-align:center;height:32px;width:60px;margin-right:6px;line-height:32px;border:1px solid #d1d1d1; background:none; padding-left:0px;}
 .fy a{display:block;color:#606060;}
.fy a:hover{color:#fff;background:#016bb9;}
 .fy div{float:left;font-size:14px;color:#606060;line-height:32px;border-bottom: none;
}
 .fy select{border:solid 1px #898989;}
 .fy div span{color:#016bb9;}
/*尾部开始*/
.footer{
	height: 210px;
	border-top:2px solid #016bb9;
	text-align: center;
	position: relative;
	margin-top: 10px;
	width: 100%;
	background-color: #e3e3e3;
        z-index:2;
}
.footer div{
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
        background-position:top center;
}
.footer img{
	margin-top: 30px;
}
.footer p{
	color: #333;
	line-height: 22px;
}
/*尾部结束*/
.nr_list{
	    width: 740px;
    margin: 0 auto;
    clear: both;
    padding: 20px 0px;
    border-bottom: 1px dashed #b5b5b5;
    margin-bottom: 8px;
    padding-bottom: 20px;
}
.nr_list li{height: 49px;width:100%;vertical-align:middle; font-size:16px; line-height:49px; text-indent:20px; }
.nr_list  li:nth-child(2n+1){background-color: #ecf4fa;}
.ejxxgk_xq_tt{
	text-align:center;
	padding-top:50px;
}
.ejxxgk_xq_tt h3 {
    font-size: 32px;
    color: #2d66a5;
    margin-bottom: 10px;
    font-weight: normal;
}
.ejxxgk_xq_tt h4 {
    color: #7d7d7d;
    font-weight: normal;
    margin-bottom: 20px;
}

.ejxxgk_xq_tt small {
    color: #7d7d7d;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 14px;
}
.ejxxgk_xq_con {
    border-top: 1px dotted #076EBA;
    padding-top: 15px;
    color: #383838;
	width:90%;
	margin:0 auto;
	clear:both;
}
#BodyLabel {
    font-size: 16px;
}
/* 政府领导页面 */
.zfld {
	border: 1px solid #ccc;
	background-color: rgb(255,255,255);
}
.zfld .xzf {
	width: 110px;
	height: 35px;
	background-color: rgb(1,81,150);
	color: white;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	margin-bottom: -1px;
}
.ldlist {
	padding: 25px 0 0 35px;
	border: 1px solid #ccc;
	background-color: rgb(255,255,255);
}
.ldlist .leader-wrap {
	width: 100%;
	display: flex;
	align-items: center;
}
.ldlist .leader-wrap .zhiwei {
   font-size: 16px;
	 font-weight: 500;
	 width: 17px;
}
.ldlist .leader-wrap ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 25px;
}
.ldlist .leader-wrap ul li a{
	width: 129px;
	height: 191px;
	margin-left: 35px;
	display: flex;
	flex-direction:column;
	text-align: center;
}
.ldlist .leader-wrap ul li a img {
	width: 121px;
	height: 155px;
	padding: 3px;
	border: 1px solid #ccc;
}
.bottombg {
	width: 100%;
	clear: both;
	background: #f7f7f7;
	color: #575757;
	padding: 0px 0px 0px;
	text-align: center;
	line-height: 32px;
	font-size: 15px;
	border-top: 5px solid #17579f;
}
.w1200_box {
	padding: 40px 0px;
	width: 1100px;
	margin: 0 auto;
}
.footmenu {
	font-weight: bold;
	padding-bottom: 12px;
	font-size: 16px;
}
.foot_l {
	float: left;
	margin-top: 40px;
	margin-left: 30px
}
.foot_m {
	float: left;
	width: 780px;
	margin-left: 20px;
	text-align:center;
}
.foot_r {
	float: left;
	width: 200px;
	margin-top: 40px;
	margin-left: 0px
}
.scroll_cont {
    height: 920px;
    overflow: hidden;
    padding: 0px 20px 0px 0px;
}
.ScrollStyle {
    overflow: auto !important;
}
/*滚动条自定义样式*/
.ScrollStyle{overflow: auto !important;}
.ScrollStyle::-webkit-scrollbar{box-sizing:border-box;width:9px;height:9px;background:#eee;}
.ScrollStyle::-webkit-scrollbar-button{width:9px;height:0px;}
.ScrollStyle::-webkit-scrollbar-button:vertical:start{background-position:0 0;}
.ScrollStyle::-webkit-scrollbar-button:vertical:start:hover{background-position:-10px 0;}
.ScrollStyle::-webkit-scrollbar-button:vertical:start:active{background-position:-20px 0;}
.ScrollStyle::-webkit-scrollbar-button:vertical:end{background-position:-30px 0;}
.ScrollStyle::-webkit-scrollbar-button:vertical:end:hover{background-position:-40px 0;}
.ScrollStyle::-webkit-scrollbar-button:vertical:end:active{background-position:-50px 0;}
.ScrollStyle::-webkit-scrollbar-button:horizontal:start{background-position:0 -11px;}
.ScrollStyle::-webkit-scrollbar-button:horizontal:start:hover{background-position:-10px -11px;}
.ScrollStyle::-webkit-scrollbar-button:horizontal:start:active{background-position:-19px -11px;}
.ScrollStyle::-webkit-scrollbar-button:horizontal:end{background-position:-30px -11px;}
.ScrollStyle::-webkit-scrollbar-button:horizontal:end:hover{background-position:-40px -11px;}
.ScrollStyle::-webkit-scrollbar-button:horizontal:end:active{background-position:-50px -11px;}
.ScrollStyle::-webkit-scrollbar-track-piece{background-color:rgba(0,0,0,.15);}
.ScrollStyle::-webkit-scrollbar-thumb{border:1px solid rgba(0,0,0,.21);background-color:#2d66a5; border-radius:5px;}
.ScrollStyle::-webkit-scrollbar-thumb:hover{border:1px solid rgba(0,0,0,.21);background-color:#2d66a5;}
.ScrollStyle::-webkit-scrollbar-thumb:active{background:-webkit-gradient(linear,left top,left bottom,from(#e4e4e4),to(#f4f4f4));}
.ScrollStyle::-webkit-scrollbar-corner{background-color:#f1f1f1;}

/* 搜索 */
.mainsearch{
	width: 1029px;
	height: 50px;
	margin: 65px auto;
	background: url(../images/sea.png) no-repeat;
}
.search-form{
	width: 490px;
	height: 50px;
	float: left;
	position: relative;
	background: none;
	margin-left: 265px;
}
.input-search{
	width: 414px;
    height: 50px;
    border:none;
	padding: 0 0px 0 20px;
	float: left;
	line-height: 50px;
	background: none;
}
.search-btn{
	width: 46px;
    height: 36px;
    background: url(../images/ico1.png) no-repeat;
	border: none;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	cursor:pointer;
}
