﻿.teachers > .content {
  margin: -8px;
  padding: 40px 0;
  box-sizing: border-box;
}
.teachers > .content > .item {
  float: left;
  width: 206px;
  height: 297px;
  margin: 8px;
  padding: 8px;
  border: 1px solid #e0e0e0;
  background-color: #FFFFFF;
  box-sizing: border-box;
  overflow: hidden;
}
.teachers > .content > .item > a {
  text-decoration: none;
  color: #000000;
}
.teachers > .content > .item > a > .avatar {
  display: block;
  width: 188px;
  height: 245px;
  background-color: #e0e0e0;
}
.teachers > .content > .item > a > .title {
  height: 34px;
}
.teachers > .content > .item > a > .title > .text {
  float: left;
  line-height: 34px;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}
.teachers > .content > .item > a > .title > .side {
  float: right;
  line-height: 34px;
  font-size: 13px;
  font-weight: 300;
  color: #666666;
}
.teachers > .content > .title {
  float: left;
  clear: both;
  width: 1540px;
  box-sizing: border-box;
  padding: 20px;
  margin: 40px 8px 22px 8px;
  border-bottom: 1px solid #e0e0e0;
  border-left: 10px solid #1E2187;
  font-size: 20px;
  font-weight: 500;
}
.teachers > .content > .title:first-child {
  margin-top: 0;
}

/*# sourceMappingURL=teachers.css.map */