article {
  background-image: url(../images/about-bg.jpg);
}
.inside {
  background: rgba(255, 255, 255, 0.8);
}
.about-title {
  padding: 0 0 0.2rem;
}
.about-title img {
  width: 3.4rem;
}
.about-ad {
  padding: 0 0 0.2rem;
  font-weight: bold;
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #000;
}

.inside-p p {
  font: 400 14px/24px "微软雅黑";
  color: #000;
  text-align: justify;
}

.inside-p p img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .inside {
    padding: 3vw;
  }
  .about-title {
    padding: 0 0 1vw;
  }
  .about-title img {
    width: 17.6vw;
  }
  .about-ad {
    padding: 0 0 2vw;
    font-weight: bold;
    font-size: 1.5vw;
    line-height: 1.8vw;
    color: #000;
  }

  .inside-p p {
    font: 400 16px/30px "微软雅黑";
  }
}
