html{height:100%;}
body{min-height:100%;margin:0;padding:0;position:relative;}

.publicStyle{
    padding-top: 44px;
    padding-bottom: 170px;
}
main{
    padding-bottom:170px;
    height: auto;
}/* main的padding-bottom值要等于或大于footer的height值 */
.footer-div{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    padding: 49px 20px;
    background-image: linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -webkit-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -moz-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -ms-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD4B11, endColorstr=#CB0800);/*IE<9>*/
    text-align: center;
}
.footer-div p{
    font-size: 12px;
    color: #FFFFFF;
    line-height: 16px;
}
.foot-p1{
    margin-bottom: 10px;
}

header{
    background: #fff;
    height: 40px;
    z-index: 999;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
}
.weather{
    display: inline-block;
    width: 16px;
    height: 16px;
}
.sunny{
    background-image: url("../images/sunny1x.png");
    background-image: -webkit-image-set(url("../images/sunny1x.png") 1x,url("../images/sunny2x.png") 2x);
    background-image: image-set(url("../images/sunny1x.png") 1x,url("../images/sunny2x.png") 2x);
    background-size: 100% 100%;
    position: relative;
    top:3px;
}
.weather-div{
    font-size: 12px;
    color: #333333;
    line-height: 40px;
}
.weather-mar{
    margin-left: 10px;
}
.weather-red,.weather-blue{
    font-family: "ArialMT";
    font-size: 12px;
    color: #F32A00;
}
.weather-blue{
    color: #0091F9;
}
.nav-ul{
    height: 20px;
    margin-top: 8px;
}
.nav-ul li{
    display: inline-block;
    margin-left: 10px;
    border-radius: 2px;
    padding: 2px 8px;
    line-height: 16px;
    position: relative;
}
.nav-ul li:last-child{
    position: static;
}
.nav-ul li a{
    font-size: 12px;
    color: #333333;
}
.nav-ul li::after{
    position: absolute;
    content: "";
    top:5px;
    right: -14px;
    width: 1px;
    height: 12px;
    background: #E1E1E1;
}
.nav-li-sty{
    background-image: linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -webkit-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -moz-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -ms-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD4B11, endColorstr=#CB0800);/*IE<9>*/
}
.nav-li-sty a{
    color: #fff !important;
}
/*首页*/
.head-img{
    width: 100%;
    height: auto;
    display: block;
}
.index-nav{
    background-image: linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -webkit-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -moz-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -ms-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD4B11, endColorstr=#CB0800);/*IE<9>*/
    width: 100%;
    height: 60px;
}
.index-nav-ul{
    height: 100%;
    width: auto;
}
.index-nav-box{
    width: 1170px;
    height: 100%;
}
.index-nav-ul li{
    height: 100%;
    padding: 0 30px;
    cursor: pointer;
    width: 126px;
    border-right: 1px solid #8E0802;
    line-height: 60px;
    font-size: 16px;
    color: #FFFFFF;
    position: relative;
}
.index-nav-ul li:last-child{
    border-right: none;
}
.index-nav-ul li a{
    color: #FFFFFF;
}
.index-nav-div{
    position: absolute;
    display: none;
    z-index: 9999;
    top:60px;
    left: 0;
    width: 100%;
    padding-bottom: 10px;
    background: rgba(194,0,0,0.60);
    height: auto;
}
.index-nav-div a{
    display: block;
    padding: 10px 0;
    cursor: pointer;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
}
.index-nav-div a:hover{
    background: rgba(194, 0, 0, 0.5);
}
.index-nav-ul li:hover .index-nav-div{
    display: block;
}
.index-search-div{
    height: 40px;
    margin-top: 10px;
}
.index-search-div input{
    width: 280px;
    height: 100%;
    padding: 10px 10px 10px 36px;
    background: url("../images/search2x.png")no-repeat center left 10px;
    background-color: #8E0802;
    border: none;
    background-size: 15px 16px;
    font-size: 14px;
    color: rgba(255,255,255,0.40);
    line-height: 20px;
    border-radius: 4px;
}
.index-search-div input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.40);
}
.index-search-div input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.40);
}
.index-search-div input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.40);
}
/* 火狐浏览器 */
.index-search-div input::-moz-placeholder {
    color: rgba(255,255,255,0.40);
}
.index-search-div input::-moz-placeholder {
    color: rgba(255,255,255,0.40);
}
.index-search-div input::-moz-placeholder {
    color: rgba(255,255,255,0.40);
}
.index-body .index-cont{
    width: 1170px;
}
.index-cont{
    width: 1150px;
    height: auto;
    padding-top: 20px;
}
.index-img2{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: block;
}
.headlines-img{
    display: block;
    width: 76px;
    height: 76px;
    margin-right: 30px;
}
.headlines-cont{
    overflow: hidden;
}
.head-cont-title{
    font-size: 22px;
    color: #C20000;
    line-height: 22px;
    text-align: center;
}
.head-cont-tit{
    text-align: justify;
    cursor: pointer;
    font-size: 14px;
    margin-top: 10px;
    color: #666666;
    line-height: 22px;
    display: inline-block;
}
.details{
    font-size: 14px;
    color: #C20000;
    line-height: 22px;
    display: inline-block !important;
    width: auto !important;
}
.banner-box{
    width: 100%;
    margin-top:20px;
}
.propaganda-fr{
    overflow: hidden;
    height: 100%;
}
.propaganda-tit{
    background: #FDF1F1;
    height: 44px;
    position: relative;
    width: 447px;
}
.propaganda-fl{
    font-size: 18px;
}
.propaganda-fl .propaganda-sty{
    background-image: linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -webkit-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -moz-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -ms-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD4B11, endColorstr=#CB0800);/*IE<9>*/
    color: #FFFFFF;
    font-family: " PingFangHK-Semibold";
    font-weight: bold;
}
.propaganda-fl a{
    position: relative;
    color: #C20000;
    cursor: pointer;
    width: 163px;
    display: block;
    float: left;
    text-align: center;
    height: 100%;
    line-height: 44px;
}
.propaganda-fl a:last-child{
    position: static;
}
.propaganda-fl a::after{
    position: absolute;
    top:13px;
    right: 0;
    background: rgba(194,0,0,0.10);
    height: 18px;
    content: '';
    width: 1px;
}
.propaganda-fr{
    padding-right: 15px;
}
.propaganda-fr a{
    color: #C20000;
    display: block;
    width: 20px;
    height: 4px;
    line-height: 0;
    cursor: pointer;
    font-size: 30px;
    margin-top: 11px;
}
.propaganda-ul li{
    font-size: 14px;
    position: relative;
    margin-top: 10px;
    height: 20px;
    color: #333333;
    padding-left: 16px;
    line-height: 20px;
}
.propaganda-ul li a{
    color: #333333;
    width: 275px;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    font-size: 18px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    color: #333;
}
/*li小圆点*/
.propaganda-ul li:before,.work-ul li:before{
    position: absolute;
    top:18px;
    left: 0;
    content: "";
    width: 6px;
    height: 6px;
    background-image: linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -webkit-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -moz-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -ms-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD4B11, endColorstr=#CB0800);/*IE<9>*/
}
.propaganda-ul li span{
    font-family: "ArialMT";
    font-size: 14px;
    color: #999999;
    line-height: 40px;
}
/*轮播*/
.banner a{
    display: block;
    color: rgba(0,0,0,0);
}
.banner {/*  修改输出屏大小  */ width: 683px; height: 327px; overflow: hidden; position: relative; margin-left: auto; margin-right: auto; }
.banner .img { width: 99999px; position: absolute; left: 0px; top: 0; }
.banner .img li { float: left;position: relative }
/*/ 修改图片大小 /*/
.banner .img img { width: 683px;height: 327px;display: block}
/*/ 小圆圈 /*/
.banner .num { position: absolute;bottom: 15px; right: 20px;}
.banner .num li { width: 5px; height: 5px;background: rgba(255,255,255,0.50); border-radius: 50%; display: inline-block; margin: 0 3px; cursor: pointer; }
.banner .num li.on { background: #FC124A;border-radius: 100px;width: 24px }
/*/ 按钮 /*/
.banner .btn { width: 30px; height: 50px; background: rgba(0,0,0,0.5); position: absolute; top: 50%;font-size: 20px; margin-top: -25px; cursor: pointer; text-align: center; line-height: 50px; color: #fff;display: none}
.banner:hover .btn { display: block;}
.banner .btn i{
    width: 9px;
    margin-top: 19px;
    height: 11px;
    display: block;
    background-image: url("../images/arrow_white1x.png");
    background-image: -webkit-image-set(url("../images/arrow_white1x.png") 1x,url("../images/arrow_white2x.png") 2x);
    background-image: image-set(url("../images/arrow_white1x.png") 1x,url("../images/arrow_white2x.png") 2x);
    background-size: 9px 11px;
    background-repeat: no-repeat;
}
.banner .btn_l {
    left: 0;
}
.banner .btn_r { right: 0; }
.banner-p{
    height: 46px;
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 46px;
    background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, #000000 99%);
    background-image: -webkit-linear-gradient(-90deg, rgba(0,0,0,0.00) 0%, #000000 99%);
    background-image: -moz-linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, #000000 99%);
    background-image: -ms-linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, #000000 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#000000, endColorstr=#000000);/*IE<9>*/
    padding: 0 120px 0 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list-one-p1{
    font-size: 22px;
    color: #333333;
    line-height: 29px;
}
.list-one{
    margin-top: 20px;
    height: 239px;
    overflow: hidden;
}
.list-one img{
    width: 389px;
    height:239px;
    display: block;
}
.list-one div{
    background: #F5F5F5;
    overflow: hidden;
    padding: 20px 30px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    height: 100%;
}
.propaganda-fl-2 a{
    font-size: 14px;
    color: #333333;
    width: 86px;
}
.propaganda-fl-2 .propaganda-sty{
    width: 163px;
}
.work-img{
    display: block;
    width: 262px;
    height: 160px;
    margin-right: 20px;
}
.work-fr{
    overflow: hidden;
}
.work-fr .head-cont-tit{
    color: #999;
}
.work-fr-p{
    font-size: 18px;
    color: #333333;
    line-height: 22px;
}
.work-ul{
    margin-top: 10px;
}
.work-ul li{
    position: relative;
    width: 316px;
    float: left;
    height: 20px;
    padding-left: 16px;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer;
    line-height: 20px;
}
.work-ul li:nth-child(even){
    float: right;
}
.work-ul li a{
    color: #333333;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 100%;
}
.img-layout{
    margin-top: 10px;
    position: relative;
}
.half{
    position: relative;
    margin: 10px 10px 0 0;
    width: 285px;
    height: 190px;
    display: block;
}
.half img{
    width: 100%;
    height: 100%;
}
.half p,.whole p,.shadow-p{
    position: absolute;
    background-image: linear-gradient(-90deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.80) 99%);
    background-image: -webkit-linear-gradient(-90deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.80) 99%);
    background-image: -moz-linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.80) 99%);
    background-image: -ms-linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.80) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#000000, endColorstr=#000000);/*IE<9>*/
    bottom: 0;
    width: 100%;
    left: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.91);
    line-height: 46px;
    height: 46px;
    text-align: center;
    padding: 0 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.whole{
    width: 580px;
    height: 190px;
    display: block;
    position: relative;
    margin: 10px 10px 0 0;
}
.whole img{
    width: 580px;

    height: 100%;
}
.change-div{
    background: #FFFFFF;
    box-shadow: 0 4px 6px 0 rgba(0,0,0,0.20);
    border-radius: 100px;
    z-index: 99;
    cursor: pointer;
    padding: 10px 18px;
    font-size: 14px;
    color: #C20000;
    line-height: 20px;
    position: absolute;
}
.change-div i{
    background: url("../images/change.png")no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 100% 100%;
    position: relative;
    top:3px;
    margin-right: 5px;
}
.landscape{
    width: 380px;
    display: block;
    height: 290px;
    position: relative;
}
.landscape-fr .landscape{
    width: 217px;
    height: 138px;
}
.landscape-fr .landscape-play{
    width: 30px;
    left: 10px;
    height: 30px;
}
.landscape-img{
    width: 100%;
    display: block;
    height: 100%;
}
.landscape-play{
    width: 40px;
    z-index: 2;
    height: 40px;
}
.landscape-ul{
    overflow: hidden;
    display: block;
}
.landscape-ul li{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    padding-left: 16px;
    position: relative;
    margin-bottom: 10px;
}
.landscape-ul li:last-child{
    margin-bottom: 0;
}
.landscape-ul li a{
    display: block;
    width: 276px;
    height: 100%;
    color: #333333;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.landscape-ul li::before{
    content: "";
    left: 0;
    top:5px;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 7px solid #C20000;
    border-bottom: 4px solid transparent;
}
.landscape-fr{
    width: 448px;
}
.landscape-fr a{
    float: left;
}
.landscape-fr a:nth-child(even){
    float: right;
}
.landscape-fr a{
    margin-bottom: 14px;
}
.friendship-link{
    height: 36px;
    border-bottom: 1px solid #E1E1E1;
}
.friend-link{
    font-size: 18px;
    position: relative;
    color: #333333;
    line-height: 26px;
}
.friend-link::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -10px;
    background-image: linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -webkit-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -moz-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -ms-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD4B11, endColorstr=#CB0800);/*IE<9>*/
}
.friend-dl{
    width: 100%;
}
.friend-dl dt,.friend-dl dd{
    float: left;
    margin-top: 14px;
    font-size: 14px;
}
.friend-dl dt{
    color: #333333;
    line-height: 20px;
}
.friend-dl dd{
    color: #999999;
    margin-left: 20px;
}
.friend-dl dd a{
    cursor: pointer;
    color: #999999;
}

