.inner {
}

.about-title {
  padding: 0 0 0.2rem;
  text-align: center;
  color: #333;
}
.about-title .ch {
  font-size: 0.36rem;
  line-height: 0.48rem;
}
.about-title .en {
  font-size: 12px;
  line-height: 20px;
}

.inner-p p {
  font: 400 14px/24px "微软雅黑";
  color: #000;
  text-align: justify;
}

.inner-p p img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .inner {
  }

  .about-title {
    padding: 0 0 2vw;
    text-align: left;
    color: #333;
  }
  .about-title .ch {
    font-size: 1.5vw;
    line-height: 1.8vw;
  }
  .about-title .en {
    font-size: 0.8vw;
    line-height: 1.2vw;
  }

  .inner-p p {
    font: 400 16px/30px "微软雅黑";
  }
}
