#l-container .inner{padding-bottom: 1rem;}
.col_news_list{margin-top: 0.4rem;}
.post-6 .news_list{margin: 0 -0.75rem;}
.post-6 li.news{float: left;width: 25%;margin-bottom: 0.4rem;}
.post-6 .news_div{margin: 0 0.75rem;}
.post-6 .news_imgs{
    position: relative;
    padding-top: 150%;
    overflow: hidden;
    height: 0;
    background: #eee;
}
.post-6 .news_imgs img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}
.post-6 a.news_link:hover .news_imgs img{
    transform: scale(1.05);
}
.post-6 .news_con{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
min-height: 0.8rem;
}
.post-6 .news_title{
    font-size: 0.2rem;
    line-height: 0.4rem;
    font-family: '思源黑体CN';
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.post-6 .news_short{
    font-size: 0.16rem;
    line-height: 0.2rem;
    font-family: '思源黑体CN';
    color: #777777;
}










@media screen and (max-width: 999px) {
    .post-6 li.news{width: 25%;}
    .post-6 .news_list{margin: 0 -20px;}
    .post-6 .news_div{margin: 0 20px;}
}
@media screen and (max-width: 767px){
    .post-6 li.news{width: 50%;}
}
@media screen and (max-width: 479px) {
    .post-6 li.news{width: 100%;}
}

