body.list_school .col_news_list .news{
    float: left;
    width: 30.28%;
    margin-right: 4.58%;
    margin-bottom: 0.44rem;
}
body.list_school .col_news_list .news:nth-child(3n){
    margin-right: 0;
}
body.list_school .col_news_list .news_imgs{
    padding-top: 60%;
    border-radius: 0.08rem;
    margin-bottom: 0.22rem;
}
body.list_school .col_news_list .news_title{
    width: 76.4%;
    -webkit-line-clamp: 1;
    margin: 0 auto;
}
body.list_school .col_news_list .news_title a{
    display: block;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 180px;
    font-size: 0.2rem;
    font-weight: 700;
    background: #F3F3F3;
    padding:0 0.15rem;
    box-sizing:border-box;
    text-align: center;
}
@media screen and (max-width: 767px){
    body.list_school .col_news_list .news_list .news{
        width: 48%;
        margin: 0 1% 30px;
    }
    body.list_school .col_news_list .news_title{
        width:100%;
    }
}
@media screen and (max-width: 479px){
    body.list_school .col_news_list .news_list .news{
        width: 100%;
        margin: 0 0 30px;
    }
}