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