.box .article {
  background-color: #e9e9e9;
  padding-bottom: 0.3rem;
}
.box .article .nav {
  height: 0.71rem;
  width: 100%;
  background: url(../images/serviceImg.png) no-repeat center center;
  background-size: 100% 100%;
}
.box .article .article-Title {
  padding: 0px 0.2rem;
  font-size: 0.22rem;
  text-align: center;
  font-weight: 400;
}
.box .article .article-Box {
  background-color: #ffffff;
  border-radius: 7px;
  width: 90%;
  padding-top: 0.22rem;
  margin: 0px 5%;
}
.box .article .article-Box .article-Box-Title {
  color: #125e93;
  text-align: center;
  font-size: 0.32rem;
}
.box .article .article-Box h2 {
  text-align: center;
  font-size: 0.2rem;
  font-weight: 400;
}
.box .article .article-Box .list {
  display: flex;
  justify-content: space-evenly;
}
.box .article .article-Box .list li {
  width: 33.33333%;
  text-align: center;
}
.box .article .article-Box .list li img {
  width: 1.6rem;
  height: 1.6rem;
}
.box .article .article-Box .list li p {
  font-size: 0.2rem;
}
.box .article .article-Box .ad {
  margin-top: 0.3rem;
  padding: 0px 0.2rem;
  padding-bottom: 0.25rem;
}
.box .article .article-Box .ad img {
  width: 100%;
  height: 100%;
}
