.treatment-wrap {
  height: 518px;
  padding-top: 78px;
  background-color: #efefef;
}
.treatment-list {
  width: 1280px;
  margin: 28px auto 0;
  display: flex;
  text-align: center;
  justify-content: space-between;
}
.treatment-title {
  font-size: 20px;
  font-weight: bold;
  margin: 3px 0 24px;
}
.treatment-info {
  width: 156px;
  font-size: 14px;
  color: #818181;
  line-height: 27px;
  text-align: justify;
}


.company-wrap {
  padding-top: 66px;
  height: 810px;
}
.picture-wrap {
  width: 1180px;
  margin: 0 auto;
  position: relative;
}
.picture-wrap {
  margin-top: 93px;
  display: flex;
  justify-content: space-between;
}
.mid-picture {
  margin-top: -50px;
  margin-left: -241px;
  left: 50%;
  position: absolute;
}

.post-wrap {
  color: #fff;
  background-color: #efefef;
  position: relative;
  padding: 78px 0 88px;
  background-image: url('../imgs/line-flow.png');
  background-position: 0 bottom;
}
.post {
  width: 1280px;
  margin: 30px auto 0;
}
.post-list {
  margin-bottom: 74px;
}
.post-item {
  /* height: 270px; */
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 62px;
  box-shadow: 0 0 20px 10px rgba(92, 88, 88, 0.1);
}
.post-title {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
  border-bottom: 1px solid #777;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.post-info {
  font-size: 20px;
  color: #747474;
  line-height: 36px;
}
.apply {
  margin-top: 38px;
  text-align: center;
  font-size: 20px;
  color: #333333;
  line-height: 48px;
}
.email {
  font-size: 20px;
  font-weight: bold;
  color: #C61E20;
  line-height: 48px;
}