<>
.articleList .item a {
overflow: hidden;
}
.articleList .item span.pic img {
width: 200px;
height: auto;
}
@media screen and (max-width: 768px) {
.articleList .item span.pic img {
height: auto!important;
}
}
>


