/* 公共样式 */
*{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;}
html, body, h1, h2, h3, h4, h5, h6, div, ol, ul, li, dl, dt, dd, table, caption, tr, th, td, span, p, a, b, u, i, em, img, iframe, fieldset, form, label, legend, input, button, select, textarea { margin: 0; padding: 0; }
body { font: 14px/1.5 "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased !important; margin: 0 auto; color:#333; font-family:微软雅黑,'Heiti SC',黑体,Arial;position:relative;}
input, button, textarea, select { font: 14px/100% "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif; outline: 0; border: 0; background: none; color:#333; }
input:focus, textarea:focus { color:#333; }
input::-ms-clear{display:none;}
h1,h2,h3,h4,h5,h6{font-weight:normal;color:#333;line-height:1.2;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;}
ol, ul, li { list-style: none; }
select { appearance: none; -moz-appearance: none; -webkit-appearance: none; }
textarea { overflow:auto; resize:none; }
table { border-collapse: collapse; border: 0; }
caption, th { font-weight:normal; }
img { border: 0; outline:0; }
i,em,b,strong{font-style:normal;font-weight:normal;}
a{text-decoration:none;color:inherit;cursor:pointer;}
a:focus{outline:0;}

.clearfix,
.splistul li:after,
.popup .popupmiddle ul:after{content:'';display:block;clear:both;height:0;visibility:hidden;font-size:0;}


.splistul li .itemimg img,
.spbanner img{width: 100%;vertical-align: top;}
/*背景*/
body{width: 100%; background: url(../images/specialbg.jpg) center top ; background-size: 100% 100%;}
.specialbg{display: flex;flex-direction: column;align-items: center;justify-content: center;}

/*专题列表*/
.splistbox{padding: 35px 55px 0;}
.splistul li{padding: 35px;background: #fff; box-shadow:  0px 0px 20px rgba(51,51,51,0.2); border-radius: 20px;margin-bottom: 35px;}
.splistul li .itemimg,
.splistul li .itemcon{float: left;}
.splistul li .itemimg{width: 70%;padding: 0 50px 0px 20px;}
.splistul li .itemcon{width: 30%; text-align: center;padding-top: 35px;}
.splistul li .itemcon img{display: block; margin: 0 auto; width: 175px; height: 175px;}
.splistul li .itemcon a{display: inline-block;font-size: 28px;margin-top: 40px;padding: 8px 40px; background: #c6171e; color:#fff;border-radius:35px;}

/*查看往期*/
.lookpast{position: fixed; width: 120px; height: 120px; z-index: 999; right: 40px; top: 40px;border-radius: 50%; box-shadow:  0px 0px 20px rgba(51,51,51,0.2); }
 #backsee{
     position: fixed;
     width: 300px;
     height: 400px;
     display: block;
     top: 0;
     right: 0;
     z-index: 9999;
     opacity: 0;
     background: #000;
     filter:alpha(opacity=0); /* IE */
}

/*弹窗*/
/*.popup{position: fixed;width: 74%; height: 580px; left: 50%; margin-left: -37%; top: 50%; margin-top: -290px;background: #fff;border-radius: 20px;z-index: 1001; display: none;}*/
/*.popup .popuptop{height: 112px; box-shadow: 0 10px 12px rgba(51,51,51,0.05);position: relative;}*/
/*.popup .popuptop span{display: block; width: 58px; height: 58px; background: url(../images/icon-colse.png) no-repeat; position: absolute; right: 35px; top: 27px;}*/
/*.popup .popupmiddle ul{padding: 60px 100px;}*/
/*.popup .popupmiddle ul li{float:left; width: 50%;font-size: 48px;text-align: center;}*/
/*.popup .popupmiddle ul li span{display: inline-block; width: 40px; height: 20px;}*/
/*.popup .popupmiddle ul li span.sprev{background: url(../images/icon-prevnext.png) center top;}*/
/*.popup .popupmiddle ul li span.snext{background: url(../images/icon-prevnext.png) center bottom;}*/
/*.popupbottom{text-align: center;}*/
/*.popupbottom a{display: inline-block; margin: 0 40px; height: 70px; line-height: 70px; padding: 0px 60px; font-size: 36px; border: solid 1px #c8161d; color:#fff;background:#c8161d; border-radius: 40px;}*/
/*.popupbottom a:first-child{border:solid 1px #999999; background: #fff;color:#999;}*/

/*遮罩*/
.Mask{position: fixed; top: 0; bottom: 0; right: 0; left: 0; background: rgba(0,0,0,0.6);z-index: 1000; display: none;}
#bodybox.active{position:fixed;top: 0; right: 0; left: 0; bottom: 0;background:url(../images/specialbg.jpg);}
h3.nodata{position:fixed; top: 50%; margin-top: -15px; height: 30px; font-size: 48px;width: 100%;text-align: center;z-index: 1111;}

/*引导页图片*/
.gifImg{position: fixed;left: 0;top:20%;right: 0;width: 100%;z-index: 99999;background-size:  100% 100%;object-fit:fill}

@media (max-width: 768px){
    .splistbox,.splistul li{padding:15px;}
    .splistbox{padding: 15px 20px;}
    .splistul li{border-radius: 6px; padding:8px 0px 8px 8px;margin-bottom: 15px;}
    .splistul li .itemimg{padding: 0px 5px 0 0;}
    .splistul li .itemcon{padding-top: 10px;}
    .splistul li .itemcon img{width: 70%; height: auto;}
    .splistul li .itemcon a{font-size: 12px;padding: 2px 10px;margin-top: 10px;}
    .lookpast{width: 50px; height: 50px;top: 15px; right: 15px;}
    .lookpast img{width: 100%; height: 100%; }
    /*.popup{height: 190px; margin-top: -95px;border-radius: 10px;}*/
    /*.popup .popupmiddle ul{padding: 15px 15px 20px;}*/
    /*.popup .popupmiddle ul li{font-size: 16px;}*/
    /*.popup .popuptop{height: 36px;}*/
    /*.popup .popuptop span{width: 20px; height: 20px; top: 8px; right: 10px;background-size: 100% 100%;}*/
    /*.popup .popupmiddle ul li span{width: 20px; height: 10px;}*/
    /*.popupbottom a{height: 30px; line-height: 30px; font-size: 14px;padding: 0px 20px;margin: 0px 5px;}*/
}

/*2019-03-18添加 版式2*/
.specialbgTwo{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size:100%!important;
    z-index: -1;
}

/*专题列表*/
.specialbgTwo .splistbox{     width: 95%;
    margin: 37% auto 0;}
.specialbgTwo .splistbox li{    padding: 14px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(51,51,51,0.2);
    margin-bottom: 6%;
    overflow: hidden;
    width: 100%;
    border-radius: 0;
}
.specialbgTwo .specover1 {    width: 75%;
    float: left;
    height: auto;
    overflow: hidden;
}
.specialbgTwo .specover1 img{
    width: 100%;
    margin: -20px auto;
}
.specialbgTwo .specover1.ma img{
    margin: 0 auto;
}
.specialbgTwo .code{
    width: 23%;
    margin-left: 2%;
    float: right;
    text-align: center;
}
.specialbgTwo .code img{
    max-width: 80%;
    display: inline-block;
    margin-top: 35px;
}
.specialbgTwo .splistbox a{
    width: 150px;
    height: 45px;
    font-size: 22px;
    display: inline-block;
    background: #b2282e;
    color: #fff;
    margin: 36px auto 0 auto;
    border-radius: 50px;
    text-align: center;
    line-height: 45px;}


/*查看往期*/
.specialbgTwo .lookpast,
.specialbgTwo .search{position: absolute;
    background: #fff;
    width: 150px;
    height: 50px;
    top: 296px;
    border-radius: 15px;
    box-shadow: 0px 0px 20px rgba(51,51,51,0.2);
    float: right;
    right: 80px;
text-align: center;
}
.specialbgTwo .lookpast p{     color: #333;
    line-height: 50px;
    text-align: center;
    font-size: 24px;}

.specialbgTwo .search{
    top: 360px;color: #333;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
}
.goback{
    width: 56px;
    height: 56px;
    z-index: 999;
    left: 30px;
    top: 20px;
    position: fixed;
    z-index: 1111;
    display: none;
}
.goback img{
    width: 100%;
    height: 100%;
}

#backsee{
    height: 346px;
}
#backsee.new{
    height: 286px;
}
.specialbgTwo.new .lookpast{
    top: 235px;
}
.specialbgTwo.new .search{
    top: 312px;
}
@media (max-width: 768px) {
    /*专题列表*/
    .specialbgTwo .splistbox {
        width: 88%;
        margin: 42% auto 0;
    }

    .specialbgTwo .splistbox li {
        padding: 16px;
        background: #fff;
        box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
        margin-bottom: 6%;
        overflow: hidden;
        width: 100%;
    }

    .specialbgTwo .specover1 {
        width: 75%;
        float: left;
        height: auto;
        overflow: hidden;
    }

    .specialbgTwo .specover1 img {
        width: 100%;
        margin: -10px auto;
    }

    .specialbgTwo .code {
        width: 22%;
        float: right;
        margin: 2% 0 0 0;
    }

    .specialbgTwo .code img {
        max-width: 100%;
        margin: 0 0 0 0;
    }

    .specialbgTwo .splistbox a {
        width: 100%;
        height: 36px;
        font-size: 18px;
        background: #b2282e;
        color: #fff;
        margin: 20px 0 0 0;
        border-radius: 50px;
        text-align: center;
        float: none;
        display: block;
        line-height: 36px;
    }

    /*查看往期*/
    .specialbgTwo .lookpast,
    .specialbgTwo .search{
        position: absolute;
        background: #fff;
        width: 152px;
        height: 36px;
        top: 223px;
        border-radius: 6px;
        box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
        float: right;
        right: 50px;
        text-align:center;
    }

    .specialbgTwo .lookpast p {
        color: #333;
        line-height: 36px;
        text-align: center;
        font-size: 20px;
    }

    #backsee{
        width: 100px;
        height: 138px;
    }
    .df-wrap table tbody tr td{
        width: 80px;
    }
    .df-wrap table tbody tr td .df-class{
        top: 50%;
        margin-top: -25px;
        right: -2px;
    }
    .df-wrap table tbody tr td:last-child .df-class{
        right: 8px;
    }
    .goback{
        width: 24px;
        height: 24px;
        top: 10px;
        left: 10px;
    }
    h3.nodata{
        font-size: 16px;
    }
    .specialbgTwo.new .lookpast{top: 88px;}
    .specialbgTwo.new .search{top: 116px;}
    #backsee.new{height: 110px;}
}

@media (max-width: 414px) {
    .specialbgTwo .splistbox a{margin-top: 10px; height: 22px; line-height: 22px; font-size: 12px;}
    .specialbgTwo .lookpast,
    .specialbgTwo .search{top: 123px; width: 70px; height: 22px; right: 25px;}
    .specialbgTwo .search{
        top: 155px;
    }
    .specialbgTwo .lookpast p,
    .specialbgTwo .search{font-size: 12px;line-height: 22px;}
    .specialbgTwo .splistbox li{padding: 8px;}
}

@media (max-width: 375px) {
    .specialbgTwo .splistbox a{margin-top: 6px;}
    .specialbgTwo .lookpast{top: 107px;}
    .specialbgTwo .search{top: 138px;}
    .specialbgTwo.new .lookpast{top: 80px;}
    .specialbgTwo.new .search{top: 108px;}
    #backsee.new{height: 105px;}
}

@media (max-width: 320px) {
    .specialbgTwo .splistbox a{margin-top: 0px;}
    .specialbgTwo .lookpast{top: 93px;}
    .specialbgTwo .search{top: 113px;}
}


body.PCstyle .specialbgTwo{
    padding: 0 26%;
    overflow: hidden;
    overflow-y: auto;
}
body.PCstyle #backsee.new{
    height: 46%;
    width: 400px;
}
body.PCstyle .specialbgTwo .lookpast, 
body.PCstyle .specialbgTwo .search{
    right: 10%;
    position: fixed;
}
body.PCstyle .specialbgTwo.new .lookpast {
    top: 40%;
}
body.PCstyle .specialbgTwo.new .search {
    top: 48%;
}
body.PCstyle.middlePC .specialbgTwo.new .search {
    top: 52%;
}
body.PCstyle.middlePC #backsee.new{
    height: 48%;
}
body.PCstyle.middlePC .specialbgTwo .splistbox a{
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    margin-top: 10px;
}
body.PCstyle.middlePC .specialbgTwo .code img{
    margin-top: 20px;
}