.list-mygzs001 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list-mygzs001 ul li {
  width: 49%;
  height: 2.4rem;
  margin-bottom: 0.15rem;
}

.list-mygzs001 ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  font-size: 0;
}

.list-mygzs001 ul li a img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}

.list-mygzs001 ul li a .tit {
  font-size: 0.32rem;
  color: #9F836F;
  transform: translateX(-0.88rem);
  white-space: nowrap;
  z-index: 1;
}

.list-mygzs001 ul li a:hover img {
  transform: scale(1.1);
}

@media (max-width: 960px) {
  .list-mygzs001 ul {
    display: block;
  }

  .list-mygzs001 ul li {
    width: 100%;
    height: 28vw;
    margin-bottom: 10px;
  }

  .list-mygzs001 ul li:last-child {
    margin-bottom: 0;
  }

  .list-mygzs001 ul li a .tit {
    font-size: 18px;
        transform: translateX(-55px);
  }
}

/*# sourceMappingURL=list-mygzs001.css.map */