@charset "UTF-8";
body {
  padding-top: px2Rem(70px);
}

/*媒体查询,不同屏幕下的根元素字体大小设置，利于rem*/
@media screen and (max-width: 8360px) {
  html {
    font-size: 83.6px !important;
  }
}
@media screen and (max-width: 8160px) {
  html {
    font-size: 81.6px !important;
  }
}
@media screen and (max-width: 7960px) {
  html {
    font-size: 79.6px !important;
  }
}
@media screen and (max-width: 7760px) {
  html {
    font-size: 77.6px !important;
  }
}
@media screen and (max-width: 7560px) {
  html {
    font-size: 75.6px !important;
  }
}
@media screen and (max-width: 7360px) {
  html {
    font-size: 73.6px !important;
  }
}
@media screen and (max-width: 7160px) {
  html {
    font-size: 71.6px !important;
  }
}
@media screen and (max-width: 6960px) {
  html {
    font-size: 69.6px !important;
  }
}
@media screen and (max-width: 6760px) {
  html {
    font-size: 67.6px !important;
  }
}
@media screen and (max-width: 6560px) {
  html {
    font-size: 65.6px !important;
  }
}
@media screen and (max-width: 6360px) {
  html {
    font-size: 63.6px !important;
  }
}
@media screen and (max-width: 6160px) {
  html {
    font-size: 61.6px !important;
  }
}
@media screen and (max-width: 5960px) {
  html {
    font-size: 59.6px !important;
  }
}
@media screen and (max-width: 5760px) {
  html {
    font-size: 57.6px !important;
  }
}
@media screen and (max-width: 5560px) {
  html {
    font-size: 55.6px !important;
  }
}
@media screen and (max-width: 5360px) {
  html {
    font-size: 53.6px !important;
  }
}
@media screen and (max-width: 5160px) {
  html {
    font-size: 51.6px !important;
  }
}
@media screen and (max-width: 4960px) {
  html {
    font-size: 49.6px !important;
  }
}
@media screen and (max-width: 4760px) {
  html {
    font-size: 47.6px !important;
  }
}
@media screen and (max-width: 4560px) {
  html {
    font-size: 45.6px !important;
  }
}
@media screen and (max-width: 4360px) {
  html {
    font-size: 43.6px !important;
  }
}
@media screen and (max-width: 4160px) {
  html {
    font-size: 41.6px !important;
  }
}
@media screen and (max-width: 3960px) {
  html {
    font-size: 39.6px !important;
  }
}
@media screen and (max-width: 3760px) {
  html {
    font-size: 37.6px !important;
  }
}
@media screen and (max-width: 3560px) {
  html {
    font-size: 35.6px !important;
  }
}
@media screen and (max-width: 3360px) {
  html {
    font-size: 33.6px !important;
  }
}
@media screen and (max-width: 3160px) {
  html {
    font-size: 31.6px !important;
  }
}
@media screen and (max-width: 2960px) {
  html {
    font-size: 29.6px !important;
  }
}
@media screen and (max-width: 2760px) {
  html {
    font-size: 27.6px !important;
  }
}
@media screen and (max-width: 2560px) {
  html {
    font-size: 25.6px !important;
  }
}
@media screen and (max-width: 2360px) {
  html {
    font-size: 23.6px !important;
  }
}
@media screen and (max-width: 2160px) {
  html {
    font-size: 21.6px !important;
  }
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 19.2px !important;
  }
}
@media screen and (max-width: 1728px) {
  html {
    font-size: 17.28px !important;
  }
}
@media screen and (max-width: 1520px) {
  html {
    font-size: 15.2px !important;
  }
}
@media screen and (max-width: 1420px) {
  html {
    font-size: 14.2px !important;
  }
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 13.66px !important;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 12.8px !important;
  }
}
@media screen and (max-width: 1140px) {
  html {
    font-size: 11.4px !important;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 10.24px !important;
  }
}
@media screen and (max-width: 924px) {
  html {
    font-size: 9.24px !important;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 8px !important;
  }
}
@font-face {
  font-family: Times_New_Roman;
  src: url(../fonts/TimesNewRoman.ttf);
}
body {
  min-width: 0;
}

