.teacher-list-banner {
  position: relative;
  height: 416px;
  background: #0b0933 url(/images/teacher-list-banner.png) center center no-repeat;
  background-size: auto 100%;
}

.teacher-list {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.teacher-item {
  flex-shrink: 0;
  width: calc(50% - 5px);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.09);
  margin-bottom: 18px;
  padding: 16px;
  background: #fff;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
}
.teacher-item .img-scale {
  flex-shrink: 0;
  margin-right: 20px;
  width: 35%;
}
.teacher-item .img-scale .wrap {
  padding-top: 132%;
}
.teacher-item .detail {
  overflow: hidden;
  flex-grow: 1;
}
.teacher-item .detail .title {
  margin-top: 14px;
  line-height: 34px;
  font-weight: 700;
  font-size: 18px;
}
.teacher-item .detail .content {
  overflow: hidden;
  height: 96px;
  margin-bottom: 24px;
  line-height: 24px;
  font-size: 14px;
  text-align: justify;
  color: #666;
}
.teacher-item .detail .class {
  position: relative;
  padding-left: 12px;
  line-height: 32px;
  font-size: 14px;
}
.teacher-item .detail .class:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 12px;
  background: #50AA00;
}
.teacher-item .detail .class-list .item {
  display: inline-block;
  margin-right: 8px;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  border: 1px solid #ddddf0;
  border-radius: 16px;
}

.page-current {
  padding: 16px 0;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}

.info-box {
  display: flex;
  padding: 35px 7%;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.09);
}
.info-box .left .name {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}
.info-box .left .class-list {
  margin-top: 25px;
}
.info-box .left .class-list .item {
  display: inline-block;
  margin-right: 8px;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  border: 1px solid #ddddf0;
  border-radius: 16px;
}
.info-box .left .brief {
  margin-top: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  line-height: 26px;
}
.info-box .right {
  margin-left: 5%;
  padding-left: 25px;
  border-left: 1px solid #EFEFEF;
}
.info-box .right .img {
  width: 277px;
  height: 369px;
}

/*# sourceMappingURL=expert.css.map */
