@charset "utf-8";
/* CSS Document */
/*手机版相关模块隐藏*/
.hasBg,.m_qz{ display:none;}
/* 政务公开页面 s */
.ldzc{
    width: 525px;
    float: left;
}
.ldzc-con{
    padding: 15px 15px 0 15px;
}
.ldzc-ld img{
    float: left;
    display: block;
    width: 100px;
    height: 135px;
}
.ldzc-ld div{
    width: 380px;
    float: right;
    padding-top: 6px;
}
.ldzc-ld div h4{
    color: #c43232;
    font-size: 16px;
}
.ldzc-ld div h4 a{
    color: #c43232;
}
.ldzc-ld div p{
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-top: 10px;
    text-align: justify;
}
.ldzc-ld div p a{
    color: #c43232;
}
.ldzc-fqz{
    padding-top: 12px;
    border-top: 1px dashed #d2d2d2;
}
.ldzc-fqz h4{
    font-size: 16px;
    color: #333;
}
.ldzc-fqz ul{
    margin-top: 15px;
}
.ldzc-fqz ul li{
    float: left;
    margin-right: 30px;
}
.ldzc-fqz ul li a{
    font-size: 16px;
    color: #333;
}
.ldzc-fqz ul li a:hover{
    color: #c43232;
}

/* 武鸣要闻 */
.wmyw{
    width: 580px;
    float: left;
    height: 275px;
    margin-left: 25px;
}
.gy-title{
    float: left;
    height: 40px;
}
.gy-title li{
    float: left;
    margin-right: 35px;
}

.gy-title li a{
    color: #333;
    font-size: 18px;
    line-height: 40px;
}
.gy-title li.act6 a{
    font-weight: bold;
}
.wmyw-con{
    padding: 0 10px;
}
.wmyw-list{
    height: 165px;
    box-sizing: border-box;
    padding-top: 10px;
}
.wmyw-list ul{display: none;}
.public-list ul li{
    height: 34px;
    background: url("../new_images/dot.png;vpn_img") left center no-repeat;
    padding-left: 10px;
}
.public-list ul li a{
    display: block;
    width: 365px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 34px;
    float: left;
    font-size: 16px;
}
.public-list ul li a:hover{
    color: #c43232;
}
.public-list ul li span{
    float: right;
    line-height: 34px;
    font-size: 14px;
    color: #999;
}

.wmyw-btn{
    height: 40px;
    margin-right: -10px;
    margin-top: 15px;
}
.wmyw-btn li{
    width: 180px;
    height: 40px;
    float: left;
    margin-right: 10px;
}
.wmyw-btn li a{
    display: block;
    background: #f5f5f5;
    border-radius: 5px;
    height: 100%;
    box-sizing: border-box;
    line-height: 40px;
    font-size: 18px;
    color: #333;
}
.wmyw-btn li a img{
    display: block;
    height: 20px;
    float: left;
    margin: 10px 10px 0 35px;
}

/* 政府信息公开专栏 */
.zfxxgkzl{
    width: 250px;
    float: right;
}
.zfxxgkzl ul{
    padding: 3px 10px 0 10px;
}
.zfxxgkzl ul li{
    margin-top: 13px;
    height: 44.5px;
}
.zfxxgkzl ul li a{
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    height: 100%;
    display: block;
    line-height: 44.5px;
    font-size: 16px;
    color: #333;
}
.zfxxgkzl ul li a img{
    display: block;
    height: 25px;
    float: left;
    margin: 8px 12px 0 25px;
}
.zfxxgkzl ul li a:hover{
    color: #c43232;
    border: 1px solid #c43232;
}

/* 五大公开按钮 */
.gk-btn{
    height: 75px;
    margin-right: -25px;
}
.gk-btn li{
    width: 262px;
    height: 100%;
    background: #edd8b9;
    background:linear-gradient(to right,#edd8b9,#f3e2ca);
    margin-right: 25px;
    float: left;
	position: relative;
    overflow: hidden;
}
.gk-btn li div{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #bd1a2d;
    top: -100%;
    transition:  all 0.6s;
    padding: 5px 10px;
    box-sizing: border-box;
}
.gk-btn li div h4{
    color: #fff;
    text-align: center;
    font-size: 16px;
    background: url("../new_images/tbg.png;vpn_img") center center no-repeat;
	padding-bottom:5px;
}
.gk-btn li:hover div{
    top: 0;
}
.gk-btn li div ol li{
    width:33.33%;
    float: left;
    height: auto;
    background: none;
    margin: 0;
    box-sizing: border-box;
}
.gk-btn li div ol li a{
    color: #fff;
    display: block;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    padding-left: 0;
    padding-right: 0;
    line-height: 20px;
	text-align:center;
}
.gk-btn li div ol li a:hover{
    text-decoration: underline;
}

.gk-btn li a{
    display: block;
    height: 100%;
    box-sizing: border-box;
    background: url("../new_images/jx.png;vpn_img") 35px 18px no-repeat;
    font-size: 26px;
    font-weight: bold;
    color: #c43232;
    padding-left: 37px;
    padding-right: 37px;
    line-height: 85px;
}
.gk-btn li a img{
    float: right;
    display: block;
    margin-top: 12px;
}

/* 政府文件 */
.zfwj-left{
    width: 1130px;
    float: left;
}
.zfwj-title{
    height: 40px;
    box-sizing: border-box;
    border-bottom: 2px solid #9c9d9e;
    padding-right: 10px;
}
.zfwj-title ul{
    float: left;
    height: 40px;
}
.zfwj-title ul li{
    height: 40px;
    float: left;
    margin-right: 10px;
}
.zfwj-title ul li a{
    height: 40px;
    display: block;
    line-height: 40px;
    font-size: 18px;
    color: #333;
    box-sizing: border-box;
    padding: 0 20px;
}
.zfwj-title ul li.act7 a{
    color: #c43232;
    border-bottom: 2px solid #c43232;
    font-weight: bold;
}
.zfwj-list ul{
    display: none;
    padding: 10px 8px 0 8px;
}
.zfwj-list ul li a{
    width: 920px;
}
.zfwj-right{
    height: 255px;
    float: right;
    box-sizing: border-box;
    width: 250px;
    border: 10px solid #dcdcdc;
    text-align: center;
    padding: 10px 20px 0 20px;
}
.zfwj-right form h1{
    font-size: 30px;
    color: #bd1a2d;
}
.zfwj-right form input[type=text]{
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    margin-top: 15px;
    padding: 0 12px;
    font-size: 14px;
}
.zfwj-right form input[type=submit]{
    width: 100%;
    box-sizing: border-box;
    border: none;
    margin-top: 15px;
    font-size: 18px;
    color: #fff;
    background: #bd1a2d;
    text-align: center;
    height: 40px;
}
.zfwj-right form a{
    display: block;
    width: 100%;
    margin-top: 15px;
    font-size: 18px;
    color: #fff;
    background: #fa8838 url("../new_images/submit-bg.png;vpn_img") center center no-repeat;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

/* 其他重点信息 */
.zwgk-mid{
    height: 320px;
}
.zwgk-midL{
    width: 1130px;
    float: left;
}
.zwgk-midL ul{
    height: 175px;
    background: #f6f6f6;
}
.zwgk-midL ul li{
    float: left;
    width: 16.66666%;
    height: 100%;
}
.zwgk-midL ul li a{
    display: block;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 22px;
    font-size: 16px;
    color: #333;
}
.zwgk-midL ul li a:hover{
    color: #c43232;
}
.zwgk-midL ul li a img{
    height: 100px;
}
.zwgk-midL ul li a p{
    margin-top: 8px;
}
.zwgk-midL ol{
    height: 110px;
    margin-top: 35px;
    margin-right: -31px;
}
.zwgk-midL ol li{
    width: 356px;
    height: 110px;
    float: left;
    margin-right: 31px;
}
.zwgk-midL ol li a img{
    display: block;
    width: 100%;
    height: 100%;
}
.zwgk-midR{
    width: 250px;
    float: right;
    height: 320px;
    box-sizing: border-box;
    background: #f5f5f5;
    padding: 15px 0 0 10px;
    /* margin-right: -10px; */
}
.zwgk-midR li{
    width: 110px;
    margin-right: 10px;
    margin-bottom: 15px;
    height: 36px;
    float: left;
}
.zwgk-midR li a{
    display: block;
    height: 100%;
    line-height: 36px;
    text-align: center;
    background: #fff;
    font-size: 16px;
    color: #000;
}
.zwgk-midR li a:hover{
    background: #c43232;
    color: #fff;
}

/* 重大项目建设 */
.zwgk-bottom{
    height: 305px;
}
.zwgk-bottomL{
    width: 1130px;
    float: left;
    height: 100%;
}
.zwgk-bottomL .zdjs{
    width: 356px;
    margin-right: 31px;
    height: 100%;
    float: left;
    box-sizing: border-box;
    padding: 12px;
    background: #f6f6f6;
}
.zdxm-t{
    height: 20px;
    background: url("../new_images/t-bg.png;vpn_img") left center no-repeat;
    padding-left: 12px;
}
.zdxm-t h4{
    font-size: 18px;
    color: #333;
    line-height: 20px;
    float: left;
}
.zdxm-t .more2{
    display: block;
    width: 20px;
    height: 20px;
    float: right;
    background: url("../new_images/more.png;vpn_img") center center no-repeat;
}
.zwgk-bottomL .no-margin{
    margin-right: 0;
}
.zwgk-bottomL .zdjs ul li{
    width: 33.33%;
    margin-top: 15px;
    float: left;
    height: 118px;
}
.zwgk-bottomL .zdjs ul li a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000;
    box-sizing: border-box;
}
.zwgk-bottomL .zdjs ul li a:hover{
    color: #c43232;
}
.zwgk-bottomL .zdjs ul li a img{
    margin-bottom: 5px;
}
.zwgk-bottomL .zdjs ol li{
    width: 50%;
    margin-top: 15px;
    float: left;
}
.zwgk-bottomL .zdjs ol li a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000;
    box-sizing: border-box;
    padding: 0 15px;
}
.zwgk-bottomL .zdjs ol li a:hover{
    color: #c43232;
}
.zwgk-bottomL .zdjs ol li a img{
    margin-bottom: 5px;
}
.zwgk-bottomR{
    float: right;
    width: 250px;
    height: 305px;
    box-sizing: border-box;
    padding: 12px;
    background: #f6f6f6;
}
.zwgk-bottomR ul li{
    margin-top: 15px;
    background: #fff;
}
.zwgk-bottomR ul li a{
    color: #333;
    font-size: 16px;
    display: block;
    padding: 9px 10px;
    box-sizing: border-box;
    padding-left: 45px;
    padding-right: 18px;
}
.zwgk-bottomR ul li a:hover{
    color: #c43232;
}
.zwgk-bottomR ul li.xxgk1 a{
    background: url("../new_images/icon_xxgk_1.png;vpn_img") 18px center no-repeat;
}
.zwgk-bottomR ul li.xxgk2 a{
    background: url("../new_images/icon_xxgk_2.png;vpn_img") 18px center no-repeat;
}
.zwgk-bottomR ul li.xxgk3 a{
    background: url("../new_images/icon_xxgk_3.png;vpn_img") 18px center no-repeat;
}
.zwgk-bottomR ul li.xxgk4 a{
    background: url("../new_images/icon_xxgk_4.png;vpn_img") 18px center no-repeat;
}
/* 政务公开页面 e */





