body{
    font-family: "微软雅黑", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    background:url("imagesbg-top.jpg") top center no-repeat #e7f9ff ;
    font-size: 14px;
    color: #222222;
}
.main{
    width: 1200px;
    margin: 0 auto;
}
*{
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
a{
    color: #222222;
}
a:hover {
    color: #0099ff;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}

.top{
    float: left;
    width: 100%;
    height: 40px;
    padding: 10px 0;
    background-color: rgba(255,255,255,.5);
}
.top .l-link li{
    float: left;
    margin-right: 10px;
}
.top .l-link a{
    padding-left: 15px;
    font-size: 14px;
    background: url("imagestop-icon.png") no-repeat left;
}
.top .search{
    float: left;
    margin-top: -5px;
}
.top .search form{
    float: left;
    width: auto;
    height: 30px;
    padding: 0 0 0 10px;
    border-radius: 3px;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
}
.top .search form i{
    float: left;
    line-height: 30px;
    color: #999999;
}
.top .search form input[type=text]{
    float: left;
    width: 175px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    border: none;
    outline: none;
    font-size: 12px;
}
.top .search a{
    float: left;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    margin-left: 10px;
    font-size: 12px;
    border-radius: 3px;
    background-color: #ffffff;
    border:1px solid #eeeeee;
}
.top .right{
    float: right;
}
.top .right span{
    float: left;
    color: #999999;
}
.top .right a{
    float: left;
    padding: 0 10px;
}
.top .right a i{
    font-size: 12px;
    margin-right: 5px;
}

.banner{
    float: left;
    width: 100%;
    padding: 30px 0 15px;
    background: url("imagesmain-banner.png") no-repeat center -20px;
}

/* menu */
.nav-hd{
    float: left;
    width: 100%;
    height: 60px;
    background: #0099ff;
}
.nav-hd li{
    float: left;
    width: 16.6666666666666%;
    text-align: center;
    border-left: 1px solid rgba(255,255,255,.1);
}
.nav-hd li a{
    display: inline-block;
    width: 100%;
    line-height: 60px;
    font-size: 16px;
    color: #ffffff;
}
.nav-hd li a:hover,
.nav-hd li.on a{
    background-color: #0166ff;
}
.nav-hd li a i{
    margin-right: 5px;
}

.nav-body{
    float: left;
    width: 100%;
    height: 320px;
    padding: 15px;
    background-color: #ffffff;
}
.nav-body .index,
.nav-body .yaowen,
.nav-body .xinxi,
.nav-body .banshi,
.nav-body .hudong,
.nav-body .weihui{
    float: left;
    width: 100%;
}
.nav-body .slider{
    position: relative;
    width: 440px;
    height: 290px;
    overflow: hidden;
}
.nav-body .slider .hd{
    z-index: 999;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.nav-body .slider .hd li{
    float: left;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    margin-left: 5px;
    font-size: 12px;
    background-color: rgba(255,255,255,.8);
    color: #000000;
    cursor: pointer;
}
.nav-body .slider .hd li.on{
    background-color: #0166ff;
    color: #ffffff;
}
.nav-body .index .slider .bd li{
    position: relative;
    width: 100%;
    height: 290px;
}
.nav-body .slider .bd li h4{
    position: absolute;
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    bottom: 0;
    font-weight: normal;
    background-color: rgba(0,0,0,.8);
}
.nav-body .slider .bd li h4 a{
    color: #ffffff;
}
.nav-body .center-news{
    width: 430px;
    height: 290px;
    margin: 0 20px;
    overflow: hidden;
}
.nav-body .center-news .hd{
    float: left;
    width: 100%;
    border-bottom: 2px solid #eeeeee;
}
.nav-body .center-news .hd li{
    float: left;
}
.nav-body .center-news .hd li a{
    float: left;
    padding: 5px 15px;
    margin-bottom: -2px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #eeeeee;
}
.nav-body .center-news .hd li a:hover,
.nav-body .center-news .hd li.on a{
    color: #0099ff;
    border-color: #0099ff;
}
.nav-body .center-news .bd li,
.nav-body .list-news li{
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.nav-body .center-news .bd .first,
.nav-body .list-news .first{
    height: 104px;
    line-height: 24px;
    color: #999999;
    margin-bottom: 5px;
}
.nav-body .center-news .bd .first h2,
.nav-body .list-news .first h2{
    float: left;
    width: 100%;
    margin: 10px 0 0;
}
.nav-body .center-news .bd .first h2 a,
.nav-body .list-news .first h2 a{
    float: left;
    width: 400px;
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #0099ff;
}
.nav-body .center-news .bd .first h2 a:hover,
.nav-body .list-news .first h2 a:hover{
    color: #0166ff;
}
.nav-body .center-news .bd .first p,
.nav-body .list-news .first p{
    line-height: 24px;
    color: #999999;
}
.nav-body .center-news .bd span,
.nav-body .list-news span{
    float: right;
    color: #999999;
}
.nav-body .center-news .bd i.iconfont,
.nav-body .list-news i.iconfont{
    float: left;
    color: #0099ff;
    font-size: 10px;
    margin-right: 5px;
}
.nav-body .center-news .bd li a{
    float: left;
    width: 300px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.nav-body .index .right-gsgg{
    float: left;
    width: 260px;
    height: 290px;
    background-color: #f9f9f9;
}
.nav-body .index .right-gsgg h2{
    float: left;
    width: 100%;
    font-size: 16px;
    border-bottom: 2px solid #eeeeee;
}
.nav-body .index .right-gsgg h2 span{
    float: left;
    padding: 5px 15px;
    font-weight: bold;
    margin-bottom: -2px;
    border-bottom: 2px solid #0099ff;
}
.nav-body .index .right-gsgg h2 a{
    float: right;
    margin: 9px 15px 5px;
    font-weight: normal;
    font-size: 12px;
    color: #999999;
}
.nav-body .index .right-gsgg h2 a:hover{
    color: #0099ff;
}
.nav-body .index .right-gsgg ul{
    float: left;
    width: 100%;
    padding: 10px;
}
.nav-body .index .right-gsgg ul li{
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.nav-body .index .right-gsgg ul li a{
    float: left;
    width: 210px;
    height: 40px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.nav-body .index .right-gsgg ul li i.iconfont{
    float: left;
    font-size: 10px;
    color: #0099ff;
    margin-right: 5px;
}
/* 政务要闻 */
.nav-body .yaowen .yaowendongt{
    float: right;
    width: 710px;
    margin: 0;
}
.nav-body h4.tit-pub{
    float: left;
    width: 100%;
    font-size: 16px;
    border-bottom: 2px solid #eeeeee;
}
.nav-body h4.tit-pub span{
    float: left;
    padding: 5px 15px;
    margin-bottom: -2px;
    border-bottom: 2px solid #0099ff;
    color: #0099ff;
}
.nav-body h4.tit-pub i.iconfont{
    margin-right: 5px;
}
.nav-body h4.tit-pub a{
    margin-top: 7px;
    font-size: 12px;
    font-weight: normal;
    color: #999999;
}
.nav-body h4.tit-pub a:hover{
    color: #0099ff;
}
/*信息公开*/
.nav-body .xinxi .left-box{
    width: 270px;
}
.nav-body .xinxi .left-box ul,
.nav-body .xinxi .left-box ul li,
.nav-body .xinxi .left-box ul li a{
    float: left;
}
.nav-body .xinxi .left-box ul{
    float: left;
    width: 300px;
    margin: 5px 0 5px -5px;
}
.nav-body .xinxi .left-box ul li{
    float: left;
    width: 130px;
    margin: 5px;
}
.nav-body .xinxi .left-box ul li a{
    float: left;
    width: 100%;
    text-align: center;
    padding: 16px 10px;
    background-color: #e5f5ff;
}
.nav-body .xinxi .left-box ul li a i.iconfont{
    margin-right: 5px;
}
.nav-body .xinxi .center-box{
    width: 540px;
    margin: 0 20px;
}
.nav-body .xinxi .center-box .hd{
    float: left;
    width: 100%;
    border-bottom: 2px solid #eeeeee;
}
.nav-body .xinxi .center-box .hd li,
.nav-body .xinxi .center-box .hd li a{
    float: left;
}
.nav-body .xinxi .center-box .hd li a{
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px;
    margin-bottom: -2px;
    border-bottom: 2px solid #eeeeee;
}
.nav-body .xinxi .center-box .hd li a:hover,
.nav-body .xinxi .center-box .hd li.on a{
    border-color: #0099ff;
    color: #0099ff;
}
.nav-body .xinxi .center-box .bd{
    float: left;
    width: 100%;
    padding: 10px 0;
}
.nav-body .xinxi .center-box .bd li{
    float: left;
    width: 100%;
    line-height: 32px;
    border-bottom: 1px dashed #eeeeee;
}
.nav-body .xinxi .center-box .bd li i.iconfont{
    font-size: 12px;
    color: #0099ff;
    margin-right: 5px;
}
.nav-body .xinxi .chaxun{
    position: relative;
    float: right;
    width: 300px;
    height: 256px;
    padding: 20px 15px;
    margin: 26px 10px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
}
.nav-body .xinxi .chaxun h4{
    position: absolute;
    top: -12px;
    padding: 0 15px;
    margin: 0 15px;
    font-size: 16px;
    background-color: #ffffff;
}
.nav-body .xinxi .chaxun h4 i.iconfont{
    color: #0099ff;
    margin-right: 10px;
}
.nav-body .xinxi .chaxun label{
    float: left;
    width: 100%;
    line-height: 30px;
    margin: 5px 0;
}
.nav-body .xinxi .chaxun label span{
    float: left;
    width: 78px;
    margin-right: 10px;
    text-align: right;
    color: #999999;
}
.nav-body .xinxi .chaxun label input{
    display: inline-block;
    width: 180px;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    outline: none;
}
.nav-body .xinxi .chaxun .submit{
    float: left;
    width: 100%;
    line-height: 30px;
    margin: 13px 0;
    background-color: #0099ff;
    color: #ffffff;
    border-radius: 5px;
    border: none;
}
/*办事服务*/
.nav-body .banshi .left-box{
    width: 800px;
}
.nav-body .banshi .left-box .hd,
.nav-body .banshi .left-box .bd,
.nav-body .banshi .left-box ul,
.nav-body .banshi .left-box li{
    float: left;
}
.nav-body .banshi .left-box .hd,
.nav-body .banshi .left-box .bd,
.nav-body .banshi .left-box ul{
    width: 100%;
}
.nav-body .banshi .left-box .hd{
    border-bottom: 2px solid #eeeeee;
}
.nav-body .banshi .left-box .hd li a{
    float: left;
    margin-bottom: -2px;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px;
    border-bottom: 2px solid #eeeeee;
}
.nav-body .banshi .left-box .hd li a:hover,
.nav-body .banshi .left-box .hd li.on a{
    border-color: #0099ff;
    color: #0099ff;
}
.nav-body .banshi .left-box .bd ul{
    width: 820px;
    padding: 5px 0;
    margin-left: -5px;
}
.nav-body .banshi .left-box .bd li a{
    float: left;
    width: 152px;
    line-height: 50px;
    text-align: center;
    margin: 5px;
    background-color: #f9f9f9;
    border: 1px solid #eeeeee;
}
.nav-body .banshi .right-box{
    float: right;
    width: 340px;
}
.nav-body .banshi .right-box ul,
.nav-body .banshi .right-box ul li,
.nav-body .banshi .right-box ul li a{
    float: left;
}
.nav-body .banshi .right-box ul{
    width: 350px;
    margin-left: -5px;
}
.nav-body .banshi .right-box ul li a{
    width: 165px;
    padding: 5px 0;
    margin: 5px;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    background-color: #f2faff;
}
.nav-body .banshi .right-box ul li a span{
    display: inline-block;
    width: 100%;
}
.nav-body .banshi .right-box ul li a i.iconfont{
    font-size: 24px;
    color: #0099ff;
    margin-right: 5px;
}
.nav-body .banshi .right-box ul li a:hover,
.nav-body .banshi .right-box ul li a:hover i.iconfont{
    background-color: #0099ff;
    color: #ffffff;
}
/*政民互动*/
.nav-body .hudong .left-box{
    width: 580px;
}
.nav-body .hudong .left-box ul,
.nav-body .hudong .left-box ul li{
    float: left;
    width: 100%;
    padding: 10px 0;
}
.nav-body .hudong .left-box ul li a.pic{
    float: left;
    width: 126px;
    height: 100px;
    margin-right: 10px;
    background-color: #eeeeee;
}
.nav-body .hudong .left-box ul li .r-box{
    float: right;
    width: 435px;
}
.nav-body .hudong .left-box ul li .r-box p{
    margin-top: 5px;
    font-size: 12px;
    color: #666666;
}
.nav-body .hudong .left-box ul li .r-box span{
    float: left;
    font-size: 12px;
    color: #c11a39;
}
.nav-body .hudong .right-box{
    width: 560px;
}
.nav-body .hudong .right-box ul,
.nav-body .hudong .right-box ul li,
.nav-body .hudong .right-box ul li span,
.nav-body .hudong .right-box ul li a{
    float: left;
    text-align: center;
}
.nav-body .hudong .right-box ul,
.nav-body .hudong .right-box ul li{
    width: 100%;
}
.nav-body .hudong .right-box ul{
    border-right: 1px solid #eeeeee;
}
.nav-body .hudong .right-box ul li{
    line-height: 40px;
    border-bottom: 1px solid #eeeeee;
}
.nav-body .hudong .right-box ul li span,
.nav-body .hudong .right-box ul li a{
    font-size: 12px;
    width: 130px;
    border-left: 1px solid #eeeeee;
}
.nav-body .hudong .right-box ul li a,
.nav-body .hudong .right-box ul li span.a{
    width: 200px;
}
.nav-body .hudong .right-box ul li a{
    color: #0099ff;
}
.nav-body .hudong .right-box ul li a:hover{
    color: #0166ff;
}
.nav-body .hudong .right-box ul li .last{
    width: 80px;
}
.nav-body .hudong .right-box p.links{
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
.nav-body .hudong .right-box p.links a{
    display: inline-block;
    width: 270px;
    line-height: 30px;
    color: #ffffff;
}
.nav-body .hudong .right-box p.links a.xx{
    background-color: #00b700;
    margin-right: 13px;
}
.nav-body .hudong .right-box p.links a.xx:hover{
    background-color: #009944;
}
.nav-body .hudong .right-box p.links a.cx{
    background-color: #0099ff;
}
.nav-body .hudong .right-box p.links a.cx:hover{
    background-color: #0166ff;
}
/*走进卫辉*/
.nav-body .weihui .left-box{
    width: 560px;
}
.nav-body .weihui .left-box p.about{
    float: left;
    width: 100%;
    margin: 15px 0;
    line-height: 26px;
    color: #666666;
}
.nav-body .weihui .left-box p.about a{
    color: #c11a39;
}
.nav-body .weihui .left-box p.about a:hover{

}
.nav-body .weihui .left-box .b-box{
    float: left;
    width: 100%;
    text-align: center;
}
.nav-body .weihui .left-box .b-box a{
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 0 10px;
    padding: 10px 0;
    text-align: center;
    border-radius: 100%;
    color: #ffffff;
}
.nav-body .weihui .left-box .b-box a i.iconfont{
    font-size: 36px;
}
.nav-body .weihui .left-box .b-box a span{
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}
.nav-body .weihui .left-box .b-box a.tzzn{
    background-color: #62c1f9;
}
.nav-body .weihui .left-box .b-box a.tjxm{
    background-color: #fca182;
}
.nav-body .weihui .left-box .b-box a.zsyz{
    background-color: #33cf88;
}
.nav-body .weihui .left-box .b-box a.tzzn:hover{
    background-color: #0099ff;
}
.nav-body .weihui .left-box .b-box a.tjxm:hover{
    background-color: #c11a39;
}
.nav-body .weihui .left-box .b-box a.zsyz:hover{
    background-color: #009944;
}
.nav-body .weihui .right-box{
    width: 560px;
}
.nav-body .weihui .right-box a,.nav-body .weihui .right-box a img{
    float: left;
    width: 100%;
}
.nav-body .weihui .right-box a{
    position: relative;
    height: 290px;
    overflow: hidden;
}
.nav-body .weihui .right-box i.iconfont{
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    color: #0099ff;
}

/* 专题专栏 */
.ztzl{
    float: left;
    width: 100%;
    margin: 15px 0;
    background-color: #ffffff;
}
.ztzl .title{
    float: left;
    width: 100px;
    height: 100px;
    padding: 10px;
    background: url("imagesztzl.png") #0099ff 10px 10px no-repeat;
}
.ztzl .ztzl-scroll{
    float: left;
    width: 1100px;
    height: 100px;
    position: relative;
    overflow: hidden;
}
.ztzl .ztzl-scroll .hd{
    z-index: 1;
    position: absolute;
    width: 100%;
}
.ztzl .ztzl-scroll .hd a{
    position: absolute;
    height: 100px;
    width: 30px;
    line-height: 100px;
    text-align: center;
    cursor: pointer;
}
.ztzl .ztzl-scroll .hd .next{
    right: 0;
}
.ztzl .ztzl-scroll .hd .prev{
    left: 0;
}
.ztzl .ztzl-scroll .bd{
    z-index: 2;
    position: absolute;
    margin-left: 30px;
    width: 1050px;
    height: 100px;
}
.ztzl .ztzl-scroll .bd li{
    float: left;
    width: 260px;
}
.ztzl .ztzl-scroll .bd li a{
    float: left;
    width: 100%;
    padding: 10px;
}
.ztzl .ztzl-scroll .bd li img{
    width: 100%;
    height: auto;
}


.box{
    float: left;
    padding: 15px;
    border-top: 1px solid #0099ff;
    background: #ffffff;
}
.box h4.title{
    float: left;
    width: 100%;
    border-bottom: 2px solid #eeeeee;
}
.box h4.title span{
    float: left;
    padding: 10px;
    margin-bottom: -2px;
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    border-bottom: 2px solid #0099ff;
}
.box h4.title span i.iconfont{
    color: #0099ff;
    margin-right: 5px;
}
.box h4.title a{
    float: right;
    margin-top: 15px;
    font-weight: normal;
    font-size: 12px;
    color: #999999;
}
.box h4.title a:hover{
    color: #0099ff;
}
/*index left*/
.index-left{
    width: 290px;
}
.index-left .zdly{
    float: left;
    width: 290px;
    padding: 10px 0;
    margin-left: -5px;
}
.index-left .zdly a{
    float: left;
    width: 80px;
    height: 70px;
    padding: 10px;
    margin: 5px;
    font-size: 12px;
    background: #f9f9f9;
    color: #222222;
    text-align: center;
}
.index-left .zdly a i.iconfont{
    font-size: 24px;
    color: #0099ff;
}
.index-left .zdly a span{
    display: inline-block;
    width: 100%;
    height: 20px;
    margin-top: 5px;
    overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.index-left .zdly a:hover{
    background-color: #0099ff;
    color: #ffffff;
}
.index-left .zdly a:hover i.iconfont{
    color: #ffffff;
}
.index-left .others{
    width: 100%;
}
.index-left .others a{
    float: left;
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
    padding-left: 50px;
    font-size: 16px;
    font-weight: bold;
    background-color: #e5f5ff;
}
.index-left .others a i.iconfont{
    margin-right: 5px;
    font-size: 24px;
    font-weight: normal;
    color: #0099ff;
}

.index-right{
    float: right;
    width: 900px;
}
.index-right .t-box{
    float: left;
    width: 100%;
    height: 358px;
}
.index-right .t-box .dongtai{
    width: 440px;
}
.index-right .t-box .dongtai .hd{
    width: 100%;
    border-bottom: 2px solid #eeeeee;
}
.index-right .t-box .dongtai .hd li{
    float: left;
}
.index-right .t-box .dongtai .hd li a{
    float: left;
    padding: 10px;
    margin-bottom: -2px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #eeeeee;
}
.index-right .t-box .dongtai .hd li.on a,
.index-right .t-box .dongtai .hd li a:hover{
    color: #0099ff;
    border-color: #0099ff;
}
.index-right .t-box .dongtai .bd{
    width: 100%;
    padding: 5px 0;
}
.index-right .t-box .dongtai .bd li{
    float: left;
    width: 100%;
    line-height: 37px;
    border-bottom: 1px dashed #eeeeee;
}
.index-right .t-box .dongtai .bd li b{
    float: left;
    margin-right: 5px;
    font-size: 24px;
    color: #999999;
}
.index-right .t-box .dongtai .bd li span{
    float: right;
    color: #999999;
}
.index-right .t-box .shipin{
    width: 390px;
}
.index-right .t-box .shipin h4.title i.iconfont{
    color: #0099ff;
    margin-right: 5px;
}
.index-right .t-box .shipin ul{
    float: left;
    padding: 12px 0;
}
.index-right .t-box .shipin ul li{
    float: left;
    width: 100%;
    border-bottom: 1px dashed #eeeeee;
    padding: 10px 0;
}
.index-right .t-box .shipin ul li a.img{
    float: left;
    width: 126px;
    height: 78px;
    margin-right: 10px;
}
.index-right .t-box .shipin ul li a.img img{
    width: 100%;
    height: auto;
}
.index-right .t-box .shipin ul li h5{
    margin-bottom: 5px;
    font-size: 14px;
}
.index-right .t-box .shipin ul li p{
    line-height: 24px;
    font-size: 12px;
    color: #999999;
}
.index-right .bd-banner{
    float: left;
    width: 100%;
    height: 56px;
    background-color: #eeeeee;
}
.index-right .b-duihua{
    width: 100%;
    margin-top: 20px;
}
.index-right .b-duihua .content{
    width: 888px;
    margin-left: -18px;
    padding: 17px 0 10px;
}
.index-right .b-duihua .content a{
    float: left;
    width: 130px;
    height: 100px;
    padding: 15px 0;
    margin-left: 18px;
    text-align: center;
    background-color: #f9f9f9;
}
.index-right .b-duihua .content a i.iconfont{
    font-size: 36px;
    color: #0099ff;
}
.index-right .b-duihua .content a span{
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}

.pic-weihui{
    width: 100%;
    margin: 15px 0;
}
.pic-weihui h4.title,
.pic-weihui h4.title span{
    border: none;
}
.pic-weihui .content{
    width: 1200px;
    margin-left: -10px;
}
.pic-weihui .content a{
    float: left;
    width: 223px;
    height: 145px;
    margin: 0 0 10px 10px;
    background-color: #eeeeee;
    overflow: hidden;
}
.pic-weihui .content .big,
.pic-weihui .content .big a{
    float: left;
    width: 470px;
    height: 300px;
}
.pic-weihui .content .big{
    margin-left: 10px;
}
.pic-weihui .content .big a{
    margin-left:0;
}
.pic-weihui .content a img{
    width: 100%;
    height: auto;
}

.bottom{
    float: left;
    width: 100%;
    background-color: #eeeeee;
}
.bottom .t-box{
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 15px 0;
}
.bottom .t-box select{
    float: left;
    width: 180px;
    margin: 0 10px;
    border: 1px solid #eeeeee;
    border-radius: 0;
}
.bottom .t-box select option{
    line-height: 30px;
}
.bottom .b-box{
    float: left;
    width: 100%;
    padding: 20px 0;
}
.bottom .b-box .center{
    float: left;
    text-align: center;
    margin: 7px 40px;
}
.bottom .b-box .center p{
    margin-top: 10px;
    color: #999999;
}
.bottom .b-box .center span{
    display: inline-block;
    margin: 0 5px;
    color: #cccccc;
}
.bottom .b-box a.float-left img{
    float: left;
}

.bread{
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #f9f9f9;
}
.bread span{
    color: #999999;
}
.bread a{
    color: #0099ff;
}
.bread a:hover{
    color: #0166ff;
}
/*列表页*/
.list-page{
    position: relative;
    width: 100%;
    margin: 10px 0;
}
.list-page .left-menu{
    position: absolute;
    width: 260px;
    height: 100%;
    background-color: #ffffff;
}
.list-page .left-menu h2{
    padding: 15px;
    text-align: center;
    background-color: #0099ff;
    color: #ffffff;
}
.list-page .left-menu ul.menu{
    float: left;
    width: 100%;
    padding: 2px;
}
.list-page .left-menu ul.menu li{
    float: left;
    width: 100%;
    margin-bottom: 2px;
    background-color: #eeeeee;
}
.list-page .left-menu ul.menu li a{
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 40px;
    border-left: 4px solid #eeeeee;
}
.list-page .left-menu ul.menu .on,
.list-page .left-menu ul.menu li a:hover{
    color: #0099ff;
    border-color: #0099ff;
}
.list-page .right-list{
    float: right;
    width: 930px;
    border-top: 1px solid #0099ff;
    background-color: #ffffff;
}
.list-page .right-list h2{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    margin: 0 15px;
    padding: 15px 0;
}
.list-page .right-list ul.list{
    float: left;
    width: 100%;
    padding: 15px;
}
.list-page .right-list ul.list li{
    float: left;
    width: 100%;
    line-height: 40px;
    border-bottom: 1px dashed #eeeeee;
}
.list-page .right-list ul.list li:hover{
    background-color: #f1f1f1;
}
.list-page .right-list ul.list li i.iconfont{
    float: left;
    font-size: 12px;
    color: #0099ff;
    margin: 0 10px;
}
.list-page .right-list ul.list li span{
    float: right;
    margin-right: 10px;
    color: #999999;
}
.list-page .right-list ul.page{
    float: left;
    width: 100%;
    padding: 20px 0 35px;
    text-align: center;
}
.list-page .right-list ul.page li,
.list-page .right-list ul.page li a{
    display: inline-block;
}
.list-page .right-list ul.page li a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.1);
    font-size: 12px;
}
.list-page .right-list ul.page li a:hover,
.list-page .right-list ul.page li a.on{
    background-color: #0099ff;
    color: #ffffff;
}
.list-page .right-list ul.page li a i.iconfont{
    font-size: 12px;
}

/*内容页*/
.show-page{
    width: 100%;
    margin-bottom: 20px;
    padding: 0 20px;
    background-color: #ffffff;
}
.show-page .title{
    float: left;
    width: 100%;
    padding: 30px 0;
    text-align: center;
}
.show-page .title h1{
    margin-bottom: 10px;
    font-size: 24px;
    color: #0099ff;
}
.show-page .title p{
    color: #999999;
}
.show-page .top-line,
.show-page .bottom-line{
    float: left;
    width: 100%;
    height: 5px;
    background-color: #dddddd;
}
.show-page .top-line{
    border-bottom: 4px solid #f9f9f9;
}
.show-page .bottom-line{
    border-top: 4px solid #f9f9f9;
}
.show-page .content{
    float: left;
    width: 100%;
    line-height: 24px;
    padding: 30px 0;
}
.show-page .content p{
    margin: 10px 0;
}
.show-page .b-box{
    float: left;
    width: 100%;
    padding: 30px 0;
    color: #999999;
}
.show-page .b-box p{
    margin: 5px 0;
}
.show-page .b-box a{
    color: #0099ff;
}
.show-page .b-box a:hover{
    color: #0166ff;
}


/*图片列表*/
.list-page .right-list ul.list-pic{
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 15px;
}
.list-page .right-list ul.list-pic li{
    float: left;
    width: 33.333333%;
    padding: 10px;
}
.list-page .right-list ul.list-pic li a,
.list-page .right-list ul.list-pic li a img{
    float: left;
    width: 100%;
    height: 180px;
}
.list-page .right-list ul.list-pic li h4{
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    text-align: center;
}
.list-page .right-list ul.list-pic li h4 a{
    float: none;
    width: auto;
    height: auto;
}

#indexcounter{ display:none; }

.topicClass,
.indexidClass,
.KeyWordsClass,
.ContentClass,
.queryDateClass,
.searchSubmitClass{ width:190px; height:30px; line-height:30px; margin-bottom:10px; padding:0 5px; border:1px solid #ddd; }
.queryDateClass{ width: 88px; }
.searchSubmitClass{ background-color:#0099ff; color:#ffffff; }

.page-xxgk .topicClass,
.page-xxgk .indexidClass,
.page-xxgk .KeyWordsClass,
.page-xxgk .ContentClass{ width:280px; }
.page-xxgk .queryDateClass{ width:133px; }

/*手机版*/

.menu1 {
position:relative;
}
.menu1 img{display:none;}
.menu1:hover img{
display:block;
position: absolute;
position: absolute; 
left: 0px; 
top: 21px;
}










