.zxzt {
  padding: 1rem 3rem 0;
  overflow: hidden;
}
.zxzt .zxztBanner {
  width: 100%;
  margin-bottom: 3rem;
  border-radius: 1rem;
  overflow: hidden;
}
.zxzt ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 0.8rem;
  overflow: hidden;
}
.zxzt ul li {
  width: 33.4rem;
  height: 30.4rem;
  margin: 0 2.2rem 2.2rem 0;
  background: #f8f8f8;
  border-radius: 1rem;
  overflow: hidden;
}
.zxzt ul li:nth-child(2n) {
  margin-right: 0;
  overflow: hidden;
}
.zxzt ul li a {
  display: block;
}
.zxzt ul li img {
  width: 100%;
  height: 23.8rem;
}
.zxzt ul li h2 {
  height: 6.6rem;
  line-height: 6.6rem;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zxzt .zxztMore {
  display: block;
  text-align: center;
  margin-bottom: 3rem;
}

