.news_list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px}
@media (max-width:1599px){
.news_list{grid-gap:20px}
}
@media (max-width:1399px){
.news_list{grid-gap:18px}
}
@media (max-width:799px){
.news_list{grid-gap:16px}
}
@media (max-width:799px){
.news_list{grid-template-columns:repeat(1,1fr)}
}
.news_list a{width:100%}
.news_list .list_image{border-radius:12px;margin-bottom:16px;background:no-repeat center top/cover;background-color:#f8f8fa;width:100%;height:200px}
@media (max-width:1199px){
.news_list .list_image{margin-bottom:12px}
}
@media (max-width:799px){
.news_list .list_image{margin-bottom:8px}
}
@media (max-width:1399px){
.news_list .list_image{height:180px}
}
@media (max-width:999px){
.news_list .list_image{height:160px}
}
@media (max-width:599px){
.news_list .list_image{height:140px}
}
.news_list .list_date{padding-left:18px;background:url(../../img/icons/date.svg) no-repeat center left/14px;margin-bottom:8px}
@media (max-width:799px){
.news_list .list_date{margin-bottom:4px}
}
.news_list .content_box{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}