@media screen and (max-width:1024px) {
  .picture_list_container li .pic img.lazy {
    height: 122px !important;
  }
}

@media screen and (max-width:768px) {
  .picture_list_container li .pic img.lazy {
    height: 151px !important;
  }
}

@media (max-width:320px) {
  .picture_list_container li .pic img.lazy {
    height: 80px !important;
  }
}

@media (min-width:1025px) {
  .picture_list_container li .pic img.lazy {
    height: 145px !important;
  }
}

@media (min-width:992px) {
  .article_info .article_cover img {
    width: 233px;
    height: 340px !important;
  }
}