.teacherList .teacherList-con {
  font-size: 0; }
  .teacherList .teacherList-con .con-content .wy-teacher {
    padding: 0;
    position: relative; }
    .teacherList .teacherList-con .con-content .wy-teacher:hover .teacher-ewm {
      transform: translateY(0); }
    .teacherList .teacherList-con .con-content .wy-teacher .pic {
      width: 100%;
      height: 245px;
      background-size: contain;
      border-radius: 0; }
    .teacherList .teacherList-con .con-content .wy-teacher .teacher-ewm {
      width: 100%;
      height: 245px;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.5);
      transform: translateY(-100%);
      transition: all 0.3s;
      display: grid;
      align-items: center;
      justify-items: center; }
      .teacherList .teacherList-con .con-content .wy-teacher .teacher-ewm img {
        width: 50%; }
    .teacherList .teacherList-con .con-content .wy-teacher .teacher-bottom {
      padding: 20px; }
      .teacherList .teacherList-con .con-content .wy-teacher .teacher-bottom .time {
        font-size: 14px;
        color: var(--vice-font-color, #666666);
        margin-top: 5px;
        text-align: center; }
      .teacherList .teacherList-con .con-content .wy-teacher .teacher-bottom .brief {
        text-align: center; }
        .teacherList .teacherList-con .con-content .wy-teacher .teacher-bottom .brief span {
          display: inline-block;
          text-align: left; }

/*# sourceMappingURL=list.css.map */
