.news{
    background: rgba(27, 27, 27, 1);
    position: relative;
}
.news:after{
    content: '';
    position: absolute;
    top: 0;
    left: 20%;
    width: 471px;
    height: 100%;
    background: linear-gradient(0deg, #003399, #03A9FE);
    box-shadow: 0px 1px 3px 0px rgba(11,3,6,0.35);
}
.news .wrap{
    margin: 200px auto 184px;
}
.news .wrap .joke{
    width: 100%;
}
.swiper_small .swiper-wrapper {
    flex-direction: column;
}
.swiper_small .swiper-wrapper .swiper-slide {
    height: 60px;
}
.news .wrap .joke .slide{
    width: fit-content;
    display: flex;
    justify-content: center;
    margin: auto;
}
@media screen and (max-width: 1920px) {
    .news:after{
        left: 9%;
    }
}
.news .wrap .joke .slide .images{
    width: 919px;
    height: 675px;
    overflow: hidden;
}
.news .wrap .joke .slide .images .news_{
    padding: 20px;
}
.news .wrap .joke .slide .images .news_ .swiper-slide{
    box-shadow: rgba(0, 0, 0, 0.2) 0 10px 16px 0, rgba(0, 0, 0, 0.19) 0 6px 20px 0;
    overflow: hidden;
    opacity: 0!important;
    transition: 1s!important;
}
.news .wrap .joke .slide .images .news_ .swiper-slide-active{
    opacity: 1!important;
}
.news .wrap .joke .slide .images img{
    width: 100%;
    height: 100%;
}
.news .wrap .joke .content{
    margin: 58px 0 0 0;
}
.news .wrap .joke .content .headline{
    margin: 0 0 37px 26px;
}
.news .wrap .joke .content .headline span{
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    margin: 0 0 38px 0;
    line-height: 48px;
}
.news .wrap .joke .content .headline p{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.news .wrap .joke .content .flex a{
    width: 960px;
    height: 60px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr 5fr;
    grid-gap: 0 118px;
    align-items: center;
    padding: 0 0 0 30px;
    transition: 0.7s;
}
.news .wrap .joke .content .flex .swiper-slide.on a{
    background: #333333;
}
.news .wrap .joke .content .flex a .time{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.news .wrap .joke .content .flex a p{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news .wrap .joke .content .shade{
    width: 414px;
    height: 10px;
    background: linear-gradient(0deg, #003399, #03A9FE);
    box-shadow: 0px 1px 3px 0px rgba(11,3,6,0.35);
    position: absolute;
    right: 0;
    bottom: 50px;
}
.news .wrap .next{
    position: absolute;
    right: 86px;
    bottom: 72px;
    width: 60px;
    height: 60px;
    border: 4px solid transparent;
    border-top: 4px solid rgba(177, 177, 177, 1);
    border-right: 4px solid rgba(177, 177, 177, 1);
    transform: rotate(45deg);
    cursor: pointer;
}

.swiper_small {
    width: 960px;
    height: 360px;
}

@media screen and (max-width: 1919px) {
    .news .wrap .joke .slide{
        width: 100%;
    }
    .news .wrap .joke .slide .images{
        width: 46%;
        height: 675px;
    }
    .news .wrap .joke .slide .images .news_{
        height: 100%;
    }
    .news .wrap .joke .content{
        width: 50%;
    }
    .news .wrap .joke .content .flex a{
        width: 100%;
    }
    .swiper_small{
        width: 100%;
    }
}
@media screen and (max-width: 1600px) {
    .news .wrap .joke .content .flex a p{
        font-size: 16px;
    }
    .news:after{
        width: 29%;
    }
    .news .wrap .joke .content .flex a .time{
        font-size: 22px;
    }
    .news .wrap .joke .slide .images img{
        object-fit: contain;
    }
}

@media screen and (max-width: 1023px) {
    .news:after,.news .wrap .joke .content .shade,.news .wrap .next{
        display: none;
    }
    .news .wrap .joke .slide{
        flex-direction: column;
    }
    .news .wrap .joke .slide .images{
        width: 100%;
        height: auto;
    }
    .swiper_small{
        height: auto;
    }
    .news .wrap {
        margin: 89px auto;
    }
    .news .wrap .joke .content .headline span{
        font-size: 30px;
        margin: 0 0 22px 0;
    }
    .news .wrap .joke .content .headline p{
        font-size: 20px;
    }
    .news .wrap .joke .content {
        width: 100%;
        margin: 17px 0 0 0;
    }
    .news .wrap .joke .content .flex a{
        flex-direction: column;
        display: flex;
        align-items: unset;
        height: auto;
        padding: 10px 15px;
    }
    .news .wrap .joke .content .flex a .time{
        font-size: 14px;
        margin: 0 0 5px 0;
    }
    .news .wrap .joke .content .flex .swiper-slide.on a{
        background: transparent;
    }
    .swiper_small .swiper-wrapper .swiper-slide{
        height: auto;
        margin: 0 0 20px 0;
    }
    .news .wrap .joke .content .headline{
        margin: 0 0 37px 5%;
    }

}