.news-list .wrapper-img{
    width: 375px;
    height: 250px;
    background-color: #eee;
}
.news-list .wrapper-img img{
    width: 100%;
    height: 100%;
}
.news-list h4{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.img-card{
    margin-bottom: 20px;
}
.cid-s0b18SdDDk .desk{
    color: #333;
}