html,
body {
  width: 100%;
  height: 100%;
}

html .teacher-list,
body .teacher-list {
  width: 100%;
  height: 100%;
}

html .teacher-list .content,
body .teacher-list .content {
  width: 1100px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 70px;
}

html .teacher-list .content .text-style,
body .teacher-list .content .text-style {
  width: 184px;
  height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html .teacher-list .content .list-title,
body .teacher-list .content .list-title {
  margin-top: 60px;
  text-align: center;
  font-size: 44px;
  color: #9B480A;
  line-height: 44px;
}

html .teacher-list .content .sub-title,
body .teacher-list .content .sub-title {
  text-indent: 2em;
  margin-top: 60px;

  font-size: 20px;
  color: #4A4A4A;
  letter-spacing: 0;
  line-height: 32px;
}

html .teacher-list .content ul,
body .teacher-list .content ul {
  overflow: hidden;
}

html .teacher-list .content ul li:hover,
body .teacher-list .content ul li:hover {
  cursor: pointer;
}

html .teacher-list .content ul li,
body .teacher-list .content ul li {
  width: 202px !important;
  height: auto;
  margin-right: 21px;
  float: left;
  margin-top: 60px;
}
body .teacher-list .content ul li:nth-child(5),body .teacher-list .content ul li:nth-child(10),body .teacher-list .content ul li:nth-child(15),body .teacher-list .content ul li:nth-child(20) {
  margin-right: 0;
}

html .teacher-list .content ul li div:nth-child(1):hover .backdrop,
body .teacher-list .content ul li div:nth-child(1):hover .backdrop {
  display: block;
  cursor: pointer;
}

html .teacher-list .content ul li div:nth-child(1):hover .icon-search,
body .teacher-list .content ul li div:nth-child(1):hover .icon-search {
  display: block;
  cursor: pointer;
}

html .teacher-list .content ul li div:nth-child(1),
body .teacher-list .content ul li div:nth-child(1) {
  width: 202px;
  height: 270px;
  position: relative;
}

html .teacher-list .content ul li div:nth-child(1) .backdrop,
body .teacher-list .content ul li div:nth-child(1) .backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  width: 202px;
  height: 270px;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
  display: none;
}

html .teacher-list .content ul li div:nth-child(1) .icon-search,
body .teacher-list .content ul li div:nth-child(1) .icon-search {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 30;
  margin-top: -30px;
  margin-left: -30px;
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/icon-search.png) no-repeat center center;
  display: none;
}

html .teacher-list .content ul li div:nth-child(1) img,
body .teacher-list .content ul li div:nth-child(1) img {
  width: 100%;
  height: 100%;
}

html .teacher-list .content ul li div:nth-child(2),
body .teacher-list .content ul li div:nth-child(2) {
  margin: 6px 0;
  font-size: 22px;
  color: #9B480A;
}

html .teacher-list .content ul li div:nth-child(3),
body .teacher-list .content ul li div:nth-child(3) {
  font-size: 14px;
  color: #9B480A;
  line-height: 16px;
}


/*# sourceMappingURL=teacher-list.css.map */