*{
	margin: 0;
	padding: 0;
}
body{
    overflow-x:hidden;
    font-family:"微软雅黑";
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
a{
	text-decoration: none;
	color: #505050;
}
a:hover,a:visited{
	text-decoration: none;
    border: none;
}
.header{
    position: relative;
    width: 100%;
}
.bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.top{
    line-height: 28px;
    padding: 10px 0;
    color: #fff;
}
.top a{
    color: #fff;
}
.top .pull-left > a:after,.top .pull-right > a:after{
    content: "|";
    margin-left: 5px;
}
.top .pull-left > a:last-child:after,.top > .pull-right > a:last-child:after{
    content: "";
}
.banner a>img{
    margin-top: 250px;
}
/*导航条*/
.navbar-collapse{
    padding: 0px;
    background-color: rgba(0,0,0,0.3);
    margin-top: 250px;
}
.navbar-nav{
	width: 100%;
	text-align: center;
}
.navbar-nav>li>a{
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.navbar-nav>li>a:focus,.navbar-nav>li>a:hover,.navbar-nav>li>a.on{
    color: #C41A1A;
    -webkit-text-stroke:0.5px #fff;
    background:none;
}
.navbar-nav li a{
    display: inline-block; 
    padding-top: 15px; 
    padding-bottom: 15px;  
    position: relative;
}
/*搜索框*/
.hysearch{
    position: relative;
}
.navbar-form{
    padding: 0px;
}
.navbar-form .txt{
    width: 100%;
    height: 100px;
    border:15px #D4E7FF solid;
    padding: 25px;
    border-radius: 60px;
    color: #4e90d8;
    font-size: 16px;
}
.navbar-form .sbm{
    height: 100px;
    position: absolute;
    width: 150px;
    background: url(../images/but.png)no-repeat center center;
    border: 0;
    right: 0;
}
.hotkey{
    position: absolute; 
    top: 0; 
    right: 140px; 
    font-size: 1.125em; 
    line-height: 100px;
}
.hotkey span{
    color: #A6A6A6;
}
.hotkey a{
    display: inline-block; 
    margin: 0 5px; 
    padding: 0 15px; 
    line-height: 32px; 
    border-radius: 16px; 
    background: #F3F5F8;
} 
.hotkey:after{
    content: ''; 
    width: 1px; 
    position: absolute; 
    right: -25px; 
    margin:25px 0px;
    top: 0; 
    bottom: 0; 
    background: #E5E5E5;
}
/*头条新闻*/
.ttxw{
    padding-top: 15px;
}
.ttxw h2 a{
    font-size: 32px;
    color: #4e90d8;
    font-weight:bolder;
}
.ttxw span{
    font-size:16px;
    text-align:center;
    display:block;
    margin-top:12px;
    color: #505050;
}
.ttxw span a{
    color: #4e90d8;
}

/*第一部分内容*/
.conter{
    margin-top:20px;
    padding:0px
}
.focus li{
    float: left;
}
.focus li p{
    background: rgba(0, 0, 0,.5);
    color: #fff;
    margin-top: -50px;
    line-height: 50px;
    text-indent: 2em;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.focus .swiper-slide{
    padding-top:63.96%;
}
.swiper-pagination {
    text-align: right;
    position: absolute;
    z-index: 999;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    width: 98%;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
    opacity: .6;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.swiper-pagination-bullet-active{
    width: 35px;
    border-radius: 15px;
    opacity: 1;
}
.focus .swiper-slide,.ztzl .swiper-slide{
    position:relative;
    width:100%;
    height:0;
}
.focus .swiper-slide img,.ztzl .swiper-slide img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.title{
    display: flex;
    border-bottom: 2px solid #6c94bf;
}
.title ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.title li{
    float: left;
    cursor:pointer;
    line-height: 42px;
}
.title a{
    color: #999;
    font-size: 20px;
    font-weight: bold;
}
.title > a, .title li.on a {
    color: #4e90d8;
}
.nl{
    margin-top: 10px;
}
.nl li {
    display: flex;
    justify-content: space-between;
    line-height: 2.4em;
}
.nl li a {
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-grow: 1;
}
.nl li span{
    color: #999;
}
.nl li:hover a{
    color: #4e90d8;
}
.nl li:hover span{
    color: #666;
}
.tj{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.tj a{
    background-color: #4e90d8!important;
    line-height: 32px;
    border-radius: 60px;
    padding: 3px 0px 3px 60px;
    color: #fff;
    width: 145px;
    font-size: 16px;
    font-weight: bold;
}
.tj a:hover{
    box-shadow:0px 0px 5px 2px rgb(154, 154, 154);
    color: #fff;
}
.ywtj_btn{
    background: url(../images/files.png)no-repeat;
    background-size:20px;
    background-position:20px;
}
.swtj_btn{
    background: url(../images/file.png)no-repeat;
    background-size:20px;
    background-position:20px;
}
.hydt_btn{
    background: url(../images/mac.png)no-repeat;
    background-size:25px;
    background-position:20px;
}
/*政务公开*/
.nav-item{
	margin-top: 20px;
	display: flex;
    padding: 40px 0px;
    justify-content: space-between; 
}
.item {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    width: 32%;
    line-height: 114px;
    height: 114px;
    text-align: center;
}
.item span{
    padding-left: 15px;
}
.item.zhli,.item.zhli:before{
    height: 126px;
    color: #fff;
}
.item-open {
    background: url(../images/zwgk-bg.png)no-repeat center;
    background-size:100% 100%;
}
.item-service {
    background: url(../images/zwfw-bg.png)no-repeat center;
    background-size:100% 100%;
}
.item-interact{
    background: url(../images/hdjl-bg.png)no-repeat center;
    background-size:100% 100%;
}
.item-open.zhli {
    background: url(../images/zwgk-bg1.png)no-repeat center;
    background-size:100% 100%;
}
.item-service.zhli {
    background: url(../images/zwfw-bg1.png)no-repeat center;
    background-size:100% 100%;
}
.item-interact.zhli{
    background: url(../images/hdjl-bg1.png)no-repeat center;
    background-size:100% 100%;
}
.nav-item a:before {
    font-family: "iconfont" !important;
    font-size: 32px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4e90d8;
    display: inline-block;
}
.nav-item a:nth-of-type(1):before{
    content: "\e636";
}
.nav-item a:nth-of-type(2):before{
    content: "\e663";
}
.nav-item a:nth-of-type(3):before{
    content: "\e63a";
}
.tab3,.tab4{
	height: auto;
	border-bottom:#6c94bf 2px solid;
	padding-left: 0px;
	padding-bottom: 5px;
	}
.tab3 li,.tab4 li{
	float: left;
	margin-top: 10px;
	padding: 10px 10px;
	line-height: 30px;
}
 .tab3 li b,.tab4 li a{
    height: auto;
    display: block;
    font-size: 20px;
    color: #999;
    font-weight: bold;
}
 .tab3 li.on a{
    display: block;
}
.tab3 li a{
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
 .tab3 a{
    color: #999;
    font-size: 12px;
    margin-right: 2em;
    flex-grow: 1;
    text-align: right;
    line-height: 70px;
}
.tab3 a:hover{
	color: #4e90d8;
}
 .tab3>b, .tab3 li.on b,.tab4 li.on a{
   color: #4e90d8;
}
.jb li a{
    font-size: 18px;
}
.xxgk{
    margin-top: 10px;
}
.xxgk .link_ul{
	display: inline-block;
}
.xxgk .link_ul li{
	float: left;
	width: 30%;
	line-height: 30px;
	text-align: center;
	margin-left:10px;
}
.xxgk .link_ul li i{
	float: left;
	width:16px;
	height:30px;
	margin-left:4px;
	background:url(../images/arrow.png) no-repeat;
	background-position:0px center;
}
.xxgk .link_ul li.on span {
	color:#C41A1A;
}
.xxgk .link_ul li.on i {
	background-position:-16px center;
	transition:all 0.1s;
	-moz-transition:all 0.1s;
	-webkit-transition:all 0.1s;
	-o-transition:all 0.1s;
}
.xxgk .icon{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.icon a:nth-of-type(1):before{
    content: "\e842";
}
.icon a:nth-of-type(2):before{
    content: "\e67f";
}
.icon a:nth-of-type(3):before {
    content: "\e604";
}
.icon a:nth-of-type(4):before {
    content: "\e605";
}
.icon a:nth-of-type(5):before {
    content: "\e609";
}
.icon a:nth-of-type(6):before {
    content: "\e61e";
}
.icon a:nth-of-type(7):before {
    content: "\e672";
}
.icon a:nth-of-type(8):before {
    content: "\e62a";
}
.icon a:nth-of-type(9):before {
    content: "\e61a";
}
.icon a:nth-of-type(10):before {
    content: "\e6a9";
}
.icon a:before{
    font-family: "iconfont" !important;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4e90d8;
    display: block;
	float: left;
}
.icon a{
    background: #fff;
    width: 48%;
	display: flex;
	align-items: center;
    text-align: center;
    margin-top: 8px;
    border-radius: 5px;
	border: 1px solid #4e90d8;
	padding-left: 15px;
}
.icon .on,.icon .on:before,.icon a:hover,.icon a:hover:before{
    color: #fff;
	background-color: #4e90d8;
}
.icon a span{
	padding-left: 10px;
}
/*办雁事*/
.tab5,.tab6,.tab7{
	height: auto;
	width: 98%;
	border-bottom: #6c94bf 2px solid;
	padding-left: 0px;
	padding-bottom: 5px;
	}
.tab5 li,.tab6 li{
	float: left;
	height: auto;
	margin-top: 10px;
	padding: 10px 0;
	line-height: 30px;
}
.tab5 li a,.tab6 li a{
	height: auto;
	display: block;
	font-size: 20px;
	color: #4e90d8;
	font-weight: bold;
}
.con-a2{
	display: block;
	float: right;
	line-height: 30px;
	color: #999;
	margin-top: 10px;
	padding: 10px 10px 0 0; 
	font-size: 12px;
}
.con-a2:hover,.tab7 a:hover{
	color: #4e90d8;
}
/*个人办事*/
.grbs{
	display: flex;
	margin-top: 18px;
}
.grbs a{
	display: block;
	width: 25%;
	height: 60px;
	color: #666;
	text-align: center;
}
.grbs a:hover{
	color: #4e90d8;
}

/*部门办事*/
.bmbs{
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}
.bmbs a{
	text-align: center;
	display: block;
	width: 28%;
	height: 30px;
	line-height: 30px;
	color: #666;
	background-color: #e4f0fa;
}
.bmbs a:hover{
	color: #4e90d8;
}
/*个人办事和法人办事图标*/
.bs-a1:before{
	content: "\e612";
}
.bs-a2:before{
	content: "\e616";
}
.bs-a3:before{
	content: "\e606";
}
.bs-a4:before{
	content: "\e625";
}
.bs-a5:before{
	content: "\e60a";
}
.bs-a6:before{
	content: "\e6ec";
}
.bs-a7:before{
	content: "\e670";
}
.bs-a8:before{
	content: "\e631";
}
.bs-a9:before{
	content: "\e614";
}
.bs-a10:before{
	content: "\e61d";
}
.bs-a11:before{
	content: "\e61f";
}
.bs-a12:before{
	content: "\e641";
}
.bs-a13:before{
	content: "\e61b";
}
.bs-a14:before{
	content: "\e620";
}
.grbs a:before{
	font-family: "iconfont" !important;
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	display: block;
    margin-bottom: 3px;
    color: #4e90d8;
}
.wsbsd{
	width: 95%;
	margin: 20px auto 0 auto;
}
.wsbsd a{
	display: block;
	background-color: #eef4f9;
}
.wsbsd a img{
	float: left;
}
.wsbsd a span{
	font-size: 24px;
	line-height: 80px;
	letter-spacing:10px;
	margin-left: 20%;
}
.wsbsd > a > #erwm{
    position: absolute;
    top:-145px;
    display:none;
    z-index:10000;
}
.wsbsd > .togg:hover #erwm{
    display: block!important;
}
/*询雁务*/
.con-5{
	background-color: #f5f7f8;
	border-radius: 5px;
}
.table{
	height: auto;
	width: 98%;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-top: 10px;
}
.table table{ 
	width: 100%;
}
.tab-1 tr,.tab-2 tr{
	font-size: 16px;
	line-height: 45px;
}
.tab-1 tr th{
	text-align: center;
	color: #fff;
}
.tab-1 th:nth-child(2){
	width: 57%;
}
.tab-1 tr{
	background-color: #4e90d8;
}
.tab-2{
	height: 225px;
	
	display: block;
	overflow-y: scroll;
}
.tab-2 tr td:nth-child(1){
	width: 7%;
	text-align: center;
}
.tab-2 tr td:nth-child(2){
    width: 45%;
}
.tab-2 tr td:nth-child(3){
	width: 14%;
	text-align: center;
}
.tab-2 tr td:nth-child(4){
	width: 12%;
	text-align: center;
}
.tab-2 tr td a{
	color: #000000;
}
.tab7 li{
	float: left;
	margin-top: 10px;
	padding: 10px 10px;
	line-height: 30px;
}
.tab7 li b{
	color: #4e90d8;
	display: block;
	font-size: 20px;
	font-weight: bold;
}
.tab7 li a{
	position: absolute;
	right: 2em;
	top: 0;
	font-size: 12px;
	line-height: 70px;
	color: #999;
}
.myzj{
	margin-top: 10px;
}
.myzj p{
	margin-top: 10px;
}
.myzj p:nth-child(1) a{
	color: #333;
	font-size: 16px;
}
.myzj p:nth-child(2) a{
	color: #999;
}
.myzj p a:hover{
	color: #4e90d8;
}
.myzj:nth-child(2){
	border-top: #6c94bf 2px dashed;
}
.myzj:nth-child(3){
	border-top: #6c94bf 2px dashed;
}
.myzj-ts{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.myzj-ts a{
	width: 32%;
	height: 40px;
	background-color: #6395ec;
	border-radius: 5px;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.myzj-ts a:nth-of-type(1):before{
    content: "\e640";
}
.myzj-ts a:nth-of-type(2):before{
    content: "\e653";
}
.myzj-ts a:nth-of-type(3):before {
    content: "\e61c";
}
.myzj-ts a:before{
	font-family: "iconfont" !important;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	display: inline-block;
    color: #fff;
	padding-right: 5px;
}
.myzj-ts a:hover{
    box-shadow:0px 0px 5px 2px rgb(154, 154, 154);
    color: #fff;
}
/*专题*/
.ztzl{
    margin-top: 20px;
}
.ztzl .swiper-slide {
    padding-top: 9.17%;
}
/*底部*/
.footer{
	padding: 20px 0;
	margin-top: 20px;
}
.friendlink_box{
	padding-bottom: 20px;
	border-bottom: #6c94bf 2px solid;
}
#select{
	display: flex;
	justify-content: space-between;
}
.sy_select{
	width: 220px!important;
	border-radius: 10px!important;
	height: 32px!important;
	position: relative;
	box-shadow:3px 3px 4px 0px rgb(199, 199, 199)!important;
    border:1px solid #fff!important;
}
.bottom{
	margin-top: 30px;
}
.bottom p,.bottom p a,.bottom p span{
	color: #505050;
	font-size: 14px;
}
/*右侧导航按钮*/
.flex {
    left:49%;
    width:70px;
    height:324px;
    margin-left:600px;
    z-index:100;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition:all 1s;
}
.flex ul li a {
    display:inline-block;
    width:100%;
    height:100%;
    text-align: center;
}
.flex ul li a img{
    float:left;
    width:57px;
    height:57px;
    margin:6.5px;
    transition:all ease .25s;
    border-radius:50% !important;
}
.flex ul li:hover a img{
    box-shadow:rgba(0,0,0,.3) 2px 2px 20px;
}
.flex a{
opacity: 0.7;
text-align: center;
}

@font-face {
  font-family: 'iconfont';  /* Project id 4945014 */
  src: url('https://at.alicdn.com/t/c/font_4945014_lfvgrzqvfqs.woff2?t=1753840466572') format('woff2'),
       url('https://at.alicdn.com/t/c/font_4945014_lfvgrzqvfqs.woff?t=1753840466572') format('woff'),
       url('https://at.alicdn.com/t/c/font_4945014_lfvgrzqvfqs.ttf?t=1753840466572') format('truetype');
}


/*子页面头部*/
.lm_header{
    background: url(../images/lm_bg.png) center top no-repeat;
}
.lm_banner img{
    margin-top: 50px;
}
.lm_navbar{
    margin-top: 82px;
    border-radius: 60px;
}
.lm_logo{
    display: inline-block;
    width: 100%;
}
.logo{
    float: left;
}
.lm_hysearch{
    float: right;
    margin-top: 60px;
}
.lm_txt{
    width: 300px;
    height: 40px;
    border-radius: 60px;
    border: none;
    padding-left: 20px;
}
.lm_sbm{
    height: 40px;
    width: 60px;
    position:absolute;
    border: none;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background: url(../images/lm_but.png)no-repeat center center#4e90d8;
    right: 0px;
}
/*子页面头部结束*/
/*栏目列表页*/
.page1{
    margin-top: 30px;
}
.page1 .bnav{
    font-size: 16px;
    color: #4e90d8;
    padding-bottom: 20px;
}
.page1 .bnav:before{
    content: "·";
    font-family: \9ED1\4F53;
    font-size: 18px;
    text-indent: -.4em;
    padding-right: 5px;
}
.page1 .bnav a{
    color: #4e90d8;
}
.strong{
    background: url(../images/list.png)no-repeat center;
    color: #fff;
    font-weight: bold;
    height: 70px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
}
.strong:before{
    content: "\e939";
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	display: inline-block;
    color: #fff;
	padding-right: 5px;
}
.sider{
    font-size: 16px;
    text-align: center;
    box-shadow:0px 8px 15px 0px rgb(181 181 181);
    background: #fff;
}
.sider dt{
    line-height: 60px;
    font-weight:normal;
}
.sider dt a{
    display: block;
}
/*.sider dt a:before{
    content: "\e607";
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	display: inline-block;
	padding-right: 5px;
}*/
.sider dt.on,.sider dt:hover{
    background: #4e90d8;
}
.sider dt.on a, .sider dt:hover a{
    color: #fff;
    display: block;
}
.list{
    margin-top: 5px;
}
.column{
    border-bottom:1px solid #4e90d8;
    font-size: 18px;
    font-weight: bold;
    padding-left: 15px;
}
.column span{
    line-height: 42px;
    color: #4e90d8;
}
.listtab{
    padding: 0 15px;
    margin-top: 20px;
}
.listtab li{
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    margin: 5px auto;
    padding: 10px;
    font-size: 15px;
}
.listtab li:before{
    content: "·";
    font-family: \9ED1\4F53;
    font-size: 18px;
    text-indent: -.4em;
    padding-right: 5px;
}
.listtab li a{
    width: 100%;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.listtab li .date{
    flex-grow: 1;
    white-space: nowrap;
    word-spacing: 15px;
}
.listtab li:hover,.listtab li a:hover{
    color: #4e90d8;
}
.hr{
    border-top: 1px solid #4e90d8;
}
#pages {
    width: 100%;
    clear: both;
    text-align: center;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #8d8d8d;
}

#pages a, #pages span {
    margin-left: 3px;
    margin-right: 3px;
    width: 31px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #e0e0e0;
    color: #333;
    display: inline-block;
}

#pages a:hover{
    border: 1px solid #a0a0a0;
}

#pages span {
    background: #f0f0f0;
    color:#333;;
}

#pages span {
    font-weight: bold;
    position: relative;
    top: 0px;
}

#pages a.previous {
    width: 25px;
    position: relative;
    top: 0px;
}

#pages a.next {
    width: 25px;
    position: relative;
    top: 0px;
}
#pages-num{width:10px;}

