article {
  background-image: url(../images/inside-bg.jpg);
}

.inside-title {
  padding: 0 0 10px 0;
  font: bold 16px/30px "微软雅黑";
  color: #fff;
  text-align: center;
}

.inside-p p {
  font: 400 14px/24px "微软雅黑";
  color: #fff;
  text-align: justify;
}

.inside-p p img {
  max-width: 100%;
  margin: 10px 0;
}

/* honor */
.honor {
  padding: 0.2rem 0;
}
.honor-title {
  color: #fff;
  text-align: center;
}
.honor-title .ch {
  font-size: 18px;
  line-height: 24px;
}
.honor-title .en {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.honor-ad {
  padding: 0.2rem 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
.honor-img {
  text-align: center;
}
.honor-img img {
  max-width: 100%;
}
@media (min-width: 1200px) {
  article {
    padding-bottom: 4vw;
  }
  .about {
    padding: 0 0;
  }

  .inside-p p {
    font: 400 16px/30px "微软雅黑";
  }

  .honor {
    padding: 3.5vw 0;
  }
  .honor-title {
    color: #fff;
    text-align: center;
  }
  .honor-title .ch {
    font-size: 1.8vw;
    line-height: 2.4vw;
  }
  .honor-title .en {
    font-size: 0.8vw;
    line-height: 1.2vw;
    text-transform: uppercase;
  }
  .honor-ad {
    padding: 2vw 0 4vw;
    font-size: 0.9vw;
    line-height: 1.4vw;
    color: #fff;
    text-align: center;
  }
  .honor-img {
    text-align: center;
  }
  .honor-img img {
    max-width: 100%;
  }
}
