.news-list li{
 height:200px;
 background:#333;
 color:#fff;
 display:flex;
 align-items:flex-end;
 padding:16px
}
.news-list a{color:#fff}