/*文章页*/
.art{
    box-shadow:0px 8px 15px 0px rgb(181 181 181);
    background: #fff;
    padding:60px;
}
.artt{
    text-align: center;
    margin: 0;
    line-height: 48px;
}
.tools{
    border-bottom:1px dotted #ccc;
    margin:25px auto 20px;
    padding:5px 30px;
    font-size:16px;
}
.tools .date, .tools .source, .tools #print, .tools .share{
    float:left;
    margin-right:10px;
}
#print{
    cursor: pointer;
}
.tools #print:before{
    content:"\eb48";
}
.bshare-weixin:before{
    content:"\e64a";
}
.bshare-sinaminiblog:before{
    content:"\e65a";
}
.tools #print:before,.bshare-weixin:before,.bshare-sinaminiblog:before{
    font-family: "iconfont" !important;
    font-style:normal;
    font-weight:normal;
    -webkit-font-smoothing:antialiased;
    font-size: 20px;
}
.article{
    font-size: 16px;
    line-height:45px;
    word-wrap:break-word;
}
.qrcode{
    margin: 30px auto 15px;
}
.qrcode, #qrcode{
    text-align: center;
}
/*雁峰区情*/
.qq_title{
    text-align:center;
    padding:40px 0px;
}
.news p{
    text-indent:2em;
    text-align: justify;
    font-size: 18px;
    line-height: 36px;
}
.news div{
    text-align: right;
    margin-bottom: 10px;
    margin-top: 10px;
}
.news a{
    color: #fff;
    background: #4e90d8;
    padding:10px 20px;
    border-radius: 4px;
    font-size:16px;
}
.con_ul .tab8{
    display: flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin: 30px 0;
}
.con_ul .tab8 a{
    background: #f3f2f2;
    border-radius:4px;
    color: #858585;
    font-size: 21px;
    padding: 20px 15px;
    text-align:center;
    width:16%;
}
.con_ul .tab8 a:hover{
    background: #4e90d8;
    color: #fff;
}
.con_ul .tab8 a.on{
    background: #4e90d8;
    color: #fff;
}
.qhyg .shang,.qhyg .xia{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.qhyg .shang li,.qhyg .xia li{
    float: left;
    position: relative;
}
.qhyg li::before{
    background: #f3f2f2;
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 8%;
    z-index: 1;
}
.qhyg .xia li::before{
    top: -15%;
}
.qhyg li p{
    margin: 10px 15px 0;
    color: #4e90d8;
    font-size: 18px;
}
.qhyg li a{
    color: #4e90d8;
}
.qhyg .shang li p::before{
    background: #4e90d8;
    content: "";
    display: block;
    border: 1px solid #4e90d8;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10%;
    left: 1px;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.qhyg .xia li p::before{
    background: #4e90d8;
    content: "";
    display: block;
    border: 1px solid #4e90d8;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 88%;
    left: 1px;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.qhyg .xia .shang_li2::before{
    height:80%;
}
.qhyg .xia .shang_li3::before{
    height:45%;
}
.qhyg .xia .shang_li2>p::before{
    top:68%;
}
.qhyg .xia .shang_li3>p::before{
    top:32%;
}
.qhyg .shang_li{
    width: 20%;
}
.qhyg .shang_more{
    width: 12%;
}
.qhyg li span{
    float: left;
    text-align: justify;
    color: #000;
    font-size: 14px;
}
.qhyg .xia{
    margin-top: 30px;
    margin-left: 10%;
}
.jiantou{
    position: relative;
}
.jiantou hr{
    width: 99.9%;
    margin: 0;
    border-top: 3px solid #4e90d8;
    position: absolute;
    top:9px;
    z-index: 999;
}
.arrow{
    width: 20px;
    height: 20px;
    border-top: 3px solid #4e90d8;
    border-right: 3px solid #4e90d8;
    transform: rotate(45deg);
    position: absolute;
    right: 4px;
}
.yfyx{
    background: url(../images/yfyx_bg.png) center no-repeat;
}
.hotimg{
    position:relative;
    height:565px;
}
.yfimg1{
    position:absolute;
    text-align: left;
    bottom:0;
    -webkit-animation-delay:.6s;
}
.yfimg2{
    position:absolute;
    margin-left:380px;
    -webkit-animation-delay:.8s;
}
.yfimg3{
    position:absolute;
    bottom: 0;
    left:380px;
    -webkit-animation-delay:1s;
}
.yfimg3 p{
    right:0px;
}
.yfimg4{
    position:absolute;
    bottom: 0;
    right: 0;
    left: 765px;
    -webkit-animation-delay:1.2s;
}
.hot_yfzj img{
    margin-top: 20px;
    position: relative;
    margin-bottom: 0;
}
.yfzj_two img{
    padding-bottom: 20px;
}
.hot_yfzj p{
    position: absolute;
    font:30px/40px "黑体";
    font-weight: bold;
    color: #fff;
    top: 50px;
    left:50px;
}
.hot_yfzj span{
    position: absolute;
    font:16px/30px "微软雅黑";
    padding: 50px 70px 20px 50px;
    left: 0;
    top: 50px;
    text-indent:2em;
    text-align: justify;
    color: #fff;
}
/*政务公开*/
.news1,.gk,.zt,.news2{
    margin-bottom:20px;
}
.zw_title{
    display: flex;
}
.zw_title ul{
    padding: 0;
    margin: 0;
}
.zw_title li{
    list-style: none;
    float: left;
    cursor:pointer;
    line-height: 42px;
}
.zw_title .tit{
    color: #000;
    font-weight: bold;
    padding: 12px 16px;
    font-size: 18px;
}
.zw_title .more{
    color: #000;
    font-size: 14px;
    margin-right: 2em;
    flex-grow: 1;
    text-align: right;
    line-height: 42px;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
.zw_title > .tit, .zw_title li.on .tit {
    color: #4e90d8;
    font-weight: bold;
}
.zw_title li.on .more {
    display: block;
}
.news1 .zw_nl{
    margin-top: 15px;
    margin-bottom: 0;
}
.news1 .zw_nl li{
    position: relative;
    text-indent: 2em;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    line-height: 2.4em;
}
.zw_nl li a {
    color: #333;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-grow: 1;
    padding-left: 15px;
}
.zw_nl li span{
    color: #999;
}
.zw_nl li:hover a{
    color: #4e90d8;
}
.zw_nl li:hover span{
    color: #666;
}
.news1 .zw_nl li:before{
    color: #858585;
    content: "≡";
    display: block;
    position: absolute;
    text-indent: 20px;
}
.news1 .zw_nl li:hover:before{
    color: #4e90d8;
}
.zw_title .gfxwj{
    color: #000;
    font-size: 15px;
    flex-grow: 1;
    line-height: 42px;
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    border-radius: 4px;
    text-align: center;
    background: #eee;
}
.gfxwj:before{
    content: "\e6da";
    font-family: "iconfont" !important;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.zw_icon,.zw_icon1{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.title_gk{
    background: #4e90d8;
    display: flex;
    border-radius: 4px;
}
.title_gk h4{
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    line-height: 42px;
}
.zw_icon a:nth-of-type(1):before{
    content: "\e7dd";
}
.zw_icon a:nth-of-type(2):before{
    content: "\e69e";
}
.zw_icon a:nth-of-type(3):before {
    content: "\e69f";
}
.zw_icon a:nth-of-type(4):before {
    content: "\e61e";
}
.zw_icon a:nth-of-type(5):before {
    content: "\e664";
}
.zw_icon a:nth-of-type(6):before {
    content: "\e7d7";
}
.zw_icon a:nth-of-type(7):before {
    content: "\e63d";
}
.zw_icon a:nth-of-type(8):before {
    content: "\e605";
}
.zw_icon a:before{
    font-family: "iconfont" !important;
    font-size: 35px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4e90d8;
    display: block;
}
.zw_icon a{
    background: #eee;
    width: 49%;
    padding: 5px 0px;
    text-align: center;
    margin-top: 5px;
    border-radius: 5px;
    font-size: 16px;
}
.zw_icon a:hover,.zw_icon a:hover:before{
    color: #0876b5;
}
.zt{
    padding: 10px;
    background: #fff;
    -webkit-box-shadow:0px 1px 5px #c9c9c9;
    display: inline-block;
}
.zt img{
    height: 80px;
}
.zw_icon1 a:nth-of-type(1):before{
    content: "\e640";
}
.zw_icon1 a:nth-of-type(2):before{
    content: "\e65d";
}
.zw_icon1 a:nth-of-type(3):before {
    content: "\e629";
}
.zw_icon1 a:nth-of-type(4):before {
    content: "\f719";
}
.zw_icon1 a:nth-of-type(5):before {
    content: "\e61b";
}
.zw_icon1 a:nth-of-type(6):before {
    content: "\e63b";
}
.zw_icon1 a:nth-of-type(7):before {
    content: "\e699";
}
.zw_icon1 a:nth-of-type(8):before {
    content: "\e708";
}
.zw_icon1 a:before{
    font-family: "iconfont" !important;
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.zw_icon1 a{
    width: 49%;
    text-align: center;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #eee;
    font-size: 16px;
    line-height: 50px;
}
.zw_icon1 a:hover,.zw_icon1 a:hover:before,.zw_del li a:hover{
    color: #4e90d8;
}
@font-face {
  font-family: 'iconfont';  /* Project id 4664383 */
  src: url('https://at.alicdn.com/t/c/font_4664383_epzn107ahuc.woff2?t=1724749556975') format('woff2'),
       url('https://at.alicdn.com/t/c/font_4664383_epzn107ahuc.woff?t=1724749556975') format('woff'),
       url('https://at.alicdn.com/t/c/font_4664383_epzn107ahuc.ttf?t=1724749556975') format('truetype');
}
.news2{
    padding: 20px;
    background: #fff;
    -webkit-box-shadow:0px 1px 5px #c9c9c9;
}

.news2 .zw_del{
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}
.news2 .zw_del li{
    font-size: 16px;
    line-height: 2.4em;
    background: #eee;
    float: left;
    width: 19%;
    margin-top: 10px;
    border-radius: 4px;
    text-align: center;
}
/*政府信息公开目录*/
.sub_list{
    border-bottom: 1px solid #4e90d8;
    font-size: 18px;
    font-weight:bold;
}
.sub_list span{
    line-height: 42px;
    color: #4e90d8;
}
.zuolist{
    height:auto;
    padding-bottom:10px;
}
.mulu{
    width: 100%;
    float: left;
    padding-top:10px;
}
.mulu p a{
    font-size: 16px;
    font-weight: bold;
}
.mulu li{
    float: left;
    margin-right:20px;
    margin-bottom: 20px;
}
.mulu li a{
    font-size: 16px;
    background: #eee;
    padding: 5px 20px;
}
.mulu li a:hover{
    background: #4e90d8;
    color: #fff;
}
.youlist{
    padding-top: 20px;
}
.youlist li{
    float: left;
    width: 100%;
}
.youlist a{
    font-size: 16px;
    background: #eee;
    margin-bottom: 20px;
    text-align: center;
    display: block;
    line-height: 40px;
}
.youlist a:hover{
    background: #4e90d8;
    color: #fff;
}
/*组织机构栏目页*/
.zz_list{
    margin-top:10px;
}
.zz_list li{
    float: left;
    width: 33%;
    margin:5px auto;
    line-height: 42px;
    font-size: 15px;
}
.zz_list li a{
    padding:5px 10px;
}
.zz_list li a:hover{
    background: #4e90d8;
    color: #fff;
}
/*领导之窗文章页*/
.sider dd{
    display: none;
}
.sider dd li{
    height: 40px;
    border-bottom:1px dashed #dcdcdc;
    text-align: left;
    padding-left: 100px;
}
.sider dd li a{
    font: 14px/40px "微软雅黑";
    color: #141414;
}
.sider dd li a:before{
    content: "";
    height: 15px;
    width: 6px;
    border-radius: 3px;
    background: #4e90d8;
    display: inline-block;
    margin-right:20px;
}
.sider dd li a:hover{
    color: #4e90d8;
}
.box{
    margin-top: 20px;
    overflow:hidden;
}
.ld_img img{
    width: 132px;
    height: 181px;
}
.ld_title{
    width: 100%;
    border-bottom:2px solid #185482;
    font:16px/28px sans-serif;
    padding-bottom:15px;
}
.ld_content{
    padding: 15px;
}
.ld_content p{
    font: 16px/40px "微软雅黑";
    line-height:2em;
}
.wjk-list-head{
    background:#4e90d8;
    overflow:hidden;
}
.wjk-bottom p{
    float: left;
    min-height:45px;
    line-height:45px;
    text-align:center;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:15px;
}
.wjk-list-head p{
    color: #fff;
    font-weight:bold;
}
.low2{
    width:60%;
}
.low3{
    width:12%;
}
.low4{
    width:15%;
}
.low5{
    width:10%;
}
.wjk-list li{
    overflow:hidden;
}
.left1{
    text-align:left!important;
    margin-left:10px;
}
.wjk-bottom .left1>a:hover{
    text-decoration: none;
    color: #4e90d8;
}
.wjk-bottom .low5>a:hover{
    text-decoration: none;
    color: #505050;
}
.red{
    color: red!important;
}
/*统计数据*/
.sj_echart{padding: 20px 0;}
.datacontainer {width: 1080px;height:530px;margin-top:20px;display: none;}
.show{ display: block;}
.sj_echart .echart_l .zw_wj_tp{margin-top: 20px;display: flex;justify-content: space-between;}
.clear{clear: both;float:none!important;overflow:hidden;display:block;}
.sj_echart .echart_l .zw_wj_tp a{width: 23%;height: 50px;line-height: 50px;float: left;background: #82b9e2;font-size: 14px;font-weight: bold;
text-align: center;cursor: pointer;color: #fff;list-style: none;}
.sj_echart .echart_l .zw_wj_tp a.hover{background: #0674c6;}
.sj_wj{width: 100%;border-bottom: 1px solid #4e90d8;}
.sj_wj h3:first-child { margin-left: 0;}
.sj_wj h3 a{float: left; margin-left: 30px;height: 60px;line-height: 60px;color: #666666;font-size: 20px;font-weight: bold;text-align: center;}
.sj_wj h3.hover a, .sj_wj h3:hover a{color:#0674c6;}
.sj_wj h3:first-child a{margin-left: 0;}
.sj_tj ul.show{ display: block !important;}
.sj_tj li a { display: block;line-height: 46px;overflow: hidden;}
.sj_tj li a:hover{color: #4e90d8;}
.sj_tj li:first-child a {border-top: 0;}
.sj_tj li a p {float: left;color: #333333;font-size: 16px;line-height: 43px; text-overflow: ellipsis;white-space: nowrap; overflow: hidden;}
.sj_tj li a p i{display: inline-block; width: 5px;height: 5px;background-color: #e1dfdf;margin-right: 10px;}
.sj_tj li a small {float: right;color: #666666;font-size: 14px;}
.sj_wj li a:hover p {color: #015293;}

/*雁峰政报栏目*/
.sub-article h2{color:#B63422;text-align:center;line-height: 48px;font-weight: bold;}
.gb_pdf{text-align:center;margin:15px auto;}
.gb_title{padding:20px;background:#f7f7f7;}
.gb_search{text-align:center;}
.gb_title span{font-size:18px;color:#444;margin:0px 15px;}
.info{margin-top:30px;}
.comlist01{padding:15px 12px 0 12px;}
.info_more span{color:#4e90d8;font-size:18px;font-weight: bold;}
.gbcx{border:#ddd 1px solid;margin-bottom:20px;}
.cxTitle{background-color:#B63422;color:#fff;font-size:18px;text-align:center;height:42px;line-height:42px;}
.form-group div{margin:10px;}
.info_more .comlist01 li{line-height: 30px;padding-left:16px;background:url(../images/point.gif) left center no-repeat;}
.comlist01 li a{display:inline-block;font:14px/28px "微软雅黑";color:#333;width:85%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.btn_zc{text-align:center;}
.wqgb{border:#ddd 1px solid;}
.zfgb_select{width:260px;margin:10px;border-radius:5px;height:30px;line-height:30px;}
.btn-top{width:100px;border:none;color: #fff;border-radius:5px;line-height:28px;background:#4e90d8;}
.wjss_ul_li input{width: 70%;}

/*栏目列表页选项卡*/
.con-cen{margin: 20px 0 10px 0;height: 40px;}
.con-cen a{display: block;float: left;width: 14%;border:1px solid #e2e2e2;text-align: center;padding:7px 15px;margin:5px;}
.con-cen .current{background: #4e90d8;color: #fff;display: block;}

/*政府信息公开*/
.xxgk_header{background:url("../images/szfxxgk_bg.png") no-repeat center;background-size:100% 100%;}
.middle{text-align: center;line-height: 260px;}
.middle span{font-weight:bold;color:#2d66a5;font-size:80px;text-shadow:0 0 2px rgba(18, 54, 99, .54);position: relative;}
.main{background:#f2f2f2;padding:84px 36px 36px;margin-bottom:20px;}
.szf_search{width: 100% !important;height:50px;text-align:center;position: relative;}
.sea{display:inline-block;width:510px;height:50px;border:1px solid #2d66a5;border-radius:9px;background:#fff;}
.szf_search:before, .szf_search:after{content:"";width:240px;height:2px;background:#cccccc;position:absolute;border-bottom:1px solid #ffffff;top:24px;}
.szf_search:before{left: 0;}
.szf_search:after{right: 0;}
.sea .text{float: left;width:calc(100% - 66px);height:100%;background:transparent;border:none;text-indent:12px;font-size:16px;}
.sea .btn-tj{width:66px;height:100%;background:url(../images/szfxxgk_but.png) no-repeat center;cursor:pointer;float:right;border:none;}
.main-con{margin-top:80px;overflow:hidden;}
.menu li{background:#fff;margin-bottom:15px;}
.menu li h2{height: 70px;}
.menu li h2 a{display:block;height:100%;overflow: hidden;}
.menu li h2 span{float:left;font-size:23px;color:#2d66a5;width:103px;margin-top:3px;line-height:30px;}
.menu li h2 em{float:right;width:19px;height: 19px;background:url(../images/szfxxgk_jia.png) no-repeat -64px -8px;margin-right:30px;margin-top:26px;}
.menu li h2 i{width:46px;height: 40px;float: left;background:url(../images/szfxxgk_icon.png) no-repeat;margin-left:17px;margin-top:15px;margin-right:12px;}
.menu li h2 .i1{background-position: -16px -12px;}
.menu li.active h2 .i1{background-position: -16px -69px;}
.menu li h2 .i2{background-position: -88px -11px;}
.menu li.active h2 .i2{background-position: -88px -67px;}
.menu li h2 .i3{background-position: -163px -10px;}
.menu li.active h2 .i3{background-position: -163px -66px;}
.menu li h2 .i4{background-position: -233px -8px;}
.menu li.active h2 .i4{background-position: -233px -65px;}
.menu li h2 .i5{background-position: -305px -10px;}
.menu li.active h2 .i5{background-position: -305px -70px;}
.menu li h2 .i6{background-position: -382px -11px;}
.menu li.active h2 .i6{background-position: -382px -68px;}
.menu li h2 .i7{background-position: -459px -11px;}
.menu li.active h2 .i7{background-position: -459px -68px;}
.menu li h2 .i8{background-position: -540px -10px;}
.menu li.active h2 .i8{background-position: -540px -67px;}
.menu li h2 .i9{background-position: -622px -10px;}
.menu li.active h2 .i9{background-position: -622px -67px;}
.menu li.active h2{background: #2d66a5;}
.menu li.active h2 span{color: #fff;}
.menu li.active h2 em{background-position: -11px -8px;}
.down-menu{padding: 10px 0;display:none;}
.down-menu a {font-weight: normal;display:block;line-height:32px;font-size:15px;overflow:hidden;}
.down-menu2 a em{display:inline-block;position:relative;padding-left:15px;margin-left:45px;}
.down-menu2 a em:before{content:"";width:3px;height: 3px;background-color:#666;position:absolute;left:0;top:14px;}
.down-menu a:hover{color: #2d66a5;background: #e6f5ff;}
.down-menu a.on{color: #2d66a5;background: #e6f5ff;} 
.down-menu a:hover span{background-position: -27px -2px;}
.down-menu2 a:hover em:before{background-color: #2d66a5;}
.lists{background: #fff;}
.gkgd-con-1{padding-right: 18px;}
.zdgk-title{height:35px;border-bottom:1px solid #eee;}
.zdgk-title h2{height:35px;width: 200px;color:#fff;line-height:35px;background:#2d66a5;text-align:center;font-size:18px;padding-left:10px;padding-right: 10px;}
.zdgk-title h2 a{color: #fff;}
.gkgd-con{max-height: 1365px;padding: 0 25px;overflow-y: auto;}
.gkgd-con .lie_list{padding-bottom: 34px;border-bottom: 1px solid #cccccc;}
.gkgd-con .lie_list li{margin-top: 16px;overflow: hidden;text-align: left;}
.gkgd-con .lie_list li a{margin-right: 6px;line-height: 30px;}
.gkgd-con .lie_list li span{color: #999;line-height: 30px;margin-left: 5px;}
.gkgd-con .lie_list li a:hover{color: #2d66a5;}
/*省政府信息公开-列表DL*/
.gkgd-con .siteli{padding-top:18px;margin:0 10px;overflow:hidden;}
.gkgd-con .siteli dd{float: left;width:33.33%;margin-bottom:10px;height:40px;}
.gkgd-con .siteli dd a{display:block;margin:0 10px;height:38px;line-height: 38px;color:#2d66a5;font-size:16px;text-align:center;border:1px solid #ddd;}
.gkgd-con .siteli dd a:hover{background: #2d66a5;color: #fff;border: 1px solid #2d66a5;}
/*省政府信息公开-公开年报*/
.gkgd-con .bm_nbgk{display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:34px;}
.gkgd-con .bm_nbgk li{text-align:left;margin-top:16px;overflow: hidden;float:left;width: 33%;height:30px;line-height: 30px;}
.gkgd-con .bm_nbgk li a{font-size: 15px;}
/*省政府信息公开-信息公开指南*/
.gkgd-con-1 .xxgk-title{font-size:26px;font-weight:bold;line-height:30px;padding:30px 0;color:#2d66a5;text-align:center;}
.gkgd-con-1 .xxgk-con{text-align:left;padding:20px;line-height:30px;}
.gkgd-con-1 .xxgk-con p{text-indent:2em;}

/*乡镇重大民生信息*/
.guide-tab th{height:40px;background:#4e90d8;border-right:1px solid #fff;text-align:center;font:bold 15px/45px "微软雅黑";color:#fff;}
.guide-tab tr:nth-child(2n+2) td{background:#f5f5f5;}
.guide-tab td{height:45px;overflow:hidden;border-right:1px solid #fff;background:#fff;text-align:center;font:15px/45px "微软雅黑";color:#010101;}
.guide-tab td.text-left{padding:0 9px;text-align:left!important;}
.guide-tab td.text-left a{font:15px/45px "微软雅黑";color:#010101;}
.guide-tab td.text-left a:hover{color:#0072c9;}
.guide-tab .dpname>div{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}

/*专题专栏*/
.zxzt_c{position: relative;}
.zxzt_c ul{overflow: hidden;}
.zxzt_c li{float: left;margin-top: 20px;margin-left: 10px;width: 275px;height: 110px;}
.zxzt_c li img{width: 100%;height: 110px;}

/*重点领域信息公开*/
.list_zhongdian{margin-top:30px;display: flex;flex-wrap:wrap;}
.list_zhongdian .zd_our{width:260px;margin:13px;display:block;border:#f6f6f6 5px solid;color:#4e90d8;height:90px;line-height:45px;font-size:16px;}
.list_zhongdian .zd_our:hover{border: #f6f6f6 5px solid;background:#4e90d8;color:#fff;}
.list_zhongdian .zd_our span{background:url("../images/book-2.png") no-repeat left center;display:block;text-indent:24px;margin-left:20px;font-weight:bolder;font-size:18px;}
.list_zhongdian .zd_our:hover span{background:url("../images/book-1.png") no-repeat left center;}
.list_zhongdian .zd_our a{border:#ccc 1px solid;border-radius: 3px;background:#fff;color:#333;margin-left:60%;}


/*网站导航*/
.wzdh{box-shadow:0px 8px 15px 0px rgb(181 181 181);background:#fff;padding:20px;}
.wzdh_list{margin-top:10px;border:1px solid #dcdcdc;border-top:#4e90d8 solid 2px;display:flow-root;}
.wzdh_list>span{height:40px;line-height: 40px;padding:0 43px;display:block;background:#f5f5f5;}
.wzdh_list>span>a{font-size:16px;color: #4e90d8;font-weight:bold;}
.wzdh_list ul.sub_menu{display:block;border-top:#ddd solid 1px;}
.wzdh_list ul.sub_menu li{line-height:50px;float:left;text-align:center;position:relative;}
.wzdh_list ul.sub_menu li a{font-size: 14px;padding:5px 10px;}
.wzdh_list ul.sub_menu li a:hover{background: #4e90d8;color: #fff;}
.wzdh_list ul.sub_menu li dl{position: absolute;border:#4e90d8 solid 1px; top:37px; left:23px; background:#FFF; padding:0 20px; display:none; z-index:999;}
.wzdh_list ul.sub_menu li dl dd{ border-bottom:dashed #ccc 1px; line-height:30px;}
.wzdh_list ul.sub_menu li dl dd.last{ border-bottom:none;}
.wzdh_list ul.sub_menu .add_a_hover a{background:#4e90d8; color:#FFF;}
.wzdh_list ul.sub_menu .add_a_hover dl dd a{background:none;color:#4e90d8; font-size:14px; padding: 5px 10px; text-decoration:none;}
.wzdh_list ul.sub_menu .add_a_hover dl dd a:hover{color:#c00; text-decoration:underline;}


/*移动政务*/
.szf .asd{margin:0 50px;}
.szf .asd h2{color: #4e90d8;}
.szf .asd .iso{width:300px;height:70px;float:left;margin-left:20px;line-height: 70px;text-align: center;border: 1px #ccc solid;border-radius: 7px;background: #4e90d8;}
.szf .asd .adr{width:300px;height:70px;float:left;margin-left:20px;line-height: 70px;text-align: center;border: 1px #ccc solid;border-radius: 7px;background: #4e90d8;}
.szf .asd a{font-size:28px;color:#fff;float:left;width:300px;height:70px;}
.szf .asd a:hover{background:red;}
.nerong {margin-right:48px;margin-top:15px;}
.asd ul{margin:30px 30px;display:flow-root;}
.asd ul li{float:left;text-align:center;}
.asd ul li p{text-align:center;}



/*文章页打印*/
@media print {
    .lm_header, .footer {
        display: none;
    }
    .page1 .bnav a[href]:after {
        content: none !important;
    }
}
/*媒体查询*/
@media (min-width: 1200px) {
	.wsbsd  a span{
		font-size: 20px;
	}
}
@media (max-width: 992px){
    .yfimg2{
        margin-left: 360px!important;
    }
    .yfimg3{
        left: 0!important;
    }
    .yfimg4{
        left: 360px!important;
    }
    .hotimg img{
        width: 350px;
    }
    .szf_search:before, .szf_search:after{
        display: none;
    }

}
@media (min-width: 768px) {
    .navbar-nav{
        display: flex;
        width: 100%;
    }
    .navbar-nav li{
        flex-grow: 1;
        text-align: center;
        position: relative;
    }
    
}
@media (max-width: 767px) {
    .banner a>img{
        margin-top: 180px;
    }
    .navbar-collapse{
        margin-top: 130px;
    }
    .navbar-nav li{
        float: left;
        width: 50%;
    }
    .navbar-form{
        margin: 0px;
    }
    .form-top{
        top: 240px;
    }
    .banner{
        padding: 20px 0 10px;
    }
    .navbar-nav {
        margin: 10px -15px 25px;
    }
    .form-top {
        bottom: -20px;
        right: 50%;
        transform: translate(50%,0);
    }
    .item{
        padding-left: 16px;
        line-height: 74px;
        height: 74px;
    }
    .item,.nav-item a:before{
        font-size: 14px;
    }
    .item.zhli, .item.zhli:before{
        height:86px;
    }
    .item span{
        padding-left: 8px;
    }
    .hotkey{
        display: none;
    }
    .wsbsd a span{
        letter-spacing:5px;
    }
    .ztzl>.swiper-pagination{
        top: 12px;
    }
    .ztzl>.swiper-pagination-bullet{
        width: 10px;
        height: 10px;
    }
    .flex{
        left: 28%;
    }
    #id{
        right: 32%;
    }
    .lm_banner img{
        margin-top: 30px;
    }
    .lm_navbar{
        margin-top: 28px!important;
    }
    .lm_hysearch{
        margin-top: 30px;
    }
    .yfimg2{
        margin-left: 360px!important;
    }
    .yfimg3{
        left: 0!important;
    }
    .yfimg4{
        left: 360px!important;
    }
    .hotimg img{
        width: 350px;
    }
    .szf_search:before, .szf_search:after{
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px){
    #select .sy_select{
        width: 48%!important;
    }
    .lm_banner img{
        margin-top: 30px;
    }
    .lm_navbar{
        margin-top: 28px!important;
    }
    .lm_hysearch{
        margin-top: 30px;
    }
}
@media (max-width: 500px) {
    .navbar-brand{
        padding: 0;
        top: 50px;
        left: 50%;
        transform: translate(-50%,0);
    }
    .conter {
        padding: 30px 5px;
    }
    .focus li p{
        text-indent: 0;
    }
    .tj a{
        height: 40px;
        font-size: 20px;
        line-height: 40px;
        padding:0 0 0 30px;
        background-size:18px;
        background-position:10px;
    }
    .navbar-brand img{
        width: 300px;
    }
    #select{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #select .sy_select{
        width: 48%!important;
    }
    .wsbsd a span {
        margin-left: 6%;
        font-size: 15px;
    }
    .yfimg2{
        margin-left: 360px!important;
    }
    .yfimg3{
        left: 0!important;
    }
    .yfimg4{
        left: 360px!important;
    }
    .hotimg img{
        width: 350px;
    }
    .szf_search:before, .szf_search:after{
        display: none;
    }
    .lm_banner img{
        margin-top: 30px;
    }
    .lm_navbar{
        margin-top: 28px!important;
    }
    .lm_hysearch{
        margin-top: 30px;
    }
}
