/**
 * Created by Mr.xie on 2018/11/7 10:23.
 */
/*前缀兼容样式 start*/
/*单行省略*/
/*多行省略*/
/*背景线性渐变*/
/*opacity*/
/*前缀兼容样式 end*/
#teacherIntro .container .now-position {
  line-height: 36px;
  margin-top: 10px;
}
#teacherIntro .container .now-position a:hover {
  color: #5457c6;
}
#teacherIntro .container .type-selection {
  line-height: 30px;
  padding-left: 60px;
  padding-bottom: 14px;
  margin-top: 30px;
  border-bottom: 1px solid #eaeaff;
  position: relative;
}
#teacherIntro .container .type-selection .label {
  position: absolute;
  top: 0;
  left: 0;
}
#teacherIntro .container .type-selection .list-item {
  float: left;
  padding-right: 18px;
  padding-left: 18px;
  margin-left: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
#teacherIntro .container .type-selection .list-item:hover {
  color: #5457c6;
}
#teacherIntro .container .type-selection .list-item.active {
  color: #fff;
  background-color: #5d61e7;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#teacherIntro .container .empty img {
  margin-top: 105px;
  margin-bottom: 40px;
}
#teacherIntro .container .section-1 > .list {
  margin: 0 -8px;
}
#teacherIntro .container .section-1 > .list .list-item {
  width: 290px;
  height: 310px;
  line-height: 24px;
  margin: 87px 7px 10px;
  padding-right: 33px;
  padding-left: 33px;
  background: url("/resource/img/home/img_03.png") center center no-repeat;
  float: left;
  position: relative;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#teacherIntro .container .section-1 > .list .list-item a {
  width: 100%;
  height: 100%;
  color: #ffffff;
}
#teacherIntro .container .section-1 > .list .list-item a .cover-img {
  width: 132px;
  height: 132px;
  background-color: transparent;
  box-shadow: 0 0 3px #ccc6ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  top: -67px;
  right: 0;
  left: 0;
  margin: auto;
}
#teacherIntro .container .section-1 > .list .list-item a .name {
  font-size: 18px;
  margin-top: -49px;
  margin-bottom: 40px;
}
#teacherIntro .container .section-1 > .list .list-item a .context {
  height: 72px;
  margin-bottom: 34px;
  overflow: hidden;
}
#teacherIntro .container .section-1 > .list .list-item a button {
  width: 80px;
  height: 28px;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: solid 1px #fff;
}
#teacherIntro .container .section-1 > .list .list-item a button:hover {
  color: #5ccbff;
  border: solid 1px #5ccbff;
}
#teacherIntro .container .section-1 > .list .list-item:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 -1px 12px 0 #b8b8b8;
  -moz-box-shadow: 0 -1px 12px 0 #b8b8b8;
  box-shadow: 0 -1px 12px 0 #b8b8b8;
}
#teacherIntro .container .section-1 #pageWrap {
  margin-top: 30px;
}
#teacherIntro .container .section-1 #pageWrap .layui-laypage > * {
  margin: 0 5px;
  background-color: #f0f2f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
#teacherIntro .container .section-1 #pageWrap .layui-laypage a:hover,
#teacherIntro .container .section-1 #pageWrap .layui-laypage a:active {
  color: #5d61e7;
}
/*# sourceMappingURL=teacherIntro.css.map */