/*专题栏目的轮播*/
.special-column dd{
    width: 214px;
    height: 100%;
}
.swiper-container{
    width: 448px;
    height: auto;
}
.special-column dd img{
    width: 100%;
    height: 140px;
    display: block;
}
.special-p{
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    width: 100%;
    height: 44px;
    margin-top: 10px;
}
.special-column .head-cont-tit{
    font-size: 14px;
    color: #999;
    line-height: 22px;
}
/*右侧浮动咨询*/
.flex-consultation{
    position: fixed;
    top:40%;
    padding: 11px;
    height: auto;
    z-index: 9999;
    background: #FFFFFF;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.20);
}
.consultation-icon{
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    cursor: pointer;
}
.consultation-icon i{
    display: block;
    transition: 1s;
}
.information i{
    width: 18px;
    height: 18px;
    background: url("../images/weChart2x.png") no-repeat;
    background-size: 18px 18px;
}
.phone i{
    width: 15px;
    height: 18px;
    background-image: url("../images/phone1x.png");
    background-image: -webkit-image-set(url("../images/phone1x.png") 1x,url("../images/phone2x.png") 2x);
    background-image: image-set(url("../images/phone1x.png") 1x,url("../images/phone2x.png") 2x);
    background-size: 100% 100%;
}
.edit i{
    width: 16px;
    height: 16px;
    background-image: url("../images/editor.png");
    background-image: -webkit-image-set(url("../images/editor.png") 1x,url("../images/editor2x.png") 2x);
    background-image: image-set(url("../images/editor.png") 1x,url("../images/editor2x.png") 2x);
    background-size: 100% 100%;
}
.the-top i{
    width: 16px;
    height: 16px;
    background-image: url("../images/packup.png");
    background-image: -webkit-image-set(url("../images/packup.png") 1x,url("../images/packup2x.png") 2x);
    background-image: image-set(url("../images/packup.png") 1x,url("../images/packup2x.png") 2x);
    background-size: 100% 100%;
}
/*图集详情*/
.tag-div{
    height: 16px;
    line-height: 16px;
}
.tag-div a{
    font-size: 12px;
    color: #333333;
    cursor: pointer;
    line-height: 16px;
}
.tag-div a+a{
    margin-left: 5px;
}
.tag-div .tag-div-sty{
    color: #333;
    cursor: default;
}
.tag-div .tag-div-arrow{
    color: #999;
    font-family: "宋体";
}
.author-div{
    text-align: center;
    margin: 15px 0 20px 0;
}
.author-title{
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    text-align: center;
}
.author-div span{
    font-size: 12px;
    color: #666666;
    line-height: 16px;
}
.author-div span+span{
    margin-left: 20px;
}
.atlas-div{
    width: 100%;
    height: 720px;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
}
.atlas .swiper-pagination-current{
    font-size: 40px;
    color: #FC124A;
    line-height: 45px;
}
.atlas .swiper-pagination-total{
    font-size: 18px;
    color: #FFFFFF;
}
.atlas .swiper-pagination{
    display: block;
    float: left;
    margin-top: 5px;
    position: static;
    width: auto;
    color: #999;
    line-height: 24px;
    font-family: "Athelas-Italic";
    font-size: 18px;
    margin-right: 15px;
}
.atlas .swiper-container {
    width: 100%;
    height: auto;
}
.atlas .swiper-slide {
    text-align: center;
    padding: 5px;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*箭头*/
/*
.atlas .swiper-button-next{
}*/
.atlas-commit{
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    padding: 8px 15px;
    background: rgba(0,0,0,0.60);
    z-index: 999;
}
.atlas-commit-tit{
    overflow: hidden;
}
.atlas-div .swiper-slide p{
    display: none;
}
.atlas-commit-cont{
    display:table-cell;
    vertical-align:middle;
    text-align: justify;
}
.atlas-div .swiper-wrapper img{
    max-height: 709px;
    max-width: 80%;
}
.share-fl{
    width: 757px;
}
.share-fr{
    width: 363px;
}
.sharing{
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    text-align: center;
    position: relative;
}
.sharing::before,.sharing::after{
    content: "";
    position: absolute;
    background: #E1E1E1;
    width: 315px;
    left: 0;
    top:16px;
    height: 1px;
}
.sharing1::before,.sharing1::after{
    width: 280px;
}
.sharing::after{
    right: 0;
    left: auto;
}
.recommend{
    text-align: left;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
}
.recommend::before{
    position: static;
}
.recommend::after{
    top:13px;
    width: 281px;
}
.share-ul{
    margin: 20px 0;
    text-align: center;
}
.share-ul li+li{
    margin-left: 25px;
}
.share-ul li{
    display: inline-block;
}
.share-ul1 li{
    height: 66px;
}
.share-ul li a {
    display: block;
}
.blog-a i{
    background-image: url("../images/blog1x.png");
    background-image: -webkit-image-set(url("../images/blog1x.png") 1x,url("../images/blog2x.png") 2x);
    background-image: image-set(url("../images/blog1x.png") 1x,url("../images/blog2x.png") 2x);
    background-size: 100% 100%;
}
.weChat-a i{
    background-image: url("../images/friends1x.png");
    background-image: -webkit-image-set(url("../images/friends1x.png") 1x,url("../images/friends2x.png") 2x);
    background-image: image-set(url("../images/friends1x.png") 1x,url("../images/friends2x.png") 2x);
    background-size: 100% 100%;
}
.weChatFriend-a i{
    background-image: url("../images/wechat2x.png");
    background-size: 100% 100%;
}
.qq-a i{
    background-image: url("../images/qq1x.png");
    background-image: -webkit-image-set(url("../images/qq1x.png") 1x,url("../images/qq2x.png") 2x);
    background-image: image-set(url("../images/qq1x.png") 1x,url("../images/qq2x.png") 2x);
    background-size: 100% 100%;
}
.share-ul li a i{
    margin-bottom: 10px;
    display: block;
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
}
.share-ul li a p{
    font-size: 12px;
    color: #333333;
    line-height: 16px;
}
.i-see{
    font-size: 22px;
    color: #333333;
    line-height: 30px;
}
.i-see-div{
    width: 100%;
    height: 160px;
    margin-top: 10px;
    background: #FFFFFF;
    border: 1px solid #C20000;
    border-radius: 4px;
}
.i-see-textarea{
    width: 100%;
    display: block;
    padding: 10px;
    color: #333;
    border-radius: 4px;
    height: 108px;
    resize: none;
    border: none;
    outline: none;
}
.i-see-box{
    height: 50px;
    padding: 8px 0 8px 20px;
    background: #F5F5F5;
    border-radius: 4px;
}
.i-see-input{
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    width: 197px;
    height: 34px;
    padding: 9px 15px;
}
.i-see-box>input+input{
    margin-left: 7px;
}
.i-see-register{
    font-size: 12px;
    color: #333333;
    line-height: 16px;
    margin-left: 15px;
    cursor: pointer;
}
.land-fr-div{
    background-image: linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -webkit-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -moz-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -ms-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD4B11, endColorstr=#CB0800);/*IE<9>*/
    width: 165px;
    height: 50px;
    display: block;
    margin-top: -8px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
/*评论*/
.comment-show li{
    padding: 20px 0 15px 0;
    border-bottom: 1px solid #E1E1E1;
}
.comment-show li:last-child{
    border-bottom: none;
}
.comment-head{
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border-radius: 50%;
    display: block;
}
.comment-fr{
    overflow: hidden;
}
.comment-fr-name{
    font-size: 12px;
    margin-bottom: 15px;
    color: #999999;
}
.comment-name{
    margin-right: 10px;
    color: #0091F9;
}
.comment-details{
    font-size: 16px;
    color: #333333;
    line-height: 22px;
}
.comment-reply{
    padding: 10px 20px;
    margin-top: 10px;
    background: #F7F7F7;
    border-radius: 4px;
}
.reply-details{
    font-size: 14px;
    color: #151515;
    line-height: 22px;
}
.reply-details span{
    color: #333333;
}
.share-ul li a{
    cursor: pointer;
}
.fabulous{
    font-size: 12px;
    margin-top: 10px;
    color: #999999;
}
.fabulous-div{
    font-size: 12px;
    color: #999999;
    cursor: pointer;
}
.fabulous-div i{
    width: 11px;
    height: 12px;
    display: inline-block;
    background: url("../images/zan1.png")no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
    position: relative;
    top:1px;
}
.fabulous-div span{
    margin-right: 2px;
}
.reply-a{
    font-size: 12px;
    color: #999999;
    margin-left: 22px;
}
.reply-a i{
    width: 12px;
    height: 12px;
    background-image: url("../images/reply1x.png");
    background-image: -webkit-image-set(url("../images/reply1x.png") 1x,url("../images/reply2x.png") 2x);
    background-image: image-set(url("../images/reply1x.png") 1x,url("../images/reply2x.png") 2x);
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top:2px;
}
.fabulous-div .fabulous-i{
    background: url("../images/zan2.png")no-repeat;
    background-size: 100% 100%;
}
/*查看更多评论*/
.more-comments{
    text-align: center;
    height: 40px;
    cursor: pointer;
    width: 100%;
    background: #F5F5F5;
    border-radius: 4px;
    display: block;
    font-size: 14px;
    color: #999999;
    line-height: 40px;
    margin-top: 15px;
}
.recommend-ul{
    margin-top: 10px;
}
.recommend-ul li{
    margin-bottom: 20px;
}
.recommend-ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.recommend-p{
    font-size: 16px;
    margin-bottom: 10px;
    color: #333333;
    line-height: 22px;
}
.recommend-div img{
    display: block;
    width: 150px;
    height: 100px;
    margin-right: 10px;
}
.recommend-div .head-cont-tit{
    color: #999;
    display: block;
    overflow: hidden;
}
/*视频详情*/
.video-details-fl{
    margin-top: 20px;
    height: auto;
    width: 757px;
}
.video-div{
    width: 100%;
    height: auto;
    padding-top: 80px;
    margin-top: 15px;
}
.related-video{
    margin-top: 10px;
}
.related-video li{
    margin-bottom: 20px;
    height: 100%;
    width: 100%;
}
.related-video li:last-child{
    margin-bottom: 0;
}
.related-video li a{
    display: block;
    width: 100%;
    height: 100%;
}
.related-video-div{
    width: 150px;
    position: relative;
    height: 100px;
    margin-right: 10px;
}
.related-video-img{
    width: 100%;
    height: 100%;
    display: block;
}
.related-video-p{
    font-size: 16px;
    color: #333333;
    text-align: justify;
    line-height: 24px;
    overflow: hidden;
}
/*栏目列表*/
.column-ul{
    width: 757px;
    height: auto;
}
.column-ul li{
    padding: 60px 0;
    border-bottom: 1px solid #E1E1E1;
}
.column-ul li:first-child{
    padding: 0 0 60px 0;
}
.column-ul li:last-child{
    border-bottom: none;
    padding: 60px 0 0 0;
}
.column-ul li a{
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
}
.column-img{
    width: 160px;
    height: 107px;
    margin-right: 15px;
    display: block;
}
.column-div{
    overflow: hidden;
}
.column-div-title{
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 5px;
}
.column-author{
    height: 16px;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
}
.column-author>span+span{
    margin-left: 6px;
}
.news-ul{
    padding: 12px 0 10px 0;
}
.news-ul li{
    margin-bottom: 10px;
    line-height: 20px;
}
.news-ul li a{
    font-size: 14px;
    width: 339px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 20px;
    color: #000000;
    cursor: pointer;
    display: block;
}
.news-ul li i{
    background: #999999;
    border-radius: 2px;
    width: 14px;
    margin-top: 4px;
    height: 14px;
    font-family: "ArialMT";
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    line-height: 14px;
    display: block;
    margin-right: 10px;
}
.news-ul li:nth-child(1) i,.news-ul li:nth-child(2) i,.news-ul li:nth-child(3) i{
    background-image: linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -webkit-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -moz-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -ms-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD4B11, endColorstr=#CB0800);/*IE<9>*/;
}
.column-banner{
    width: 363px;
    height: 242px;
}
.column-banner #ban1{
    width: 100%;
    height: 100%;
}
.column-banner .banner{
    width: 100%;
    height: 242px;
}
.column-banner .banner .img img{
    width: 363px;
    height: 242px;
}
.column-banner .banner .num li.on{
    width: 5px;
}
.column-banner .banner-p{
    font-size: 14px;
}
.column-banner .banner-p{
    padding: 0 100px 0 15px;
}
/*文章详情*/
.content{
    width: 1170px;
    padding-top: 20px;
}

.main-content{
    width: 755px;
    border: 1px solid #E1E1E1;
    /* margin-right: 415px;*/
}

.right-side{
    float: right;
    height: 1000px;
    width: 365px;
    background-color: #333333;
    margin-right: 20px;
}
.article-nav{
    background-color: #F5F5F5;
    width: 100%;
    padding: 12px 20px;
}
.article-info{
    padding: 5px 20px;
    text-align: center;
    background-color: #F5F5F5;
    font-size: 12px;
    color: #666666;
    line-height: 16px;
}
.article-info span+span{
    margin-left: 30px;
}
.article-content{
    padding: 0px 30px;
}
.article-content h1{
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    padding: 20px;
    text-align: center;
}
.article-content img{
    margin: 35px auto 8px auto;
    display: block;
}
.article-content .image-desc{
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    margin-bottom: 16px;
}
.article-content p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 30px;
}
/*留言板*/
.message{
    margin-top: 20px;
}
.message-title{
    font-size: 22px;
    color: #333333;
    line-height: 30px;
}
.message-prompts{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 10px;
}
.message-table{
    float: left;
    margin-top: 30px;
    width: 737px;
}
.message-table tr .tdSty{
    font-size: 14px;
    color: #999999;
    letter-spacing: 1.4px;
    line-height:30px;
    padding-right: 10px;
    text-align: justify;
}
.message-table tr td{
    padding: 7px 0;
}
.message-table tr input{
    height: 30px;
    font-size: 14px;
    background: #F5F5F5;
    box-shadow: inset 0 0 2px 0 #E1E1E1;
    border-radius: 2px;
    border: none;
    color: #333;
    padding: 10px;
}
.name-input{
    width: 240px !important;
}
.email{
    padding-left: 64px !important;
}
.required{
    position: relative;
}
.required::after{
    content: "";
    position: absolute;
    top:18px;
    right:3px;
    width: 6px;
    height: 6px;
    background: url("../images/required.png") no-repeat;
    background-size: 100% 100%;
}
.lang-input{
    width: 637px;
}
.required1::after{
    right: 3px;
}
.concrete-content{
    resize: none;
    background: #F5F5F5;
    box-shadow: inset 0 0 2px 0 #E1E1E1;
    border-radius: 2px;
    padding: 10px;
    width: 637px;
    border: none;
    height: 60px;
}
.veriCold{
    width: 151px;
}
.veriCold-img{
    width: 82px;
    height: 30px;
    margin-left: 10px;
    display: block;
    float: left;
}
.change-img{
    font-size: 12px;
    color: #0091F9;
    letter-spacing: 0;
    line-height: 16px;
    cursor: pointer;
    margin-left: 10px;
}
.git-message{
    background-image: linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -webkit-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -moz-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -ms-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD4B11, endColorstr=#CB0800);/*IE<9>*/;
    border-radius: 4px;
    display: inline-block;
    width: 200px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
}
.reset-message{
    background: #E1E1E1;
    border-radius: 4px;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    width: 120px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    margin-left: 20px;
}
.correct p{
    font-size: 12px;
    color: #FC124A;
    letter-spacing: 0;
    position: absolute;
    left: 0;
    top:45px;
    line-height: 16px;
}
.correct{
    position: relative;
}
.correct .name-input{
    background: rgba(252,18,74,0.05);
    border: 1px solid #FC124A;
    box-shadow: inset 0 0 2px 0 #E1E1E1;
    border-radius: 2px;
}
.message-reply-ul{
    padding-top: 12px;
    height: 577px;
    overflow-y: auto;
}
.message-reply-ul li{
    margin-bottom: 20px;
    padding-left: 16px;
    position: relative;
}
.message-reply-ul li:before{
    position: absolute;
    left: 0;
    top:6px;
    content: "";
    background-image: linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -webkit-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -moz-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -ms-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD4B11, endColorstr=#CB0800);/*IE<9>*/;
    width: 6px;
    height: 6px;
}
.message-reply-ul li:last-child{
    margin-bottom: 0;
}
.message-reply-ul li a{
    display: block;
    width: 100%;
    cursor: pointer;
    height: 100%;
}
.message-reply-ul p{
    font-size: 14px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 347px;
    line-height: 20px;
    margin-bottom: 5px;
}
.message-reply-ul span{
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}
/*留言详情*/
.message-cont{
    font-size: 18px;
    color: #333333;
    line-height: 26px;
}
.message-content{
    margin-bottom: 20px;
}
.message-contTitie{
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    margin-right: 28px;
    width: 65px;
}
.message-contFr{
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 20px;
    text-align: justify;
    overflow: hidden;
}
.message-time{
    margin-left: 100px;
    display: inline-block;
}
.message-contFr1{
    line-height: 24px;
}
.liuyan-reply{
    margin-top: 20px;
    background: #F5F5F5;
    border-radius: 4px;
    padding: 10px 20px 20px 20px;
}
.liuyan-reply-title{
    font-size: 18px;
    padding-bottom: 15px;
    color: #333333;
    line-height: 26px;
}
.message-a{
    width: 200px;
    height: 40px;
    background-image: linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -webkit-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -moz-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -ms-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD4B11, endColorstr=#CB0800);/*IE<9>*/;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin-top: 30px;
    display: inherit;
}
/*登录弹层*/
.landing-flex,.register-flex{
    position: fixed;
    display: none;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0,0,0,0.5);
    /*   background:black;
       filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50)*/
}
/*:root .landing-flex{;!*兼容ie8及以下*!*/
/*background: none;*/
/**/
/*}*/
.landing-box{
    width: 360px;
    height: auto;
    padding: 25px 30px;
    background: #FFFFFF;
    border-radius: 4px;
}
.landing-title{
    font-size: 18px;
    color: #333333;
    margin-bottom: 25px;
}
.land-phone{
    background: url("../images/mobilephone2x.png") no-repeat center left 16px;
    background-size: 13px 16px;
}
.register-input{
    background: none;
}

