.col_news_list .news{
    float:left;
    margin:16px 33px;
}
.col_news_list li.news img{
    margin-right:0;
    max-width:45px;
    max-height:37px;
}
.col_news_list .news a{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    width:151px;
    height:116px;
    background-color:#F8F4F4;
}
.col_news_list .news_title{
    font-size:16px;
    color:#A40013;
}