﻿nav a:hover {
  color: #fff; }

.teacher-box {
  margin-top: 40px; }
  .teacher-box .teachers-box .teacher-list {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .teacher-box .teachers-box .teacher-list li {
      width: 235px;
      margin-right: 10px;
      margin-bottom: 60px; }
      .teacher-box .teachers-box .teacher-list li a {
        display: block;
        width: 100%; }
        .teacher-box .teachers-box .teacher-list li a img {
          width: 100%;
          height: 340px;
          object-fit: cover;
          display: block; }
        .teacher-box .teachers-box .teacher-list li a p.teacher-name {
          font-size: 24px;
          font-family: Microsoft YaHei;
          font-weight: 400;
          color: #000000;
          line-height: 36px;
          text-align: center;
          margin-top: 20px; }
        .teacher-box .teachers-box .teacher-list li a p.teacher-intro {
          font-size: 16px;
          font-family: Microsoft YaHei;
          font-weight: 400;
          color: rgba(0, 0, 0, 0.8);
          line-height: 36px;
          text-align: center; }
  .teacher-box .teachers-box .pages {
    margin-top: 100px; }