.mzj-box {
  margin-top: 0.06rem;
  padding: 0 0.2rem;
}
.mzj-box .ly-box {
  float: left;
  width: 8.98rem;
}

.ly-box .ly {
  position: relative;
  margin-bottom: 0.36rem;
  padding: 0.4rem 0.25rem 0.15rem 0.25rem;
  box-sizing: border-box;
  border: solid 1px #ffc3c3;
  background-color: #fffcf8;
}
.ly-box .ly .ly-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0.2rem;
  top: -0.16rem;
  padding: 0 0.1rem;
  height: 0.32rem;
  background-color: #fffcf8;
}
.ly-box .ly .ly-title img {
  height: 0.22rem;
}
.ly-box .ly .ly-title span {
  font-size: 0.22rem;
  font-family: fzxbs;
  color: #ca1c1d;
}
.ly-box .ly .ly-title span:nth-child(2) {
  color: #eb8000;
}
.ly-box .ly .ly-list .ly-item {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.18rem;
  margin-bottom: 0.18rem;
  padding: 0 0.1rem;
  width: calc((100% - 0.54rem) / 4);
  height: 0.5rem;
  background-color: #fff5e2;
  box-sizing: border-box;
}
.ly-box .ly .ly-list .ly-item:nth-child(4n + 4) {
  margin-right: 0;
}
.ly-box .ly .ly-list .ly-item span {
  font-size: 0.18rem;
  letter-spacing: 1.35px;
  color: #000;
}
.ly-box .ly .ly-list .ly-item:hover span {
  color: #ca1c1d;
}

.hy-box {
  float: right;
  width: 4.28rem;
}
.hy-box .hy {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 0.15rem;
  margin-bottom: 0.19rem;
  width: calc((100% - 0.15rem) / 2);
  height: 1.53rem;
  background: url(../images/2024-zz-mzj-hy-bg01.png) no-repeat;
  background-size: cover;
}
.hy-box .hy:nth-of-type(2) {
  margin-right: 0;
  background-image: url(../images/2024-zz-mzj-hy-bg02.png);
}
.hy-box .hy img {
  max-height: 0.31rem;
}
.hy-box .hy:nth-of-type(2) img {
  max-height: .62rem;
}
/* .hy-box .hy span {
  display: block;
  margin-bottom: 0.03rem;
  font-size: 0.22rem;
  font-weight: 900;
  font-family: fzxbs;
  letter-spacing: 1.4px;
  color: #ca1c1d;
  text-shadow: 0 0 0.05rem #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.hy-box .hy:hover span {
  letter-spacing: 3px;
} */

.hy-box .zt-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.19rem;
  width: 100%;
  height: 1.16rem;
  background: url(../images/2024-zz-mzj-zt-bg01.png) no-repeat;
  background-size: cover;
}
.hy-box .zt-item:nth-of-type(4) {
  background-image: url(../images/2024-zz-mzj-zt-bg02.png);
}
.hy-box .zt-item img {
  max-height: 0.39rem;
}
.hy-box .zt-item:nth-of-type(4) img {
  margin-left: 0.8rem;
}

@media screen and (max-width: 768px) {
  .mzj-box {
    margin-top: 0.15rem;
    padding: 0 0.15rem;
  }
  .mzj-box .ly-box {
    float: none;
    width: 100%;
  }
  .ly-box .ly {
    margin-bottom: 0.2rem;
    padding: 0.25rem 0.15rem 0.05rem 0.15rem;
  }

  .ly-box .ly .ly-list .ly-item {
    float: left;
    margin-right: 0.15rem;
    margin-bottom: 0.15rem;
    padding: 0 0.1rem;
    width: calc((100% - 0.15rem) / 2);
    height: 0.5rem;
  }
  .ly-box .ly .ly-list .ly-item:nth-child(2n + 2) {
    margin-right: 0;
  }

  .hy-box {
    float: none;
    width: 100%;
  }
  .hy-box .hy {
    margin-right: 0.15rem;
    margin-bottom: 0.15rem;
    width: calc((100% - 0.15rem) / 2);
    height: 1.23rem;
  }
  .hy-box .zt-item {
    margin-bottom: 0.15rem;
    height: 1.16rem;
  }
}
