.m_header{
	background: url(../images/mobile_bg.png) no-repeat;
	background-size: 100% 100%;
	height:16.12rem;
	width: 100%;
	padding: 0.62rem;
}
.m_logo{
	width: 13.81rem;
	margin: 0 auto;
}
.m_ipv6{
	text-align: right;
}
.m_ipv6 span{
	background-color: #c3e5f9;
	color: #1B5CB0;
	padding: 0.25rem 0.62rem;
	height: 1.25rem;
	border-radius: 0.75rem;
}
.m_menu_left{
	width:19rem ;
}
.m_menu_left .navfouce li {
    float: left;
    text-align: right;
    cursor: pointer;
    width: 32%;
    line-height: 2rem;
}
.m_menu{
	background-color: #1B5CB0;
	padding: 0.62rem 0;
}
.m_menu_left .navfouce a {
    font-size: 1.1rem;
    font-family: "微软雅黑";
    color: white;
}
.m_menu_right {
	width:4rem;
}
.m_menu_right a{
	display: block;
	background: url(../images/m_line.png) left center no-repeat;
	background-size:0.1rem 4rem;
	height:4rem;
	width: 3.125rem;
	padding: 1.3rem 0 0 1.1rem;
}
.m_menu_right img{
	vertical-align: middle;
	height:1.4rem;
	width: 1.4rem;
}
.m_logo img{
	width: 13.81rem;
	height:8.87rem ;
}
.m_ipv6{
	height: 1.75rem;
}
.main{
	padding: 0.4rem;

}

.news_swiper{
	width:100%;
	height:14rem;
	}
.tt-swiper {
	width:100%;
	height:14rem;
	overflow: hidden;
	position: relative;
	/* margin-top:15px; */
	float: left;
}

.tt-itm {
	width: auto;
	height:14rem;
	overflow: hidden;
	position: absolute;
}

.tt-itm img {
	width:24rem;
	height: 14rem;
}

.tt-itm .tt-til {
	width: 100%;
	height: 40px;
	padding-left: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
}

