.inner {
}

.inner-title {
  padding: 10px 0;
  color: #000;
  text-align: center;
}
.inner-title .ch {
  font-size: 18px;
  line-height: 20px;
}
.inner-title .en {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.inner-p p {
  font: 400 14px/24px "微软雅黑";
  color: #000;
  text-align: justify;
}

.inner-p p img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .inner {
    padding: 1vw 0 4vw;
  }

  .inner-title {
    padding: 1.2vw 0 2.4;
    color: #000;
    text-align: left;
  }
  .inner-title .ch {
    font-size: 1.5vw;
    line-height: 1.6vw;
  }
  .inner-title .en {
    font-size: 12px;
    line-height: 16px;
  }

  .inner-p p {
    font: 400 16px/30px "微软雅黑";
  }
}
