.wordak{
    width: 100%;
    min-width: 1200px;
}
.wordak .nav-p{
    width: 80%;
    margin: 0.8rem auto;
    display: flex;
    justify-content: center;
}
.wordak .nav-p span{
    width: 1.24rem;
    height: 0.6rem;
    text-align: center;
    line-height: 0.6rem;
    position: relative;
    color: #000;
    margin: 0 1rem;
    cursor: pointer;
}
.wordak .nav-p .on::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #a93428;
    transform: skew(-10deg);
}
.wordak .nav-p span i{
    font-size: 0.24rem;
    position: relative;
    z-index: 2;
}
.wordak .nav-p .on i{
    color: #fff;
}
.wordakbox1{
    width: 80%;
    margin: 0.8rem auto;
}
.wordakbox1 .item{
    display: none;
}
.wordakbox1 .item:first-child{
    display: block;
}
.newscatalogue{
    width: 100%;
    margin: 0 auto;
    margin-top: 0.38rem;
}
.newscatalogue dl{
    width: 100%;
    height: 3.22rem;
    padding:0.38rem 0 ;
    border-bottom: 1px solid #ccc;
    clear: both;
}
.newscatalogue dl dt{
    width: 5.76rem;
    height: 3.22rem;
    overflow: hidden;
    float: left;
}
.newscatalogue dl dt:hover img{
    transform: scale(1.1);
}
.newscatalogue dl dt img{
    width: 100%;
    display: block;
    transition: all 1s;
    /*transform: scale(1.2);*/
}
.newscatalogue dl dd{
    float: right;
    width: 58%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0.5rem;
}
.newscatalogue dl dd .date{
    font-size: 0.16rem;
    padding-bottom: 0.2rem;
    color: #000;
}
.newscatalogue dl dd .title{
    font-size: 0.26rem;
    padding-bottom: 0.1rem;
    color: #000;
}
.newscatalogue dl dd:hover .title{
    color: #A93428;
}
.newscatalogue dl dd .title::after {
    content: '';
    display: block;
    width: 34px;
    height: 2px;
    background: #000;
    margin-bottom: 0.4rem;
    margin-top: 0.2rem;
}
.newscatalogue dl dd .text{
    width: 100%;
    font-size: 0.16rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #949494;
    line-height: 0.26rem;
}
.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.2rem;
    left: 0;
}
.recommend-video-swiper{
    z-index: 999;
}
.recommend-video-btn i{
    font-size:0.48rem ;
    color: #fff;
    cursor: pointer;
}
.recommend-video-btn i:hover{
    color: #a93428;
}
.swiperbox{
    width: 100%;
    margin-left: 1rem;
}
.swiperbox .swiper-slide{
    position: relative;
    z-index: 9999;
    overflow: hidden;
}
.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:hover img{
    transform: scale(1.1);
}
.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;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.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;
}
#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;
}
.imgpreview #close{
    position: fixed;
    right: 0.5rem;
    font-size: 0.3rem;
    cursor: pointer;
    top: 0.5rem;
    color: #fff;
}
.imgpreview{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99999999999999;
    background: rgba(0,0,0,0.9);
    display: none;
    flex-direction: column;
}
.imgpreview img{
    height: 79vh;
    display: block;
    margin: 0 auto;
}
.tuji{
    width: 100%;
}
.tuji img{
    width: 100%;
    display: block;
}
.tjlist{
    width: 80%;
    margin: 0 auto;
    margin-top: 0.6rem;
}
.tjlist .div1{
    width: 7.68rem;
    position: relative;
    height: 4.3rem;
    overflow: hidden;
    float: left;
    margin-top: 0.1rem;
}
.tjlist .div1 img,.tjlist .div2 img{
    transition: all 1s;
}
.tjlist .div1:hover img{
    transform: scale(1.1);
}
.tjlist .div2:hover img{
    transform: scale(1.1);
}
.tjlist>.div2:nth-child(1n){
    margin-top:0.1rem ;
}
.tjlist .div1 .mask,.tjlist .div2 .mask{
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.4);*/
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
}
.tjlist .div1 .mask p,.tjlist .div2 .mask p{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tjlist .div1 .mask p span,.tjlist .div2 .mask p span{
    color: #fff;
    font-size: 0.28rem;
    padding: 0 0 0.34rem 0.48rem;
}
.tjlist .div1 .mask p span::after,.tjlist .div2 .mask p span::after{
    content: '';
    display: block;
    width: 28px;
    height: 3px;
    background: #fff;
    margin-top: 0.16rem;
}
.tjlist .div1 .mask p img,.tjlist .div2 .mask p img{
    width: 0.28rem;
    height: 0.28rem;
    padding-right: 0.5rem;
    cursor: pointer;
}
.tjlist .div1 .bg,.tjlist .div2 .bg{
    width: 100%;
    display: none;
}
.tjlist .div1 .bg:first-child, .tjlist .div2 .bg:first-child{
    display: block;
}
.tjlist .div2{
    float: right;
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tjlist>div:nth-child(3n){
    margin-top:0.1rem ;
}
.tjlist .div2>div{
    width: 3.84rem;
    height: 2.1rem;
    overflow: hidden;
    position: relative;
}
.paging{
    width: 20%;
    margin: 1rem auto;
    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);
}