.news_imgs {
display:flex;
flex-wrap:wrap;
justify-content:center;
}

.news_imgs div {
flex-basis:250px;
margin:0 15px 20px 15px;
}

.news_imgs div img {
width:250px;
height:166px;
object-fit: cover;
}