.inner {
}

.inner-title {
  padding: 0.2rem 0;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  text-align: left;
}

.inner-p p {
  font: 400 14px/24px "微软雅黑";
  color: #000;
  text-align: justify;
}

.inner p img {
  max-width: 100%;
}

.about-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
}
.about-li {
  width: 50%;
  padding: 0 0 0.2rem;
}
.about-li:nth-child(2n) {
  display: none;
}
.about-li-num {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
  line-height: 1;
}
.about-li-num span {
  font-size: 0.72rem;
  line-height: 0.6rem;
  color: #0a7ae0;
}
.about-li-p {
  margin-top: 0.1rem;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

@media (min-width: 1200px) {
  .inner {
    padding: 0 0 5vw;
  }

  .inner-title {
    padding: 2vw 0;
    font-size: 1.5vw;
    line-height: 1.8vw;
    color: #333;
    text-align: left;
  }
  .inner p {
    font: 400 16px/30px "微软雅黑";
    color: #333;
  }

  .about-ul {
    display: flex;
    justify-content: space-between;
    width: 62.4vw;
    margin: 0 auto;
    padding: 1.5vw 0;
  }
  .about-li {
    width: auto;
  }
  .about-li:nth-child(2n) {
    display: block;
  }
  .about-li-num {
    display: flex;
    align-items: flex-end;
    font-size: 0.9vw;
    line-height: 1;
  }
  .about-li-num span {
    font-size: 3.6vw;
    line-height: 3vw;
    color: #0a7ae0;
  }
  .about-li-p {
    margin-top: 0.4vw;
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #333;
  }
}
