.about {
  display: flex;
  flex-wrap: wrap;
}

.inner-left {
  order: 2;
  width: 100%;
}

.inner-left img {
  width: 100%;
}

.inner-right {
  order: 1;
}

.inner-title {
  padding: 0 0 10px;
  font: 700 16px/30px "微软雅黑";
  color: #000;
  text-align: center;
}

.inner-p p {
  font: 400 14px/24px "微软雅黑";
  color: #000;
  text-align: justify;
}

.inner-p p img {
  max-width: 100%;
}

.inner-right p {
  font: 400 14px/24px "微软雅黑";
  color: #000;
  text-align: justify;
}

@media (min-width: 1200px) {
  .about {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .inner-left {
    width: 28.4vw;
    order: 1;
  }

  .inner-left img {
    width: 100%;
  }

  .inner-right {
    width: 33.2vw;
    orphans: 2;
  }

  .inner-title {
    padding: 0 0 20px;
    font: 400 1.8vw/2.4vw "微软雅黑";
    color: #025bab;
    text-align: left;
  }

  .inner-p p {
    font: 400 16px/30px "微软雅黑";
  }

  .inner-right p {
    font: 400 16px/30px "微软雅黑";
  }
}
