body.list{background-color: #F8F8F8;}
.col_news_list .news{
    float: left;
    width: 237px;
    height: 334px;
    margin-right: 21px;
    margin-bottom: 40px;
    box-sizing: border-box;
    padding: 15px;
    background-color: #fff;
    transition: 0.4s;
}
body.listm .col_news_list .news{
    display: block;
    float: none;
    width: 100%;
    height: auto;
}
.col_news_list .news:nth-child(5n){margin-right: 0;}
.col_news_list .news .news_imgs{
    padding-top: 129%;
    margin-bottom: 5px;
}
.col_news_list .news .news_title{
    font-weight: bold;
    color: #333333;
    max-width: 100%;
    transition: 0.1s;
}
.col_news_list .news:hover{
    background-color: #005FD0;
}
.col_news_list .news:hover .news_title{
    color: #fff;
}
.col_news_list .news .news_title a:hover{color: #fff;}