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