article {
  background-image: url(../images/inside-bg.jpg);
}
.inside {
}

.inside-title {
  padding: 0 0 10px 0;
}

.inside-title .big {
  font-size: 18px;
  line-height: 24px;
  color: #009c79;
}
.inside-title .small {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.inside-p p {
  font: 400 14px/24px "微软雅黑";
  color: #000;
  text-align: justify;
}

.inside-p p img {
  max-width: 100%;
  margin: 12px 0;
}

@media (min-width: 1200px) {
  article {
    padding-bottom: 8vw;
  }

  .inside-title {
    padding: 0 0 2vw;
  }
  .inside-title .big {
    font-size: 1.8vw;
    line-height: 2.4vw;
    color: #009c79;
  }
  .inside-title .small {
    font-size: 1.2vw;
    line-height: 1.5vw;
    color: #333;
  }

  .inside-p p {
    font: 400 16px/30px "微软雅黑";
  }
}
