.section-title {
  border-bottom: solid 1px #ebebeb;
  text-align: left;
}
.section-title span {
  font-size: 21.6px;
  font-size: calc(24 * var(--font-scale) * 1px);
  font-weight: bold;
  color: #0764cc;
  padding-bottom: 18px;
  border-bottom: solid 4px #0764cc;
  display: inline-block;
}

.ztzl-list {
  min-height: 400px;
  margin-top: 15px;
  *zoom: 1;
}
.ztzl-list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.ztzl-list a {
  display: block;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 18.07142%;
  margin-left: 2.410725%;
  margin-top: 36px;
}
.ztzl-list a:nth-of-type(5n + 1) {
  margin-left: 0;
}
.ztzl-list a .img-container {
  height: 0;
  padding-top: 61.26482%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.ztzl-list a .img-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.ztzl-list a span {
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ztzl-list a:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 1450px) {
  .section-title span {
    padding-bottom: 0.9375vw;
    border-bottom: solid 0.20833vw #0764cc;
  }
  .ztzl-list {
    margin-top: 0.78125vw;
  }
  .ztzl-list a {
    margin-top: 1.875vw;
  }
  .ztzl-list a span {
    margin-top: 1.04167vw;
  }
}
@media screen and (max-width: 992px) {
  .section-title span {
    font-size: 19.8px;
    font-size: calc(22 * var(--font-scale) * 1px);
    padding-bottom: 10px;
    border-bottom: solid 4px #0764cc;
  }
  .ztzl-list {
    min-height: auto;
    margin-top: 0;
  }
  .ztzl-list a {
    width: 49%;
    margin-left: 2%;
    margin-top: 15px;
  }
  .ztzl-list a:nth-of-type(5n + 1) {
    margin-left: 2%;
  }
  .ztzl-list a:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .ztzl-list a span {
    margin-top: 10px;
  }
}