.news-list { display: flex; flex-wrap: wrap; justify-content: space-between;}
.news-list li { width: 45%; padding-left: .1rem;}
.news-list .img-scale { width: 1.7rem;}
.news-list .img-scale .img { padding: 120% 0 0; background-position-y: 10%;}
.news-list .text { width: calc(100% - 2rem);}
@media screen and (max-width: 768px) {
.news-list li { width: 100%;}
}
@media screen and (max-width: 520px) {
.news-list li { text-align: center;}
.news-list li .title { text-align: center;}
}
