.inner {
}

.inner-title {
  padding: 0 0 10px 0;
  font: bold 16px/30px "微软雅黑";
  color: #000;
  text-align: center;
}

.inner-p p {
  font: 400 14px/24px "微软雅黑";
  color: #000;
  text-align: justify;
}

.inner-p p img {
  width: 100%;
}

@media (min-width: 1200px) {
  article {
    padding-bottom: 18vw;
  }
  .inner {
    background: rgba(255, 255, 255, 0.3);
  }
  .about-detail {
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #000;
  }
  .about-title {
    padding: 0.2vw 0;
  }
  .about-title .ch {
    font-size: 2.4vw;
    line-height: 3.6vw;
    color: #000;
  }
  .about-title .ch span {
    color: #d7000f;
  }
  .about-title .en {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
  }
  .inner-p {
    margin: 2vw 0 0;
  }
  .inner-p p {
    font: 400 16px/30px "微软雅黑";
  }
}