.team {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 5.787037037rem;
  background-image: url("../img/litang.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.team .team_bg {
  display: none;
}
.team .team_wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}
.team .team_wrap .team_left {
  position: absolute;
  top: 8.1018518519rem;
  left: 2.5462962963rem;
}
.team .team_wrap .team_left ul {
  display: flex;
  flex-direction: column;
}
.team .team_wrap .team_left ul li {
  margin-bottom: 0.7523148148rem;
}
.team .team_wrap .team_left ul li a {
  color: #000;
  font-size: 1.1574074074rem;
  font-weight: 800;
  transition: 0.3s;
}
.team .team_wrap .team_left ul li a:hover {
  color: #fccf00;
}
.team .team_wrap .team_left ul li a:active {
  color: #587558;
}
.team .team_wrap .team_left ul li:last-child {
  margin-bottom: 0;
}
.team .team_wrap .team_center {
  padding-top: 8.1018518519rem;
  width: 60.1273148148rem;
  transform: translateX(65px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 1.9675925926rem;
}
.team .team_wrap .team_center .team_center_top {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
.team .team_wrap .team_center .team_center_top .text {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.team .team_wrap .team_center .team_center_top .text h3 {
  color: #000;
  font-size: 1.9675925926rem;
  font-weight: 700;
  margin-bottom: 0.462962963rem;
}
.team .team_wrap .team_center .team_center_top .text h4 {
  line-height: 1.32;
  color: #666;
  font-size: 1.0416666667rem;
  font-weight: 600;
  max-width: 53.2407407407rem;
}
.team .team_wrap .team_center .team_center_top .text h4 sup {
  font-size: 0.7523148148rem;
}
.team .team_wrap .team_center .team_center_top .text h5 {
  line-height: 1.2;
  color: #000;
  font-size: 1.5625rem;
  font-weight: 600;
}
.team .team_wrap .team_center .team_center_top .text p {
  line-height: 1.25;
  color: #000;
  font-size: 1.3310185185rem;
  font-weight: 500;
}
.team .team_wrap .team_center .team_center_bottom {
  text-align: justify;
  color: #000;
  font-size: 0.9837962963rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.18px;
  max-width: 56.712962963rem;
}
.team .team_wrap .team_center .team_center_bottom p + p {
  margin-top: 0.6944444444rem !important;
}
.team .team_wrap .team_center .team_center_bottom i {
  font-style: italic;
  font-family: Times_New_Roman;
}
.team .team_ph {
  position: relative;
  z-index: 1;
  transform: translateX(65px);
  width: 60.1273148148rem;
  padding: 2.8935185185rem 0 0rem;
  margin: 0 auto;
}
.team .team_ph h2 {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 1.8518518519rem;
  font-weight: 600;
  margin-bottom: 2.3148148148rem;
}
.team .team_ph h2 .xian {
  margin-right: 0.3472222222rem;
  width: 0.462962963rem;
  height: 1.4467592593rem;
  background-color: #587559;
}
.team .team_ph ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.team .team_ph ul li {
  display: flex;
  flex-direction: column;
  width: 17.4189814815rem;
}
.team .team_ph ul li .avg {
  width: 8.5069444444rem;
  height: 11.5162037037rem;
}
.team .team_ph ul li .avg img {
  width: 100%;
  height: 100%;
}
.team .team_ph ul li h3 {
  color: #000;
  font-size: 1.5625rem;
  font-weight: 600;
  margin: 0.5787037037rem 0;
}
.team .team_ph ul li p {
  width: 100%;
  color: #000;
  font-size: 0.9259259259rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: justify;
}
.team .team_student {
  position: relative;
  z-index: 1;
  transform: translateX(65px);
  width: 60.1273148148rem;
  padding: 2.8935185185rem 0 2.3148148148rem;
  margin: 0 auto;
}
.team .team_student h2 {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 1.8518518519rem;
  font-weight: 600;
  margin-bottom: 2.3148148148rem;
}
.team .team_student h2 .xian {
  margin-right: 0.3472222222rem;
  width: 0.462962963rem;
  height: 1.4467592593rem;
  background-color: #587559;
}
.team .team_student .team_student_first,
.team .team_student .team_student_last {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5046296296rem 2.1990740741rem;
  justify-content: stretch;
  margin-top: 1.5046296296rem;
}
.team .team_student .team_student_first:first-of-type,
.team .team_student .team_student_last:first-of-type {
  margin-top: 0;
}
.team .team_student .team_student_first li,
.team .team_student .team_student_last li {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 8.3333333333rem;
}
.team .team_student .team_student_first li h3,
.team .team_student .team_student_last li h3 {
  color: #000;
  font-size: 1.3310185185rem;
  font-weight: 700;
  margin: 0 0 0.5787037037rem;
}
.team .team_student .team_student_first li p,
.team .team_student .team_student_last li p {
  width: 100%;
  color: #000;
  font-size: 0.8680555556rem;
  font-weight: 500;
  line-height: 1.42;
  overflow-wrap: break-word;
  text-align: left;
}
.team .team_student.team_alumni {
  padding-top: 1.6203703704rem;
}
.team .team_student.team_alumni .team_student_first,
.team .team_student.team_alumni .team_student_last {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.0416666667rem 1.3888888889rem;
}
.team .team_student.team_alumni .team_student_first li,
.team .team_student.team_alumni .team_student_last li {
  min-height: auto;
  padding-top: 0.5787037037rem;
}
.team .team_student.team_alumni .team_student_first li p,
.team .team_student.team_alumni .team_student_last li p {
  font-size: 0.9837962963rem;
  font-weight: 600;
  text-align: left;
}

@media screen and (max-width: 1140px) {
  .team .team_wrap .team_left {
    display: none;
  }
  .team .team_wrap .team_center {
    width: calc(100% - 48px);
    transform: none;
    padding-top: 4.6296296296rem;
  }
  .team .team_student {
    width: calc(100% - 48px);
    transform: none;
  }
  .team .team_student .team_student_first,
  .team .team_student .team_student_last {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .team .team_student.team_alumni .team_student_first,
  .team .team_student.team_alumni .team_student_last {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 640px) {
  .team .team_wrap .team_center {
    width: calc(100% - 32px);
    padding-top: 3.2407407407rem;
  }
  .team .team_wrap .team_center .team_center_top .text h3 {
    font-size: 1.7361111111rem;
  }
  .team .team_wrap .team_center .team_center_top .text h4 {
    font-size: 0.9837962963rem;
  }
  .team .team_wrap .team_center .team_center_bottom {
    font-size: 0.9259259259rem;
  }
  .team .team_student {
    width: calc(100% - 32px);
  }
  .team .team_student h2 {
    margin-bottom: 1.3888888889rem;
  }
  .team .team_student .team_student_first,
  .team .team_student .team_student_last, .team .team_student.team_alumni .team_student_first, .team .team_student.team_alumni .team_student_last {
    grid-template-columns: 1fr;
    gap: 1.2731481481rem;
  }
}

/*# sourceMappingURL=Team.css.map */
