.team-container .team-list {
  margin-top: 100px;
  padding-bottom: 40px;
}
@media (max-width: 750px) {
  .team-container .team-list {
    margin-top: 30px;
  }
}
.team-container .team-list .team-item {
  display: flex;
  padding: 80px 100px;
}
.team-container .team-list .team-item:nth-child(odd) {
  background: #f7f7f7;
}
@media (max-width: 1500px) {
  .team-container .team-list .team-item {
    padding: 70px 90px;
  }
}
@media (max-width: 1200px) {
  .team-container .team-list .team-item {
    padding: 70px 80px;
  }
}
@media (max-width: 850px) {
  .team-container .team-list .team-item {
    padding: 40px 60px;
  }
}
@media (max-width: 750px) {
  .team-container .team-list .team-item {
    padding: 40px 50px;
    display: block;
  }
}
@media (max-width: 700px) {
  .team-container .team-list .team-item {
    padding: 30px 30px;
  }
}
.team-container .team-list .team-item .team-item-img-box {
  width: 240px;
  flex-shrink: 0;
}
@media (max-width: 750px) {
  .team-container .team-list .team-item .team-item-img-box {
    width: 100%;
  }
}
.team-container .team-list .team-item .team-item-img-box span {
  width: 180px;
  display: block;
  position: relative;
}
@media (max-width: 750px) {
  .team-container .team-list .team-item .team-item-img-box span {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.team-container .team-list .team-item .team-item-img-box span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 36px;
  background: #0d55aa;
  bottom: -13px;
  right: -22px;
}
.team-container .team-list .team-item .team-item-img-box span .team-img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.team-container .team-list .team-item .team-item-img-box span .team-img-sub-img {
  position: absolute;
  left: -20px;
  bottom: 0;
}
@media (max-width: 750px) {
  .team-container .team-list .team-item .team-item-info-box {
    text-align: center;
  }
}
.team-container .team-list .team-item .team-item-info-box .teacher-name {
  font-size: 26px;
  font-weight: bold;
  color: #001e61;
}
.team-container .team-list .team-item .team-item-info-box .teacher-title .teacher-title-text {
  background: #d6061c;
  border-radius: 50px;
  color: white;
  display: inline-block;
  padding: 0 20px;
  margin-top: 15px;
}
.team-container .team-list .team-item .team-item-info-box .teacher-title .teacher-title-text .icon {
  position: relative;
  top: -3px;
  width: 25px;
}
@media (max-width: 750px) {
  .team-container .team-list .team-item .team-item-info-box .teacher-title .teacher-title-text .icon {
    display: none;
  }
}
.team-container .team-list .team-item .team-item-info-box .teacher-desc {
  margin-top: 15px;
  font-weight: 500;
  position: relative;
}
.team-container .team-list .team-item .team-item-info-box .teacher-desc:after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 95%;
  left: 0;
  border-bottom: 1px solid #e2e2e2;
}
.team-container .team-list .team-item .team-item-info-box .teacher-info-text {
  display: flex;
  margin-top: 30px;
}
.team-container .team-list .team-item .team-item-info-box .teacher-info-text .icon-box .icon {
  width: 35px;
  margin-right: 20px;
}
@media (max-width: 750px) {
  .team-container .team-list .team-item .team-item-info-box .teacher-info-text .icon-box .icon {
    display: none;
  }
}
.team-container .team-list .team-item .team-item-info-box .teacher-info-text .text-box {
  text-align: justify;
}
/*# sourceMappingURL=team.css.map */