@charset "UTF-8";
.banner_Nav .talent_banner {
  background-image: url(../../2023/img/talent_banner.png);
}

/* * 教师团队 */
.type_box {
  width: 100%;
  /* height: 146px; */
 /*  background: #fff; */
  /* display: flex;
  align-items: flex-start; */
  padding: 1.25rem 2.5rem;
  padding-top: 1.625rem;
  padding-bottom: 0;
  margin: 1.875rem auto;
  margin-bottom: 2.5rem;
  /* position: absolute; */
}
/*.teacher_box{*/
/*  margin-top: 400px;*/
/*}*/

.type_item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.type_item .type_span {
  font-size: 0.875rem;
  color: #333;
  min-width: 4.375rem;
  white-space: pre;
  margin-top: 0.25rem;
  height: auto;
  line-height: initial;
}

.type_citem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 0.625rem;
}
.two-level {
  position: relative;
  margin-top: 1rem;
}
.two-level-teach {
  position: relative;
}
.two-level-teach,
.three-level-teach,
.four-level-teach {
  /* width: 1200px; */
  /* margin-top: 14px; */
}
.three-level-teach,
.four-level-teach {
  /* position: absolute;
  left: 0; */
}
.new_center {
  position: relative;
}

.type_citem > .three-li > a.active + .four-level-teach {
  display: flex;
}
.type_citem .type_citem {
  width: calc(100% - 4.375rem);
  flex-wrap: wrap;
}
.type_citem li {
  height: auto;
  font-size: 0.875rem;
  line-height: initial;
  margin-left: 0.5rem;
  margin-bottom: 1.25rem;
  cursor: pointer;
  padding: 0.375rem 0.75rem;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  height: 100%;
  align-items: center;
  color: #555;
  transition: all 600ms ease-in-out;
  /* border-bottom: 1px solid transparent; */
}
.type_citem li {
  font-size: 0.875rem;
  position: relative;
}
.type_citem li::after {
  display: block;
  content: '';
  width: calc(100% - 0.75rem * 2);
  margin: 0 auto;
  height: 1px;
  background: transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: all 0.5s ease-in-out;
}
.type_citem li.selected {
  background: none;
  color: #1da066;
  font-weight: bold;
  /* border-color: #eaa200; */
}
.type_citem li.selected::after {
  background: #eaa200;
}
.type_citem li a {
  padding: 0.1875rem 0.8125rem;
  border-radius: 0.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  height: 100%;
  align-items: center;
  color: #555;
  transition: all 600ms ease-in-out;
}
.empty_P {
  font-size: 0.875rem;
  text-align: center;
  margin: 1.25rem auto;
}
.type_citem .three-level-teach {
  /* display: none; */
}
.type_citem > li:hover {
  color: #1da066;
}

/* .two-level-teach > .type_citem > li:hover > a,
.three-level-teach > .type_citem > .three-li:hover > a,
.four-level-teach > .type_citem > li:hover > a {
  background: #eaa200;
} */
/* .type_citem > li.active {
  background: #eaa200;
} */
/* .type_citem > li > a.active {
  background: #eaa200;
  color: #fff;
} */
.type_citem > li > a.active + .three-level-teach {
  display: flex;
}
/* .type_citem li.active > a {
  color: #fff;
} */

.teacher_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  flex-wrap: wrap;
}
.teacher_list .teacher_item {
  width: 18.125rem;
  height: 27.75rem;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0px 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
  margin-right: 4.0625rem;
  margin-bottom: 2.5rem;
  transition: all 600ms ease-in-out;
}

.teacher_list .teacher_item:hover {
  box-shadow: 0px 0.1875rem 0.9375rem rgba(0, 0, 0, 0.16);
}
.teacher_list .teacher_item:hover .item_message {
  background: #1da066;
}
.teacher_list .teacher_item:hover .item_message::after {
  border-color: transparent #1da066;
}
.teacher_list .teacher_item:hover .item_message .item_nav h4,
.teacher_list .teacher_item:hover .item_message .item_nav p {
  color: #fff;
}
.teacher_item {
  position: relative;
}
.teacher_item .team_img {
  width: 18.125rem;
  height: 21.25rem;
  overflow: hidden;
}
.teacher_item .team_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 600ms ease-in-out;
}
.teacher_item .item_message {
  width: 100%;
  height: 6rem;
  background: #fdfbed;
  padding: 0 2.25rem;
  transition: all 600ms ease-in-out;
}
.teacher_item .item_message::after {
  content: '';
  position: absolute;
  top: -2.9rem;
  left: 0;
  border-color: transparent #fdfbed;
  border-width: 3rem 0 0 21rem;
  border-style: solid;
  transition: all 600ms ease-in-out;
}
.teacher_item .item_message::before {
  content: '';
  display: block;
  width: 0.25rem;
  height: 8rem;
  background: #eaa200;
  position: absolute;
  left: 1.25rem;
  bottom: 2.2rem;
  z-index: 11;
}
.teacher_item .item_message .item_nav {
  /* padding-top: 10px; */
}
.teacher_item .item_message .item_nav h4 {
  margin-top: 0;
  color: #004811;
  font-weight: bold;
  transition: all 600ms ease-in-out;
}
.teacher_item .item_message .item_nav p {
  font-size: 1rem;
  color: #333;
  transition: all 600ms ease-in-out;
}

