.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;
}

.zfxxgkml-items {
  *zoom: 1;
  min-height: 300px;
  margin-bottom: 40px;
}
.zfxxgkml-items:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.zfxxgkml-items li {
  float: left;
  display: block;
  position: relative;
  margin-left: 2.857148%;
  width: 14.28571%;
  height: 148px;
  margin-top: 38px;
}
.zfxxgkml-items li:nth-child(6n+1) {
  margin-left: 0;
}
.zfxxgkml-items li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #f5f4f4;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.zfxxgkml-items li a img {
  height: 39px;
  margin: 40px auto 18px;
  display: block;
}
.zfxxgkml-items li a h1 {
  text-align: center;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  font-weight: normal;
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.zfxxgkml-items li a:hover {
  background: rgb(235, 243, 250);
}
.zfxxgkml-items li a:hover img {
  -webkit-animation: bounce-down 1.6s linear infinite;
          animation: bounce-down 1.6s linear infinite;
}
.zfxxgkml-items li a:hover h1 {
  color: #0764cc;
  font-weight: bold;
}

@media screen and (max-width: 1450px) {
  .section-title span {
    padding-bottom: 0.9375vw;
    border-bottom: solid 0.20833vw #0764cc;
  }
  .zfxxgkml-items li {
    height: 7.70833vw;
    margin-top: 1.97917vw;
  }
  .zfxxgkml-items li a img {
    height: 2.03125vw;
    margin: 2.08333vw auto 0.9375vw;
  }
}
@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;
  }
  .zfxxgkml-items {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .zfxxgkml-items li {
    margin-left: 2%;
    width: 32%;
    height: 90px;
    margin-top: 2%;
  }
  .zfxxgkml-items li:nth-child(6n+1) {
    margin-left: 2%;
  }
  .zfxxgkml-items li:nth-child(3n+1) {
    margin-left: 0;
  }
  .zfxxgkml-items li a img {
    height: 30px;
    margin: 15px auto 10px;
    display: block;
  }
  .zfxxgkml-items li a h1 {
    text-align: center;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    margin: 0;
    padding: 0 5px;
  }
  .zfxxgkml-items li a:hover {
    background: rgb(235, 243, 250);
  }
  .zfxxgkml-items li a:hover img {
    -webkit-animation: bounce-down 1.6s linear infinite;
            animation: bounce-down 1.6s linear infinite;
  }
  .zfxxgkml-items li a:hover h1 {
    color: #0764cc;
    font-weight: bold;
  }
}