.common-right {
  padding-top: 2%;
}

.common-right .teacher_list .list {
  float: left;
  width: 46%;
  margin-right: 7%;
  margin-bottom: 3.4%;
}

.common-right .teacher_list .list:nth-child(2n) {
  margin-right: 0;
}

.common-right .teacher_list .list a {
  display: block;
}

.common-right .teacher_list .list a .left {
  float: left;
  width: 28%;
  height: 166px;
}

.common-right .teacher_list .list a .left img {
  width: 100%;
  height: 100%;
}

.common-right .teacher_list .list a .right {
  float: left;
  width: 72%;
  height: 166px;
  padding: 7.5% 7% 4% 8%;
  background: #F7F7F7;
}

.common-right .teacher_list .list a .right .top {
  padding-bottom: 6%;
  margin-bottom: 10%;
  border-bottom: 1px solid #90B4D6;
}

.common-right .teacher_list .list a .right .top .name {
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #000000;
}

.common-right .teacher_list .list a .right .btm span {
  color: #0E59A2;
  font-size: 14px;
  font-weight: 800;
}

.common-right .teacher_list .list a .right .btm p {
  color: #666666;
  font-size: 14px;
}

.common-right .teacher_list .list a .right .btm .post {
  margin-bottom: 3%;
}

@media (max-width: 500px) {
  .common-right .teacher_list .list {
    width: 100%;
  }
}
