@media screen and (max-width: 992px) {
  .container {
    padding: 0 15px;
    padding: 0 2vw;
  }
  .ztzl-content {
    margin-top: 20px;
    margin-top: 2.66667vw;
    margin-bottom: 20px;
    margin-bottom: 2.66667vw;
    text-align: left;
  }

  .ztzl-content .items {
    margin-top: 20px;
    margin-top: 2.66667vw;
  }
  .ztzl-content .items li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    margin-bottom: 2.66667vw;
  }
  .ztzl-content .items li .img-container {
    width: 100%;
    height: 260px;
    height: 34.66667vw;
    border-top-left-radius: 8px;
    border-top-left-radius: 1.06667vw;
    border-top-right-radius: 8px;
    border-top-right-radius: 1.06667vw;
  }
  .ztzl-content .items li .name {
    height: 70px;
    height: 9.33333vw;
    line-height: 70px;
    line-height: 9.33333vw;
    font-size: 32px;
    font-size: 4.26667vw;
  }
}
