@charset "UTF-8";
/* * 首页人才培养 */
.personBg {
  width: 100%;
  background:
    linear-gradient(180deg, rgba(7, 74, 45, 0.84), rgba(7, 74, 45, 0.9)),
    url(../../2023/img/person/personBg.png) 100% 100% no-repeat;
  background-size: 100% 100%;
  min-height: 36rem;
  margin-top: 15%;
  position: relative;
}

.personBg:before {
  content: '';
  position: absolute;
  top: -3rem;
  left: 0;
  border-color: transparent rgba(7, 74, 45, 0.22);
  border-width: 3rem 0 0 50rem;
  border-style: solid;
}

.personBg:after {
  content: '';
  position: absolute;
  top: -3rem;
  right: 0;
  border-color: rgba(7, 74, 45, 0.22) transparent;
  border-width: 0 0 3rem 50rem;
  border-style: solid;
}

.person_title {
  z-index: 9;
  position: relative;
  width: 100%;
  height: 0;
}
.person_title .person-top-box {
  width: 12.5rem;
  height: 12.5rem;
  position: absolute;
  left: 50%;
  top: -3.125rem;
  transform: translate(-50%, -50%);
}
.person_title .person-top-box .tit-more-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.person_title .person-top-box .tit-more-box h2 {
  width: 100%;
  height: 100%;
  margin: 0;
}
.person_title .person-top-box .tit-more-box .more {
  right: 10%;
  bottom: 15%;
}
.person_title .tit-bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f6cf05, #eaa202 50%);
  border-radius: 0.25rem;
  box-shadow: 0px 0.125rem 0.5rem 0px rgba(0, 0, 0, 0.3);
  transform: rotate(45deg);
}

.person_title h2 {
  writing-mode: tb-rl;
  font-size: 2.125rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 16rem;
  height: 12.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.person_title h2:before {
  content: '';
  display: block;
  width: 0.0625rem;
  height: 4.375rem;
  background: #fff;
  position: absolute;
  left: 30%;
  top: 0.1875rem;
}

.person_title .more {
  opacity: 0.8;
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
  writing-mode: tb-rl;
}

.person_box {
  height: 100%;
  margin: 0 auto;
  padding-top: 11.25rem;
  display: flex;
  flex-direction: row;
  position: relative;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.person_list {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}

.pserson_item {
  width: 18.4%;
  display: flex;
  flex-direction: column;
}

.person_item_top {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1.35rem 1.5rem 1rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.16);
  position: relative;
  width: 100%;
  margin: 0;
  justify-content: flex-start;
}

.item_top_box {
  width: 100%;
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 0;
  border-radius: 1rem 1rem 0 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.person_item_top:after {
  display: none;
}

.person_img {
  width: 2.25rem;
  height: 100%;
  margin-right: 0.85rem;
  flex-shrink: 0;
}

.person_img > img {
  width: 100%;
  height: 100%;
}

.person_item_top .item-h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  min-width: 3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.person_item_message {
  width: 100%;
  flex: 1;
  min-height: 14.75rem;
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 0;
  border-radius: 0 0 1rem 1rem;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 1.125rem 2rem rgba(0, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  /* justify-content: center; */
  margin: 0 auto;
  padding: 0.6rem 0 0.9rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.person_item_message .person_item_message_item:last-of-type {
  margin-bottom: 0;
}

.person_item_message_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
  cursor: pointer;
  padding-left: 18%;
}

.person_item_message_item .sign {
  width: 0.5rem;
  height: 0.5rem;
  opacity: 0.8;
  background: #ffffff;
  transform: rotate(45deg);
  transition: all 600ms ease-in-out;
}

.person_item_message_item:hover .sign {
  background: #ffeb1b;
}

.person_item_message_item p a {
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
  min-width: 8rem;
  margin-left: 0.75rem;
  text-decoration: none;
  transition: all 600ms ease-in-out;
}

.person_item_message_item:hover p a {
  color: #ffeb1b;
}

.person_item_message_item p {
  list-style-type: none;
  margin: 0;
}


@media (max-width: 768px) {
  .personBg {
    margin-top: 25.641vw;
    height: 488vw;
    background: url(../../2023/img/phone/personBg2.png) 100% 100% no-repeat;
    margin-bottom: -4px;
  }
  .personBg::before {
    border-width: 3rem 0 0 50vw;
  }
  .personBg::after {
    border-width: 0 0 3rem 50vw;
  }
  .person_title .person-top-box {
    width: 34.6667vw;
    height: 34.6667vw;
  }
  .person_title h2 {
    font-size: 5.3333vw;
  }
  .person_title .person-top-box .tit-more-box {
    width: 51.2vw;
    height: 200px;
  }
  .person_title .person-top-box .tit-more-box h2 {
    margin: 0;
  }
  .person_title {
    width: 100%;
  }
  .person_title .person-top-box .tit-more-box .more {
    right: 13.3333vw;
    bottom: 12.0667vw;
  }
  .person_list {
    display: block;
    margin-top: 26.6667vw;
  }
  .pserson_item {
    width: 65.0667vw;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
  }
  .person_item_top .item-h4 {
    font-size: 4.5333vw;
  }
  .item_top_box {
    text-align: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .person_item_top {
    width: auto;
    display: inline-block;
    padding: 0 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  .person_item_top .person_img,
  .person_item_top .item-h4 {
    display: inline-block;
    vertical-align: middle;
  }
  .person_item_top:after {
    background: rgba(255, 255, 255, 0.6);
    display: block;
  }
  .person_item_message {
    height: auto;
    padding-top: 5.3333vw;
    padding-bottom: 5.3333vw;
    box-shadow: 0px 3px 3.7333vw rgba(0, 0, 0, 0.1);
    border: 1px dashed rgba(255, 255, 255, 0.48);
    border-radius: 0.125rem;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    margin-top: 5.3333vw;
  }
  .person_item_message_item {
    padding-left: 18%;
    margin-bottom: 3.7333vw;
  }
  .person_item_message_item p a {
    margin-left: 5.3333vw;
  }
  .person_title h2:before {
    height: 10.6667vw;
    top: 6.8vw;
    left: 35%;
  }
}
@media (min-width: 375px) and (max-width: 414px) and (min-height: 848px) {
  .personBg {
    height: 468vw;
  }
}
@media (max-width: 360px) {
  .personBg {
    height: 500vw;
  }
}