.tt-itm .tt-til a {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.tt-swiper .pagination {
	position: absolute;
	bottom: 0px;
	right: 25px;
	overflow: hidden;
}

.tt-swiper .swiper-pagination-switch {
	width: 15px;
	height: 15px;
	background-color: #D0D0D0;
	float: left;
	margin-left: 15px;
	border-radius: 15px;
	cursor: pointer;
}

.tt-swiper .swiper-active-switch {
	background-color: #C10D0C;
}

.setTab2{
	height: 40px;
	line-height: 40px;	
	background-color:#EDF1F6;
}
.setTab2 li {		
	color: #222;
	display: inline-block;
	cursor: pointer;
	position: relative;
	font-size: 14px;
	width: 24%;
	text-align: center;
}
.setTab2 li.hover a{	
	color: #1B5CB0;
}

.setTab2 li.hover {
	background-color: #1B5CB0;
	color: #ffffff;
	font-weight: bold;

}

.con_zscd{
	margin-top: 0.4rem;
}
.newslist_li li {
    height: 36px;
    line-height: 36px;
}
.newslist_li .date {
    float: right;
    color: #999;
    display: block;
}
.newslist_li a{
    width: 76%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newslist_li a:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    background: #001571;
    width: 6px;
    height: 6px;
    margin-bottom: 2px;
}

.article_block{
	margin-top: 0.4rem;
}
.article_title{
	background-color:#EDF1F6;
	height: 40px;
    line-height: 40px;

}
.article_title a{
	 display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    width: 24%;
    text-align: center;	
    background-color: #1B5CB0;
    color: #ffffff;
    font-weight: bold;
}
.article_title a:link{
    color: #ffffff;
}
.infor_disclosure_title{
	height: 40px;
    line-height: 40px;
	font-weight: bold;
}
.infor_disclosure_title img{
	height: 20px;
	padding-right: 5px;
	vertical-align:middle;
}
.infor_disclosure_con{
	width: 100%;
	display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.infor_disclosure_con a{
	
	display: inline-block;
	width:24%;
	background-color: #FFEFEF;
	text-align: center;
	padding:10px 15px;
}
.infor_disclosure_con img{
	width: 40px;
	height: 40px;
}
.infor_disclosure_con span{
	display: block;
}
.line {
  position: relative;
  margin-top:10px;
  height: 10px;
}
.line:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
}
.zwgk_list{
	display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
}
.zwgk_list a{
	width: 49%;
	display: inline-block;
	background-color: #E5F2FD;
	margin-bottom: 10px;
	padding: 10px 0 5px 10px;
	line-height: 20px;
	font-size: 16px;
	color: #525252;
}
.zwgk_list img{
	width: 20px;
	vertical-align: middle;
	margin-right:10px;
}
.zwfw_list{
	display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;

}
.zwfw_list li{
	width: 49%;
	display: inline-block;
	background-color: #F6F4F5;
	margin-bottom: 10px;
	padding: 20px 0 ;
	line-height: 20px;
	font-size: 16px;
	color: #525252;
	text-align: center;

}
.zwfw_list img{
	width: 40px;
	height: 40px;
}
.zwfw_list h2{
	font-size: 16px;
	line-height: 28px;
}
.zwfw_list p{
	line-height:28px;
	font-size: 12px;
}
.zwfw_list a{
	display: block;
	border: #D7D7D7 1px solid;
	font-size:12px;
	line-height: 24px;
	width: 50%;
	margin:0 auto;
	color: #888888;
}
.gdsfwdt {
	display: block;
}
.gdsfwdt img{
	width: 100%;
}
.m_footer{
	background-color: #1D82E6;
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	line-height: 28px;
}
.mfooter_foorl1 a{
	background-color: #145A9F;
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	margin: 10px auto;
	color: #ffffff;
}
.zjhd_title {
	text-align: center;
}
.zjhd_title img{
 width: 80%;
 margin: 10px auto;
}
.zjhd_con{
	text-indent:2em;
	line-height: 24px;
	margin-bottom: 10px;
}
.zjhd_con a{
	color: #FF4E00;
}
.zjhd_icon{
	width: 100%;
	display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zjhd_icon a{
	width: 19%;
	display: inline-block;
	background-color:#FAFAFA;
	margin-bottom: 10px;
	padding: 10px 0;
	line-height: 20px;
	font-size: 16px;
	color: #525252;
	border: #E2E2E2 1px solid;
	text-align: center;
}
.zjhd_icon img{
	display: block;
	height: 34px;
	margin:0 auto 10px;
}
.list-top {
    position: relative;
    width: 100%;
    padding:10px 0;
    text-align: center;
    background:#F5F5F5;
    border: 1px solid #E6E6E6;
    margin-top: 15px;
}
.list-top h2, .list-top a {
    font-size: 16px;
    color: #1D82E6;
    font-weight: bold;
    line-height:24px;
}
.list-top img {
    position: absolute;
    width:17px;
    height:12px;
    top: 40%;
    right: 5%;
}
.transactionInformation{
	
    position: relative;
}
.list-menu {
    display: none;
    /* position: absolute; */
    top:86px;
    width: 100%;
    background: #FFFFFF;
    z-index: 9999;
}
.list-menu-ul {
    border-top: none;
	background: #F5F5F5;
    border: 1px solid #EEEEEE;
}
.list-menu li {
    border-bottom: 1px solid #EEEEEE;
    padding:12px 0 12px 12px;
    font-size: 16px;
}
.list-menu li a {
    text-decoration: none;
    color: #333333;
}
.content_mb .mb_list_item {
    width: 100%;
    margin-top: 14px;
    border-bottom: 1px solid #EEEEEE;
}
.content_mb .mb_list_item a {
    display: inline-block;
    color: #333333;
    text-decoration: none;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
}
.content_mb .mb_list_item h4 {
    margin:10px 0;
    color: #999999;
    font-size: 14px;
}

.content_mb .mb_list_item h4 span:last-child {
    float: right;
	background: #F5F5F5;
	padding: 3px;

}
.m_footer{
	font-size: 12px;
}


/* 分页器样式 */

.m_page {
    text-align: right !important;
    margin:20px 0;
    width: 100%;
}
.m_page .next,.m_page  .prev {
display: none;
}
.m_page a,
.m_page a:link,
.m_page a:visited {
    padding: 5px 8px 5px 8px;
    margin: 2px;
    border: 1px solid #e8e8e8;
    text-decoration: none;
    color: #333;
}

.m_page a:hover,
.m_page a:active {
    border: 1px solid #126BDC;
    color: #FFF;
    background-color: #126BDC;
    text-decoration: none;
}

.m_page a.current {
    padding: 5px 8px 5px 8px;
    margin: 2px;
    border: 1px solid #126BDC;
    font-weight: bold;
    background-color: #126BDC;
    color: #FFF;
}

.m_page a.disabled {
    padding: 2px 5px;
    margin: 2px;
    border: 1px solid #eee;
    color: #ddd;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}


 .content-top {
    width: 100%;
    text-align: center;
	padding: 10px 0;
}
.box-title {
    text-align: center;
    color: rgb(45,102,165);
    font-weight: bold;
    font-size: 22px;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 0.2rem;
    padding-bottom: 0.6rem;
    LINE-HEIGHT: 150%;
}
.p-explain-center {
    background: #F5F5F5;
	padding: 10px;
    font-size: 14px;
	
}
.content-word {
    font-size: 16px;
    color: #333333;
    padding-top: 20px;
    padding-bottom: 10px;
    LINE-HEIGHT: 30px;
}
.content-word img{
	    max-width: 100%;
}
.m_footer a{
	color: #ffffff;
}


@font-face {
    font-family: "socialshare";
    src: url("../newcss/iconfont.eot");
    src: url("../newcss/iconfont.eot?#iefix") format("embedded-opentype"), url("../newcss/iconfont.woff") format("woff"), url("../newcss/iconfont.ttf") format("truetype"), url("../newcss/iconfont.svg#iconfont") format("svg")
}

.social-share {
    font-family: "socialshare" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale
}

.social-share * {
    font-family: "socialshare" !important
}
.social-share .icon-wechat:before {
    content: "\e60d"
}
.social-share .icon-weibo:before {
    content: "\e619";
}
.social-share .icon-qq:before {
    content: "\e680";
}
.social-share .icon-qzone:before {
    content: "\e697";
}


.social-share a {
    position: relative;
    text-decoration: none;
    margin: 4px;
    display: inline-block;
    outline: none
}

.social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    font-size: 16px;
    border-radius: 50%;
    line-height: 26px;
    border: 1px solid #666;
    color: #666;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s
}

.social-share .social-share-icon:hover {
    background: #666;
    color: #fff
}

.social-share .icon-weibo {
    color: #ff763b;
    border-color: #ff763b
}

.social-share .icon-weibo:hover {
    background: #ff763b
}

.social-share .icon-tencent {
    color: #56b6e7;
    border-color: #56b6e7
}

.social-share .icon-tencent:hover {
    background: #56b6e7
}

.social-share .icon-qq {
    color: #56b6e7;
    border-color: #56b6e7
}

.social-share .icon-qq:hover {
    background: #56b6e7
}

.social-share .icon-qzone {
    color: #FDBE3D;
    border-color: #FDBE3D
}

.social-share .icon-qzone:hover {
    background: #FDBE3D
}

.social-share .icon-douban {
    color: #33b045;
    border-color: #33b045
}

.social-share .icon-douban:hover {
    background: #33b045
}

.social-share .icon-linkedin {
    color: #0077B5;
    border-color: #0077B5
}

.social-share .icon-linkedin:hover {
    background: #0077B5
}

.social-share .icon-facebook {
    color: #44619D;
    border-color: #44619D
}

.social-share .icon-facebook:hover {
    background: #44619D
}

.social-share .icon-google {
    color: #db4437;
    border-color: #db4437
}

.social-share .icon-google:hover {
    background: #db4437
}

.social-share .icon-twitter {
    color: #55acee;
    border-color: #55acee
}

.social-share .icon-twitter:hover {
    background: #55acee
}

.social-share .icon-diandian {
    color: #307DCA;
    border-color: #307DCA
}

.social-share .icon-diandian:hover {
    background: #307DCA
}

.social-share .icon-wechat {
    position: relative;
    color: #7bc549;
    border-color: #7bc549
}

.social-share .icon-wechat:hover {
    background: #7bc549
}

.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: 40px;
    left: -84px;
    width: 200px;
    height: 172px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms
}

.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
    display: none
}

