@charset "UTF-8";

.list-service001 .box-item {
  position: relative;
  margin-bottom: 0.4rem;
  padding: 0.3rem 0.5rem;
  border-radius: 0.1rem;
  min-height: 2.2rem;
  box-shadow: 0 0 10px rgba(71, 139, 118, 0.12);
  background-size: cover;
}
.list-service001 .box-item .content img{
  max-width: 100%;
}
.list-service001 .box-item .img-num {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: -0.4rem;
}

.list-service001 .box-item .img-num img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.list-service001 .box-item .img-num p {
  font-size: 0.32rem;
  font-weight: 500;
  font-family: 宋体 黑体 serif;
  color: #fff;
  z-index: 2;
}

.list-service001 .box-item .img-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.list-service001 .box-item .img-bg.img1 {
  width: 3.11rem;
}

.list-service001 .box-item .img-bg.img2 {
  width: 2.7rem;
}

.list-service001 .box-item h2 {
  width: 100%;
  font-size: 0.24rem;
  color: #478b76;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.2rem;
}
@media (max-width: 960px) {
  #area-list li {
    width: 48%!important;
    min-width: auto!important;
  }
  .list-service001 .box-item {
    padding: 20px;
  }

  .list-service001 .box-item .img-num {
    width: 40px;
    height: 40px;
    left: -20px;
  }

  .list-service001 .box-item .img-num p {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  #area-list {
    gap: unset;
  }
  #area-list li {
      width: 100% !important;
    }
}
/*# sourceMappingURL=list-service001.css.map */