body .container .m01_news_recommend {
    width: 100%;
    overflow: hidden;
    position: relative
}

body .container .m01_news_recommend .swiper {
    width: 100%
}

body .container .m01_news_recommend .swiper a {
    display: block;
    position: relative
}

body .container .m01_news_recommend .swiper a .pic {
    overflow: hidden
}
body .container .m01_news_recommend .swiper a .pic::after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.4);} 
body .container .m01_news_recommend .swiper a .pic img {
    width: 100%;
    height: 30.20833vw;
    object-fit: cover;
    transition: all 600ms
}

body .container .m01_news_recommend .swiper a .tag {
    position: absolute;
    left: 0;
    top: 0;
    padding: .52083vw;
    background: #EFEFF2;
    line-height: 1.11
}

body .container .m01_news_recommend .swiper a .text {
    position: absolute;
    left: 0;
    bottom: 5.20833vw;
    width: 100%;
    padding: 0 2.08333vw;
    color: white
}

body .container .m01_news_recommend .swiper a .text .time {
    font-weight: 300;
    line-height: 1.5
}

body .container .m01_news_recommend .swiper a .text .t {
    margin: 1.04167vw 0;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

body .container .m01_news_recommend .swiper a .text .des {
    line-height: 1.5;
    font-weight: 300;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

body .container .m01_news_recommend .swiper a:hover .pic img {
    transform: scale(1.05)
}

body .container .m01_news_recommend .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 1.5625vw;
    display: flex;
    justify-content: center;
    gap: 4px;
    width: 100%
}

body .container .m01_news_recommend .swiper-pagination .swiper-pagination-bullet {
    width: 1.66667vw;
    height: 2px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 0;
    opacity: 1;
    transition: all 600ms
}

body .container .m01_news_recommend .swiper-pagination .swiper-pagination-bullet-active {
    background: #B82234
}

@media screen and (max-width: 768px) {
    
    body .container .m01_news_recommend .swiper a .pic img {
        height: 350px
    }

    body .container .m01_news_recommend .swiper a .tag {
        padding: 10px
    }

    body .container .m01_news_recommend .swiper a .text {
        padding: 0 20px;
        bottom: 30px
    }

    body .container .m01_news_recommend .swiper a .text .t {
        margin: 10px 0
    }

    body .container .m01_news_recommend .swiper a .text .des,
    body .container .m01_news_recommend .swiper a .text .time {
        font-size: 16px
    }

    body .container .m01_news_recommend .swiper-pagination {
        bottom: 15px
    }

    body .container .m01_news_recommend .swiper-pagination .swiper-pagination-bullet {
        width: 20px;
        height: 2px
    }

}