.about-us {
  width: 787px;
  padding: 32px;
  margin-bottom: 100px;
  background: #fff;
  text-align: justify;
}

.about-us h2 {
  font-size: 24px;
  font-weight: 300;
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}

.about-us h2 span {
  margin-left: 10px;
  color: #707070;
  font-size: 18px;
  font-style: italic;
}

.about-us .about-title{
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}
.about-us .about-title h1{
  font-size: 24px;
  font-weight: 300;
  display: inline-block;
}
.about-us .about-title span{
  margin-left: 10px;
  color: #707070;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.about-us h3 {
  font-size: 18px;
  color: #232323;
  position: relative;
  padding-left: 12px;
  margin: 30px 0;
}

.about-us h3::before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 3px;
  height: 22px;
  background: #fac335;
}

.about-us p.w340 {
  float: left;
  width: 340px;
  margin: 0 0 16px 16px;
  color: #707070;
  font-size: 14px;
}

.class-advantage {
  margin: 22px 0 22px 15px;
  padding-left: 195px;
  min-height: 100px;
  position: relative;
  color: #707070;
  font-size: 14px;
}

.class-advantage img {
  position: absolute;
  top: 0;
  left: 0;
}

.class-advantage h4 {
  color: #232323;
  margin-bottom: 22px;
}

.class-intro {
  padding: 0 15px;
  font-size: 16px;
  color: #707070;
  line-height: 23px;
}

.class-intro h4 {
  font-size: 16px;
  display: inline-block;
  padding: 3px 10px;
  background: #000080;
  color: #fff;
  margin: 14px 0;
}

.class-intro p {
  font-size: 16px;
  color: #707070;
  line-height: 1.8;
  margin-bottom: 12px;
}
.class-intro  p img{
   max-width: 100%;
}

.class-intro p.point {
  position: relative;
}

.class-intro p.point::before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #707070;
}

.class-intro p.text-center {
  text-align: center;
}

.origin {
  margin-top: 20px;
  font-size: 14px;
  color: #707070;
}

.origin span {
  margin-left: 50px;
}
/*# sourceMappingURL=about-us.css.map */
