.inner {
}

.inner-title {
  padding: 0 0 10px 0;
  color: #000;
  text-align: center;
}
.inner-title .small {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.inner-title .big {
  font-size: 12px;
  line-height: 18px;
  color: #c50319;
}

.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: 2vw;
  }

  .inner-title {
    padding: 0 0 2vw;
    text-align: left;
  }
  .inner-title .small {
    font-size: 1.2vw;
    line-height: 1.5vw;
    color: #000;
  }
  .inner-title .big {
    margin-top: 0.4vw;
    font-size: 1.8vw;
    line-height: 2vw;
    color: #c50319;
  }

  .inner-p p {
    font: 400 16px/30px "微软雅黑";
  }
}
