body,
html {
  scroll-behavior: smooth;
}

.main {
  position: relative;
  margin-bottom: 0.5rem;
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-pagination {
  bottom: 0.25rem;
  right: 2rem;
}

.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 0;
  background: #d8d8d8;
  width: 0.8rem;
  height: 0.06rem;
  margin-right: 0.1rem;
  float: left;
  overflow: hidden;
}

.swiper-pagination .swiper-pagination-bullet span {
  visibility: hidden;
  opacity: 0;
  display: block;
  width: 0;
  height: 100%;
  background: #c8141f;
  transition: width 6s linear;
  -webkit-transition: width 6s linear;
}

.swiper-pagination .swiper-pagination-bullet-active span {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-0width span {
  width: 0;
  transition: none;
  -webkit-transition: none;
}

.swiper-buttonPrev {
  left: 30px;
}

.swiper-buttonNext {
  right: 30px;
  transform: translateY(-50%) scale(-1, 1);
  -webkit-transform: translateY(-50%) scale(-1, 1);
}

.swiper-slide > img {
  width: 100%;
  height: 6.6rem;
  object-fit: cover;
}

.titlebar {
  border-bottom: unset;
}

.banner {
  position: relative;
}

.button {
  position: absolute;
  z-index: 10;
  padding: 20px 24px;
  max-height: 60px;
  background: #c91520;
  left: 2rem;
  bottom: -0.3rem;
}

.button img {
  width: 14px;
  height: 14px;
}

.area1 {
  margin-top: 0.5rem;
  background-color: rgba(243, 239, 230, 0.5);
  padding: 0.1rem 1rem 0.4rem;
}

.news_content {
  display: flex;
}

.news_content .news_r {
  flex: 1;
}

.news_l {
  margin-right: 0.64rem;
  width: 5.6rem;
}

.news_img {
  width: 100%;
  height: 2.36rem;
}

.news_img > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_int {
  display: flex;
  padding: 0.1rem 0.1rem 0.1rem 0.1rem;
  background: #f3efe6;
}

.news_int > .int_r {
  padding-top: unset;
}

.news_list {
  display: flex;
  padding: 0.15rem 0 0.06rem;
  border-bottom: 1px dashed #9f9f9f;
}

.news_list:first-child {
  padding-top: unset;
}

.news_list > a {
  display: contents;
}

.news_list:hover > .int_r {
  color: #c91520;
}

.int_l {
  font-family: Montserrat, Montserrat-Semibold;
  font-weight: 600;
  margin-right: 0.3rem;
}

.int_l .day {
  font-size: Max(0.24rem, 20px);
  text-align: center;
  color: #c91520;
  line-height: 0.24rem;
  margin-bottom: 4px;
}

.int_l .date {
  font-size: Max(0.12rem, 12px);
  text-align: left;
  color: #606366;
  line-height: 0.16rem;
}

.int_r {
  margin: 0.12rem 0 0.28rem;
  font-size: Max(0.16rem, 12px);
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #45423d;
  line-height: 1.2;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.area2 {
  display: flex;
  padding: 0.2rem 1rem;
}

.announcements {
  position: relative;
  margin-right: 0.8rem;
  width: calc(100% / 2 - 0.4rem);
}

.communication {
  width: calc(100% / 2 - 0.4rem);
}

.titlebar {
  margin-bottom: unset;
}

.an_list {
  display: flex;
  padding: 0.15rem 0 0.05rem;
  border-bottom: 1px dashed #9f9f9f;
}

.an_list:first-child {
  border-top: 1px solid #e1e6eb;
}

.an_list.choose {
  display: flex;
}

.an_list:hover > .int_r {
  color: #c91520;
}

.edu_cont {
  display: none;
}

.edu_cont.choose {
  display: block;
}

.stu_cont {
  display: none;
}

.stu_cont.choose {
  display: block;
}

.com_list {
  display: flex;
  padding: 0.15rem 0;
  border-bottom: 1px dashed #9f9f9f;
}

.com_list:first-child {
  border-top: 1px solid #e1e6eb;
}

.com_list img {
  max-width: unset;
  width: 1.6rem;
  height: 1rem;
  object-fit: cover;
}

.com_list:hover > .com_int > .title {
  color: #c91520;
}

.com_int {
  margin-left: 18px;
}

.com_int .time {
  font-size: Max(0.12rem, 12px);
  font-family: Montserrat, Montserrat-Semibold;
  font-weight: 600;
  text-align: left;
  color: #c53a3a;
  line-height: 0.16rem;
}

.com_int .title {
  margin: 4px 0;
  font-size: Max(0.16rem, 12px);
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #45423d;
  line-height: 1.6;
}

.com_int .abstract {
  opacity: 0.7;
  font-size: Max(0.14rem, 12px);
  font-family: PingFang SC, PingFang SC-Thin;
  font-weight: 200;
  text-align: left;
  color: #404040;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.area3 {
  background: #c53a3a;
  padding: 0.4rem 1rem 0.6rem;
  margin-bottom: 0.6rem;
  min-height: 4rem;
}

.area3 .titlebar {
  padding: 15px 0;
}

.re_cn {
  margin-right: 0.2rem;
  font-size: Max(0.2rem, 16px);
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  line-height: 0.26rem;
  letter-spacing: 4px;
}

.re_en {
  opacity: 0.41;
  font-size: Max(0.2rem, 12px);
  font-family: Montserrat, Montserrat-Medium;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  line-height: 0.26rem;
  letter-spacing: 4px;
}

.re_content {
  display: flex;
}

.re_l {
  width: 2.8rem;
}

.text.choice .con_cn,
.text.choice .con_en {
  font-weight: 600;
  color: #ffffff;
}

.text::after {
  content: "/";
  display: block;
  opacity: 0.7;
  margin: 0.25rem 0.1rem 0.25rem 0.17rem;
  opacity: 0.7;
  font-size: 0.24rem;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #cbb58f;
  line-height: 0.28rem;
}

.text:last-child::after {
  display: none;
}

.text .con_cn {
  display: inline-block;
  margin-right: 0.1rem;
  font-size: Max(0.24rem, 14px);
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: rgba(203, 181, 143, 0.7);
  line-height: 0.28rem;
}

.text .con_en {
  display: inline-block;
  margin: auto 0;
  opacity: 0.28;
  font-size: Max(0.12rem, 12px);
  font-family: Montserrat, Montserrat-Medium;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  line-height: 0.15rem;
}

.re_r {
  display: none;
  margin-left: 0.9rem;
}

.re_r.choice {
  display: block;
}

.re_list {
  margin-right: 0.28rem;
  width: calc(100% / 3);
}

.re_list > a > img {
  width: 100%;
  height: 2.1rem;
  object-fit: cover;
}

.re_list:last-child {
  margin-right: unset;
}

.re_list1 {
  min-width: 3.4rem;
}

.re_list1 .re_img {
  position: relative;
}

.re_list1 .re_img img {
  width: 100%;
  height: 1.8rem;
  object-fit: cover;
}

.re_list1 .re_img a {
  position: absolute;
  right: 0.3rem;
  top: 0.6rem;
  width: 1.8rem;
  font-size: 0.18rem;
  font-family: Songti SC, Songti SC-Black;
  font-weight: 900;
  text-align: center;
  color: #ad894d;
}

.re_list2 .re_img {
  position: relative;
  width: 100%;
  height: 2.1rem;
  background-image: url(../images/academic-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.re_list2 .re_img .avatar {
  position: absolute;
  top: 30%;
  left: 15%;
}

.re_list2 .re_img .avatar .avatar-img {
  width: 0.72rem;
  height: 0.72rem;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.re_list2 .re_img .avatar .name {
  margin-top: 10px;
  font-size: Max(0.14rem, 12px);
  font-family: Songti SC, Songti SC-Black;
  font-weight: 900;
  text-align: center;
  color: #353533;
  line-height: 20px;
  letter-spacing: 1px;
}

.re_list2 .re_img .t-title {
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: Max(0.18rem, 12px);
  font-family: Songti SC, Songti SC-Black;
  font-weight: 900;
  text-align: center;
  color: #ad894d;
}

.re_int {
  background: #f3efe6;
  padding: 0.13rem 0.2rem;
}

.re_title {
  font-size: Max(0.16rem, 12px);
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: justify;
  color: #232323;
  line-height: 1.6;
  margin-bottom: 8px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.re_title:hover a {
  color: #c91520;
}

.re_abstract {
  margin-bottom: 0.36rem;
  opacity: 0.7;
  font-size: Max(0.14rem, 12px);
  font-family: PingFang SC, PingFang SC-Thin;
  font-weight: 200;
  text-align: left;
  color: #404040;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.re_name {
  font-size: Max(0.14rem, 12px);
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #404040;
  line-height: 1.2;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.re_name::before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 0.15rem;
  height: 0.15rem;
  background-image: url(../images/name.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.re_time {
  margin: 11px 0;
  font-size: Max(0.14rem, 12px);
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #404040;
  line-height: 0.22rem;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.re_time::before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 0.15rem;
  height: 0.15rem;
  background-image: url(../images/time.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.re_position {
  font-size: Max(0.14rem, 12px);
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #404040;
  line-height: 0.22rem;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.re_position::before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 0.15rem;
  height: 0.15rem;
  background-image: url(../images/position.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.area4 {
  background-color: rgba(243, 239, 230, 0.5);
  padding: 0.3rem 1rem 0.5rem;
  display: flex;
}

.educational {
  display: inline-block;
  opacity: 0.7;
  font-size: Max(0.2rem, 12px);
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #45423d;
  line-height: 0.28rem;
}

.educational.choose {
  color: #d1ac6d;
}

.educational::after {
  content: "/";
  color: #45423d;
  margin: 0 0.24rem;
}

.educational:last-child::after {
  display: none;
}

.edu_more {
  display: inline-block;
  background: #c53a3a;
  margin-top: 0.36rem;
  padding: 0.12rem 0.62rem;
  font-size: Max(0.16rem, 12px);
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 0.2rem;
  letter-spacing: 2px;
}

.edu_more:hover {
  color: #c53a3a;
}

.an_more {
  position: absolute;
  right: 0;
  display: inline-block;
  background: #c53a3a;
  margin-top: 0.36rem;
  padding: 0.12rem 0.62rem;
  font-size: Max(0.16rem, 12px);
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 0.2rem;
  letter-spacing: 2px;
}

.an_more:hover {
  color: #3b3b3b;
}

.area5 {
  margin-top: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #F3EFE6;
  font-weight: 500;
  font-size: 14px;
  color: #909499;
  line-height: 1.4;
}

.area5 .announcements {
  display: flex;
  gap: 1rem;
  width: 100%;
}

.area5 .title_l {
  display: block;
  flex-shrink: 0;
}

.area5 .title_l span {
  display: block;
}

.area5 .title_l .title_en {
  margin-left: 20px;
}

.area5 img {
  width: 80px;
  height: 80px;
  margin-bottom: 14px;
}

.area5 .matrix-right {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  gap: 1rem;
  text-align: center;
}

.area5 .matrix-right .media-part {
  flex-shrink: 0;
}

@media screen and (max-width: 1520px) {
  .re_l {
    width: 3.3rem;
  }
}

@media screen and (max-width: 1280) {
  .re_l {
    width: 3.8rem;
  }
}

@media screen and (max-width: 1200px) {
  .re_l {
    width: 5.5rem;
  }
}

@media screen and (max-width: 910px) {
  .banner .swiper-slide > img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .swiper-pagination {
    bottom: 25px;
    right: 100px;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 60px;
    height: 4px;
    margin-right: 5px;
  }
  .button {
    left: 100px;
    bottom: -30px;
  }
  .area1 {
    margin-top: 40px;
    padding: 25px 50px 30px;
    transition: all 0.2s;
    scroll-behavior: smooth;
  }
  .title_l .title_en {
    display: block;
  }
  .news_content {
    display: block;
  }
  .news_l {
    margin-right: unset;
    width: 100%;
  }
  .news_img {
    height: unset;
    width: 100%;
  }
  .news_img > img {
    width: 100%;
  }
  .news_int {
    padding: 20px 0;
    display: none;
  }
  .news_list {
    padding: 16px 0 12px;
  }
  .news_list:first-child {
    padding: 16px 0 12px;
  }
  .int_l {
    margin-right: 30px;
  }
  .int_l .day {
    font-size: 28px;
    line-height: 32px;
  }
  .int_l .date {
    font-size: 12px;
    line-height: 16px;
  }
  .int_r {
    margin: 12px 0 28px;
    font-size: 16px;
    line-height: 22px;
  }
  .area2 {
    display: block;
    padding: 30px 50px;
  }
  .announcements {
    width: 100%;
    margin-right: unset;
  }
  .communication {
    width: 100%;
  }
  .com_list {
    padding: 24px 0;
    display: block;
  }
  .com_list img {
    width: 100%;
    height: unset;
  }
  .com_int {
    margin-left: unset;
    margin-top: 10px;
  }
  .com_int .time {
    font-size: 12px;
    line-height: 16px;
  }
  .com_int .title {
    font-size: 16px;
    line-height: 30px;
  }
  .com_int .abstract {
    font-size: 14px;
    line-height: 22px;
  }
  .area3 {
    padding: 35px 50px 30px;
    margin-bottom: 30px;
    height: unset;
    min-height: 500px;
  }
  .re_content {
    display: block;
  }
  .re_cn {
    margin-right: 20px;
    font-size: 20px;
    line-height: 26px;
  }
  .re_en {
    font-size: 20px;
    line-height: 26px;
  }
  .re_l {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 35px;
  }
  .re_r {
    margin-left: unset;
  }
  .re_list {
    float: left;
    margin-right: 14px;
    width: calc(100% / 3 - 14px);
  }
  .re_title {
    font-size: 14px;
    line-height: 22px;
    -webkit-line-clamp: 3;
    min-height: 66px;
  }
  .re_abstract {
    display: none;
    line-height: 18px;
    margin-bottom: 36px;
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
  .re_int {
    padding: 20px 10px;
  }
  .re_name {
    font-size: 14px;
    line-height: 22px;
  }
  .re_position {
    font-size: 14px;
    line-height: 22px;
  }
  .re_time {
    font-size: 14px;
    line-height: 22px;
  }
  .text {
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .text::after {
    display: none;
  }
  .text .con_cn {
    font-size: 24px;
    line-height: 28px;
    margin-right: 15px;
  }
  .text .con_en {
    display: none;
    font-size: 12px;
    line-height: 15px;
  }
  .re_list1 .re_img img {
    height: 105px;
  }
  .re_list1 .re_img a {
    right: 14px;
    top: 25px;
    width: 92px;
    font-size: 12px;
    line-height: 20px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .re_list2 .re_img {
    height: 105px;
    background-size: cover;
  }
  .re_list2 .re_img .avatar {
    top: 20%;
    left: 10%;
  }
  .re_list2 .re_img .avatar .avatar-img {
    width: 46px;
    height: 46px;
  }
  .re_list2 .re_img .avatar .name {
    margin-top: 5px;
    font-size: 12px;
  }
  .re_list2 .re_img .t-title {
    font-size: 14px;
    line-height: 20px;
  }
  .area4 {
    display: block;
    padding: 35px 50px 25px;
  }
  .educational {
    font-size: 20px;
    line-height: 28px;
  }
  .educational::after {
    margin: 0 12px;
  }
  .edu_more {
    margin-top: 36px;
    padding: 12px 62px;
    font-size: 16px;
    line-height: 20px;
  }
  .an_more {
    position: unset;
    margin-top: 36px;
    padding: 12px 62px;
    font-size: 16px;
    line-height: 20px;
  }
  .area5 {
    margin-top: 30px;
    padding: 50px;
  }
  .area5 .announcements {
    display: block;
    gap: 0;
  }
  .area5 .title_l {
    margin-bottom: 30px;
  }
  .area5 .matrix-right {
    flex-wrap: wrap;
    gap: 50px;
  }
}

@media screen and (max-width: 500px) {
  .swiper-pagination {
    right: 50px;
    bottom: 15px;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
  }
  .button {
    left: 50px;
    bottom: -15px;
    padding: 5px 10px;
  }
  .area1,
  .area2,
  .area3,
  .area4 {
    padding: 10px 20px;
  }
  .area5 {
    padding: 50px 20px;
  }
  .re_list {
    width: calc(100% / 2 - 14px);
    min-width: unset;
  }
  .re_list > a > img {
    height: 105px;
  }
  .re_list:nth-child(3) {
    display: none;
  }
}

.back-top {
  width: 60px;
  height: 60px;
  background: #c91520;
  opacity: 0.8;
  z-index: 9999;
  position: fixed;
  bottom: 135px;
  right: 48px;
  cursor: pointer;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
}

.back-top .to-top-icon {
  padding: 22px 0px;
}

.back-top .to-top-icon img {
  width: 14px;
  height: 14px;
}

.hidden {
  display: none;
}

/* part4 */
.part4{ border-top: 2px solid #56158b;border-bottom: 2px solid #56158b;padding: 10px 0;}
.part4 h5{font-size: 14px;color: #56158b;font-weight: normal;margin-bottom: 1.125rem;}
.part4 dd{float: left;margin-right: 1.53%;width: 18.76%; }
.part4 dd:last-child{margin-right: 0;}
.part4-link{position: relative; padding-top:5px;}
.part4-link h4{cursor: pointer; position: relative; height: 38px;line-height: 38px;background: rgba(255,255,255,0.48);border-radius: 0.5rem;border: 1px solid #b0a2bb;padding:0 1.25rem;font-weight: normal;}
.part4-link h4 i{position: absolute;right: 10px;width: 8px;height: 38px; no-repeat center;}
.part4-link ul{box-shadow: 0px 1px 7.84px 0.16px rgba(101, 101, 101, 0.15); display: none;transition: 0.6s all; position: absolute;z-index: 99;top: 0;background: #fff;border-radius: 0.1rem;width: 100%;max-height: 100px;overflow-y: scroll;padding:10px 10px;}
.part4-link ul li{margin-bottom: 5px;}
.part4-link ul li a{display: block;font-size: 14px;color: #999;transition: 0.6s all;}
.part4-link:hover ul{display: block;transition: 0.6s all;top: 38px;}
.part4-link ul li:hover a{color: #56158b;transition: 0.6s all;}
.list-link{border-top: 1px solid #56158b;border-bottom: none;}
