body,html{
    /* position: relative; */
}
.video{
    width: 100%;
    min-width: 1200px;
}
#videoplay{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99999999999999;
    background: rgba(0,0,0,0.9);
    display: flex;
    flex-direction: column;
    display: none;
}
#videoplay video{
    width: 100%;
}
#videoplay i{
    color: #fff;
    text-align: right;
    padding-right: 1rem;
    font-size: 0.3rem;
    cursor: pointer;
}
.newsnav{
    width: 100%;
    height: 0.9rem;
    background: #f4f5f7;
}
.newsnav .inner{
    width: 80%;
    margin: 0 auto;
    line-height: 0.9rem;
}
.newsnav .inner .timesequence{
    float: left;
    font-size: 0.34rem;
}
.newsnav .inner .time{
    float: left;
}
.newsnav .inner .time span{
    font-size: 0.24rem;
    cursor: pointer;
    padding-left: 1.2rem;
}
.newsnav .inner .time .on{
    color: #a93428;
}
.newsnav .inner .search input{
   height:  0.45rem;
   background: #fff;
   color: #adb0b5;
   outline:transparent;
   text-indent: 0.18rem;
}
.newsnav .inner .search{
    height: .9rem;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newsnav .inner .search label{
    width: .68rem;
    height: .44rem;
    background: #a93428;
    text-align: center;
    line-height: .44rem;
    color: #fff;
    cursor: pointer;
}
.videoobx1{
    width: 11.52rem;
    height: 6.45rem;
    margin: 0 auto;
    position: relative;
    margin-top: 0.9rem;
    overflow: hidden;
}
.videoobx1 .bigvid{
    display: block  ;
    width: 100%;
    z-index: -1;
    transition: all 1s;
}
.videoobx1:hover .bigvid{
    transform: scale(1.1);
}
.videoobx1 .obscuration{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: rgba(0,0,0,0.4);*/
    display: flex;
    flex-direction: column;
    z-index: 9;
}
.videoobx1 .obscuration span{
    color: #fff;
    padding-left: 0.7rem;
}
.videoobx1 .obscuration .data{
    padding-top: 0.96rem;
    font-size: 0.24rem;
}
.videoobx1 .obscuration .text{
    font-size: 0.29rem;
    margin-top: 0.5rem;
}
.videoobx1 .obscuration #bofang{
    margin-top: 0.5rem;
    cursor: pointer;
}
.videoobx1 .obscuration #bofang  i{
    font-size: 0.5rem;
}
.recommend-video{
    width: 100%;
    position: absolute;
    bottom: 0.4rem;
    left: 0.7rem;
    z-index: 99;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.recommend-video-btn{
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0.4rem;
    left: 0;
}
.recommend-video-swiper{
    z-index: 999;
}
.recommend-video-btn i{
    font-size:0.38rem ;
    color: #fff;
    cursor: pointer;
    margin-top: 0.34rem;
}
.recommend-video-btn #vidleft{
    font-weight: 900;
}
.recommend-video-btn #vidright{
    font-weight: 100;
}
.recommend-video-btn i:hover{
    color: #a93428;
}
.swiperbox{
    width: 100%;
    margin-left: 1rem;
}
.swiperbox .swiper-slide{
    position: relative;
    z-index: 9999;
    height: 1.5rem;
    overflow: hidden;
}
.swiperbox .swiper-slide:hover img{
    transform: scale(1.1);
}
.swiperbox .swiper-slide::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    /*background: rgba(0,0,0,0.4);*/
}
.swiperbox .swiper-slide .text{
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 0.2rem;
    color: #fff;
    z-index: 9999;
}
.swiperbox .swiper-slide img{
    width: 100%;
    display: block;
    transition: all 1s;
}
.swiperbox .swiper-slide .text a{
    color: #fff;
    cursor: pointer;
    padding-right: 0.16rem;
}
.swiperbox .swiper-slide .text #txt{
    font-size: 0.13rem;
    padding-left: 0.16rem;

}
.swiperbox .swiper-slide .bofangbt{
    position: absolute;
    width: 1rem;
    height: 1rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    text-align: center;
    line-height: 1rem;
    color: #fff;
    font-size: 0.5rem;
    cursor: pointer;
}
.videobox2{
    width: 100%;
    background: #efefef;
    margin-top: 1.1rem;
}
.videolist{
    width: 80%;
    margin: 0 auto;
    padding: 0.8rem 0 1.3rem 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.videolist>div{
    width: 4.8rem;
    height: 2.7rem;
    position: relative;
    color: #fff;
    margin-bottom: 0.48rem;
    overflow: hidden;
}
.videolist>div:hover img{
    transform: scale(1.1);
}
.videolist>div img{
    width: 100%;
    display: block;

    transition: all 1s;
}
.videolist .item .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    /*background: rgba(0,0,0,0.4);*/
}
.videolist .item .mask span{
    padding: 0 0 0.2rem 0.1rem ;
}
.videolist .item .mask a{
    padding: 0 0.1rem 0.2rem 0;
    color: #fff;
}
.videolist .item .djbf{
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 0.5rem;
    cursor: pointer;
    color: #fff;
}
.paging{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.paging button{
    /* padding: 0.18rem 0.26rem; */
    border: none;
    background: none;
    position: relative;
    cursor: pointer;
    width: 0.8rem;
    text-align: center;
    height: 0.4rem;
    line-height: 0.4rem;
}
.paging button span{
    position: relative;
    z-index: 2;
}
.paging .select{
    color: #fff;
}
.paging .select::after{
    background: #a93428;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: skew(-10deg);
}