.land-passWord{
    background: url("../images/passWord1x.png") no-repeat center left 16px;
    background-size: 16px 16px;
}
.landing-input input{
    margin-top: 20px;
    background-color: #F5F5F5;
    box-shadow: inset 0 0 2px 0 #E1E1E1;
    border-radius: 2px;
    font-size: 14px;
    color: #999999;
    width: 100%;
    letter-spacing: 0;
    line-height: 20px;
    padding: 10px 10px 10px 50px;
    border: none;
    display: block;
}
.register-box input{
    padding: 10px;
}
.land-a{
    background-image: linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -webkit-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -moz-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -ms-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD4B11, endColorstr=#CB0800);/*IE<9>*/;
    border-radius: 2px;
    width: 100%;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 5px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    display: block;
    margin-top: 20px;
}
.help-div{
    display: inline-block;
    font-size: 12px;
    color: #666666;
    margin-top: 20px;
}
.newUser{
    margin-left: 30px;
}
.help-div a,.land-a{
    cursor: pointer;
}
.land-close{
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    width: 14px;
    cursor: pointer;
    height: 14px;
    background-image: url("../images/close1x.png");
    background-image: -webkit-image-set(url("../images/close1x.png") 1x,url("../images/close2x.png") 2x);
    background-image: image-set(url("../images/close1x.png") 1x,url("../images/close2x.png") 2x);
    background-size: 100% 100%;
}
/*注册弹层*/
.graphical-div{
    margin-top: 20px;
}
.graphical-div input{
    width: 200px;
    float: left;
    margin-top: 0;
}
.graphical-div img,.graphical-div a{
    width: 90px;
    height: 40px;
    display: block;
}
.graphical-div a{
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    background-image: linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -webkit-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -moz-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -ms-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD4B11, endColorstr=#CB0800);/*IE<9>*/;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
}
/*文章详情页新增投票*/
.vote-div{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #E1E1E1;
}
.vote-div-p{
    font-size: 22px;
    text-align: justify;
    color: #333333;
    line-height: 30px;
}
.vote-div-title{
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: justify;
}
/*多选复选样式*/
.change_answer{
    margin-top: 20px;
}
.change_answer>li{
    height: auto;
    padding-bottom: 15px;
}
.change_answer>li span{
    margin-left: 15px;
    text-align: justify;
    float: left;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    display: block;
    cursor: pointer;
}
.change_answer label>div{
    position: static !important;
    margin-top: 2px;
}
.change_answer label div{
    float: left;
}
/*答题界面的input样式修改*/
.change_answer_li label,.change_answer_li2 label{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.change_answer_li label input,.change_answer_li2 label input{
    display: inline-block ;
    opacity: 0 ;
    width: 17px;
}
.change_answer_li label div{
    width: 17px;
    height: 17px;
    position: absolute;
    top: 2px;
    left: 0;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 50%;
}
.change_answer_li input:checked+div {  /*当radiuo被选中时，把input下边的div标签的背景图片替换掉*/
    background: url("../images/cir.png") no-repeat center;
    background-color: #C20000;
    background-size: 12px 12px;
}

.change_answer_li2 label div{
    width: 17px;
    height: 17px;
    position: absolute;
    top: 0;
    margin-top: 3px;
    left: 0;
    background-size: cover;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 2px;
    background-size: cover;
}
.change_answer_li2 input:checked+div {  /*当radiuo被选中时，把input下边的div标签的背景图片替换掉*/
    background: url("../images/xuan.png") center no-repeat;
    background-color: #C20000;
    background-size: 10px 6px;
}
.change_answer>li .gain-votes{
    float: left;
    font-size: 16px;
    color: #C20000;
    line-height: 22px;
    margin-left: 10px;
}
.votes-img{
    margin-top: 20px;
}
.votes-img img{
    width: 228px;
    height: 152px;
    display: block;
    float: left;
    margin: 0;
    margin-bottom: 10px;
}
.votes-img img+img{
    margin-left: 8px;
}
.votes-img img:nth-child(4){
    margin-left: 0;
}
.git-votes{
    cursor: pointer;
    margin-top: 20px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 40px;
    width: 200px;
    text-align: center;
    display: inherit;
    background-image: linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -webkit-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -moz-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -ms-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD4B11, endColorstr=#CB0800);/*IE<9>*/;
    border-radius: 4px;
}
.vote-div-h3{
    ont-size: 16px;
    color: #666666;
    line-height: 26px;

    margin-top: 15px;
}
.sign-table .required::after{
    right: -14px;
}
.validation{
    background-image: linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -webkit-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -moz-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -ms-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD4B11, endColorstr=#CB0800);/*IE<9>*/;
    border-radius: 2px;
    padding: 7px 10px;
    text-align: center;
    ine-height: 16px;
    font-size: 12px;
    color: #FFFFFF;
    margin-left: 10px;
    cursor: pointer;
    letter-spacing: 0;
}
.sign-table .veriCold-img{
    margin: 0;
}
.special-column .next,.special-column .prev{
    display: none;
}
.special-column:hover .next{
    display: block;
}
.special-column:hover .prev{
    display: block;
}
.propaganda-div>div{
    display: none;
}
.propaganda-div .propaganda-show{
    display: block;
}
.special-titile{
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    text-align: center;
}
.special-tit{
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    text-align: justify;
    margin-top: 15px;
}
.propaganda-more{
    height: 4px;
    position: absolute;
    right: 20px;
    color: #C20000;
    font-size: 30px;
    display: block;
    top:20px;
}
.special-cont{
    padding-top: 0;
}
.special-cont>div{
    margin-top: 20px;
}
.special-cont #ban1{
    width: 575px;
}
.special-cont .banner{
    width: 575px;
    height: 384px;
}
.special-cont .banner .img img{
    width: 575px;
    height: 384px;
}
.special-frDiv{
    width: 555px;
}
.special-frDiv .propaganda-ul li a{
    width: 379px;
}
.special-frDiv .propaganda-ul li{
    margin-top: 0;
}
.special-frDiv .propaganda-ul li+li{
    margin-top: 15px;
}
.special-frBox,.special-frBox ul{
    width: 100%;
}
.special-frBox ul li{
    float: left;
}
.special-frBox ul{
    margin-bottom: -15px;
}
.special-frBox ul li:nth-child(even){
    float: right;
}
.special-frBox .propaganda-ul li+li{
    margin-top: 0;
}
.special-frBox .propaganda-ul li{
    margin-bottom: 15px;
}
.special-frBox .propaganda-ul li{
    width: 555px;
}
.img-ul li{
    width: 282px;
    height: 188px;
    position: relative;
    float: left;
}
.img-ul li+li{
    margin-left: 7px;
}
.img-ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.img-ul li a img{
    width: 100%;
    height: 100%;
}
.img-ul li p {
    height: 40px;
    background-image: linear-gradient(-90deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.80) 99%);
    background-image: -webkit-linear-gradient(-90deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.80) 99%);
    background-image: -moz-linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.80) 99%);
    background-image: -ms-linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.80) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#000000, endColorstr=#000000);/*IE<9>*/
    bottom: 0px;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0 15px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.special-share .share-fl{
    width: 100%;
}
/*视频*/
#willesPlay .playControll{
    background: rgba(0,0,0,0.5) !important;
    bottom: 0;
    height: 43px;
}
#willesPlay .playControll .playPause{
    background: url("../images/play1.png")no-repeat;
    background-size: 100% 100%;
    width: 14px;
    height: 16px;
    margin:12px 17px;
}
#willesPlay .playControll .timebar .progress{
    margin: 0;
}
#willesPlay .playControll .timebar{
    margin: 0;
    width: calc(100% - 161px);
    line-height: 40px;
}
#willesPlay .playControll .timebar .progress{
    height: 3px;
}
.progress-bar-danger{
    background: #FC124A;
}
.progress{
    background: rgba(225,255,255,0.3);
}
#willesPlay .playContent .playTip{
    display: none !important;
}
.timebar span{
    font-size: 12px;
    color: #FFFFFF;
}
.timebar .duration{
    color: #6f6f6f;
}
#willesPlay video{
    display: block;
}
.currentTime-span{
    width: 12px !important;
    display: inline-block;
    color: #6f6f6f !important;
}
#willesPlay .playControll .timebar span{
    width: auto;
}
.glyphicon-volume-down:before,.glyphicon-volume-up:before,.glyphicon-volume-off:before{
    content: "";
    background-image: url("../images/s-ic.png");
    background-image: -webkit-image-set(url("../images/s-ic.png") 1x,url("../images/s-ic2.png") 2x);
    background-image: image-set(url("../images/s-ic.png") 1x,url("../images/s-ic2.png") 2x);
    width: 15px;
    height: 16px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
}
.glyphicon-fullscreen:before{
    content: "";
    background-image: url("../images/fill1x.png");
    background-image: -webkit-image-set(url("../images/fill1x.png") 1x,url("../images/fill2x.png") 2x);
    background-image: image-set(url("../images/fill1x.png") 1x,url("../images/fill2x.png") 2x);
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    position: absolute;
    right: 15px;
}
#willesPlay .otherControl .volumeBar{
    background: none;
    left: -4px;
    top:-99px;
}
#willesPlay .otherControl .volumeBar:after{
    display: none;
}
#willesPlay .otherControl .volumeBar .volumewrap{
    width: 4px !important;
    background: #848484;
    border-radius: 100px;
}
#willesPlay .otherControl .volumeBar .progress-bar{
    width: 4px !important;
}
/*
导航栏*/
@media screen and (max-width: 1338px) {
    .flex-consultation {
        left: 1218px !important;
    }
}
.flex-consultation{
    padding: 0;
}
.information-div{
    position: absolute;
    top:-76px;
    left: -123px;
    background: #FFFFFF;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.20);
    width: 122px;
    padding: 8px;
    opacity: 0;
    transition: 1s;
    z-index: 99999;
    height: 115px;
    display: none;
}
.information-div img{
    display: block;
    width: 100%;
    height: 100%;
}
.information:hover .information-div{
    opacity:1;
    display: block;
}
.information:hover,.edit:hover{
    background-image: linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -webkit-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -moz-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -ms-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD4B11, endColorstr=#CB0800);/*IE<9>*/;
}
.information:hover i{
    background: url("../images/weizinhover2x.png") no-repeat;
    background-size: 18px 18px;
}
.phone:hover i{
    background: url("../images/Group-hover@2x.png") no-repeat;
    background-size: 15px 18px;
}
.Feedback{
    background: #FFFFFF;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.20);
    padding: 10px 30px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    position: absolute;
    z-index: 99999;
    top:0;
    transition: 1s;
    display: none;
    opacity: 0;
    left: -118px;
}
.edit:hover .Feedback{
    opacity: 1;
    display: block;
}
.edit:hover i{
    background: url("../images/editor-hover@2x.png") no-repeat;
    background-size: 16px 16px;
}
.the-top:hover i{
    background: url("../images/packup-hover@2x.png") no-repeat;
    background-size: 16px 16px;
}
/*留言列表*/
.message-list{
    margin-top: 20px;
    width: 100%;
    height: auto;
}
.message-list-ul li{
    display: block;
    margin-top: 15px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.message-list-ul{
    height: auto;
    max-height: 562px;
    overflow: hidden;
}
.message-list-ul li:first-child{
    margin-top: 10px;
}
.message-theme,.message-people,.message-ti,.message-state{
    display: block;
    float: left;
}
.message-theme{
    width: 500px;
    padding-right: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
    line-height: 20px;
    overflow: hidden;
}
.message-people{
    width: 230px;
    padding-right: 50px;
}
.message-state{
    text-align: center;
    width: 60px;
}
.message-ti{
    width: 100px;
    text-align: center;
}
.message-list-ul li:first-child span{
    font-family: "MicrosoftYaHei-Bold";
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
}
/*滚动条样式*/
::-webkit-scrollbar{/*滚动条整体部分，其中的属性有width,height,background,border等（就和一个块级元素一样）（位置1）*/
    width:7px;
    height:7px;
    background: #fff;
}
::-webkit-scrollbar-button{/*滚动条两端的按钮，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置2）*/
    display: none;
}
::-webkit-scrollbar-track{/*外层轨道，可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果（位置3）*/
    display: none;
}
::-webkit-scrollbar-track-piece{/*内层轨道，滚动条中间部分（位置4）*/
    display: none;
}
::-webkit-scrollbar-thumb{/*滚动条里面可以拖动的那部分（位置5）*/
    background: rgba(0,0,0,0.50);
    border-radius: 100px;
    width: 7px;
    height: 7px;
}
::-webkit-scrollbar-corner {/*边角（位置6）*/
    display: none;
}
::-webkit-scrollbar-resizer  {/*定义右下角拖动块的样式（位置7）*/
    display: none;
}
body{
    scrollbar-arrow-color: #50586C; /**//*三角箭头的颜色*/
    scrollbar-face-color: #CDCDCD; /**//*立体滚动条的颜色*/
    scrollbar-3dlight-color: #666; /**//*立体滚动条亮边的颜色*/
    scrollbar-highlight-color: #666; /**//*滚动条空白部分的颜色*/
    scrollbar-shadow-color: #999; /**//*立体滚动条阴影的颜色*/
    scrollbar-darkshadow-color: #666; /**//*立体滚动条强阴影的颜色*/
    scrollbar-track-color: #50586C; /**//*立体滚动条背景颜色*/
    scrollbar-base-color:#50586C; /**//*滚动条的基本颜色*/
}
.no-commit{
    text-align: center;
    line-height: 100px;
    color: #666;
}

/*答题样式*/
.answer-img{
    width: 100%;
}
/*答题*/
.answer{
    width: 100%;
    position: relative;
    height: 390px;
    margin-top: 20px;
    overflow: hidden;
}
.answer_slide{
    width: 1000%;
    position: absolute;
    height: 100%;
}
.answer_slide>li{
    width:10%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    float: left;
}
.answer_slide_title{
    height: 54px;
}
.answer_slide_tit{
    float: right;
    width: auto;
    margin-right: 15px;
}
.answer_slide_tit>span{
    display: block;
    float: left;
    font-family: "PingFangSC-Regular";
    color: #333333;
}
.answer_slide_tit>span:nth-child(1){
    height: 26px;
    margin-top: 10px;
    line-height: 26px;
    font-size: 18px;
}
.answer_slide_tit>span:nth-child(2){
    line-height: 16px;
    margin-top: 20px;
    font-size: 12px;
}
.answer_slide_tit>span:nth-child(3){
    line-height: 16px;
    font-size: 12px;
    margin-top: 25px;
}
.questions{
    color: #333;
    font-size: 14px;
    line-height: 20px;
    padding: 0 20px 10px 20px;
}
.hearing_box>img{
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    width: 90px;
    height: 90px;
}
.change_answer{
    margin-top: 15px;
}
.answer-img{
    padding: 10px 20px 0 20px;
    text-align: center;
}
.answer-img img{
    width: auto;
    max-width: 100% !important;
}
/*弹窗*/
.flex_box{
    width: 100%;
    top:0;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 99;
    display: none;
}
.big-img{
    width: 100%;
    top:0;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 0;
    text-align: center;
    opacity: 0;
    transition: 0.8s;
}
.big-img img{
    max-width: 92%;
    display: block;
    max-height: 92%;
}
.popup{
    background: white;
    border-radius: 13px;
    width: 270px;
    height: auto;
    padding: 15px 0 11px 0;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    font-family: "PingFangSC-Regular";
    text-align: center;
}
.popup_top{
    padding: 0 15px;
    color: #00A428;
    font-size: 16px;
    line-height: 22px;
}
.popup_title,.popup_count{
    color: #111111;
    font-size: 12px;
    margin-top: 8px;
    line-height: 16px;
    padding: 0 15px;
}
.popup_count{
    margin-top: 6px;
    text-align: justify;
}
.popup_div{
    border-bottom: 1px solid #CDCED2;
    padding-bottom: 15px;
}
.correct{
    margin-top: 4px;
}
.popup_know{
    color: #0076FF;
    font-size: 16px;
    line-height: 22px;
    margin-top: 11px;
}
.answer-error .popup_top{
    color: #FF4F53;
}
.answer-error .correct{
    font-size: 12px;
    color: #00A428;
}
.big-imgAdd{
    opacity: 1;
    z-index: 100;
}
.commodity-img{
    width: 100%;
    display: block;
}
.commodity-price span{
    color: #FF4F53;
}
.commodity-price{
    color: #666;
    font-size: 14px;
    margin-top: 5px;
}
.operation-btn{
    width: 100%;
    z-index: 9999;
    position: fixed;
    bottom: 10px;
    left: 0;
    height: auto;
    display: -webkit-flex;
    display:flex;
    justify-content: space-around;
}
.operation-btn>div{
    width: 114px;
    height: 114px;
    position: relative;
    text-align: center;
    border-radius: 50%;
}
.operation-btn span{
    font-size: 10px;
    display: block;
    color: #fff;
    position: absolute;
    margin-top:2px;
}
.operation-delete span{
    color: #334463;
}
.operation-btn a{
    display: block;
    width: 100%;
    height: 100%;
}
.operation-btn img{
    display: block;
    width: 100%;
    height: auto;
}
.answerBox-list{
    padding: 20px 0;
    position: relative;
}
.answerBox-list::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 20px;
    background: #E5E5E5;
    width: 1108px;
    height: 1px;
}
.answer-hints{
    text-align: left;
}
.answer-hints h2{
    font-size: 20px;
    font-weight: normal;
    color: #3e8e38;
    margin:20px 0;
    line-height: 28px;
}
.answer-hints .error-answer{
    color: #FF4F53;
}
.correct-answer{
    color: #333;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
}
.explain{
    font-size: 16px;
    color: #333;
    line-height: 26px;
}