.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0
}

/* .social-share .icon-wechat .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent
} */

.social-share .icon-wechat:hover .wechat-qrcode {
    display: block
}

/* 政务公开样式开始 */
.m_title img{
 width: 20px;
 vertical-align: middle;
 margin-right: 6px;
}
.zwgk_floor1 h2, .zwgk_floor3 h2{
    font-size: 16px;
}
.zwgk_floor1 a{
    display: block;
    border: #E2E2E2 1px solid;
    background-color: #FAFAFA;
    padding:10px;
    margin:5px 0;
}
.zwgk_floor1 a img{
 vertical-align: middle;
 width: 20px;
  margin-right: 6px;
}
.zwgk_floor3 ul {
    border: #E2E2E2 1px solid;
    background-color: #FAFAFA;
    padding:0 10px;
    margin-top: 10px;

}

.zwgk_floor3 ul a{
    float:left;
    width: 33.33%;
    margin:5px 0;
}
.zwgk_floor3 ul a.title_l{
width: 100%;
}
.zwgk_floor3 ul a:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    background: #001571;
    width: 6px;
    height: 6px;
    margin-bottom: 2px;
}
.zwgk_floor4{
    width: 100%;
    display: inline-block;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;

}
.zwgk_floor4 a{
    width: 24%;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    background-color: #FFEFEF;
    margin: 2px 0;

}
.zwgk_floor4 a img{
    height: 40px;
    margin: 0 auto 10px;
    display: block;
}