.teacher_box {
  width: 100%;
  min-height: 29.75rem;
  overflow: hidden;
}

.tab-cnt .cnt-item {
  display: none;
}

.tab-cnt .cnt-item.show {
  display: block;
}
/* 领导队伍 1214修改*/
/* .teacher_list.leader_team .teacher_item {
  height: 380px;
} */
/* 全部教师的样式 */
.container2-fy {
  width: 80rem;
}
.teacher_item .team_img {
  height: 100%;
}
.teacher_item > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.item_message {
  position: absolute;
  bottom: 0;
  left: 0;
}
.leader_team {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
}
.leader_team .teacher_item {
  background: #fff;
  width: calc((100% - 1.875rem) / 2);
  margin-right: 1.875rem;
  margin-bottom: 2.5rem;
  transition: all 500ms ease-in-out;
}
.leader_team .teacher_item:nth-child(2n) {
  margin-right: 0;
}
.leader_team .teacher_item .team_img {
  /* width: 100%; */
  width: 11.75rem;
  height: 16rem;
  position: relative;
  z-index: 2;
}
.leader_team .teacher_item .team_img img {
  max-width: 100%;
}
.leader_team .teacher_item > a {
  display: flex;
  align-items: flex-start;
  height: 100%;
  border: 1px solid #ddd;
  padding: 1.25rem;
  position: relative;
}

.leader_team .msg_detail {
  flex: 1;
  overflow: hidden;
  transition: all 500ms ease-in-out;
  position: relative;
  z-index: 2;
}