/* 政民互动界面样式 s*/
.zmhd-first{
    height: 330px;
}
.zmhd-firstL{
    width: 910px;
    float: left;
    height: 100%;
}
.zwzx-t{
    height: 40px;
    background: #f5f5f5;
}
.zwzx-t li{
    float: left;
    width: 125px;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
}
.zwzx-t li a{
    display: block;
    height: 40px;
    line-height: 40px;
    line-height: 40px;
    text-align: center;
}
.zwzx-t li.act3 a{
    background: #c43232;
    color: #fff;
}
.tab4{display: none;}
/* 电视问政 */
.zmhd-dswz{
    width: 480px;
    float: right;
}
.zmhd-t{
    height: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    background: url("../new_images/t-bg.png;vpn_img") left center no-repeat;
    padding-left: 12px;
    padding-right: 10px;
}
.zmhd-t h3{
    font-size: 18px;
    color: #333;
    line-height: 40px;
    float: left;
}
.dswz-pic{
    width: 185px;
    height: 100px;
    float: left;
    margin-right: 15px;
}
.dswz-pic img{
    width: 100%;
    height: 100%;
    display: block;
}
.dswz-text{
    width: 260px;
    float: left;
    padding: 5px 0;
}
.dswz-text h4 a{
    color: #333;
    font-size: 16px;
}
.dswz-text h4 a:hover{color: #bd1a2d;}
.dswz-text p{
    color: #bd1a2d;
    font-size: 14px;
    margin-top: 3px;
    line-height: 20px;
}
.dswz-text p span{
    color: #333;
}
.dswz-list{
    margin-top: 15px;
    padding: 0px 5px 0 5px;
    border-top: 1px dashed #ccc;
}
.dswz-list li{
    height: 34px;
    background: url("../new_images/dot.png;vpn_img") left center no-repeat;
    padding-left: 10px;
}
.dswz-list li a{
    display: block;
    float: left;
    line-height: 34px;
    width: 315px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
	font-size:16px;
}
.dswz-list li a:hover{
    color: #bd1a2d;
}
.dswz-list li span{
    float: right;
    line-height: 34px; color:#999;
}
.zmhd-btn{
    height: 100px;
    margin-right: -15px;
}
.zmhd-btn li{
    height: 100%;
    width: 270px;
    margin-right: 15px;
    background: #fcf8f1 url("../new_images/zmhd-bg.png;vpn_img") no-repeat;
    background-size: 100%;
    float: left;
}
.zmhd-btn li a{
    display: block;
    height: 100%;
    box-sizing: border-box;
    line-height: 100px;
    color: #000;
    font-size: 20px;

}
.zmhd-btn li a:hover{
    color: #c43232;
    border: 1px solid #c43232;
}
.zmhd-btn li a img{
    float: left;
    height: 50px;
    display: block;
    margin: 25px 15px 0 55px;
}
/* 调查征集 */
.zmhd-bottom{
    height: 215px;
}
.dczj{
    float: left;
    height: 100%;
    width: 910px;
}

.dczj ul{
    padding: 5px;
}
.dczj ul li{
    height: 34px;
    background: url("../new_images/dot.png;vpn_img") left center no-repeat;
    font-size: 16px;
    padding-left: 10px;
	line-height:34px;
}
.dczj ul li a.wztt{
    float: left;
    line-height: 34px;
    display: block;
    width: 700px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    float: left;
}
.dczjList2 li>a{
    float: left;
    width: 82%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dczj ul li span.flag_red{
    float: left;
    width: 60px;
    height: 20px;
    border: 1px solid #bd1a2d;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    margin-top: 5px;
    border-radius: 5px;
    margin-left: 20px;
}
.dczj ul li span.flag_red a,.dczj ul li span.flag_red a:hover{color: #bd1a2d;}


.dczj ul li span.flag_grey{
	float: left;
    width: 60px;
    height: 20px;
    color: #666;
    border: 1px solid #ccc;
	font-size: 12px;
    text-align: center;
    line-height: 20px;
    margin-top: 5px;
    margin-left: 20px;
    border-radius: 5px;
}
.dczj ul li span.riqi{
    border: none;
    width: 100px;
    text-align: right;
    float: right;
    font-size: 14px;
    color: #999;
}
/* 常见问题 */
.cjwt{
    width: 480px;
    float: right;
    height: 100%;
}
.public-ul li{
    height: 34px;
    background: url("../new_images/dot.png;vpn_img") left center no-repeat;
    padding-left: 10px;
}
.public-ul li a{
    display: block;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 34px;
    float: left;
    font-size: 16px;
}
.public-ul li a:hover{
    color: #c43232;
}
.public-ul li span{
    float: right;
    line-height: 34px;
    font-size: 14px;
    color: #999;
}

/* 政民互动界面样式 e*/

/* 解读回应界面 s */
.wzjd{
    height: 325px;
}
.wzjd-left{
    width: 560px;
    height: 100%;
    float: left;
}
.wzjd-left a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.wzjd-left a img{
    width: 100%;
    height: 100%;
    display: block;
}
.wzjd-left a p{
    position: absolute;
    height: 40px;
    background: rgba(0, 0, 0, .5);
    width: 96%;
    bottom: 0;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; padding:0 2%;
}
.wzjd-right{
    width: 820px;
    float: right;
}
.wzjd-right .public-ul{
    padding: 5px 8px 0 8px;
}
.wzjd-right .public-ul li{
    height: 36px;
}
.wzjd-right .public-ul li a{
    line-height: 36px;
}
.wzjd-right .public-ul li a{
    width: 645px;
}
.wzjd-list ul li a{width: 685px;}
/* 新闻发布会 */
.xwfbh{
    float: left;
    width: 565px;
}
.xwfbh .public-ul{
    padding: 10px 8px 0 8px;
}
.xwfbh .public-ul li a{
    width: 400px;
}
.xwfbh .code{
	width:565px; height:194px; background:url(../new_images/code.png;vpn_img) no-repeat left 15px;
    border-top: 1px dashed #cccccc;
}
.xwfbh .code a{ display:block; width:270px; height:194px;}
.xwfbh .code img{
    width: 100%;
    display: block;
}
/* 热点回应 */
.rdhy{
    width: 820px;
    float: right;
}
.rdhy-first h4{
    text-align: center;
    font-size: 18px;
    padding: 15px 15px 10px 15px;
}
.rdhy-first h4 a{
    color: #c43232;
}
.rdhy-first p{
    font-size: 15px;
    text-align: justify;
    text-indent: 2em;
    line-height: 24px;
    color: #333;
}
.rdhy-first p a{
    color: #c43232;
}
.rdhy .public-ul{
    padding: 8px 8px 0 8px;
	border-top: 1px dashed #cccccc;
	margin-top:10px;
}
.rdhy .public-ul li a{
    width: 645px;
}
/* 解读回应焦点图 s */
.jdhy-banner{
    float: left;
    width: 560px;
    height: 325px;
}
.jdhy-banner .slideBox {
    width: 560px;
    height: 325px;
    overflow: hidden;
    position: relative;
}
.jdhy-banner .slideBox .hd {
    height: 12px;
    position: absolute;
    right: 10px;
    text-align: center;
    bottom: 17px;
    z-index: 1;
}
.jdhy-banner .slideBox .hd ul li {
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 14px;
    border-radius: 50%;
    text-align: center;
    background: #ffd1d1;
    cursor: pointer;
}
.jdhy-banner .slideBox .hd ul li.on {
    background: #f1df3a;
    color: #fff;
}
.jdhy-banner .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.jdhy-banner .slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}
.jdhy-banner .slideBox .bd li a {
    display: block;
    position: relative;
}
.jdhy-banner .slideBox .bd li a p{
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 40px;
    color: #fff;
    padding-left: 10px;
    box-sizing: border-box;
    padding-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.jdhy-banner .slideBox .bd img {
    width: 100%;
    height: 325px;
    display: block;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.jdhy-banner .slideBox .prev,
.jdhy-banner .slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../new_images/slider-arrow.png;vpn_img) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.jdhy-banner .slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.jdhy-banner .slideBox .prev:hover,
.jdhy-banner .slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.jdhy-banner .slideBox .prevStop{ display:none;  }
.jdhy-banner .slideBox .nextStop{ display:none;  }

/* 解读回应焦点图 e */
/* 解读回应界面 e */


/* 数据服务界面 s */
.Chart{
    height: 480px;
}
.Chart-left{
    width: 300px;
    float: left;
    height: 100%;
}
.Chart-left h3{
    height: 40px;
    box-sizing: border-box;
    line-height: 34px;
    color: #333;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #c43232;
    font-weight: bolder;
    background: url("../new_images/sjfw-icon1.png;vpn_img") 55px 0px no-repeat;
    padding-left: 28px;
}
.Chart-left ul{
    margin-top: 10px;
    padding-bottom: 15px;
    background: #f9f9f9;
}
.Chart-left ul li{
    height: 46px;
}
.Chart-left ul li{
    display: block;
    height: 46px;
    box-sizing: border-box;
    line-height: 46px;
    border-bottom: 1px solid #ebe9e9;
    padding-left: 45px;
    font-size: 16px;
    color: #333;
}
.Chart-left ul li.act8{
    background: #dd6464;
    border-bottom: 1px solid #dd6464;
    color: #fff;
}

.Chart-right{
    width: 1095px;
    height: 100%;
    float: right;
}
/* 统计按钮 */
.tj-btn{
    height: 75px;
    margin-right: -78px;
}
.tj-btn li{
    margin-right: 43px;
    width: 320px;
    height: 100%;
    float: left;
    background: #f9e7df;
}
.tj-btn li:hover{ background:#f7ded2;}
.tj-btn li a{
    display: block;
    height: 100%;
    line-height: 75px;
    font-size: 20px;
    color: #c43232;
    font-weight: bolder;
}
.tj-btn li a img{
    float: left;
    height: 28px;
    display: block;
    margin: 23px 30px 0 30px;
}

/* 数据开放 */
.sjkf{
    float: left;
    width: 995px;
}
.sjfw-title{
    height: 40px;
    background: #f7f7f7;
    position: relative;
}
.sjfw-title h3{
    background: #c43232;
    height: 40px;
    line-height: 40px;
    color: #fff;
    width: 135px;
    text-align: center;
    font-size: 18px;
    float: left;
}
.sjfw-title .kfpt{
    position: absolute;
    color: #c43232;
    border: 1px solid #c43232;
    border-radius: 12px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 25px;
    right: 80px;
    top: 7px;
    box-sizing: border-box;
}
.sjfw-title .kfpt:hover{
    background: #c43232;
    color: #fff;
}
.tab-ym{
    float: right;
    height: 20px;
    margin-top: 10px;
}
.tab-ym li{
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background: #d5d1d1;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    float: left;
    text-align: center;
    cursor: pointer;
}
.tab-ym li.act9{
    background: #c43232;
    color: #fff;
}
.sjkf-list{
    height: 240px;
}
.sjkf-list ul{
    height: 100%;
    display: none;
}
.sjkf-list ul li{
    width: 11.111%;
    float: left;
}
.sjkf-list ul li a{
    display: block;
    text-align: center;
    padding: 25px 0;
    font-size: 16px;
}
.sjkf-list ul li a:hover{ color:#c43232;}
.sjkf-list ul li a img{
    margin-bottom: 5px;
    height: 38px;
}

/* 数据应用 */
.sjyy{
    float: right;
    width: 400px;
}
.sjyy ul{
    height: 240;
}
.sjyy ul li{
    width: 25%;
    float: left;
}
.sjyy ul li a{
    display: block;
    text-align: center;
    padding: 25px 0;
    font-size: 16px;
}
.sjyy ul li a:hover{ color:#c43232;}
.sjyy ul li a img{
    margin-bottom: 5px;
    height: 38px;
}

/* 数据服务界面 e */

/* 走进武鸣界面 s*/
.tkwm{
    height: 175px;
}
/*图看武鸣专题专栏*/
.tkwm .zt_box{width:1410px; height:175px; background:#FFF; overflow:hidden; margin:0 auto;}
.tkwm .zt_box .ztlm{height:175px; width:40px; display:block; background:url(../new_images/tkwm-title.png;vpn_img) no-repeat center center; float:left;}
.tkwm .zt_box .inlinks{ width:1370px; float:left; position:relative;}
.tkwm .zt_box .tempWrap{width: 1370px !important;}
.tkwm .zt_box ul{margin-right: -10px !important;}
.tkwm .zt_box ul li{ display:block; float:left; width:265px; height:175px; margin-left:10px;}
.tkwm .zt_box ul li img{ width:265px; height:175px;}
.tkwm .prev,.tkwm .next{width:34px; display:block; height:84px;}
.tkwm .prev{ position:absolute; left:10px; top:44px; z-index:99;}
.tkwm .next{ position:absolute; right:-2px; top:44px; z-index:99;}
.zt_box .bd{float:left;}


/* 武鸣介绍 */
.wm-box{
    height: 460px;
}
.wm-title{
    height: 92px;
    box-sizing: border-box;
    border-bottom: 2px solid #e1e1e1;
    padding: 0 30px;
}
.wm-title li{
    width: 11.111%;
    float: left;
}
.wm-title li a{
    display: block;
    height: 100px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 12px;
    font-size: 18px;
}
.wm-title li a img{
    height: 34px;
}
.wm-title li.act10 a{
    background: url("../new_images/wm-bg.png;vpn_img") left bottom no-repeat;
    background-size: 100% auto;
    font-weight: bold;
    color: #c43232;
}
.wm-con{
    height: 335px;
    background: #f9f9f9;
}
.wm-con ul{
    width: 100%;
    height: 100%;
    display: none;
}
.wm-pic{
    width: 712px;
    height: 336;
    float: left;
	position:relative;
}
.tw_txt{ position:absolute; left:0; bottom:0; background: rgba(0,0,0,0.6); width:702px; height:38px; text-align:center; line-height:38px;font-size: 18px; font-weight: bold; color:#FFF;}
.wm-pic img{
    display: block;
    width: 712px;
    height: 336px;
}
.wm-text{
    width: 680px;
    box-sizing: border-box;
    float: right;
    height: 100%;
    padding: 10px 10px 10px 0;
}
.wm-text p{
    color: #333;
    font-size: 16px;
    line-height: 25px;
    text-indent: 2em;
    text-align: justify;
    margin-top: 5px;
}
.wm-text a{
    color: #0b60f5; float:right; font-size:16px;
}

/* 武鸣宣传片 */
.wmxcp{
    height: 195px;
    margin-right: -10px;
}
.wmxcp li{
    width: 345px;
    height: 100%;
    float: left;
    margin-right: 10px;
}
.wmxcp li a{
    position: relative;
    display: block;
    height: 100%;
}
.wmxcp li a img{
    width: 100%;
    height: 100%;
    display: block;
}
.wmxcp li a p{
    position: absolute;
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.6);
    bottom: 0;
    font-size: 18px;
    font-weight: bold;
}
/* 走进武鸣界面 e */

/* 公共服务界面 s*/
.border{
    height: 1px;
    background: #d2d2d2;	margin-top:20px;
}
.ggfw-title{
    width: 370px;
    margin: 0 auto;
    margin-top: -25px;
    height: 50px;
    background: #fff;
    font-size: 24px;
}
.ggfw-title li{
    width: 50%;
    float: left;
    height: 100%;
    box-sizing: border-box;
}
.ggfw-title li{
    display: block;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    margin-top: 5px;
}
.ggfw-title li i{
    display: block;
    width: 30px;
    height: 30px;
    background: #eee;
    float: left;
    margin-top: 5px;
    margin-left: 25px;
    margin-right: 8px;
}
.ggfw-title li.ggfw-icon1{
    border-right: 3px solid #ccc;
}
.ggfw-title li.ggfw-icon1 i{
    background: url("../new_images/ggfw-icon1.png;vpn_img") top center no-repeat;
}
.ggfw-title li.ggfw-icon2 i{
    background: url("../new_images/ggfw-icon2.png;vpn_img") top center no-repeat;
}
.ggfw-title li.act11{
    color: #c43232;
}
.ggfw-title li.act11 i{
    background-position: 0 -40px;
}
.ggfw-tab1{
    height: 560px;
}
.ggfw1{
    height: 100%;
    display: none;
}
.grfw-t,.frfw-t{
    height: 50px;
    background: #f6f6f6;
}
.grfw-t .more2,.frfw-t .more2{
    float: right;
    line-height: 50px;
    padding-right: 10px;
    font-size: 16px;
    color: #000;
}
.grfw-t .more2:hover,.frfw-t .more2:hover{
    color: #c43232;
}
.grfw-t ul,.frfw-t ul{
    height: 50px;
    float: left;
}
.grfw-t ul li,.frfw-t ul li{
    width: 170px;
    height: 100%;
    float: left;
}
.grfw-t ul li,.frfw-t ul li{
    display: block;
    height: 100%;
    line-height: 50px;
    font-size: 20px;
    color: #333;
}
.grfw-t ul li i,.frfw-t ul li i{
    display: block;
    width: 28px;
    height: 28px;
    background: #ccc;
    margin-top: 11px;
    margin-left: 35px;
    margin-right: 6px;
    float: left;
}
.grfw-t ul li.gg-icon1 i,.frfw-t ul li.gg-icon1 i{
    background: url("../new_images/gg-icon1.png;vpn_img") center 0 no-repeat;
}
.grfw-t ul li.gg-icon2 i,.frfw-t ul li.gg-icon2 i{
    background: url("../new_images/gg-icon2.png;vpn_img") center 0 no-repeat;
}
.grfw-t ul li.act12,.frfw-t ul li.act12{
    background: #c43232;
    color: #fff;
    font-weight: bold;
}
.grfw-t ul li.act12 i,.frfw-t ul li.act12 i{
    background-position: center -40px;
}
.ggfw-con ul,.frfw-con ul{
    display: none;
    margin-right: -20px;
}
.ggfw-con ul li,.frfw-con ul li{
    height: 225px;
    width: 266px;
    box-sizing: border-box;
    box-shadow: 0 0 8px #ccc;
    margin-right: 20px;
    float: left;
    margin-bottom: 30px;
    text-align: center;
}
.ggfw-con ul li a,.frfw-con ul li a{
    height: 225px;
    width: 266px;
	display:block;
}
.ggfw-con ul li:hover,.frfw-con ul li:hover{
    box-shadow: 0 0 10px #999;
}

.ggfw-con ul li a img,.frfw-con ul li a img{
    height: 60px;
	padding-top:30px;
}
.ggfw-con ul li a p,.frfw-con ul li a p{
    font-size: 20px;
    color: #000;
    margin-top: 20px;
}

.ggfw-con ul li a:hover p,.frfw-con ul li a:hover p{
    color: #c43232;
}
.ggfw-con ul li div,.frfw-con ul li div{
    margin-top: 25px;
    font-size: 14px;
}
.ggfw-con ul li div span,.frfw-con ul li div span{
    color: #333;
    padding: 0 2px;
}

.ggfw-title2{
    height: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #333;
    padding: 0 5px;
}
.ggfw-title2 h4{
    color: #333;
    font-size: 20px;
}
.cycx-con{
    height: 155px;
}
/*按部门*/
.ggfw-con ul.abm,.frfw-con ul.abm{
    display: none;
    margin-right: -20px;
}
.ggfw-con ul.abm li,.frfw-con ul.abm li{
    height: 78px;
    width: 266px;
    box-sizing: border-box;
    box-shadow: 0 0 8px #ccc;
    margin-right: 20px;
    float: left;
    margin-bottom: 24px;
    text-align: center;
    padding: 30px 7px 0 7px; font-size:16px;overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;
}
.ggfw-con ul.abm li a,.frfw-con ul.abm li a{
    height: 225px;
    width: 252px;
	display:block;
}
.ggfw-con ul.abm li:hover,.frfw-con ul.abm li:hover{
    box-shadow: 0 0 10px #999;
}
.ggfw-con ul.abm li a:hover,.frfw-con ul.abm li a:hover{
    color: #c43232;
}
/* 公共服务常用查询s */
.news-cycx-title{
    text-align: center;
    margin-top: -20px;
}
.news-cycx-title span{
    background: #fff;
    color: #333;
    font-size: 24px;
    padding: 0 30px;
}
.news-cycx-t{    
    height: 50px;
    background: #f6f6f6;
}
.news-cycx-t ul li{
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    color: #333;
    font-size: 20px;
    cursor: pointer;
    float: left;
}
.news-cycx-t ul li.on20{
    color: #fff;
    font-weight: bold;
    background: #c43232;
}
.news-cycx-t .more2 {
    float: right;
    line-height: 50px;
    padding-right: 10px;
    font-size: 16px;
    color: #000;
}
.news-cycx-tab ul{
    margin-right: -20px;
    display: none;
}
.news-cycx-tab ul li{
    float: left;
    margin-right:20px;
    margin-bottom: 20px;
    width: 218px;
    height: 135px;
    background: #fff;
    box-shadow: 0 0 8px #ccc;
}
.news-cycx-tab ul li:hover{
    box-shadow: 0 0 15px #ccc; 
}
.news-cycx-tab ul li a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 20px;
    color: #000;
    box-sizing: border-box;
    padding-top: 20px;
}
.news-cycx-tab ul li a:hover{
    color: #bd1a2d;
}
.news-cycx-tab ul li a img{
    width: 62px;
}
/* 公共服务常用查询e */



/*专题专栏*/
.cycx-con .zt_box{width:1410px; height:155px; background:#FFF;  margin:0 auto;}
.cycx-con .inlinks{ width:1410px; float:left; position:relative;}
.cycx-con .tempWrap{width: 1410px !important;}
.cycx-con .zt_box ul{margin-left: -30px !important;}
.cycx-con .zt_box ul li{ display:block; float:left; width:258px; height:155px; margin-left:30px;}
.cycx-con .zt_box ul li p{
    text-align: center;
    padding-top: 5px;
}
.cycx-con .zt_box ul li img{ width:258px; height:125px;border: 1px solid #e3e3e3;}
.cycx-con .prev,.next{width:30px; display:block; height:30px;}
.cycx-con .prev{ position:absolute; right: 30px; top:-44px; z-index:99;}
.cycx-con .next{ position:absolute; right:5px; top:-44px; z-index:99;}
.cycx-con .zt_box .bd{float:left;}

/* 重点办事 */
.zdbs ul{
    height: 65px;
    margin-right: -18px;
}
.zdbs ul li{
    height: 100%;
    background: #ccc;
    width: 220px;
    float: left;
    margin-right: 18px;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
}
.zdbs ul li.zd1{background: #45a3dd;}
.zdbs ul li.zd2{background: #eeb828;}
.zdbs ul li.zd3{background: #fd6d6d;}
.zdbs ul li.zd4{background: #8c97cb;}
.zdbs ul li.zd5{background: #31c1a8;}
.zdbs ul li.zd6{background: #bc31c1;}
.zdbs ul li a{
    display: block;
    height: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 65px;
}
.zdbs ul li a img{
    display: block;
    float: left;
    height: 32px;
    margin: 15px 10px 0 40px;
}

/* 便民利企PC s */
.picScroll-left {
    width: 1410px;
    height: 150px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
    height: 150px;
    margin-left: 5px !important;
}
.picScroll-left .bd ul li {
    float: left;
    display: inline;
    overflow: hidden;
    text-align: center;
    width: 145px;
    height: 140px;
    margin-right: 33px;
    box-sizing: border-box;
    box-shadow: 0 0 5px #ccc;
    margin-top: 5px;
}
.picScroll-left .bd ul li:hover {
    box-shadow: 0 0 10px #ccc;
}
.picScroll-left .bd ul li img {
    height: 48px;
    margin-bottom: 10px;
}
.picScroll-left .bd ul li a {
    display: block;
    text-align: center;
    padding-top: 25px;
    font-size: 18px;
    color: #333;
    height: 100%;
    box-sizing: border-box;
}
/* 便民利企PC e */


/* 便民利企mobile s */
.bmlq{display: none;}
.bmlq ul{
    height: 150px;
    margin-right: -30px;
}
.bmlq ul li{
    height: 100%;
    width: 150px;
    box-sizing: border-box;
    box-shadow: 0 0 8px #ccc;
    margin-right: 30px;
    float: left;
}
.bmlq ul li:hover{
    box-shadow: 0 0 10px #999;
}
.bmlq ul li a{
    display: block;
    text-align: center;
    padding-top: 25px;
    font-size: 18px;
    color: #333;
    height: 100%;
    box-sizing: border-box;
}
.bmlq ul li a img{
    height: 48px;
    margin-bottom: 10px;
}
/* 公共服务界面 e*/

/* 要闻动态 s */
.ywdt-first{
    height: 435px;
}
.ywdt-banner{
    width: 635px;
    height: 100%;
    float: left;
}
.focus{ width:635px; height:435px;}
.yx-rotaion{height: 435px !important;}
.detail{display: none;}
.yx-rotation-title{
    top: 395px;
}
.yx-rotation-t{
    bottom: 0;
}
.yx-rotation-focus{
    bottom: 12px;
}
.ywdt-wmyw{
    width: 750px;
    float: right;
    height: 435px;
}
.ywdt-bmdt.fr{ float:right;}
.ywdt-bmdt{
    width: 690px;
    float: left;
}
.ywdt-gggs{
    float: right;
}
.spxw ul{
    height: 145px;
    margin-top: 15px;
    margin-right: -25px;
}
.spxw ul li{
    width: 262px;
    height: 100%;
    float: left;
    margin-right: 25px;
}
.spxw ul li a{
    display: block;
    height: 100%;
    position: relative;
}
.spxw ul li a img{
    width: 100%;
    height: 100%;
    display: block;
}
.spxw ul li a p{
    width: 100%;
    height: 36px;
    line-height: 36px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
    background: rgba(0,0,0,0.5);
}
.w450{ width:450px;}
/* 要闻动态 e */

/*专题专栏主页*/
.img_zt { width:1425px;}
.img_zt li{ display:block; width:270px; height:89px; float:left; margin-right:15px; margin-bottom:15px;}
.img_zt li img{ width:100%; height:100%;}




/* 优化营商环境专栏s */
.yhyshj-banner{
    width: 100%;
}
.yhyshj-banner img{
    display: block;
    width: 100%;
}
.yhys-bjjs{
    background: #dfefff;
    float: left;
    width: 925px;
    position: relative;
    box-sizing: border-box;
    height: 455px;
    margin-top: 32px;
    box-shadow: 2px 3px 2px 2px #ccc;
    padding: 55px 28px 40px 32px;
}
.yhys-bjjs h3{
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    width: 268px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -134px;
    top: -32px;
    background: url("../new_images/yhyst1.png;vpn_img") no-repeat;
}
.yhys-bjjs p{
    text-indent: 2em;
    text-align: justify;
    font-size: 18px;
    color: #333;
    line-height: 36px;
}
.yhys-zcyj{
    width: 435px;
    float: right;
}
.yhys-zcyj h3{
    background: url("../new_images/yhyst2.png;vpn_img") no-repeat;
    width: 265px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
}
.yhys-zcyj ul li{
    background: #f0f7fe;
    border-radius: 20px;
    margin-top: 18px;
    padding: 15px 25px;
    box-sizing: border-box;
    box-shadow: 0 3px 5px #ccc;
}
.yhys-zcyj ul li a{
    color: #333;
    font-size: 18px;
    text-align: justify;
    line-height: 30px;
}
.yhys-zcyj ul li a:hover{
    color: #c43232;
}
.yhys-zcyj-more{
    display: block;
    width: 120px;
    height: 40px;
    border-radius: 20px;
    margin: 0 auto;
    background: #c9e4fe;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    text-align: center;
    margin-top: 40px;
}
.yhys-zcyj-more:hover{
    background: #157fe6;
    color: #fff;
}
.yhys-gzjz{
    margin-top: 43px;
    position: relative;
    width: 925px;
    float: left;
    background: #e9f2fb;
    box-sizing: border-box;
    padding: 50px 30px 25px 30px;
}
.yhys-gzjz h3{
    position: absolute;
    left: 50%;
    top: -43px;
    color: #fff;
    font-weight: bold;
    background: url("../new_images/yhyst3.png;vpn_img") no-repeat;
    width: 330px;
    height: 68px;
    text-align: center;
    margin-left: -165px;
    font-size: 32px;
    line-height: 68px;
}
.yhys-list li{
    background: url("../new_images/dot1.png;vpn_img") no-repeat 0 center;
    height: 38px;
    line-height: 38px;
    padding-left: 15px;
    font-size: 18px;
}
.yhys-list li a{
    color: #333;
    display: block;
    float: left;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.yhys-list li a:hover{
    color: #bd1a2d;
}
.yhys-list li span{
    float: right;
    color: #999;
}
.yhys-links1{
    display: block;
    width: 445px;
    height: 120px;
    background: #22b2db;
    color: #fff;
    margin-right: 35px;
    box-sizing: border-box;
    box-shadow: 0 3px 4px  #888;
    text-align: center;
    line-height: 120px;
}
.yhys-links1 img{
    vertical-align: middle;
    margin-right: 30px;
}
.yhys-links1 span{
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    line-height: 120px;
}
.yhys-cjwt{
    float: right;
    position: relative;
    width: 435px;
    background: #e9f2fb;
    margin-top: 43px;
    box-sizing: border-box;
    padding: 50px 20px 20px 20px;
}
.yhys-cjwt h3{
    position: absolute;
    width: 268px;
    height: 68px;
    line-height: 68px;
    left: 50%;
    margin-left: -134px;
    top: -32px;
    background: url("../new_images/yhyst1.png;vpn_img") no-repeat;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.yhys-cjwt h4{
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
}
.yhys-cjwt div{
    font-size: 18px;
}
.yhys-cjwt p{
    text-align: justify;
    text-indent: 2em;
    font-size: 16px;
    line-height: 24px;
}
/* 优化营商环境专栏e */



/* 疫情防控s */
.yqfkimg{
    display: block;
    width: 100%;
}
/* 疫情防控e */

/* 市长页面样式s */
.mayor-box{
    padding: 0 20px;
    box-sizing: border-box;
}
.mayor-left{
    width: 280px;
    float: left;
}
.mayor{
    width: 100%;
    box-sizing: border-box;
    background: #f6f6f6;
    padding: 20px 64px;
    text-align: center;
}
.mayor-logo{
    width: 100%;
    display: block;
}
.mayor h4{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 36px;
}
.gszxx{
    display: block;
    width: 100%;
    margin-top: 10px;
}
.gszxx img{
    display: block;
    width: 100%;
}
.hdrl-title{
    height: 48px;
    background: #f6ae01 url("../new_images/dot10.png;vpn_img") no-repeat 35px center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
}
.hdrl-title h3{
    height: 100%;
    line-height: 48px;
    background: url("../new_images/dot10.png;vpn_img") no-repeat 234px center;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.sz_rl{
    background: #f3f8fc;
}
.zfcwhy h3{
    height: 46px;
    background: #c43232;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 46px;
    margin-bottom: 5px;
}
.zfcwhy ul li{
    height: 50px;
    clear: both;
    line-height: 50px;
    box-sizing: border-box;
    border-bottom: 1px dashed #d9d9d9;
    background: url("../new_images/dot.jpg;vpn_img") no-repeat 4px center;
    padding-left: 15px;
    padding-right: 5px;
}
.zfcwhy ul li a{
    display: block;
    width: 180px;
    float: left;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zfcwhy ul li a:hover{
    color: #c43232;
}
.zfcwhy ul li span{
    float: right;
    line-height: 50px;
    color: #999;
    font-size: 16px;
}
.sz-more{
    display: block;
    width: 115px;
    height: 42px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    color: #858585;
    text-align: center;
    line-height: 42px;
    font-size: 17px;
    margin: 0 auto;
    margin-top: 25px;
}
.sz-more:hover{
    color: #c43232;
    border: 1px solid #c43232;
}
.mayor-right{
    width: 1060px;
    float: right;
}
.character div{
    margin-bottom: 35px;
}
.character div p{
    font-size: 16px;
    color: #333;
    line-height: 28px;
    text-align: justify;
}
.character div h3{
    font-size: 18px;
    color: #c43232;
    line-height: 28px;
    padding-left: 28px;
    margin-bottom: 5px;
}
.character div.jianli h3{
    background: url("../new_images/jianli.png;vpn_img") no-repeat left center;
}
.character div.fengong h3{
    background: url("../new_images/fengong.png;vpn_img") no-repeat left center;
}
.ldhdT{
    text-align: center;
    margin-bottom: 5px;
}
.ldhdT li{
    display: inline-block;
    width: 230px;
    height: 58px;
    position: relative;
    color: #333;
    line-height: 58px;
    background: #fbe1e1;
    border-radius: 10px;
    font-size: 20px;
    margin: 0 15px;
    cursor: pointer;
}
.ldhdT li.on{
    background: #c43232;
    color: #fff;
}
.ldhdT li.on::after{
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -15px;
    content: '';
    border: 15px solid transparent;
    border-top: 15px solid #c43232;
}
.ldhdTab div{display: none;}
.ldhdTab div:first-child{
    display: block;
}
.ldhdTab div ul li{
    border-bottom: 1px dashed #d9d9d9;
    box-sizing: border-box;
    padding: 24px 0;
}
.ldhdTab div ul li a{
    display: block;
    font-size: 20px;
    color: #333;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 10px;
}
.ldhdTab div ul li a:hover{
    color: #c43232;
}
.ldhdTab div ul li span{
    color: #999;
    font-size: 18px;
}
/* 市长页面样式e */


/* 文化旅游专题样式s */
.whlybody{
    background: url("../new_images/whlybg.png;vpn_img") no-repeat;
    background-size: cover;
}
.zt-head{
    position: absolute;
    width: 100%;
    z-index: -1;
}
.m-whlyT{display: none;}
.m-whlyT img{display: block;width: 100%;}
.zt-head .slideBox{ width:100%; position:relative; box-sizing: border-box;}
.zt-head .slideBox .hd{ height:15px; position:absolute; width: 100%; bottom:5px; z-index:1; }
.zt-head .slideBox .hd ul{ zoom:1; float:left; width: 100%; text-align: center;}
.zt-head .slideBox .hd ul li{ display: inline-block; margin:0 3px;  width:10px; height:10px; border-radius: 50%; text-align:center; background:#d4d2d2; cursor:pointer; }
.zt-head .slideBox .hd ul li.on{ background:#d4d2d2; width: 25px;border-radius: 10px; }
.zt-head .slideBox .bd{width: 100%; position:relative; height:auto; z-index:0;   }
.zt-head .slideBox .bd img{display:block;width: 100%;}
.zt-logo{
    display: block;
}
.whlyT img{
    display: block;
    width: 100%;
}
.whly-gzbj{
    background: url("../new_images/gzbj-bg.png;vpn_img") no-repeat right bottom;
    padding-right: 20px;
    padding-bottom: 20px;
}
.whly-gzbj h3 img{
    display: block;
}
.whly-gzbj p{
    text-indent: 2em;
    text-align: justify;
    font-size: 20px;
    color: #333;
    line-height: 32px;
    padding: 0 10px;
    margin-top: 20px;
}
.whly-zcyj h3{
    text-align: center;
}
.whly-zcyj h4{text-align: center;color: #235dc5;font-size: 18px;
font-weight: bold;display: none;}
.whly-list ul{
    margin-right: -30px;
}
.whly-list ul li{
    float: left;
    width: 690px;
    height: 125px;
    box-sizing: border-box;
    border: 1px solid #bcdcfd;
    background: #f0f9fe;
    margin-top: 30px;
    margin-right: 30px;
    padding: 15px 20px;
}
.whly-list ul li i{
    display: block;
    width: 52px;
    height: 6px;
    background: #4a9cee;
    margin-bottom: 10px;
}
.whly-list ul li a{
    text-align: justify;
    color: #333;
    font-size: 18px;
    display: block;
    line-height: 24px;
    margin-bottom: 10px;
}
.whly-list ul li a:hover{
    color: #4a9cee;
}
.whly-list ul li span{
    color: #999;
    font-size: 16px;
    display: block;
}
.whly-more{
    text-align: center;
}
.whly-more a{
    border: 1px solid #e4e4e4;
    padding: 10px 30px;
    border-radius: 10px;
    color: #333;
    font-size: 16px;
}
.whly-more a:hover{
    color: #fff;
    background: #4a9cee;
    border: 1px solid #157fe6;
}
.mt30{margin-top: 30px;}
.whlyTabT{
    height: 66px;
    background: url("../new_images/gzjjbg.png;vpn_img") no-repeat;
    background-size: 100% 100%;
}
.whlyTabT ul{
    text-align: center;
    width: 530px;
    margin-left: 355px;
    padding-top: 10px;
}
.whlyTabT ul li{
    display: inline-block;
    width: 260px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #90a8d5;
    font-size: 32px;
    cursor: pointer;
    font-weight: bolder;
}
.whlyTabT ul li.on{
    background: url("../new_images/gzjjbtn.png;vpn_img") no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
/* 焦点图s */
.gzjz-ban{
    width: 630px;
    float: left;
    height: 460px;
    background: #79ade1;
    box-sizing: border-box;
    padding: 10px;
}
.news-banner{
    float: left;
    width: 100%;
    height: 440px;
}
.news-banner .slideBox {
    width: 100%;
    height: 440px;
    overflow: hidden;
    position: relative;
}
.news-banner .slideBox .hd {
    height: 12px;
    position: absolute;
    right: 10px;
    text-align: center;
    bottom: 11px;
    z-index: 1;
}
.news-banner .slideBox .hd ul{text-align: right;}
.news-banner .slideBox .hd ul li {
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 14px;
    border-radius: 50%;
    text-align: center;
    background: #f4f4f1;
    cursor: pointer;
    margin: 0;
}
.news-banner .slideBox .hd ul li.on {
    background: #ffff00;
    color: #fff;
    width: 12px;
}
.news-banner .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.news-banner .slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}
.news-banner .slideBox .bd li a {
    display: block;
    height: 440px;
    position: relative;
}
.news-banner .slideBox .bd li a p{
    width: 100%;
    height: 40px;
    background: none;
    position: absolute;
    bottom: -5px;
    left: 0;
    line-height: 40px;
    color: #fff;
    padding-left: 10px;
    box-sizing: border-box;
    padding-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-banner .slideBox .bd img {
    width: 100%;
    height: 400px;
    display: block;
}



.gzjzList{
    width: 720px;
    float: right;
}
.gzjzList li{
    padding: 14px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}
.gzjzList li a{
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333;
    background: url("../new_images/dot.png;vpn_img") no-repeat 0 center;
    padding-left: 20px;
}
.gzjzList li a:hover{
    color: #4a9cee;
}
.gzjzList li span{
    color: #999;
    font-size: 16px;
    padding-left: 20px;
}
.lyfw{
    width: 630px;
    float: left;
    height: 315px;
    background: url("../new_images/lyfwbg.png;vpn_img") no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 0 10px;
}
.lyfw h3{
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    line-height: 60px;
}
.lyfwList{
    box-sizing: border-box;
    padding: 11px;
    background: #fff;
}
.lyfwList li{
    width: 196px;
    float: left;
    box-sizing: border-box;
    text-align: center;
    padding: 20px 0;
}
.borderB{border-bottom: 1px solid #eee;}
.borderR{border-right: 1px solid #eee;}
.lyfwList li img{
    height: 35px;
}
.lyfwList li a p{
    color: #333;
    font-size: 20px;
}
.lyfwList li a:hover p{
    color: #00a0e9;
}
.whly-zsk{
    width: 720px;
    float: right;
}
.whly-zsk h3 img{
    display: block;
    width: 100%;
}
.zskList{
    padding: 0 10px;
}
.zskList li{
    line-height: 34px;
    height: 34px;
    background: url("../new_images/dot.png;vpn_img") no-repeat 0 center;
    padding-left: 15px;
    margin-top: 5px;
}
.zskList li a{
    font-size: 18px;
    color: #333;
    display: block;
    width: 70%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zskList li a:hover{
    color: #4a9cee;
}
.zskList li span{
    color: #999;
    font-size: 16px;
    float: right;
}
/* 文化旅游专题样式e */

/* 武鸣沃柑s */
.wmwg-banner{height: 320px;}
.wgimg{position: absolute;top: -270px;}
.wmwg-gzjz{
    margin-top: 40px;
}
.wmwg-gzjz h3 img{
    display: block;
}
.wmwg-gzjz .gzjzList{float: left;}
.wmwg-gzjz .gzjz-ban{float: right;background: #f69802;}
.wmwg-gzjz .gzjzList li a:hover{color: #f69802;}
.wmwg-gzjz .whly-more a:hover{border: 1px solid #e08b01;background: #f69802;}
.wmwg-zcyj .whly-list ul li{border: 1px solid #fad59b;background: #fffdf9;}
.wmwg-zcyj .whly-list ul li i{background: #f69802;}
.wmwg-zcyj .whly-list ul li a:hover{color: #f69802;}
.wmwg-zcyj .whly-more a:hover{border: 1px solid #e08b01;background: #f69802;}
.wmwg-bsfw{
    float: left;
    width: 690px;
}
.wmwg-zsk{
    float: right;
    width: 690px; 
}
.wmwg-list .zskList li a:hover{color: #f69802;}
.wmwg-list .whly-more a:hover{border: 1px solid #e08b01;background: #f69802;}
.wmwg-imglist{margin-right: -40px;}
.wmwg-imglist li{
    float: left;
    width: 680px;
    box-sizing: border-box;
    margin-right: 40px;
    margin-bottom: 20px;
    position: relative;
}
.wmwg-imglist li img.wg-xcp{
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 10px solid #ffad2b;
    height: 395px;
}
.wmwg-xcp h4,.wmwg-zcyj h4{color: #f69802;}
.wmwg-play{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -60px;
    margin-left: -60px;
    width: 120px;
    display: block;
}
/* 武鸣沃柑e */

/* 保护碧水蓝天 s */
.hjbhList li a:hover{color: #01a201 !important;}
.wmwg-gzjz .hjbh-ban{background: #01a201;margin-top: 20px;}
.hjbhList .whly-more a:hover{
    background: #01a201;
    border: 1px solid #018a01;
}
.hjbh-zcyj ul li i{background: #01a201;}
.hjbh-zcyj h4{color: #01a201;}
.hjbh-zcyj .whly-list ul li a:hover{color: #01a201;}
.hjbh-zcyj .whly-list ul li{background: #f6fcf6;border: 1px solid #8ecd8e;}
.hjbh-zcyj .whly-more a:hover{
    background: #01a201;
    border: 1px solid #018a01;
}
.hjbh-list .whly-more a:hover{
    background: #01a201;
    border: 1px solid #018a01;
}
.hjbhimgList{margin-right: -10px;}
.hjbhimgList li{
    width: 340px;
    margin-right: 10px;
    margin-top: 15px;
    float: left;
}
.hjbhimgList li a img{
    display: block;
    width: 100%;
    height: 100px;
}
.hjbh-bsfw h4{color: #01a201;}
/* 保护碧水蓝天 e */


/* 主题服务样式 s */
.ztfw-head{
    height: 240px;
    background: url("../new_images/ztfwbg.png;vpn_img") no-repeat;
    background-size: 100% 100%;
    position: relative;
    box-sizing: border-box;
}
.ztfwLogo{
    position: absolute;
    top: 55px;
    left: 80px;
}
.new-ztfw-title{
    text-align: center;
    color: #fff;
    font-size: 56px;
    font-weight: normal;
    letter-spacing: 5px;
    padding-top: 50px;
}
#dropdown{
    width: 205px;
    position: absolute;
    right: 30px;
    top: 55px;
}
.input_select{
    width: 100%;
    height: 50px;
    padding-left: 25px;
    padding-right: 50px;
    border: none;
    font-size: 20px;
    color: #fff;
    background: url(../new_images/selectbg.png;vpn_img) no-repeat;
    box-sizing: border-box;
}
.input_select1{
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
#dropdown ul{
    width: 100%;
    background: #e8f5fe;
    margin-top: 1px;
    border: 1px solid #a9c9e2;
    position: absolute;
    border-radius: 10px;
    overflow: hidden;
    display: none;
    z-index: 10;
}
#dropdown ul li {
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    font-size: 16px;
}
#dropdown ul li a {
    display: block;
    height: 30px;
    color: #000;
    text-decoration: none;
}
#dropdown ul li a:hover {
    background: #f87705;
    color: #fff;
}
.ztfw-nav{
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 40px;
}
.ztfw-nav a{
    display: inline-block;
    padding: 7px 20px;
    border-radius: 20px;
    background: rgba(255,255,255,0.4);
    color: #094074;
    font-size: 18px;
    margin: 0 10px;
    margin-top: 8px;
}
.ztfw-nav a:hover{
    color: #fff;
}
.ztfw-main{font-size: 16px;text-align: justify;}
.ztfw-left{
    width: 855px;
    float: left;
}
.ztfwT1{
    height: 40px;
    position: relative;
    background: url("../new_images/ztfwTbg.png;vpn_img") repeat-x 0 center;
}
.ztfwT1 h3{
    float: left;
    background: #fff url("../new_images/ztfwTbg1.png;vpn_img") no-repeat 0 center;
    padding-right: 12px;
    font-size: 26px;
    line-height: 40px;
    padding-left: 30px;
    font-weight: normal;
}
.ztfwT1 a{
    display: block;
    float: right;
    background: #fff;
    color: #333;
    padding-left: 10px;
    line-height: 40px;
}
.ztfwT1 a:hover{
    color: #235dc5;
}
.ztfw-list li{
    line-height: 38px;
    height: 38px;
    clear: both;
    background: url("../new_images/ztfw-dot.png;vpn_img") no-repeat 0 center;
    padding-left: 12px;
}
.ztfw-list li a{
    display: block;
    float: left;
    width: 72%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ztfw-list li a:hover{
    color: #235dc5;
}
.ztfw-list li span{
    color: #999;
    float: right;
}
.ztfwTabT{
    height: 40px;
}
.ztfwTabT li{
    float: left;
    width: 20%;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 24px;
    height: 40px;
}
.ztfwTabT li.on{
    background: #4fc8f3;
    color: #fff;
}
.ztfwTab-sub{display: none;}
.ztfw-more{
    display: block;
    width: 120px;
    height: 40px;
    border: 1px solid #f2f0f0;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 20px;
    color: #999;
    line-height: 40px;
    text-align: center;
}
.ztfw-more:hover{
    color: #fff;
    background: #4fc8f3;
    border: 1px solid #48b4db;
}
.ztfw-right{
    float: right;
    width: 520px;
}
.ztfwT2{
    background: none;
}
.jingyan{
    display: block;
}
.jingyan img{
    width: 100%;
    display: block;
}
.clear8{height: 8px;clear: both;}
.ztfw-links{margin-right: -11px;}
.ztfw-links a{
    display: block;
    width: 166px;
    margin-right: 11px;
    height: 56px;
    line-height: 56px;
    color: #fff;
    background: #78b5f9;
    float: left;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
}
.ztfw-links a.ztfw-wyjb{
    background: #5fbddc;
}
.ztfw-links a.ztfw-fwrx{
    background: #5ecd7d;
    line-height: 20px;
    padding-top: 8px;
}
.ztfw-links a.ztfw-fwrx span{
    font-weight: bold;
}
.ztfw-list2 a{
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 5px;
    background: #e0f3fe;
    margin: 0 5px;
    margin-top: 10px;
}
.ztfw-list2 a:hover{
    color: #235dc5;
}
/* 主题服务样式 e */

/* 热门办事 s */
.newRmbsBoxT{
    color:#c43232;
    text-align: center;
    font-size: 28px;
}
.rmbs-banner{ width:1410px;overflow:hidden; position:relative;margin: 0 auto;}
.rmbs-banner .hd .prev,.rmbs-banner .hd .next{ display:block;  width:32px; height:83px;cursor:pointer;position: absolute;margin-top: -41.5px;}
.rmbs-banner .hd .next{ left: 0;top: 50%;background: url("../new_images/tkmw-prev.png;vpn_img") no-repeat;}
.rmbs-banner .hd .prev{right: 0;top: 50%;background: url("../new_images/tkwm-next.png;vpn_img") no-repeat;}
.rmbs-banner .bd{padding: 0 30px;}
.rmbs-banner .bd ul li{ margin:0 10px; float:left; overflow:hidden; text-align:center;width: 430px;}
.rmbs-banner .bd ul li .pic{ text-align:center; }
.rmbs-banner .bd ul li .pic img{ width:100%; display:block;}
/* 热门办事 e */

/* 新版营商环境专题s */
.yshjzt-title{
    width: 358px;
    height: 68px;
    line-height: 68px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 32px;
    background: url("../new_images/yshjTbg1.png;vpn_img") no-repeat;
    background-size: 100% 100%;
}
.yshj-lbt-box{
    float: left;
    width: 565px;
    height: 375px;
    box-sizing: border-box;
    padding-top: 10px;
    padding-left: 10px;
    background: url("../new_images/yshjbannerbg.png;vpn_img") no-repeat;
}
.yshj-lbt{
    width: 555px;
    height: 365px;
    background: #ccc;
}
.yshj-lbt{width:555px; height:365px; overflow:hidden; position:relative;}
.yshj-lbt .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.yshj-lbt .hd ul{ overflow:hidden; zoom:1; float:left;}
.yshj-lbt .hd ul li{ float:left; margin-right:3px;  width:10px; height:10px; line-height:14px; text-align:center; background:#fff; cursor:pointer;border-radius: 5px;text-indent: -1000px;}
.yshj-lbt .hd ul li.on{ background:#0296de; color:#fff;}
.yshj-lbt .bd{ position:relative; height:100%; z-index:0;}
.yshj-lbt .bd li{width: 555px;height: 365px;}
.yshj-lbt .bd img{ width:100%; height:100%; display:block;}
.yshj805{
    width: 805px;
    float: right;
}
.yshj805 .yhys-list li a:hover{
    color: #157fe6;
}
.yshjmore{margin-top: 20px;text-align: center;}
.yshjmore a{
    border: 1px solid #e4e4e4;
    padding: 10px 30px;
    border-radius: 10px;
    color: #333;
    font-size: 16px;
}
.yshjmore a:hover{
    background: #157fe6;
    border: 1px solid #1177dd;
    color: #fff;
}
.w690{width: 690px;}
.yshj-fl{float: left;}
.yshj-fr{float: right;}
.yshj-title1{
    height: 40px;
    background: #f4f4f4;
}
.yshj-title1 h3{
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #fff;
    background: #0296de;
    font-size: 18px;
}
.yshj-title1 a{
    float: right;
    line-height: 40px;
    margin-right: 10px;
    font-size: 16px;
}
.yshj-title1 a:hover{
    color: #157fe6;
}
.w690 .yhys-list li a:hover{
    color: #157fe6;
}
.yshj-mobile-banner{display: none;}
/* 新版营商环境专题s */
/* 交通安全专题 s */
.jtaqztBtn ul{margin-right: -30px;}
.jtaqztBtn ul li{
    float: left;
    width: 330px;
    margin-right: 30px;
    margin-top: 15px;
}
.jtaqztBtn ul li a{
    display: block;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 25px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jtaqztBtn ul li a:hover{
    color: #fff;
    background: #1177dd;
    border: 1px solid #1371cf;
}
/* 交通安全专题 e */

/* 公共事业单位信息公开s  */
.ggsydw-banner img{display: block;width: 100%;}
.ggsydwBox{
    font-size: 18px;
    position: relative;
    text-align: justify;
}
.ggsydw-list{
    margin-right: -51px;
}
.ggsydw-list li{
    float: left;
    width: 436px;
    margin-right: 51px;
    margin-top: 30px;
}
.ggsydw-list li img{
    display: block;
    width: 100%;
}
.ggsydw-bg{
    box-sizing: border-box;
    background: linear-gradient(#edf9ff, #def4ff);
    padding-bottom: 20px;
}
.ggsydw-listT{
    position: relative;
}
.ggsydw-listT h2{
    position: absolute;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #1f7dcd;
    line-height: 98px;
    box-sizing: border-box;
    top: 0;
    left: 35px;
    color: #fff;
}
.ggsydw-list li dl{
    padding: 0 30px;
}
.ggsydw-list li dl dt{
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-left: 20px;
    background: url("../new_images/ggsydw-dot.png;vpn_img") no-repeat 0 center;
    margin-top: 15px;
    padding-right: 15px;
}
.ggsydw-list li dl.w100 dt{width: 100%;}
.ggsydw-list li dl dt a{
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ggsydw-list li dl dt a:hover{
    color: #1f7dcd;
}
/* 公共事业单位信息公开e  */

/* 政务指南 s */
.zwznHead li{
    float: left;
    height: 56px;
    line-height: 56px;
    box-sizing: border-box;
    padding: 0 30px;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}
.zwznHead li:hover{
    color: #c43232;
}
.zwznHead li.on{
    color: #c43232;
    background: #fcfcfc;
}
.zwznHead li.on::before{
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background-color: #c43232;
}
.zwznsx{
    background: #fcfcfc;
    box-sizing: border-box;
    padding: 30px;
}
.zwznTabSub{clear: both;}
.zwznTabSub h4{
    float: left;
    width: 100px;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.zwznTabSub ul{
    float: left;
}
.zwznTabSub ul li{
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
    line-height: 30px;
}
.zwznTabSub ul li.act{
    border: none;
    color: #fff;
    background: #c43232;
}
.zwzn-search-input{
    width: 300px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    padding: 0 10px;
}
.zwzn-search-button{
    height: 30px;
    background: #c43232;
    padding: 0 20px;
    border-radius: 5px;
    color: #fff;
    border: none;
    outline: none;
}
.zwznlistbox{
    margin-right: -30px;
}
.zwznlistbox li{
    float: left;
    width: 450px;
    margin-right: 30px;
    margin-top: 30px;
}
.zwznlistbox li a{
    display: block;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    background: #fffbfb;
    padding: 0 20px;
    position: relative;
}
.zwznlistbox li a:hover{
    border: 1px solid #c43232;
}
.zwznlistbox li a i{
    position: absolute;
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    background: #fbc0c0;
    left: 20px;
    top: 28px;
}
.zwznlistbox li a:hover i{
    background: #c43232;
}
.zwznlistbox li a span{
    display: block;
    line-height: 60px;
    padding-left: 15px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zwznlistbox li a:hover span{
    color: #c43232;
}
/* 政务指南 e */

/* 推进南宁北发展专题 s */
.nnbBox{font-size: 18px;}
.ztHead24{
    position: relative;
}
.ztHeadImg24{
    display: block;
    width: 100%;
}
.ztlogoBox{
    width: 1450px;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -725px;
    z-index: 2;
}
.backnone{background: #fff;}
.pd0{padding: 15px 0;}
.nnb-gzbjbox{
    box-sizing: border-box;
    position: relative;
    padding: 15px;
    background: url("../new_images/nnb-bg1.png;vpn_img") no-repeat 0 top;
    background-size: cover;
    margin-top: 30px;
}
.nnb-gzbjbox h2{
    width: 210px;
    height: 56px;
    line-height: 56px;
    color: #fff;
    background: #145edb;
    font-weight: bold;
    font-size: 30px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -105px;
    top: -28px;
}
.nnb-gzbj{
    background: #90e3fc;
    box-sizing: border-box;
    padding: 10px 20px;
    padding-top: 25px;
}
.nnb-gzbj p{
    text-indent: 2em;
    color: #0050c2;
    line-height: 34px;
    text-align: justify;
}
.nnbtit{
    height: 50px;
    text-align: center;
    background: url("../new_images/nnbtitbg.png;vpn_img") no-repeat center bottom;
    margin-top: 20px;
}
.nnbtit a{
    color: #1463dc;
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
}
.nnb-gzjzbox{
    height: 450px;
    box-sizing: border-box;
    background: url("../new_images/nnb-bg2.png;vpn_img") no-repeat right top;
    background-size: auto 100%;
    margin-top: 30px;
}
.nnbLbt{ width:600px; overflow:hidden;position:relative;height: 385px;margin-top: 30px;float: left;}
.nnbLbt .hd ul{position: absolute;right: 0;bottom: 14px;z-index: 100;}
.nnbLbt .hd .prev,.nnbLbt .hd .next{ display:block; width:32px; height:55px;position: absolute;top: 40%;background: url("../new_images/role-prev.png;vpn_img") no-repeat;z-index: 100;}
.nnbLbt .hd .next{right: 0;background: url("../new_images/role-next.png;vpn_img") no-repeat;}
.nnbLbt .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.nnbLbt .hd ul li{float:left; width:12px; height:12px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:#fff;border-radius: 6px;}
.nnbLbt .hd ul li.on{ background:#00c6ff; }
.nnbLbt .bd ul{ overflow:hidden; }
.nnbLbt .bd ul li{float:left; overflow:hidden;width: 600px;height:385px;position: relative;}
.nnbLbt .bd ul li img{display: block;width: 100%;height: 100%;}
.nnbLbt .bd ul li a p{width: 100%;height: 40px;line-height: 40px;padding-left: 10px;color: #fff;background:#266ada;position: absolute;left: 0;bottom: 0;padding-right: 120px;box-sizing: border-box;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.nnb-gzjz{
    float: right;
    width: 780px;
    margin-right: 30px;
    margin-top: 10px;
}
.nnb-gzjz li{
    border-bottom: 1px dashed #d1d2d3;
    height: 80px;
    line-height: 80px;
    background: url("../new_images/dot1.png;vpn_img") no-repeat 0 center;
    padding-left: 12px;
}
.nnb-gzjz li a{
    display: block;
    float: left;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nnb-gzjz li a:hover{
    color: #0050c2;
}
.nnb-gzjz li span{
    float: right;
    font-size: 16px;
    color: #333;
}
.nnb-zcyj{
    height: 100px;
    background: #f4f4f4;
    margin-top: 30px;
    position: relative;
    margin-left: 40px;
}
.nnb-zcyj ul{
    margin-left: 190px;
}
.nnb-zcyj ul li{
    line-height: 100px;
    background: url("../new_images/dot-blue.png;vpn_img") no-repeat 0 center;
    padding-left: 12px;
}
.nnb-zcyj ul li a:hover{
    color: #0050c2;
}
.nnb-zcyjicon1{
    position: absolute;
    display: block;
    left: -40px;
    bottom: -5px;
}
.nnb-zcyjicon2{
    position: absolute;
    display: block;
    right: 10px;
    top: -5px;
}
.nnb-cxfw{
    margin-top: 20px;
    height: 185px;
    position: relative;
    background: url("../new_images/nnb-bg3.png;vpn_img") no-repeat 0 156px;
}
.nnb-cxfw ul{
    float: left;
    margin-left: 30px;
}
.nnb-cxfw ul li{
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 35px;
    padding-right: 15px;
}
.nnb-xian{
    display: block;
    height: 92%;
    float: left;
}
.nnb-cxfw ul li a p{
    margin-top: 15px;
    font-size: 20px;
}
.nnb-cxfw ul li a p:hover{
    color: #0050c2;
}
.nnb-code{
    float: left;
}
.nnb-code div{
    float: left;
    text-align: center;
    padding: 0 30px;
    font-size: 20px;
    line-height: 30px;
    box-sizing: border-box;
    padding-top: 60px;
}
.nnb-code img{
    display: block;
    float: left;
    height: 185px;
}
.nnb-cxfwtit{
    height: 100%;
    width: 290px;
    background: url("../new_images/nnb-cxfwtit.png;vpn_img") no-repeat;
    background-size: 100% 100%;
    float: right;
    box-sizing: border-box;
    padding: 10px 15px;
}
.nnb-cxfwtit h3{
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-bottom: 1px solid #fff;
    color: #1463dc;
    font-size: 30px;
}
.nnb-zsk{ width:1450px; overflow:hidden; position:relative; margin-top: 30px;}
.nnb-zsk .hd{ overflow:hidden;}
.nnb-zsk .hd ul{text-align: center;}
.nnb-zsk .hd ul li{width:12px; height:12px; overflow:hidden; margin:0 3px; text-indent:-999px; cursor:pointer; background: #dcdedd;border-radius: 6px;display: inline-block;margin-top: 10px;}
.nnb-zsk .hd ul li.on{ background: #4f8bee;width: 24px;}
.nnb-zsk .bd ul{ overflow:hidden;}
.nnb-zsk .bd ul li{ float:left; width: 695px;height: 300px;background: #ddf0f5;margin-right: 60px;}
.nnb-zsk .bd ul li div{
    padding: 20px;
    box-sizing: border-box;
}
.nnb-zsk .bd ul li div h3{
    color: #1f75ce;
    font-size: 22px;
    background: url("../new_images/nnb-wen.png;vpn_img") no-repeat 0 0;
    background-size: 30px;
    line-height: 30px;
    padding-left: 40px;
    text-align: justify;
}
.nnb-zsk .bd ul li div p{
    color: #666;
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
    padding-left: 40px;
    background: url("../new_images/nnb-da.png;vpn_img") no-repeat 0 0;
    background-size: 30px;
    text-align: justify;
}
.nnb-cxfwM{display: none;}
.nnb-mobile-banner{display: none;}
.nnb-zskM{display: none;}
/* 推进南宁北发展专题 e */

/* 2024公共服务改版样式 s */
.ggzyrh1{
    float: left;
    width: 465px;
    height: 235px;
    background: #f8f9fa;
    box-sizing: border-box;
    padding: 20px;
    font-size: 18px;
}
.ggzyrh1 h2{
    font-size: 20px;
    line-height: 20px;
}
.ggzyrh1 ul{
    margin-right: -35px;
}
.ggzyrh1 ul li{
    margin-right: 35px;
    width: 195px;
    margin-top: 30px;
    float: left;
}
.ggzyrh1 ul li a{
    display: block;
    box-sizing: border-box;
    padding: 20px 20px;
    background: #fff;
    text-align: center;
}
.ggzyrh1 ul li a p{
    margin-top: 10px;
}
.ggzyrh1 ul li a:hover p{
    color: #c43232;
}
.ggzyrh2{
    float: right;
    width: 900px;
    height: 235px;
    background: #f8f9fa;
    box-sizing: border-box;
    padding: 20px;
    font-size: 18px;
}
.ggzyrh2 h2{
    font-size: 20px;
    line-height: 20px;
}
.ggzyrh2 ul li{
    margin-right: 40px;
    width: 235px;
    height: 40px;
    margin-top: 30px;
    float: left;
}
.ggzyrh2 ul li a{
    display: block;
    height: 40px;
    box-sizing: border-box;
    padding: 0 15px;
    background: #fff url("../new_images/ggzyrh-icon3.png;vpn_img") no-repeat 15px center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    padding-left: 30px;
}
.ggzyrh2 ul li a:hover{
    color: #c43232;
}
.ggcxTabT{
    height: 50px;
    background: #f6f6f6;
}
.ggcxTabT li{
    cursor: pointer;
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    font-size: 20px;
}
.ggcxTabT li.on{
    color: #fff;
    font-weight: bold;
    background: #c43232;
}
.ggcxSub dl dt{
    display: inline-block;
    margin-right: 10px;
    background: #f5f5f5;
    padding: 8px 20px;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.ggcxSub dl dt.on{
    color: #fff;
    background: #c43232;
}
.ggcxSubTab{
    border-top: 1px dashed #f5f5f5;
    margin-top: 15px;
}
.ggcxTabList{
    margin-left: -25px;
    max-height: 260px;
    overflow-y: auto;
    margin-right: -15px;
}
.ggcxTabList::-webkit-scrollbar{
    width: 10px;
    border-radius: 5px;
}
.ggcxTabList::-webkit-scrollbar-track{
    background: #f5f5f5;
}
.ggcxTabList::-webkit-scrollbar-thumb{
    background: #c43232;
    border-radius: 5px;
}
.ggcxTabList li{
    float: left;
    width: 262px;
    margin-left: 25px;
    margin-top: 15px;
    height: 50px;
}
.ggcxTabList li a{
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    font-size: 16px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ggcxTabList li a:hover{
    color: #fff;
    background: #c43232;
    border: 1px solid #c43232;
}
/* 2024公共服务改版样式 e */













