.col_news .col_news_box{width: 12.48rem;margin: 0 auto;}
.col_news_list .news_list{margin: 0 -0.3rem;}
.col_news_list li.news{width: 33.33%;float: left;margin-bottom: 0.35rem;}
.col_news_list .news_div{margin: 0 0.3rem;}
.col_news_list .news_imgs{position: relative;padding-top: 112.9%;overflow: hidden;height: 0;background: #eee;}
body.banner .col_news_list .news_imgs{position: relative;padding-top: 42%;overflow: hidden;height: 0;background: #eee;}
.col_news_list .news_imgs img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: all 0.6s ease;}
.col_news_list a.news_link:hover .news_imgs img{transform: scale(1.05);}
.col_news_list .news_title{font-size: 0.18rem;line-height: 0.48rem;text-align: center;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-weight: bold;}



@media screen and (max-width: 999px) {
    .col_news .col_news_box {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .col_news_list li.news {
        width: 50%;
    }
}
@media screen and (max-width: 479px) {
    .col_news_list li.news {
        width: 100%;
    }
}