.leader_team .msg_detail .item_nav {
  padding: 0.8rem 1rem;
  padding-left: 1.6rem;
  padding-bottom: 0;
  padding-right: 0;
}
.leader_team .msg_detail .item_nav::before {
  content: '';
  transition: all 500ms ease-in-out;
}
.leader_team .msg_detail .item_nav h4 {
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
  /* width: 10rem; */
  margin-right: 1rem;
  width: auto;
  padding: 0 0.875rem;
  padding-bottom: 0.8rem;
  border-bottom: 0.0625rem solid #1da066;
}
.leader_team .item_nav .title {
  position: relative;
  display: flex;
  align-items: center;
}
.leader_team .item_nav .title i {
  display: none;
  width: 11.25rem;
  height: 0.0625rem;
  background: #1da066;
  position: absolute;
  bottom: -0.6rem;
  left: -1.6rem;
  transition: all 500ms ease-in-out;
}
.leader_team .item_nav .title p {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0;
  display: flex;
  align-items: center;
  flex: 1;
}
.leader_team .item_nav .title p::before {
  display: block;
  content: '';
  width: 0.125rem;
  height: 1rem;
  background: #333;
  margin-right: 1rem;
}
.leader_team .msg_detail .item_nav p {
  color: #333;
  font-size: 1rem;
}
.leader_team .msg_detail .item_nav .text {
  color: #333;
  font-size: 1rem;
  margin-top: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.leader_team .msg_detail .item_nav .user_info {
  word-wrap: break-word;
  word-break: break-all;
}
.leader_team .msg_detail .item_nav .email_text {
  text-decoration: underline #333;
}
.leader_team a .train {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.1;
  z-index: 0;
  display: block;
  width: 0%;
  height: 4.75rem;
  background: #1da066;
  border-radius: 0 25rem 0 0;
  transition: all 500ms ease-in-out;
  overflow: hidden;
}
.leader_team .msg_detail .more_text {
  position: absolute;
  bottom: 2.25rem;
  right: -1.8rem;
  color: #fff;
  opacity: 0;
  transition: all 500ms ease-in-out;
}
.leader_team .teacher_item .item_message {
  transition: all 500ms ease-in-out;
}
.leader_team .teacher_item:hover .title i {
  background: #eaa200;
}
.leader_team .teacher_item:hover .msg_detail .item_nav::before {
  top: 0;
  opacity: 1;
  transition-delay: 500ms;
}
.leader_team .teacher_item:hover {
  box-shadow: 0px 0px 0.3125rem rgba(234, 162, 0, 0.4);
}
.leader_team .teacher_item:hover a .train {
  width: 100%;
}
.leader_team .teacher_item:hover .team_img img {
  transform: scale(1.1);
}
.leader_team .teacher_item:hover .msg_detail .more_text {
  right: 1.8rem;
  opacity: 1;
  transition-delay: 500ms;
}
@media (min-width: 2600px) {
  .four-level-teach li span::after {
    background-size: 14% auto;
  }
}
@media (min-width: 768px) {
  .four-level-teach {
    /* display: none; */
    position: absolute;
    left: 0;
    top: 4.75rem;
  }
  .four-level-teach .type_span {
    display: none;
  }
  .four-level-teach .serial-list {
    display: block;
    width: 13.75rem;
  }
  .four-level-teach li {
    padding: 0;
    margin-left: 0;
    position: relative;
    width: 100%;
    height: 3.25rem;
    border: none;
  }

  .four-level-teach li span {
    display: block;
    width: 100%;
    color: #000;
    font-size: 1rem;
    height: 2.875rem;
    padding-right: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    transition: all 0.5s ease-in-out;
    left: 0;
    top: 0;
    z-index: 3;
  }
  .four-level-teach li span::after {
    display: block;
    content: '';
    width: 2.625rem;
    height: 2.5rem;
    border-left: 1px solid #ddd;
    background-image: url('../../2023/img/ce-next1.png');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0.1875rem;
    right: 0;
    z-index: 4;
    transition: all 0.5s ease-in-out;
  }
  .four-level-teach li i {
    display: block;
    width: 100%;
    height: 2.875rem;
    background-image: url('../../2023/img/ce-bg1.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all 0.5s ease-in-out;
  }
  .four-level-teach li::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 2.6875rem;
    z-index: 0;
    background: url('../../2023/img/ce-bg3.png') no-repeat center;
    background-size: 100% auto;
    background-position: center;
    transition: all 0.5s ease-in-out;
  }
  .four-level-teach li.selected,
  .four-level-teach li:hover {
    border: none;
  }
  .four-level-teach li.selected::after,
  .four-level-teach li:hover::after {
    display: none;
  }
  .four-level-teach li.selected i,
  .four-level-teach li:hover i {
    background-image: url('../../2023/img/ce-bg2.png');
  }
  .four-level-teach li.selected span::after,
  .four-level-teach li:hover span::after {
    background-image: url('../../2023/img/ce-next2.png');
  }
  .four-level-teach li.selected span,
  .four-level-teach li:hover span {
    color: #fff;
  }
  .teacher_box.result .teacher-list {
    margin-left: 17.5rem;
  }
  .teacher_list .teacher_item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .type_box {
    padding: 0;
    height: auto;
    margin: 3.4667vw auto;
    background: none;
  }
  .type_citem {
    flex-wrap: wrap;
  }
  .type_box .type_item .type_span {
    font-size: 3.0769vw;
    min-width: 14.8718vw;
  }
  .two-level-teach,
  .three-level-teach,
  .four-level-teach {
    width: 100%;
  }

  .type_citem li {
    font-size: 3.2vw;
    padding: 1.0256vw 2.5641vw;
    margin-left: 0;
    margin-right: 1.4667vw;
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 2.5641vw;
  }
  .type_citem li:last-of-type {
    margin-right: 0;
  }
  .type_citem li a {
    font-size: 3.2vw;
  }

  .teacher_list {
    padding-top: 2.5641vw;
  }
  .teacher_list .teacher_item {
    width: calc(50% - 0.625rem);
    margin-right: 1.2rem;
    margin-bottom: 7.6923vw;
    height: auto;
  }
  .teacher_list .teacher_item:nth-child(2n) {
    margin-right: 0;
  }
  .teacher_item .team_img {
    width: 100%;
    height: 87.1795vw;
  }
  .teacher_item .item_message::after {
    border-width: 3rem 0 0 100vw;
  }
  .teacher_item .item_message::before,
  .leader_team .msg_detail .item_nav::before {
    height: 8rem;
  }
  .teacher_item .item_message .item_nav {
    padding-top: 0;
  }
  .teacher_item .item_message {
    height: 6rem;
  }
  /* 全部教师 */
  .leader_team {
    display: block;
    margin-top: 1.6rem;
  }
  .leader_team .teacher_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
  .leader_team .teacher_item .team_img {
    width: 35vw;
  }

  .leader_team .teacher_item > a {
  }
  .leader_team a .train {
    margin: 0 auto;
  }
  .leader_team .msg_detail .item_nav {
    padding-right: 0;
    padding-left: 1.3rem;
  }
  .leader_team .item_nav .title {
    margin-bottom: 0;
  }
  .teacher_item .item_message .item_nav h4,
  .leader_team .msg_detail .item_nav h4 {
    font-size: 3.7333vw;
  }
  .teacher_item .item_message .item_nav p,
  .leader_team .msg_detail .item_nav p {
    font-size: 3.0769vw;
  }
  .leader_team .msg_detail .item_nav .text,
  .leader_team .msg_detail .item_nav .user_info {
    font-size: 3vw;
  }
  .leader_team .msg_detail .item_nav h4 {
    margin-top: 0;
    font-size: 3.4vw;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    /* width: 21vw; */
  }
  .leader_team .msg_detail .item_nav .text {
  }
  .leader_team .msg_detail .item_nav .user_info {
    margin-top: 3vw;
  }
}