.zscx {
  height: 338px !important;
}
.zscx .query-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.zscx .query-list .query-item {
  width: 48%;
  margin-bottom: 30px;
  margin-right: 30px;
  position: relative;
}
.zscx .query-list .query-item img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.zscx .query-list .query-item a {
  position: absolute;
  bottom: 40px;
  left: 50px;
  width: 88px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  font-size: 14px;
}
.zscx .query-list .query-item .query1 {
  background: linear-gradient(#f6cf70, #f2b155);
  box-shadow: 0 0 5px #d3d3d3;
}
.zscx .query-list .query-item .query2 {
  background: #756bee;
  box-shadow: 0 0 5px #756bee;
}
.zscx .query-list .query-item .query3 {
  background: #71c3f5;
  box-shadow: 0 0 5px #71c3f5;
}
.zscx .query-list .query-item:hover img {
  transition: all 0.6s;
  transform: scale(1.05);
}
.zscx .query-list .query-item:hover a {
  transition: all 0.6s;
  transform: scale(1.1);
}
.zscx .query-list li:nth-child(n + 2) {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .zn-content .tzzy-main {
    padding: 2rem;
    height: auto !important;
  }
  .zn-content .query-list .query-item {
    width: 100%;
    margin-right: 0;
  }
  .zn-content .query-list .query-item a {
    bottom: 1.3rem;
    left: 3rem;
    width: 8rem;
    height: 2.2rem;
    line-height: 2.2rem;
  }
  .zn-content .query-list .query-item:hover img {
    transition: all 0s;
    transform: scale(1);
  }
  .zn-content .query-list .query-item:hover a {
    transition: all 0s;
    transform: scale(1);
  }
}
