@charset "utf-8";

/*-----------------------------theme主题-----------------------------*/
body{font-size:14px;font-family: 微软雅黑, 宋体 , Verdana, Arial;line-height: 1.42857143;color: #333;background: #f3f3f5 url(../images/public/header_bg.png) no-repeat;background-size: 100% 659px;}
a{color: #333;}
a:hover,a:focus{color: red;}
.cor1,a.cor1{color: white;}
.cor2,a.cor2{color: ;}
.cor3,a.cor3{color: ;}
.cor4,a.cor4{color: ;}
.bg1{background: white;}
.bg2{background: ;}
.bg3{background: ;}
.theme-lm>*{font-size: 20px;padding: 0 10px;float: left;line-height: 45px;height: 45px;color: #3560a0;}
.theme-lm>*.active{color: #be5556;border-bottom: 2px solid #be5556;}
.theme-lm img{float: left;margin-top: 7px;}
.theme-more a{line-height: 45px;color: #C9C9C9;float: right;font-size: 14px;}
.theme-list li{padding-left: 15px;background: url(../images/icon/icon2.jpg) no-repeat 0 center;line-height: 35px;}
.theme-ct{margin-bottom:30px;background: white;padding: 0 20px 20px;min-height: 600px;}
.theme-dqwz{background: url(../images/icon/dqwz.jpg) no-repeat 0 center;padding: 14px 0 14px 25px;border-bottom: 1px solid #CCCCCC;margin-bottom: 20px;font-size: 16px;}

/*-----------------------------header页眉-----------------------------*/
.version{font-size:18px;background: #f9f9f9;line-height: 50px;text-align: center;}
.version a{color: #d80909;text-decoration:underline;}
.logorotate img{-webkit-animation: change 6s linear infinite;}
@-webkit-keyframes change {0%{-webkit-transform:rotate(0deg);} 50%{-webkit-transform:rotate(-180deg);} 100%{-webkit-transform:rotate(-360deg);}}

.specialss{
    text-align: center;
}
.footer .container{
    background-color: #d5d5d5;
}
.container{
    width: 1100px;
    margin: 0 auto;
    overflow:hidden;
}

.hdjl{
    width: 96%;
    min-height: 200px;
    margin: 0 auto;
}
/*-----------------------------title-----------------------------*/
.hdjl_title{
    width: 100%;
    background-color: #f2f2f2;
    margin: 20px auto;
}
.hdjl_title p{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding: 8px 25px;
    background-color: #1a4d99;
    margin: 0 auto;
}

.hdjl_titles{
    width: 100%;
    border-bottom: 1px solid #1a4d99;
    margin: 0 auto 20px;
    position: relative;
}
.hdjl_titles p{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding: 8px 25px;
    background-color: #1a4d99;
    margin-right: 20px;
    margin: 0 auto;
}
.hdjl_titles span{
    display: inline-block;
    font-size: 14px;
    color: #898787;
}
.hdjl_titles span span{
    color: #d80909;
    padding: 0 5px;
}



/* head */
.header{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
#riqi{
    line-height: 36px;
    color: #fff;
    margin-top: 2px;
}
.tianqi div{
    float: left;
}
.right_nav{
    float: right;
    line-height: 36px;
}
.right_nav a,
.right_nav span{
    color: #fff;
}
.right_nav span{
    margin: 0 5px;
}
.head_middle{
    margin: 30px 0 35px 0;
}
.head_middle p{
    float: left;
}
.head_middle .search{
    float: right;
    width: 400px;
    height: 62px;
    padding-top: 6px;
    padding-left: 10px;
    margin-top: 19px;
    background: url("../images/public/search_bg.png") no-repeat;
    background-size: 100% 100%;
}
.search input,
.search button{
    border: none;
    outline: none;
    padding: 0;
}
.search input{
    width: 68%;
    height: 45px;
    border-radius: 24px;
    padding-left: 20px;
    background: transparent;
}
.search button{
    width: 114px;
    height: 50px;
    background: #065ca1;
    border-radius: 24px;
    font-size: 16px;
	color: #fff;
}
.header_nav ul{
    width: 100%;
    height: 60px;
	background: #065ca1
}
.header_nav ul li{
    float: left;
    width: 14.2857143%;
    height: 100%;
    line-height: 60px;
    text-align: center;
    background: url("../images/public/nav_icon01.png") no-repeat 0 50%;
}
.header_nav ul .sy{
    background: none;
}
.header_nav li a{
    display: block;
    width: 100%;
    height: 100%;
}
.header_nav li a *{
    vertical-align: middle;
}
.header_nav li span{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-left: 10px;
}

.ldimg{
    text-align: center;
    margin-top: 20px;
}
.ldimg img{
    width: 145px;
    height: 193px;
}



/*-----------------------------footer页脚-----------------------------*/
.footer{
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding-bottom: 25px;
    background: #d5d5d5
}
#xglj_item{
    width: 100%;
}
#xglj_name{
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #959595;
}
#xglj_name .xglj{
    float: left;
}
#xglj_name #xglh_nav{
    float: left;
    width: 75%;
}
#xglh_nav li{
    float: left;
    width: 33.3333333%;
    text-align: center;
}
#xglh_nav li img{
    margin-left: 20px;
    transform: rotate(180deg);
    transition: transform .3s;
}
#xglh_nav li.active img{
    transform: rotate(0);
    transition: transform .3s;
}
#xglj_menu ul{
    display: none;
    height: 200px;
    border-top: 4px solid #0e7abf;
    padding: 25px;
}
#xglj_menu ul.active{
    display: block;
}
#xglj_menu ul li{
    float: left;
    width: 25%;
    line-height: 30px;
}
.footer_left{
    float: left;
}
.qt_nav{
    margin: 20px 0;
}
.qt_nav span{
    margin: 0 10px;
}
.wzxq_item p{
    line-height: 30px;
}
.footer_right{
    float: right;
    margin-top: 26px;
}
.footer_right .wzzc{
    margin-right: 20px;
}




