@import "../css/public.css";
.inner-header {
  background: url("/materialpub/images/special-bg.png") no-repeat center center;
}

.main-container {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0.32rem 0 0.12rem;
}
.ztzl-title {
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
  color: #333333;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 0.16rem;
  margin:10px auto;
}
.ztzl-title span {
  font-size: 0.4rem;
  color: #00785A;
}
.ztzl-title:after {
  content: "";
  width: 100%;
  height: 0.04rem;
  display: inline-block;
  position: absolute;
  background: #00785A;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.special-list {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
.special-list li {
  max-width: 4.6rem;
  width: 100%;
  height: 2.55rem;
  box-sizing: border-box;
  border-radius: 0.02rem;
  box-shadow: 0px 4px 10px 0px rgba(0, 120, 90, 0.1);
  background-color: #FFFFFF;
  padding: 0.16rem 0.18rem;
  overflow: hidden;
  margin-bottom: 0.3rem;
  position: relative;
}
.special-list li:hover img {
  transform: scale(1.1);
}
.special-list a {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.02rem;
}
.special-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out 0s;
}
.special-list:after {
  content: "";
  max-width: 4.6rem;
  width: 100%;
  height: 0.01rem;
  display: inline-block;
}
.Arctext {
    position: absolute;
    width: 180px;
    height: 75px;
    background: url(/materialpub/images/guidangym2.png) no-repeat center top;
    background-size: 100% 100%;
    right: 20px;
    top: 50px;
    z-index: 999;
    transform: rotate(27deg);
}
.Arctext p {
    margin-top: 35px;
    margin-left: -5px;
    font-size: 18px;
    color: #7a7a7a;
    display: block;
    text-align: center;
    line-height: 34px !important;
    font-weight: 600;
}
@media screen and (max-width: 1152px) {
  .special-list li {
    max-width: calc(50% - 0.1rem);
  }
}
@media screen and (max-width: 768px) {
  .special-list li {
    max-width: 100%;
    height: auto;
    max-height: 355rem;
  }
}
