.page-aboutus{

}

.title{
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  margin-top: 20px;
  text-align: center;
}
.content{
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-top: 10px;
  margin-bottom: 20px;
  flex-basis: 0;
  flex-shrink: 0;
  overflow: hidden;
  word-wrap:break-word;
  word-break:break-all;
}
.content p{
  text-indent: 2em;
  text-align:justify;
  text-justify:inter-ideograph;
  line-height: 28px;
  margin: 0;
}

.aboutimg{
  vertical-align: middle;
  width: 100%;
}
