.box_news{

}

.box_news .list_item{
    width: calc(100% - 30px - 2px);
    margin: 0 0 25px 0;
    padding: 0;
    line-height: 1.5;
    background: #fff;
    border: 1px solid #CCC;
    border-radius: 5px;
    overflow: hidden;
}
.box_news .list_item_img img{
    height: 100%;
}
.box_news .news-title{
    font-size: 1.2rem !important;
}