.teacher-content {
  margin-left: 260px;
}

/* pc端 */
@media (min-width: 768px) {
  .personnel_top {
    width: 100%;
    height: 320px;
    background: url(../img/teacher_bg_new1.jpg);
    padding-top: 24px;
    background-size: cover;
  }

  .personnel_crumbs {
    height: 18px;
    opacity: 1;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 0px;

    color: rgba(78, 54, 158, 0.7);
    margin-left: 120px;
  }

  .personnel_box {
    align-items: flex-start;
    margin-top: 48px;
    /* margin-left: 120px; */
    display: flex;
    flex-direction: row;
  }

  .personnel_img {
    width: 200px;
    height: 200px;
    opacity: 1;

    background: url(../img/image_1.jpg);
    background-size: 100% !important;
    background-position: center;
  }

  .personnel_right {
    width: 70%;
    margin-left: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* margin-top: 100px; */
    padding-bottom: 18px;
  }

  .name {
/*    width: 64px;
    height: 45px;*/
    opacity: 1;

    font-family: PingFang SC;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 16px;
    color: #fff;
  }

  .introduce {
    /* width: 182px; */
    height: 20px;
    opacity: 1;

    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0px;
    margin-bottom: 8px;
    color: #fff;
  }

  .introduce:last-child {
    margin-bottom: 0px;
  }

  .personnel_con {
    margin: 34px 0px 100px;
    line-height: 30px;
  }

  .personnel_con p {
    margin-bottom: 32px;
  }

  .personnel_con p:last-child {
    margin-bottom: 0px;
  }
}

/* 移动端-窄屏*/
@media (max-width: 768px) {
  .personnel_top {
    width: 100%;
    /* height: 320px; */
    background: url(../img/teacher_bg_new1.jpg);
    background-size: cover;
    background-position: center;
    padding: 0 16px 32px 16px;
  }

  .personnel_crumbs {
    height: 18px;
    opacity: 1;

    font-family: PingFang SC;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 0px;

    color: rgba(78, 54, 158, 0.7);
    padding: 24px 0;
  }

  .personnel_img {
    width: 180px;
    height: 180px;
    opacity: 1;

    background: url(../img/image_1.jpg);
    background-size: 100% !important;
    background-position: center;
  }

  .personnel_box {
    margin-top: 24px;
  }

  .name {
    font-family: PingFang SC;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #fff;
  }

  .introduce {
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0px;

    color: #fff;
    margin-bottom: 12px;
  }

  .personnel_con {
    padding: 0 16px;
    padding-bottom: 100px;
    padding-top: 40px;
  }

  .personnel_con p {
    margin-bottom: 32px;
    line-height: 1.7;
  }

  .personnel_con p:last-child {
    margin-bottom: 0px;
  }

  .personnel_right {
    margin-top: 24px;
  }

  .personnel_right .name {
    margin-bottom: 16px;
  }

  .teacher-content {
    margin-left: 0px;
  }

  /* .personnel_box {
    margin-top: 48px;
    margin-left: 120px;
    display: flex;
    flex-direction: row;
  }

  .personnel_img {
    width: 180px;
    height: 180px;
    opacity: 1;

    background: url(../img/image_1.jpg);
    background-size: 100% !important;
    background-position: center;
  }
  .personnel_right {
    margin-left: 60px;
    margin-top: 100px;
  }
  .name {
/*    width: 64px;
    height: 45px;*/
    opacity: 1;

    font-family: PingFang SC;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 16px;
    color: #fff;
  }
  .introduce {
    /* width: 182px; */
    height: 20px;
    opacity: 1;

    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0px;

    color: #fff;
  }
  .personnel_con {
    margin: 34px 220px 100px 360px;
    line-height: 30px;
  } */
}