.bring {
  padding: 4rem 0 6rem;
}
.bring .con .left {
  float: left;
  width: 40%;
}
.bring .con .left .title h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
  display: inline-block;
  position: relative;
}
.bring .con .left .title h2:after {
  content: '';
  width: 2rem;
  height: 2rem;
  background: url(../img/about/sign_text.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -3rem;
  top: 54%;
  margin-top: -1rem;
}
.bring .con .left .tu {
  width: 22.8rem;
  margin: 2.5rem 0 2rem;
}
.bring .con .left .tu img {
  width: 100%;
}
.bring .con .left .text p {
  font-size: 0.9rem;
  color: #666;
  text-align: justify;
  line-height: 1.8;
}
.bring .con .right {
  float: right;
  width: 54%;
  padding-top: 3rem;
}
.bring .con .right img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bring {
    padding: 20px 0;
  }
  .bring .con .left {
    width: 100%;
  }
  .bring .con .left .title h2 {
    font-size: 18px;
  }
  .bring .con .left .title h2:after {
    width: 14px;
    height: 14px;
    right: -20px;
    margin-top: -7px;
    top: 56%;
  }
  .bring .con .left .tu {
    width: 260px;
    margin: 20px 0;
  }
  .bring .con .left .text p {
    font-size: 14px;
  }
  .bring .con .right {
    width: 100%;
    margin-top: 20px;
    padding-top: 0;
  }
}
/*# sourceMappingURL=people_bring.css.map */