.zwgk_floor5 img{
    width: 100%;
    margin-top: 10px;
}

/* 政务公开样式结束 */

/* 政民互动样式开始 */
.zmhd_floor1{
    width: 100%;
    display: inline-block;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zmhd_floor1 a{
    width: 24%;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
}
.zmhd_floor1 a img{
    width: 70px;
    margin: 0 auto 10px;
    display: block;
}
.zmhd_line{
    border-bottom: #EFEFEF 1px solid;
    margin: 10px 0;
    width: 100%;
}
.zmhd_floor2{
    width: 100%;
    display: inline-block;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.zmhd_floor2 a{
    width: 24%;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    background: #FFEFEF;
    height: 80px;
}
.zmhd_floor2 a img{
    margin: 0 auto 10px;
    height: 36px;
    display: block;
}








/* 政民互动样式结束 */

/* 部门镇办样式开始 */
.bmzb_floor1 ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0;
}
.bmzb_floor1 a{
    width:32.6%;
    display: flex;
    padding:6px 0;
    text-align: center;
    background-color: #EDF1F6;
    border: #E1E1E1 1px solid;
    color: #484848;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    height:2.6rem;
    margin-bottom: 0.27rem;
}

.bmzb_titlt_css{
    
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.bmzb_titlt_css img {
    width: 12.2%;
}
.bmzb_titlt_css span {
    margin: 0 10px;
    font-size:22px;
    font-weight: bold;
    color: #1D82E6;
}
.bmzb_titlt_css img {
    width: 12.2%;
}
.wm_lj {
    width: 100%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
}
.wm_lj .icon-zhuye {
    font-size: 20px;
}

.wm_lj_bg {
    background-color: #f6f6f6;
    padding: 0 10px;
}
.wm_lj_bg img{
    vertical-align: middle;
}
.con_annex a{
	display:block;
}
.m_slh{
    position: absolute;
    display: block;
}
.m_slh a{
    background-color: #c3e5f9;
    color: #1B5CB0;
    padding: 0.25rem 0.62rem;
    height: 1.25rem;
    border-radius: 0.75rem;
}
/* 部门镇办样式结束 */

/* 
.m_zhuanti_esd{
	width: 375px;
	height: 111px;
	background: url(../images/ershidamob.jpg) center center no-repeat;
	background-size:375px 111px;
}
.m_esd{
	display: block;
	width: 375px;
	height: 111px;
} */