.about {
  padding: 60px;
}

.about-title {
  font-size: 30px;
  line-height: 1;
}

.about-content {
  margin: 30px 0;
  overflow: hidden;
  line-height: 2;
}

.about-content * {
  /*margin-bottom: 26px !important;*/
  line-height: 34px !important;
  font-family: "微软雅黑" !important;
  font-size: 16px !important;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 15px;
  }

  .about-title {
    font-size: 16px;
    line-height: 1;
  }

  /*.about-content {
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.5;
  }

  .about-content p{
    overflow: hidden;
    margin-bottom: 15px;
    font-family: "微软雅黑";
  }*/
}
img {
  width: 100%;
  height: auto;
}