/*-----------------------------list列表-----------------------------*/
.list-fl{width: 23.5%;float: left;}
.list-fl>p{font-size: 20px;font-weight: bold;color: #fff;text-align: center;background-color: #015696;line-height: 60px;}
.list-lm{
    border-left: 1px solid #eeeeed;
    border-right: 1px solid #eeeeed;
}
.list-lm li{height:60px;line-height: 60px;border-bottom: 1px solid #eeeeed;font-size: 18px;font-weight: bold;text-align: center;position: relative;}
.list-lm li:hover:before,.list-lm li.active:before{content: " ";background: url("../images/public/public_icon05.png") no-repeat;width: 6px;height: 6px;position: absolute;left: 10px;top: 27px;}
.list-lm li a{display: block;white-space: nowrap;overflow:hidden;text-overflow:ellipsis;position: relative;z-index: 2;padding: 0 25px 0 20px;}
.list-lm li.active a,.list-lm li:hover a{font-weight: bold;color: #1b4b9e;}
.list-fr{width: 74.5%;float: right;}
.list-fr>p,
.dglm_list > p{margin-bottom: 20px;border-bottom: 1px solid #dfdfdf;}
.list-fr>p span,
.dglm_list > p span{font-size: 20px;font-weight: bold;color: #1a4b9f;line-height: 45px;background: url("../images/public/public_icon01.png") no-repeat 0 50%;padding-left: 20px;}
.list li{line-height: 36px;padding-left: 20px;background: url("../images/icon/dian.png") no-repeat 0 center;font-size: 16px;white-space: nowrap;overflow:hidden;text-overflow:ellipsis;transition: all .5s;}
.list li:hover{transform:translateX(1em);}
.list li span{float: right;color: #999;font-size: 14px;margin-left: 20px;position: relative;}
.list hr{border-bottom: dashed 1px #cccccc;}
.newicon{background: url(../images/icon/iconnew.jpg) no-repeat 0 center !important;padding-left: 35px !important;}

/*分页*/
#page-div{margin:0 auto;text-align: center;margin-top: 20px;}
#page_div{margin:0 auto;text-align: center;margin-top: 20px;}
.pagination-first,.pagination-last{margin: 10px 0;}
.pagination-index,.pagination-num{border: 1px solid #3871a6;margin: 0 3px;padding:0 15px;display: inline-block;border-radius: 3px;color: #3871a6;}
.pagination-num.active,.pagination-index:hover,.pagination-num:hover{background: #3871a6;color: white;}
.pagination-last span{margin: 0 5px;}
.pagination-last input{height: 18px;width: 30px;text-align: center;}
@media (max-width:768px) {.pagination-last small{display: none;}.pagination-index,.pagination-num{padding:0 4px;}}

/*-----------------------------detail详情-----------------------------*/
.detail{background: #FFFFFF;padding-bottom: 20px;}
.detail>h1{font-size: 32px;text-align: center;padding: 0 50px 20px;}
.inform{border: 1px solid #CCCCCC;border-left: none;border-right: none;line-height: 40px;text-align: center;color: #999;}
.inform>div{display: inline-block;margin: 0 20px;}
.inform .fontsize img,.inform .fontsize span{margin: 0 5px;cursor: pointer;}
.inform .dywb{cursor: pointer;background: url(../images/icon/print.png) no-repeat 0 center;padding-left: 15px;}
.inform .bdsharebuttonbox{display: inline-block;vertical-align: middle;}
#NewsContent{padding: 20px;}
.zrbj{display: block;margin: 10px 0;text-align: right;}
#div-div{text-align: center;font-size: 12px;color: #999;clear: both;padding-bottom: 20px;}
#div-div>table{display:inline-block;}
.xgxw p{border-bottom: 1px solid #CCCCCC;font-size: 20px;line-height: 50px;margin-bottom: 10px;}
.xgxw p i{width: 5px;height: 20px;background: #3871a6;display: inline-block;margin-right: 15px;vertical-align: -3px;}
.xgxw ul{padding-bottom: 20px;margin: 0 -20px;}
.xgxw li{float: left;width: 50%;padding: 0 20px 0 35px;background: url(../images/icon/dian2.jpg) no-repeat 20px center;line-height: 35px;white-space: nowrap;overflow:hidden;text-overflow:ellipsis;font-size: 16px;}
.xgxw li span{float: right;color: #999;margin-left: 20px;}
.click-top{position: fixed;bottom: 50px;right: 20px;z-index: 1000;cursor: pointer;width: 30px;display: none;}
.share_div p{
    float: left;
}
.share_div .bds_copy{
    width: 16px;
    height: 23px;
    background: url("../images/icon/icon_16.png") no-repeat;
    background-position: 0 0 !important;
}
.share_div .bds_tsina{
    width: 24px;
    height: 24px;
    background: url("../images/icon/share_weibo.png") no-repeat;
    background-position: 0 0 !important;
}
.share_div .bds_weixin{
    width: 24px;
    height: 24px;
    background: url("../images/icon/share_weixin.png") no-repeat;
    background-position: 0 0 !important;
}
.share_div .bds_more{
    width: 17px;
    height: 17px !important;
    background: url("../images/icon/icon_17.png") no-repeat !important;
    background-position: 0 0 !important;
    margin-top: 10px !important;
}
#list-data .dp_title{
    width: 100%;
    line-height: 38px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}
#list-data .dp_content{
    width: 100%;
    line-height: 38px;
}
@media print{.dyyc{display: none !important;}.detail{padding-top: 20px;}}

/*-----------------------------添加类名（辅助）-----------------------------*/
{white-space: nowrap;overflow:hidden;text-overflow:ellipsis;}

/*-----------------------------********-----------------------------*/

/*稿件栏目切换*/
.lmqh-more0>*,.lmqh-div0>*,.lmqh-more1>*,.lmqh-div1>*{display: none;}
.lmqh-more0>*.dis,.lmqh-div0>*.dis,.lmqh-more1>*.dis,.lmqh-div1>*.dis{display: block;}

/*-----------------------------响应式-----------------------------*/
.container,.container-fluid{margin-right: auto;margin-left: auto;}



@media screen and (min-width:768px) and (max-width:1360px){ 
    .container{
        width: 100%;
    }
}

@media screen and (max-width:767px){ 
    .container{
        width: 100%;
    }
    .list-fl {
        display: none;
    }
    .list-fr {
        width: 100%;
        float: none;
    }
    .right_nav {
      display: none;
    }
    .tianqi>div{
        display: none;
    }
    #xglj_name {
       display: none;
    }
    .qt_nav {
        margin-bottom:  0;
    }
    .head_middle p a>img{
        width: 80%;
        margin-left: 10%;
    }
    .footer_right {
        display: none;
    }
   .head_middle .search {
        float: right;
        width: 300px;
        margin-top:40px
    }
    .search button {
        width: 88px;
    }
   .head_middle{
        margin-bottom:20px;
   }
.header_nav ul li {
        float: left;
        height: 33.3%;
        line-height: 50px;
        width: 33.3%;
    }
    .header_nav ul {
        height: 150px;
    }
    .header_nav li span {
        margin-right: 10px;
    }
    .header_nav li a>img{
        display: none;
    }
 /*-------------hd-----------*/
 .hdjl{
        min-height: auto;
    }
    .hdjl_title p{
        font-size: 16px;
        padding: 8px 18px;
    }
    .hdjl_titles p{
        display: block;
        width: 100%;
        font-size: 16px;
        text-align: center;
        padding: 5px 0;
    }
}


.related{
    margin: 15px 0;
}
relatedfile{
    float: left;
}

div.relatedlinks {
    line-height: 24px;
    text-align: left;
    height: auto;
    border-bottom: 1px dotted #6e6e6e;
    padding-bottom: 15px;
    font-size: 16px;
}
div.relatedlinks h3 {
    line-height: 36px;
    font-size: 18px;
    height: 36px;
    width: 143px;
    float: left;
}