/*首页模板2*/
.hotTabs{
    width: 100%;
    height: 40px;
    background: #F5F5F5;
}
.hotTabs-ul{
    width: 1170px;
    height: 100%;
    padding: 0 30px;
}
.hotTabs-ul li{
    font-size: 14px;
    line-height: 40px;
    float: left;
    margin-right: 50px;
    height: 100%;
}
.hotTabs-ul li a{
    display: block;
    color: #666;
    line-height: 40px;
    cursor: pointer;
    height: 100%;
}
.hotTabs-ul .hotTabs-li a {
    color: #151515;
    font-weight: bold;
}
.details{
    cursor: pointer;
}
.head-cont-tit{
    cursor: inherit;
}
.banner-list-p{
    font-size: 18px;
    color: #333333;
    text-align: justify;
    line-height: 22px;
}
.banner-list img{
    display: block;
    width: 150px;
    height: 100px;
}
.banner-list-fl li{
    width: 280px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: "MicrosoftYaHei";
    font-size: 14px;
    color: #333333;
    padding-left: 16px;
    text-align: justify;
    position: relative;
    line-height: 20px;
    overflow: hidden;
    height: 20px;
}
.banner-list-fl li a{
    color: #333333;
    cursor: pointer;
}
.banner-list-fl li+li{
    margin-top: 10px;
}
.banner-div-list{
    margin-top: 20px;
}
.banner-list-fl li::before{
    position: absolute;
    content: "";
    background-image: linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -webkit-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -moz-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -ms-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD4B11, endColorstr=#CB0800);/*IE<9>*/;
    top:6px;
    left: 0;
    width: 6px;
    height: 6px;
}
.fr-width{
    width: 447px;
}
.banner-list-fr>div+div{
    margin-top: 20px;
}
/*.hover-propaganda a{
    width: 163px;
    color: #C20000;
    font-size: 18px;
}*/
.propaganda-fl a:last-child::after{
    width: 0;
}
.fl-width{
    width: 683px;
}
.hover-effect>div{
    display: none;
}
.hover-effect .hover-effect-show{
    display: block;
}
.video-swiper-slide{
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.a-block{
    cursor: pointer;
    display: block;
}
.video-swiper-slide .video-swiper-play{
    position: absolute;
    bottom: 25px;
    left: 10px;
    width: 30px;
    cursor: pointer;
    height: 30px;
}
.report-information{
    padding: 2px 0;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    font-size: 12px;
    color: #666666;
    text-align: center;
    margin-top: 23px;
    line-height: 16px;
}
.parents-div .head-cont-tit{
    height: 44px;
}
.mr{
    margin-top: 20px !important;
}
.scene-div{
    width: 820px;
}
.scene-div .special-p{
    font-size: 18px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin-top: 20px;
}
.scene-fr-p{
    font-size: 18px;
    color: #333333;
    text-align: justify;
    line-height: 22px;
    cursor: pointer;
}
.scene-div .special-column dd{
    width: 262px;
}
.scene-fr li{
    position: relative;
    padding-left: 18px;
    padding-bottom: 20px;
}
.scene-fr li::before{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    z-index: 1;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #a9a9a9;
}

.circular-point{
    width: 16px;
    z-index: 55;
    height: 16px;
    position: absolute;
    background: #FFDCE4;
    border-radius: 50px;
    top:0;
    left: -8px;
    padding: 4px;
}
.circular-point i{
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FC124A;
}
.advertisement-div{
    width: 310px;
}
.advertisement-list{
    width: 310px;
    height: 180px;
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}
.advertisement-list:last-child{
    margin-bottom: 0;
}
.advertisement-list img{
    display: block;
    width: 100%;
    height: 100%;
}
.advertisement-list div{
    position: absolute;
    left: 5px;
    top: 5px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.50);
    border-radius: 2px;
    font-family: "MicrosoftYaHei";
    font-size: 10px;
    padding: 2px 5px;
    color: rgba(255,255,255,0.50);
    text-align: center;
    line-height: 14px;
}
.property-div{
    max-height: 435px;
    overflow-y: hidden;
}
.property-div>div{
    width: 377px;
    float: left;
}
.property-div>div+div{
    margin-left: 19px;
}
.property-img{
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: relative;
}
.property-img img{
    display: block;
    width: 100%;
    height: 251px;
}
.property-img div{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    color: #FFFFFF;
    text-align: justify;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 12px 15px;
    background-image: linear-gradient(-90deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.80) 99%);
    background-image: -webkit-linear-gradient(-90deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.80) 99%);
    background-image: -moz-linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.80) 99%);
    background-image: -ms-linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.80) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#000000, endColorstr=#000000);/*IE<9>*/
}
.property-ul li{
    margin-top: 10px;
    font-size: 14px;
    text-align: justify;
    line-height: 20px;
    padding-left: 16px;
    position: relative;
}
.property-ul li a{
    color: #333333;
    display: block;
    cursor: pointer;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100%;
}
.property-ul li::before{
    content: "";
    background-image: linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -webkit-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -moz-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -ms-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD4B11, endColorstr=#CB0800);/*IE<9>*/;
    position: absolute;
    left: 0;
    top:7px;
    width: 6px;
    height: 6px;
}
.banner-ban1 .img img,.banner-ban1{
    height: 400px;
}
.list-sty-div .banner-list-fl li{
    width: 100%;
}
.list-sty-div .banner-list-fl{
    margin-top: 15px;
}
.list-sty-div>div+div{
    margin-top: 20px;
}
.advertisement-img{
    width: 100%;
    height: 80px;
    display: block;
}
.index-nav2 .index-nav-ul li{
    border-right: none;
}
.today-headline{
    height: 230px;
    background: #F5F5F5;
    padding: 15px 20px;
}
.today-headline h3{
    font-family: "MicrosoftYaHei-Bold";
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}
.today-headline p{
    font-family: "MicrosoftYaHei";
    font-size: 14px;
    color: #666666;
    text-align: justify;
    margin-top: 10px;
    line-height: 24px;
}
.atlas-banner dd{
    width: 181px;
}
.atlas-banner .swiper-container{
    width: 377px;
}
.atlas-banner dd img{
    height: 120px;
}
.hov-video{
    width: 615px;
}
.hov-video-list{
    width: 515px;
}
.hov-video>a{
    position: relative;
    height: 230px;
    width: 300px;
    margin-bottom: 15px;
    transition: 1s;
    cursor: pointer;
    float: left;
    overflow: hidden;
}
.hov-video>a:nth-child(even){
    margin-left: 15px;
}
.hov-video-img{
    width: 100%;
    height: 100%;
    display: block;
}
.hov-video>a:hover .hov-div{
    bottom: 0;
    transition: 0.3s;
}
.hov-video>a:hover .shadow-p,.hov-video>a:hover .landscape-play{
    display: none;
}
.hov-div{
    position: absolute;
    bottom: -100%;
    /*   display: none;*/
    transition: 0.3s;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.50);
}
.hov-div-po{
    width: 100%;
    text-align: center;
    padding: 20px;
}
.hov-div-po h2{
    font-family: "MicrosoftYaHei-Bold";
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
}
.hov-div-po p{
    font-family: "MicrosoftYaHei";
    font-size: 14px;
    color: #FFFFFF;
    text-align: justify;
    margin-top: 10px;
    line-height: 20px;
}
.hov-video-ul li+li{
    margin-top: 20px;
}
.hov-video-ul li .hov-video-a{
    font-size: 18px;
    color: #333333;
    text-align: justify;
    line-height: 22px;
    cursor: pointer;
}
.hov-video-ul li p{
    font-size: 14px;
    color: #999999;
    text-align: justify;
    line-height: 22px;
    margin-top: 10px;
}
.current-affairs{
    width: 377px;
}
.current-affairs .ban2{
    width: 100%;
}
.current-affairs .banner{
    height: 251px;
}
.current-affairs .column-banner{
    width: 100%;
}
.current-affairs .banner .img img{
    width: 377px;
    height: 251px;
}
.current-affairs .banner-p{
    font-size: 16px;
}
.two-list>a{
    width: 178px;
    cursor: pointer;
}
.two-list>a+a{
    margin-left: 21px;
}
.two-list>a img{
    width: 100%;
    height: 120px;
    display: block;
}
.two-list>a p{
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
    text-align: justify;
    line-height: 20px;
}
.currentDiv{
    width: 377px;
    margin: 0 19px;
}
.currentDiv ul{
    margin-top: 15px;
}
.currentDiv>div+div{
    margin-top: 27px;
}
.currentDiv-fr .propaganda-tit{
    background: #fff;
}
.currentDiv-fr .propaganda-fl .propaganda-sty{
    background: #fff;
    color: #333;
    font-size: 22px;
    text-align: left;
}
/*修改首页网站首页悬浮*/
.new-template li:hover{
    background: #8E0802;
}
.hotTabs-box>div{
    display: none;
}
.hotTabs-box .hotTabs-show{
    display: block;
}

.index-nav2 .new-template li:hover{
    background: none;
}
.index-nav2 .new-template .sty-li::after{
    content: "";
    position: absolute;
    bottom: -10px;
    background: #F8E71C;
    border-radius: 1px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 18px;
    height: 2px;
}
.index-nav2 .new-template li::before{
    position: absolute;
    content: "";
    right: 0;
    top:6px;
    width: 1px;
    height: 13px;
    background: #fff;
}
.index-nav2 .new-template li:nth-child(7n)::before,.index-nav2 .new-template li:last-child::before{
    display: none;
}
.index-nav2{
    background-image: linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -webkit-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -moz-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    background-image: -ms-linear-gradient(90deg, #FD4B11 0%, #CB0800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FD4B11, endColorstr=#CB0800);/*IE<9>*/
}
.index-nav2 .index-search-div input{
    background-color: #C11203;
    border-radius: 4px;
}
.index-nav2 .index-nav-ul .sty-li a{
    color: #F8E71C;
}
.index-nav2 .index-nav-ul li{
    line-height: 22px;
    margin-top: 20px;
}
.index-nav2 .index-nav-ul{
    padding: 0 0 18px 0;
}
.hotTabs-box2 .hotTabs-li a{
    font-size: 16px;
    color: #333;
}