﻿@charset "utf-8";

/*-----------------------------theme主题-----------------------------*/
body{font-size:14px;font-family: 微软雅黑, 宋体 , Verdana, Arial;line-height: 1.42857143;color: #333;background-color: #ffffff;word-wrap:break-word}
a{color: #333;}
a:hover,a:focus{color: red;}
.container.theme-ct{margin: 30px auto;background: white;padding: 0 20px;}
.theme-dqwz{background: url(../images/icon/dqwz.png) no-repeat 0 center;padding: 14px 0 14px 25px;border-bottom: 1px solid #CCCCCC;margin-bottom: 20px;font-size: 16px;}




/*-----------------------------header页眉-----------------------------*/
.header .container{
    padding: 0;
    height: 100%;
}
.topbar-wrap{
    background-color: #2A3C54;
}
.topbar{
    margin: 0 auto;
    width: 1500px;
    height: 30px;
}
.topbar .yzsnav{
    float: left;
    width: 120px;
    line-height: 29px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    height: 100%;
}
.topbar .nav{
    float: right;
    width: 715px;
    height: 100%;
}
.topbar .nav li{
    float: left;
    width: 89px;
    height: 100%;
    line-height: 30px;
    text-align: center;
}
.topbar .nav li:hover{
    background-color: #394E6B;
}
.topbar .nav li a{
    color: #fff;
}
.topbar .nav li a:hover{
    color: red;
}
.topbar .nav li.active{
    background-color: #394E6B;
}
.topbar .nav li.active a{
    color: #fff;
}
.topbar .loginbox{
    margin-left: 30px;
    float: right;
    height: 30px;
    line-height: 30px;
    color:white;
}
.topbar .loginbox a{color:white;}

.topbar .loginbox div{
    float: left;
    height:100%;
}
.topbar .loginbox div + div{
    margin-left: 10px;
}

.topbar .loginbox div a{
    margin-left: 5px;
    color:#fff;
}
.topbar .loginbox div a:hover{
    color:red;
    text-decoration: underline;
}
.topbar .fzgn{
    float: right;
    height: 100%;
    line-height: 30px;
    position: relative;
}
.topbar .fzgn a + a{
    margin-left: 20px;
}

.topbar div a .ewm {
    position:absolute;
    z-index:1000;
    width: 100px;
    height: 100px;
    top: 30px;
    left:0;
    display:none;
}
.topbar div a:hover .ewm {
    display:block;
}
.topbar div a .ewm img {
    width:100%;
    height:100%;
    margin-right: 0;
}


.topbar div a .ewm2 {
    position:absolute;
    z-index:1000;
    width: 100px;
    height: 100px;
    top: 30px;
    left: 40px;
    display:none;
}
.topbar div a:hover .ewm2 {
    display:block;
}
.topbar div a .ewm2 img {
    width:100%;
    height:100%;
    margin-right: 0;
}


.logo-wrap{
    width: 100%;
    height: 90px;
    background-color: #fff;
    border-bottom: 1px solid #666;
}
.logo-wrap .logo{
    float: left;
    padding-top: 13px;
}
.logo-wrap .se-nav-wrap{
    position: relative;
    float: right;
    width: 900px;
    height: 100%;
}
.logo-wrap .se-nav{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.logo-wrap .se-nav.active{
    display: block;
    z-index: 2;
}
.logo-wrap .se-nav .title{
    float: left;
    padding: 0 40px;
    width: 170px;
    height: 100%;
    line-height: 80px;
    font-size: 20px;
    text-align: center;
}
.logo-wrap .se-nav .title p{
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #333;
}
.logo-wrap .se-nav .column-wrap{
    position: relative;
    float: left;
    width: 685px;
    height: 100%;
}
.logo-wrap .se-nav .column-wrap .column{
    position: relative;
    left: 25px;
    overflow: hidden;
    width: 625px;
    height: 100%;
}
.logo-wrap .se-nav .column-wrap  .column ul{
    position: absolute;
    width: 300%;
    height: 100%;
}
.logo-wrap .se-nav li {
    padding: 35px 0;
    float: left;
    height: 100%;
    text-align: center;
}
.logo-wrap .se-nav li a{
    display: block;
    overflow: hidden;
    padding: 0 15px;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.logo-wrap .se-nav li + li a{
    border-left: 1px solid #999;
}
.logo-wrap .se-nav .fx{
    position: absolute;
    top: 50%;
    margin-top: -14px;
    cursor: pointer;
}
.logo-wrap .se-nav .left{
    left: 0;
}
.logo-wrap .se-nav .right{
    right: 0;
}
.logo-wrap .search{
    float: right;
    margin-left: 20px;
    padding: 20px 10px;
    width: 80px;
    height: 100%;
    text-align: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    cursor: pointer;
}
.logo-wrap .move-nav{
    display: none;
}
.logo-wrap .search p{
    margin-top: 5px;
}
.logo-wrap .logo img{ 
    height:62px
}
/*-----------------------------footer页脚-----------------------------*/
.footer-box{
    width: 100%;
    background: #fff;
}
.footer{
    padding: 30px;
    margin: 0 auto;
    width: 1500px;
    height: 407px;
    border-radius: 10px;
    background: url(../images/index/dbhw.png) no-repeat center bottom;
    background-color: rgba(255, 255, 255, .9);
}
.footer .yqlj{
    width: 100%;
    height: 235px;
    border-bottom: 1px solid #294260;
}

div#xzflist {
    margin-left: 100px;
}

div#bmlist {
    margin-left: 195px;
    width: 200px;
}

.gnyqs {
    margin-left: 99px;
}

.footer .yqlj .ljtitle{
    font-weight: bold;
    font-size: 18px;
}
.footer .yqlj .ljtitle span + span{
    text-align: center;
    display: inline-block;
}
span.sp_one {
    width: 10%;
}
span.sp_tow {
    width: 20%;
}
span.sp_three {
    width: 30%;
}
span.sp_four {
    width: 20%;
}
span.sp_fif {
    width: 20%;
}
.footer .yqlj .wzlist{
    margin-top: 30px;
    padding-left: 176px;
}
.footer .yqlj .wzlist div{
    overflow: hidden;
    position: relative;
    float: left;
    width: 240px;
    height: 140px;
}
.footer .yqlj .wzlist div:first-child{
    width: 230px;
}
.footer .yqlj .wzlist div:first-child + div{
    width: 215px;
}
.footer .yqlj .wzlist div:first-child + div + div + div{
    width: 140px;
}
.footer .yqlj .wzlist div ul{
    position: absolute;
    width: 90%;
}
.footer .yqlj .wzlist div .scroll{
    position: absolute;
    right: 0;
    top: 0;
    width: 8px;
    height: 100%;
    background: #e1e1e1;
    border-radius: 2px;
    cursor: pointer;
}
.footer .yqlj .wzlist div .scroll div{
    position: absolute;
    top: 0;
    width: 100%;
    height: 25px;
    background: #000;
    border-radius: 2px;
}
.footer .yqlj .wzlist div li{
    float: left;
    width: 100%;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}
.footer .bottom{
    margin-top: 15px;
    width: 100%;
    height: 95px;
    font-size: 16px;
}
.footer .bottom > div{
    float: left;
}
.footer .bottom .bleft{
    padding-top: 10px;
    width: 655px;
    height: 100%;
}
.footer .bottom .bleft p + p{
    margin-top: 15px;
}
.footer .bottom .bleft img{
    margin: 0 15px;
}

.footer .bottom .bmid{
    margin-left: 70px;
    padding-top: 3px;
    width: 275px;
    height: 100%;
}
.footer .bottom .bmid ul{
    width: 100%;
    height: 100%;
}
.footer .bottom .bmid li{
    float: left;
    width: 65px;
    height: 100%;
    text-align: center;
}
.footer .bottom .bmid li img{
    width: 28px;
    height: 28px;
}
.footer .bottom .bmid li span{
    display: block;
}
.footer .bottom .bmid li + li{
    margin-left: 40px;
}
.footer .bottom .bright{
    margin-left: 95px;
    width: 217px;
}
.footer .bottom .bright a + a{
    margin-left: 20px;
}
.searchbox{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 11%;
    width: 100%;
    height: 625px;
    background-color: #fff;
    z-index: 999;
    opacity: 0;
}
.searchbox .container{
    position: relative;
}
.searchbox .logobox{
    width: 100%;
    height: 62px;
    text-align: center;
}
.searchbox .logobox img{
    
    height: 100%;
}
.searchbox .search{
    position: relative;
    margin: 50px auto;
    width: 709px;
    height: 50px;
    border-bottom: 1px solid #38414D;
}
.searchbox .search input{
    width: 90%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    text-indent: 2em;
}
.searchbox .search .btn{
    position: absolute;
    right: 15px;
    top: 10px;
    width: 30px;
    height: 24px;
    text-align: center;
    cursor: pointer;
}
.searchbox .rcbox{
    margin: 30px auto;
    width: 680px;
}
.searchbox .rcbox > *{
    display: inline-block;
    vertical-align: top;
}
.searchbox .rcbox > div{
    width: 70px;
    margin-left: 70px;
}
.searchbox .rcbox > div li a{
    color: #7C7C7C;
}
.searchbox .rcbox > div li:first-child{
    /* margin-bottom: 20px; */
}
.searchbox .close{
    position: absolute;
    top: 80px;
    right: 80px;
    cursor: pointer;
}
.yzsdhbox{
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:auto;
    background-color: rgba(255,255,255,.95);
    z-index: 998;
}
.yzsdhbox .yzs-close{
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.yzsdhbox .yzs-close img:hover{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg);/* Opera */
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.yzsdhbox .container{
    padding: 30px;
    width: 100%;
}
.yzsdhbox .container > div{
    float: left;
}
.yzsdhbox .container .gqxzf{
    width: 645px;
}
.yzsdhbox .container > div .title{
    width: 140px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background-color: #2A3C54;
    border-radius: 5px;
}
.yzsdhbox .container .gqxzf .content{
    position: relative;
    margin-top: 25px;
    width: 100%;
    height: 376px;
    background: url(../images/public/dt.png) no-repeat 105px 0;
}
.yzsdhbox .container .gqxzf .content li{
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: url(../images/public/dot.png) no-repeat;
}
.yzsdhbox .container .gqxzf .content li div{
    display: none;
    position: absolute;
    top: -58px;
    left: -50px;
    width: 137px;
    height: 58px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    background: url(../images/public/jx.png) no-repeat;
}
.yzsdhbox .container .gqxzf .content li div p{
    margin-top: 5px;
    width: 100%;
    font-weight: bold;
}
.yzsdhbox .container .gqxzf .content li div a{
    display: block;
    width: 100%;
    color: #AD0909;
}
.yzsdhbox .container .gqxzf .content li.dxx{
    left: 350px;
    top: 100px;
}
.yzsdhbox .container .gqxzf .content li.lzx{
    left: 400px;
    top: 170px;
}
.yzsdhbox .container .gqxzf .content li.mzgkx{
    left: 480px;
    top: 260px;
}
.yzsdhbox .container .gqxzf .content li.dzx{
    left: 410px;
    top: 280px;
}
.yzsdhbox .container .gqxzf .content li.dldqq{
    left: 310px;
    top: 280px;
}
.yzsdhbox .container .gqxzf .content li.lss{
    left: 360px;
    top: 265px;
}
.yzsdhbox .container .gqxzf .content li.nmx{
    left: 175px;
    top: 303px;
}
.yzsdhbox .container .gqxzf .content li.qsx{
    left: 270px;
    top: 340px;
}
.yzsdhbox .container .gqxzf .content li:hover div{
 display: block;
}
.yzsdhbox .container .zfbm{
    margin-left: 100px;
    width: 1065px;
}
.yzsdhbox .container .zfbm .content{
    width: 100%;
    padding: 20px;
}
.yzsdhbox .container .zfbm .content li{
    float: left;
    width: 205px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.yzsdhbox .container .zfbm .content li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

/*-----------------------------list列表-----------------------------*/
.list-fl{
    float: left;
    width: 18%;
    height: 100%;
}
.list-fl .lmlistbox{
    padding: 20px 20px 20px 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #ccc;
}
.list-fl p{
    overflow: hidden;
    padding-bottom: 8px;
    max-width: 100%;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 4px solid #2A3B55;
}
.list-fl .lmlist{
    padding: 25px;
    width: 100%;
    background: #F4F4F4;
}
.list-fl .lmlist li{
    padding-left: 35px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    background: url(../images/icon/jt.png) no-repeat 20px center;
}
.list-fl .lmlist li a{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bqlist{
    padding: 30px;
    width: 100%;
}
.bqlist .bq{
    width: 60px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #898989;
    border-radius: 5px;
}
.bqlist ul{
    margin-top: 8px;
    width: 100%;
}
.bqlist li{
    margin: 5px 10px;
    float: left;
    width: 45px;
    height: 26px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #7C7C7C;
    border-radius: 5px;
}
.bqlist li + li{
    /* margin-left: 4px; */
}
.list-fl .lmlist li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #7C7C7C;
}
.list-fr{
    position: relative;
    padding: 20px 70px;
    float: left;
    width: 82%;
    border-left: 1px solid #ccc;
}
.list-fr > p{
    padding-bottom: 25px;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}
.list-fr > .subscribe{
    display: none;
    position: absolute;
    right: 70px;
    top: 20px;
    width: 140px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    border: 2px solid #2a3b55;
    border-radius: 60px;
    cursor: pointer;
}
.list-fr > .subscribe img{
    margin-right: 10px;
}
.list-fr > .subscribed{
    color: #fff;
    border-color: #4671b0;
    background: #4671b0;
}
.list-fr > .subscribe.on{
    display: block;
}
.list li{line-height: 30px;border-bottom: 1px solid #CCCCCC;padding: 20px 0;padding-left: 35px;background: url(../images/icon/jx.png) no-repeat 0 27px;}
.list li:after{content: " ";display: table;clear: both;}
.list li > a{
    float: left;
    margin-right: 30px;
}
.list li img{
    width: 255px;
    height: 143px;
}

.list li .coninfo .contitle{
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list li .coninfo .info{
    margin-top: 15px;
    font-size: 14px;
    text-indent: 2em;
    color: #7E7E7E;
}
.list li .coninfo .info a{
    color: red;
}
.list li .coninfo .timebox .time{
    float: left;
}
.list li .coninfo .timebox .ly{
    float: right;
}
.detwlist li{
    margin: 15px 12px;
    float: left;
    width: 30%;
    height: 160px;
    position: relative;
}
.detwlist li img{
    width: 100%;
    height: 100%;
}
.detwlist li p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: rgba(0,0,0,.5);
    transition: all .4s;
}
.detwlist li p a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
}
.detwlist li:hover p{
    bottom: 0;
}

@media (max-width: 1520px) {
    .list-fl .lmlistbox{
        padding: 10px 10px 10px 0;
    }
    .list-fl .lmlist{
        padding: 15px;
    }
    .list-fl .lmlist li{
        font-size: 16px;
    }
    .bqlist{
        padding: 15px;
    }
    .bqlist li{
        margin: 3px 7px;
    }
    .footer .yqlj .wzlist {
        padding-left: 145px;
    }
    div#xzflist {
        margin-left: 88px !important;
    }
    div#bmlist {
        margin-left: 116px !important;
        width: 183px !important;
    }
}
@media (max-width: 1220px) {
    .logo-wrap .logo img{
        height:auto;
    }
    .list-fl{
        display: none;
    }
    .list-fr{
        padding: 10px;
        width: 100%;
        border: none;
    }
    .list li img{
        width: 155px;
        height: 123px;
    }
    .detwlist li{
        margin: 15px 52px;
    }
    .detwlist li p{
        display: block;
        bottom: 0;
    }
}
@media (max-width: 320px) {
    .detwlist li{
        margin: 15px 12px;
    }
}

/* .list img{width: 270px;height: 160px;margin-right: 15px;float: left;}
.list .time{float: right;margin-left: 10px;}
.list .tit{display: block;white-space: nowrap;overflow:hidden;text-overflow:ellipsis;} */
/*分页*/
#page-div{margin:15px auto;text-align: center;}
.pagination-first,.pagination-last{display: block;margin: 10px;}
.pagination-index,.pagination-num{border: 1px solid #bfbfbf;margin: 0 3px;padding:0 10px;display: inline-block;border-radius: 3px;color: #bfbfbf;}
.pagination-num.active,.pagination-index:hover,.pagination-num:hover{background: #bfbfbf;color: white;}
.pagination-last>span{margin: 0 10px;}
.pagination-last input{height: 18px;width: 30px;text-align: center;}

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

.ysjbox{
    float: left;
    width: 15%;
}
.ysjbox .ysj{
    padding: 25px;
    border-bottom: 1px solid #ccc;
}
.ysjbox .ysj p{
    text-align: center;
}
.ysjbox .ysj .yyyy,.ysjbox .ysj .hhmm{
    font-size: 20px;
    color: #939393;
}
.ysjbox .ysj .mmdd{
    margin: 8px 0;
    font-size: 26px;
}
.ysjbox .ysj .ly{
    margin: 10px 0;
    font-size: 16px;
}
.ysjbox .ysj .source{
    font-size: 16px;
}
.ysjbox .ysj .fsize{
    margin: 15px 0;
    font-size: 16px;
    color: #7C7C7C;
}
.ysjbox .ysj .fsize span{
    cursor: pointer;
}
.ysjbox .ysj .fsize .large{
    font-size: 24px;
}
.ysjbox .ysj .fsize .normal{
    margin: 0 5px;
    font-size: 18px;
}
.ysjbox .ysj .fsize .small{
    font-size: 14px;
}
#fwl{
    color: red;
}
.ysjbox .bqlist{
    border-bottom: 1px solid #ccc;
}
.ysjbox .share {
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 20px;
}

.ysjbox .share p {
    width: 100%;
    height: 40px;
    text-align: left !important;
    padding-left: 20px !important;
    margin: 10px 0;
}
.ysjbox .share a  {
    display: inline-block;
    width: 40px;
    height: 40px !important;
    float: none !important;
    padding-left: 0 !important;
    background-repeat: no-repeat !important;
    background-position: 100% 100% !important;
    vertical-align: middle;
    margin-right: 15px !important;
}
.ysjbox .share .bds_copy {
    background: url("../images/public/fx.png")
}
.ysjbox .share .bds_tsina {
    background: url("../images/public/weibo-2.png");
}
.ysjbox .share .bds_weixin {
    background: url("../images/public/weixin.png");
}
.ysjbox .share .bds_more {
    background: url("../images/public/more.png") !important;
    position: absolute;
    right: 25px;
    top: 32px;
    width: 22px !important;
    height: 22px !important;
}
#div-div p,#div-div2 p{
    padding: 0 !important;
    height: 30px;
    line-height: 30px;
}
.detail{
    padding: 25px;
    padding-right: 0;
    float: left;
    width: 85%;
    border-left: 1px solid #ccc;
}

.detail .sy-imgbox{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.detail .syhbox{
    padding: 25px;
    width: 100%;
    background-color: #F6F8FC;
}
.detail .syhbox li{
    float: left;
    margin-top: 10px;
    width: 33%;
}
.detail>h1{
    margin: 0 auto;
    width: 92%;
    border-bottom: 1px solid #ccc;
}
.detail>.hide{
    display: none;
    padding-left: 10%;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.detail>.hide li{
    float: left;
    margin: 5px 15px;
    height: 35px;
    line-height: 35px;
}
#NewsContent{
    margin: 20px auto 0;
    width: 92%;
}
.detail .zrbj,.detail .dygn{
    float: right;
    margin-right: 30px;
}
.detail .dygn{
    margin-right: 20px;
}
.detail .dygn span{
    cursor: pointer;
}
.detail .zrbjbox,.detail .dygnbox{
    margin: 0 auto;
    width: 92%;
    height: 24px;
}
.detail .dzbox{
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
.detail .dzbox div{
    display: inline-block;
    width: 88px;
    height: 88px;
    font-size: 14px;
    color: #7C7C7C;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    padding-top: 10px;
}
.detail .dzbox div.sc{
    margin-left: 20px;
}
.dp_detail{
    padding: 20px;
    width: 100%;
    border: none;
}
.dp_detail #div-div,#div-div2{
    text-align: center;
}
.ld_detail *{
    font-size: 18px;
    line-height: 35px;
}
.ld_detail .ldimg{
    text-align: center;
}
.ldimg h4{
    font-weight: normal;
    color: #000000;
}
.ldimg h3{
    color: #00589c;
}
.ld_detail .ldimg img{
    width:200px
}
.wdfgjl{
    font-weight: normal;
    color: #00589c;
}
.wdjl{
    margin-top: 20px;
}




.detail{background: #FFFFFF;padding-bottom: 20px;}
.detail>h1{font-size: 32px;text-align: center;padding: 20px 50px;}
.detail>.table{border-top: 1px solid #CCCCCC;border-bottom: 1px solid #CCCCCC;line-height: 40px;text-align: center;}
.detail>.table>div{display: inline-block;margin: 0 15px;}
.detail .fontsize img,.detail .fontsize span{margin: 0 5px;cursor: pointer;}
.detail .dywb{cursor: pointer;}
.detail .bdsharebuttonbox{display: inline-block;vertical-align: middle;}
#NewsContent{padding: 20px;}
#div-div,#div-div2{font-size: 12px;}
#div-div>table,#div-div2>table{display:inline-block;}
#div-div2{margin:10px 0 20px;display:none;}
.detail #div-div{display:none;}
.click-top{position: fixed;bottom: 10%;right: 5%;z-index: 1000;display: none;cursor: pointer;}
@media print{
   #div-div2{display:block;}
   .detail .dygnbox{display:none;}
}

@media (max-width: 1520px){
    .ysjbox .ysj{
        padding: 15px;
    }
    .ysjbox .ysj .fsize{
        font-size: 14px;
    }
    .ysjbox .ysj .fsize .large{
        font-size: 20px;
    }
    .ysjbox .ysj .fsize .normal{
        font-size: 16px;
    }
    .ysjbox .ysj .fsize .small{
        font-size: 12px;
    }
    .ysjbox .share{
        padding: 15px;
    }
    .ysjbox .share .bds_more{
        right: 4px;
    }
}
@media (max-width: 1220px){

.theme-dqwz{background-position-y: 16px;}
    .ysjbox{
        display: none;
    }
    .detail{
        padding: 10px;
        padding-right: auto;
        width: 100%;
        border: none;
    }
    .detail .dzbox div{
        width: 50px;
        height: 50px;
        font-size: 12px;
    }
    .detail .syhbox li{
        width: 50%;
    }
    #NewsContent{
        padding: 0;
    }
    #NewsContent video{
        max-width:100%;
    }
}
@media (max-width: 414px){
    .detail .dzbox div{
        padding-top:0;
    }
}
/*-----------------------------插件-----------------------------*/

/*-----------------------------添加类名-----------------------------*/
/* {white-space: nowrap;overflow:hidden;text-overflow:ellipsis;} */
/*-----------------------------********-----------------------------*/
@media (max-width: 768px) {
.dis-no{display: none !important;}
.theme-ct{padding: 0 10px;}
.list img{width: 100%;height: 160px;float: initial;display: block;margin-bottom: 10px;}
.detail>h1{font-size: 18px;padding: 20px 0;}
#NewsContent img{height: initial !important;}

@media (max-width: 1520px) {
    .container.theme-ct{margin: 30px auto;padding: 0 10px;}
}
/*-----------------------------********-----------------------------*/

}
.container{
    margin: 0 auto;
    width: 1500px;
}

.common-title{
    position: relative;
}
.common-title .title{
    width: 123px;
    height: 35px;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    background-color: #2A3C54;
}
.common-title .more{
    position: absolute;
    right: 0;
    top: 5px;
}
.more a.icon-gdjiahao:hover{
    display: inline-block;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg);/* Opera */
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}



@media (min-width: 768px) {
/* .container { width: 750px;} */
}
@media (min-width: 992px) {
/* .container {width: 970px;} */
}
@media (min-width: 1220px) {
/* .container {width: 1200px;} */
#NewsContent,.theme-ct{min-height: 500px;}
}
.container{margin-right: auto;margin-left: auto;}

@media (max-width: 1520px){
    .container{
        width: 1200px;
    }
    .common-title .title{
        width: 113px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }

    .topbar{
        width: 1200px;
    }
    .topbar .nav{
        width: 660px;
    }
    .topbar .nav li{
        width: 80px;
    }
    .topbar .nav li a{
        display: block;
        width: 100%;
        height: 100%;
    }
    .topbar .nav li a:hover{
        color: #fff;
    }
    .logo-wrap .se-nav-wrap{
        width: 715px;
    }
    .logo-wrap .se-nav .title{
        padding: 0 30px;
        width: 150px;
        font-size: 18px;
    }
    .logo-wrap .se-nav .column-wrap{
        width: 565px;
    }
    .logo-wrap .se-nav .column-wrap .column{
        width: 495px;
    }
   
    .logo-wrap .se-nav li a{
        font-size: 16px;
    }
    
    .footer{
        width: 1200px;
    }
    .footer .yqlj .ljtitle{
        font-size: 16px;
    }
    .footer .yqlj .wzlist div li{
        font-size: 14px;
    }
    .footer .yqlj .wzlist div:first-child{
        width: 170px;
    }
    .footer .yqlj .wzlist div + div{
        margin-left: 78px;
    }
    .gnyq{
        margin-left: 15px !important;
    }
	.gnyqs{
	    margin-left: 50px !important;
	}
    .footer .bottom .bleft{
        width: 580px;
        font-size: 14px;
    }
    .footer .bottom .bmid li{
        font-size: 14px;
    }
    .footer .bottom .bmid li + li{
        margin-left: 10px;
    }
    .footer .bottom .bmid{
        margin-left: 10px;
        width: 225px;
    }
    
    .footer .bottom .bright{
        width: 215px;
        margin-left: 10px;
    }
    .footer .bottom .bright a + a{
        margin-left: 10px;
    }
    .searchbox{
        padding-top: 11%;
        height: 425px;
    }
    .searchbox .search{
        margin: 30px auto;
    }
   /* .yzsdhbox{
        top:-565px;
        height:565px;
    } */
    .yzsdhbox .container{
        padding: 20px;
    }
    
    .yzsdhbox .container > div .title{
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }
    .yzsdhbox .container .gqxzf{
        width: 615px;
    }
    .yzsdhbox .container .gqxzf .content{
        background-position-x: 70px;
    }
    .yzsdhbox .container .zfbm{
        margin-left: 20px;
        width: 674px;
    }
    .yzsdhbox .container .zfbm .content li{
        width: 156px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .yzsdhbox .container .gqxzf .content li.dxx{
        left: 310px;
        top: 100px;
    }
    .yzsdhbox .container .gqxzf .content li.lzx{
        left: 360px;
        top: 170px;
    }
    .yzsdhbox .container .gqxzf .content li.mzgkx{
        left: 440px;
        top: 260px;
    }
    .yzsdhbox .container .gqxzf .content li.dzx{
        left: 370px;
        top: 280px;
    }
    .yzsdhbox .container .gqxzf .content li.dldqq{
        left: 270px;
        top: 280px;
    }
    .yzsdhbox .container .gqxzf .content li.lss{
        left: 320px;
        top: 265px;
    }
    .yzsdhbox .container .gqxzf .content li.nmx{
        left: 135px;
        top: 303px;
    }
    .yzsdhbox .container .gqxzf .content li.qsx{
        left: 230px;
        top: 340px;
    }
}


/* 移动端 */

@media (max-width: 1200px){
    .container{
        padding: 10px;
        width: 100%;
    }
    .topbar{
        width:100%;
    }
    .topbar .fzgn{
        display: none;
    }
    .topbar .yzsnav{
        display: none;
    }
    .topbar .nav{
        display:none;
    }
    .topbar .loginbox{
        float:initial;
    }
    .logo-wrap .search{
        display: none;
    }
    .logo-wrap .se-nav-wrap{
        display: none;
        padding: 0;
        height: 80px;
    }
    .logo-wrap{
        padding: 0;
        height: auto;
    }
    .logo-wrap .logo{
        float: none;
        margin: 0 auto;
        width: 300px;
    }
    .logo-wrap .move-nav{
        display: block;
        padding: 0 70px;
        margin-top: 15px;
    }
    .logo-wrap .move-nav{
        width: 100%;
        height: 30px;
        background: #2A3C54;
    }
    .logo-wrap .move-nav li{
        float: left;
        width: 75px;
        height: 100%;
        line-height: 30px;
        text-align: center;
    }
    .logo-wrap .move-nav li:hover{
        background-color: #394E6B;
    }
    .logo-wrap .move-nav li a{
        color: #fff;
    }
    .logo-wrap .move-nav li a:hover{
        color: red;
    }
    .logo-wrap .move-nav li.active{
        background-color: #394E6B;
    }
    .logo-wrap .move-nav li.active a{
        color: #fff;
    }
    .logo-wrap .se-nav-wrap{
        float: none;
        margin: 0 auto;
    }
    .logo-wrap .se-nav li{
        padding: 30px 0;
    }
    .yzsdhbox{
        display: none;
    }
    .footer{
        padding: 10px;
        width: 100%;
        height: 157px;
    }
    .footer .yqlj{
        display: none;
    }
    .footer .bottom .bmid{
        display: none;
    }
    .footer .bottom .bright{
        display: none;
    }
    .footer .bottom .bleft{
        width: 100%;
    }
    .footer .bottom .bleft p{
        text-align: center;
    }
    #waterfall .cell-data{
        margin: 0 auto !important;
    }
    #waterfall .cell{
        width: 100% !important;
    }
}

@media (max-width: 414px){
.pagination-index, .pagination-num{padding:0 5px;}
.pagination-last > small{display:none;}
    .topbar{
        padding: 0;
    }
    .topbar .yzsnav{
        display: none;
    }
    .topbar .nav{
        width: 100%;
    }
    .logo-wrap .se-nav-wrap{
        display: none;
    }
    .logo-wrap .move-nav{
        padding: 0;
        height: 60px;
    }
    .logo-wrap .move-nav li{
        width: 25%;
    }
    .common-title .title{
        font-size: 14px;
    }
    
}
@media (max-width: 320px){
    .footer{
        height: 185px;
    }
}