@charset "utf-8";

/*-----------------------------theme主题-----------------------------*/
*{
    margin: 0;
    padding: 0;
}
body{font-size:14px;font-family:PingFangSC-Regular, Verdana, Arial, 微软雅黑, 宋体;line-height: 1.42857143;color: #333333;
    background-image:url(../images/bg.png;vpn_img);
    background-repeat:no-repeat;
    background-color: #f1f1f1;
}
a{color: #333;}
#gwdShare_con_1{display:none !important;}
/*-----------------------------回到顶部按钮-----------------------------*/
.click-top{position: fixed;bottom: 10%;right: 5%;z-index: 1000;display: none;cursor: pointer;}
/*-----------------------------detail详情-----------------------------*/
.details{width:1200px;background: #fff;padding: 0px 20px 20px 20px;margin: 0 auto 20px;}
.dqwz{line-height:30px;padding-left: 20px;background:url(../images/icon/icon_dqwz.jpg;vpn_img)left no-repeat;border-bottom:1px solid  #CCCCCC;}
.dqwz a{line-height: 55px;color: #000;}
.detail{padding: 30px;margin-top: -1px;}
.detail>h1{font-size: 36px;text-align: center;padding: 0px 50px;}
.detail>.dis_none ul{border-bottom: 1px solid #CCCCCC;line-height: 50px;}
.detail>.dis_none li {list-style: none;display: inline-block;margin: 0 5px;}
.detail>.dis_none ul,.detail>.dis_none ul a{text-align: center;color: #c9c9c9;}
.detail .fontsize span{margin: 0 2px;cursor: pointer;}
.detail .bdsharebuttonbox{display: inline-block;vertical-align: middle;}
.edit {text-align: right;padding: 10px 0;}
/* 信息公开详情 */
.xxgk_det {width: 90%;margin: 8px auto;}
.xxgk_det li {display: inline-block;width: 49%;padding: 3px;font-size: 15px;color: #888888;}
.xxgk_det li span {display: inline-block;width: 80px;text-align-last: justify;margin-right: 12px;}
@media (max-width:768px) {
    .detail>h1 {font-size: 20px;}
    .detail>.dis_none ul {line-height: 30px;padding: 15px 0;}
    .xxgk_det li {font-size: 14px;}
    .xxgk_det li span {width: 68px;}
}
/* 分享按钮 */
#gwdShare_con_1{float: initial !important;display: inline-block;vertical-align: middle;}
#gwdshare{padding-left: 25px;background: url(../images/icon/icon_16.png;vpn_img) no-repeat 0 10px;height: 30px;}
#gwdshare>*{width: 27px;height: 29px;margin: 0 2px;}
#gwdshare .gwds_weixin{ background:url(../images/icon/share.png;vpn_img) no-repeat 2px -33px !important;}
#gwdshare .gwds_tsina{ background:url(../images/icon/share.png;vpn_img) no-repeat 2px 5px !important;}
#gwdshare .gwds_more{background:url(../images/icon/icon_17.png;vpn_img) no-repeat center !important;}
#NewsContent table{max-width: 100%; }

/*-----------------------------header页眉-----------------------------*/
.header{
    width: 100%;
    height:auto;
    overflow: hidden;
}
.header_top{
    width: 100%;
    height: 35px;
    background-color: rgba(250, 250, 250, 0.5);
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#05ffffff,endColorstr=#05ffffff);
}
.header_top .con {
    width: 1200px;
    margin: 0 auto;
    padding-top: 6px;
}
.weather{
    width: 500px;
    display: inline-block;
}
.gongneng{
    width: 200px;
    display: inline-block;
}
.gongneng a{
    color: black;
   text-decoration: none;
}
.header_item{
    width:1200px;
    height: auto;
    margin: 0 auto;
}
.logo_box{
    margin-top: 90px;
}
.logo_box img {
    display: block;
    margin: 0 auto;
}
.input_box1{
    display: none;
}
.input_box{
    width: 576px;
    height: 50px;
    margin: 30px auto;
    position: relative;
    background: #ffffff;
    border: #015293 solid 2px;
    border-radius: 5px;
}
.input_box input{
    width: 450px;
    height: 47px;
    font-size: 16px;
    outline: none;
    border: none;
    background: transparent;
    padding-left: 20px;
}
.input_box button{
    position: absolute;
    right: 0;
    bottom: -2px;
    background-color: #07438a;
    border-radius: 5px;
    color: white;
    border: none;
    width: 96px;
    height: 50px;
    font-size: 20px;
    cursor: pointer;
}
.input_box img{
    position: relative;
    top: 0;
    right: 3px;
}
.daohang{
    width: 1200px;
    height: auto;
    list-style-type: none;
    text-align: center;
    margin-top: 30px;
    overflow: hidden;
}
.daohang img{
    margin-right: 10px;
}
.daohang li{
    float: left;
    width: 19.99%;
    height:55px;
    line-height: 55px;
    font-size: 22px;
    overflow: hidden;
    cursor:pointer;
    text-align: center;
    background-color: #07438a;
    border-right: 1px solid #ffffff;
}
.daohang li:last-child {
    border-right: none;
}
.daohang li a{
    display: block;
    color: white;
    width: 100%;
    height: 100%;
}
.daohang li:hover, .daohang li.active{
    background-color: #006cbf;
}
.container {
    width: 1200px !important;
    background: #ffffff;
    padding: 20px;
}
@media (max-width: 768px) {
    .header_top {
        display: none;
    }
    .header_item , .daohang {
        width: 100%;
    }
    .logo_box {
        width: 95%;
        margin: 35px auto 0;
    }
    .input_box {
        width: 90%;
        display: none;
    }
    .daohang li {
        width: 50%;
    }
    .container {
        width: 100% !important;
    }
    body {
        background: #bbcfe9;
    }
    .footer {
        height: auto !important;
        padding: 15px;
    }
    .footer .foot_item {
        width: 100%;
    }
    .outBox1 , .hg , .bot-logo{
        display: none;
    }
    .Sidebar {
        display: none;
    }
}
/*-----------------------------footer页脚-----------------------------*/
.footer{
    width: 100%;
    height: 200px;
    background-color: #255c92;
    position: relative;
    margin-top: 20px;
}
.foot_item{
    width: 1200px;
    height: 150px;
    margin: 0 auto;
}

.outBox1{ width:100%; text-align:left;float: left;position: relative;z-index: 1000}
.inBox .inHd1{ height:24px; line-height:24px; padding-bottom: 10px;background-color: #255c92}
.inBox .inHd1 ul{  zoom:1; list-style-type: none}
.inBox .inHd1 ul li{ height:25px; width:18%; float:left; cursor:pointer;font-size: 16px;color: white;text-align: left}
.inBox .inBd1 ul{ padding:5px;  zoom:1;list-style-type: none;width:100%;overflow:hidden;}
.inBox .inBd1 li{ float: left;  zoom:1; margin-top: 0 ;margin-left:20px;color:white;}
.inBd1 ul a{display: inline-block;color:white;margin-top: 0px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-decoration: none;}

.text_box{
    float: left;
    margin-top: 10px;
}
.text_box a{
    float: left;
    text-decoration: none;
    color: white;
}
.text_box p{
    margin-top: 20px;
    /*margin-left: 40px;*/
    float: left;
    color: white;
    font-size:14px;
    /*font-weight:bold;*/
}
.Sidebar{
    position: fixed;
    z-index: 10000;
    opacity: 1;
    right: 10px;
    top: 35%;
    width: 70px;
    height: 700px;
    /*background-color: #949494;
    /*display: none;*/
}
.Sidebar ul{
    list-style-type: none;
    text-align: center;
    text-decoration: none;
}
.Sidebar ul a{
    color: #000;
}
.Sidebar ul img{
    margin-top: 20px;
}
.Sidebar ul li{
    width: 68px;
    height: 83px;
    font-size: 12px;
    border: #cedff0 solid 1px;
    border-top: none;
    background-color: #fff;
}
.panel a{
    text-decoration: none;
}
.but_up div{
    width: 70px;
    height: 27px;
    background-color: #2f6380;
    text-align: center;
}


/*-----------------------------list列表-----------------------------*/
.dqwz{background: url(../images/icon/icon_dqwz.jpg;vpn_img) no-repeat 0 center;padding-left: 25px;line-height: 45px;border-bottom:1px solid  #CCCCCC;}
.list-lm{width: 100%; position: relative; background: #ededed; margin-top: 20px;height: 44px;}
.list-lm span{	
    padding: 0px 24px;
    line-height: 44px;
    background: #065ca1;
    background-repeat: no-repeat;
    color: white;
    display:inline-block;
    font-size: 20px;
    text-align: center;
}
.list-li li{height: 35px;line-height: 35px;padding-left: 20px;background: url(../images/icon/icon2.jpg;vpn_img) no-repeat 0 center;font-size: 16px;}
.list-li li a {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.list-li li:after{content: " ";display: table;clear: both;}
.list-li img{width: 270px;height: 160px;margin-right: 15px;float: left;}
.list-li .time{float: right;margin-left: 15px;color: #888888;}
.container {width: 1200px;}


/*分页*/
#page-div{width: 100%;margin:1em auto 0;text-align: center;}
#page-div .pagination-last {line-height:35px;display: block;width: 100%;margin-top: 5px;}
#page-div:after{content: " ";display: table;clear: both;}
.pagination-index,.pagination-num{border: 1px solid #bfbfbf;margin: 0 .2em;padding:6px .7em;display: inline-block;}
.pagination-num.hover,.pagination-index:hover,.pagination-num:hover{background: #1e5392;color: white; border-color: transparent}
.pagination-last{float: right;}
.pagination-last>span{margin: 0 .5em;}
.pagination-last>input{height: 1.3em;width: 2em;text-align: center;}
@media (max-width:768px) {
    #page-div .pagination-last {display: none;}
}

/*-----------------------------detail详情-----------------------------*/



