body.list_lastLeader .col_news_list .news{
    float: left;
    width: 23.78%;
    margin-right: 1.626%;
    margin-bottom: 0.25rem;
    background: #890000;
    border-radius: 0.05rem;
    text-align: center;
    padding: 0.12rem 0.12rem 0.2rem;
    box-sizing:border-box;
}
body.list_lastLeader .col_news_list .news:nth-child(4n){
    margin-right: 0;
}
body.list_lastLeader .col_news_list .news_imgs{
    padding-top: 141.36%;
}
body.list_lastLeader .col_news_list .news_title{
    font-size: 0.24rem;
    font-weight: 700;
    color: #fff;
    margin: 0.1rem 0 0.05rem;
}
body.list_lastLeader .col_news_list .short_title{
    line-height: 0.24rem;
    height: 0.48rem;
    padding: 0 0.3rem;
}
body.list_lastLeader .col_news_list .second_title,
body.list_lastLeader .col_news_list .short_title{
    font-size: 0.16rem;
    font-weight: 400;
    color: #fff;
}
body.list_lastLeader .col_path>a:nth-child(n+4),
body.list_lastLeader .col_path .possplit:nth-child(n+4){
    display: none;
}
@media screen and (max-width: 999px){
    body.list_lastLeader .col_news_list .news_list .news{
        width: 31.33%;
        margin: 0 1% 10px;
    }
}
@media screen and (max-width: 767px){
    body.list_lastLeader .col_news_list .news_list .news{
        width: 48%;
    }
}
@media screen and (max-width: 479px){
    body.list_lastLeader .col_news_list .news_list .news{
        width: 100%;
        margin: 0 0 10px;
    }
}