@media (max-width:640px) {
  .banner {
    height: 43.75vw;
  }
  .news {
    width: 100%;
    padding-bottom: 50px;
  }
  .news .news-item {
    width: 100%;
  }
  .news .news-item .pic {
    height: auto;
  }
}