.teacher-row {
  display: flex;
  margin-bottom: 22rem;
  padding: 0 35rem;
}
.teacher-row .teacher-item {
  flex: 0 0 43%;
  display: flex;
  background-color: #F6F6F6;
  padding: 27rem 24rem 26rem 24rem;
}
.teacher-row .teacher-item:first-child {
  margin-right: 24rem;
}
.teacher-row .teacher-face,
.teacher-row .student-face {
  flex: 0 0 154rem;
  height: 190rem;
  overflow: hidden;
  margin-right: 16rem;
  cursor: pointer;
}
.teacher-row .teacher-face img,
.teacher-row .student-face img {
  width: 100%;
}
.teacher-row .teacher-name {
  font-weight: 500;
  font-size: 20rem;
  color: #2B2B36;
  margin-bottom: 20rem;
}
.teacher-row .teacher-jj {
  font-weight: 400;
  font-size: 16rem;
  color: #9198A8;
  margin-bottom: 10rem;
  line-height: 1.4;
}
.course-select-box {
  display: flex;
  align-items: center;
}
.course-select-box .course-select {
  color: #4B5879;
  font-size: 16rem;
  margin-right: 10rem;
}
#teacherItemBox {
  min-height: 550rem;
}
.course-title-row {
  display: flex;
  font-weight: 400;
  font-size: 24rem;
  color: #2B2B36;
  line-height: 35rem;
  padding: 30rem 0 30rem 35rem;
}
.course-title-row .right-line {
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: 20rem;
}
.course-title-row .right-line span {
  height: 1px;
  background-color: #ddd;
  width: 100%;
}
.course-box {
  padding: 0 35rem;
}
.course-row {
  display: flex;
  margin-bottom: 16rem;
}
.course-row .course-item {
  margin-right: 50rem;
  cursor: pointer;
}
.course-row .course-cover {
  width: 310rem;
  height: 190rem;
  overflow: hidden;
}
.course-row .course-cover img {
  width: 100%;
}
.course-row .course-title {
  width: 310rem;
  font-weight: 400;
  font-size: 20rem;
  color: #2B2B36;
  line-height: 26rem;
  margin-top: 20rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.course-more {
  background-color: #ECF4F8;
  height: 44rem;
  line-height: 44rem;
  color: #9198A8;
  font-size: 16rem;
  text-align: center;
  margin-top: 45rem;
  cursor: pointer;
}
.teacher-details {
  padding: 20rem 26rem;
  border: 1px solid #ddd;
  min-height: 550rem;
}
.teacher-item {
  display: flex;
  line-height: 1;
}
.teacher-item .teacher-cover {
  width: 154rem;
  overflow: hidden;
  margin-right: 17rem;
}
.teacher-item .teacher-cover img {
  width: 100%;
}
.teacher-item .teacher-name-box {
  display: flex;
  align-items: center;
  margin-bottom: 17rem;
}
.teacher-item .teacher-name-box .teacher-name {
  font-weight: 400;
  font-size: 24rem;
  color: #4E5969;
}
.teacher-item .teacher-name-box span {
  border: 1px solid #077AFF;
  text-align: center;
  color: #077AFF;
  font-size: 16rem;
  padding: 10rem;
  margin-left: 22rem;
}
.teacher-item .teacher-sub-title {
  font-weight: 400;
  font-size: 20rem;
  color: #666666;
  margin-bottom: 15rem;
}
.teacher-item .teacher-sub-title:first-child {
  margin-bottom: 10rem;
}
.teacher-item .teacher-zz-box {
  display: flex;
  margin-top: 24rem;
}
.teacher-item .teacher-zz-box .teacher-zz {
  padding: 10rem;
  background-color: #E7F7FF;
  border: 1px solid #74B3FF;
  text-align: center;
  margin-right: 8rem;
}
.teacher-item .teacher-zz-box .zz-title {
  font-weight: 400;
  font-size: 12rem;
  color: #2B2B36;
  line-height: 20rem;
}
.teacher-item .teacher-zz-box .zz-sub-title {
  font-weight: 400;
  font-size: 10rem;
  color: #4B5879;
  line-height: 24rem;
}
.teacher-content {
  margin-top: 30rem;
}
.event-info-box {
  display: flex;
  justify-content: space-between;
}
.event-info-content {
  flex: 1;
  padding: 0 20rem;
  border: 1px solid #DDDDDD;
  margin-right: 20rem;
  box-sizing: border-box;
  overflow: hidden;
}
/*# sourceMappingURL=trainingCourses.css.map */