article {
  background: url(../images/inner-bg.jpg) repeat-y center 0;
}
.inner {
}

.inner-title {
  padding: 10px 0;
  text-align: center;
}
.inner-title .ch {
  font-size: 18px;
  line-height: 24px;
  color: rgba(152, 20, 16, 0.8);
}
.inner-title .en {
  font-size: 12px;
  line-height: 16px;
  color: #999999;
  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) {
  article {
    padding-bottom: 4vw;
  }

  .inner-title {
    padding: 3vw 0;
    text-align: left;
  }
  .inner-title .ch {
    font-size: 1.8vw;
    line-height: 2.4vw;
    color: rgba(152, 20, 16, 0.8);
  }
  .inner-title .en {
    font-size: 1vw;
    line-height: 1.2vw;
    color: #999999;
    text-transform: uppercase;
  }

  .inner-p p {
    font: 400 16px/30px "微软雅黑";
  }
}
