@charset "UTF-8";

html {
  font-size: 5.208333vw;
}

@media (max-width: 1600px) {
  html {
    font-size: 90px !important;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 90px !important;
  }
}

@media (max-width: 640px) {
  html {
    font-size: 85px !important;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 80px !important;
  }
}

@media (max-width: 320px) {
  html {
    font-size: 75px !important;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

body {
  font-family: 'Microsoft YaHei', 'MiSans', sans-serif;
  font-size: 0.16rem;
  color: #333;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

.g-container {
  width: 16.0rem;
  max-width: 16.0rem;
  margin: 0 auto;
  padding: 0 0.2rem;
  box-sizing: border-box;
}

@media (max-width: 1600px) {
  .g-container {
    width: 100%;
    max-width: 100%;
    padding: 0 0.15rem;
  }
}

.wp {
  width: 14rem;
  max-width: 14rem;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 1600px) {
  .wp {
    width: 100%;
    max-width: 100%;
    padding: 0 0.15rem;
  }
}

.sec-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.sec-banner .slick-list a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2.5rem;
  bottom: 0;
  z-index: 0;
  background: linear-gradient(180deg, #09090900 0%, #09090980 100%);
}

.sec-banner .box {
  display: block;
  width: 100%;
}

.sec-banner .box a {
  display: block;
  width: 100%;
  position: relative;
}

.sec-banner .box a h3 {
  position: absolute;
  font-size: 0.6rem;
  color: #fff;
  font-family: 'SourceHanSerifCN';
  bottom: 0.95rem;
  padding: 0.5rem;
  z-index: 2;
  font-weight: bold;
  width: 12.28rem;
  opacity: 0.9;
  background: linear-gradient(270deg, #293d6d00 0%, #293d6d 100%);
}

.sec-banner__swiper {
  width: 100%;
  height: 100%;
}

.sec-banner__swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.sec-banner__swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.sec-banner__slide-img {
  display: block;
  width: 100%;
}

.sec-banner .slick-dots {
  display: flex !important;
  align-items: center;
  z-index: 3;
  bottom: 0.38rem;
  justify-content: center;
  position: absolute;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
  right: 0.26rem;
}

.sec-banner.slick-initialized .slick-dots {
  opacity: 1;
}

.sec-banner .slick-dots li {
  width: 0.22rem;
  height: 0.22rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 0.2rem !important;
  padding: 0;
  position: relative;
  transition: all 0.3s ease;
}


.sec-banner .slick-dots li:last-child:before {
  display: none;
}

.sec-banner .slick-dots li button {
  width: 0.12rem;
  height: .12rem;
  background: #fff;
  border: none;
  padding: 0;
  font-size: 0;
  border-radius: 50%;
}

.sec-banner .slick-dots li.slick-active {
  width: 0.6rem;
}



.sec-banner .slick-dots li.slick-active button {
  width: 0.6rem;
  border-radius: 0.6rem;
}


@media (max-width: 1600px) {
  .sec-banner .box a h3 {
    width: 90%;
    font-size: 0.44rem;
    padding: 0.3rem;
  }
}

@media (max-width: 1024px) {
  .sec-banner .box a h3 {
    width: 80%;
    font-size: 0.3rem;
    padding: 0.2rem;
  }
}

@media (max-width: 540px) {
  .sec-banner .slick-dots {
    display: none !important;
  }

  .sec-banner .box a h3 {
    width: 94%;
    font-size: 0.18rem;
    padding: 0.15rem;
    bottom: 0.3rem;

  }

}

@media (max-width: 1024px) {


  .sec-banner {
    height: auto;
    padding-top: 0.6rem;
  }

}





.title-area {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
  width: 100%;
  position: relative;
  justify-content: center;
}



.title-deco {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: baseline;
  position: relative;
  flex-direction: row;
  gap: 0.1rem;
}



.title-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.title {
  font-size: 0.42rem;
  color: #A62126;
  letter-spacing: 0;
  margin: 0;
  font-family: 'SourceHanSerifCNbold';
  display: flex;
  align-items: center;
}

.title img {
  margin: 0 0.1rem 0 0;
  max-width: 0.4rem;
}


.subtitle {
}

.subtitle-line {
  display: inline-block;
  min-width: 0.23rem;
  height: 0.01rem;
  background: #A0A0A0;
  background-size: 100%;
}

.subtitle-text {
  line-height: normal;
  letter-spacing: normal;
  font-size: 0.24rem;
  color: #293D6D;
  font-family: 'MiSans2';
  position: relative;
  bottom: 0.05rem;
}

.title-icon {
  position: absolute;
  left: 0.28rem;
  top: 0.93rem;
  width: 0.10rem;
  height: 0.10rem;
}

.title-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  font-size: 0.14rem;
  color: #A62126;
  text-decoration: none;
  position: relative;
  display: flex;
  transition: all 0.5s;
  align-items: center;
  font-family: 'MiSans1';
  border: 1px solid #A62126;
  text-align: center;
  justify-content: center;
  padding: 0.06rem 0.125rem;
  height: 0.26rem;
}



@media (min-width: 1025px) {
  .more a:hover {
    color: #0654ad;
    margin-right: 0.05rem;
  }
}

@media (max-width: 1025px) {
  .title-area {
    justify-content: space-between;
  }

  .title {
    font-size: 0.34rem;
  }

  .title img {
    max-width: 0.34rem;
  }

  .subtitle-text {
    font-size: 0.2rem;
  }

}

.home1 {
  width: 100%;
  padding: 0.5rem 0;
}

.home1 .title-area {
  justify-content: space-between;
}


.s1_wrap {
  width: 100%;
  display: flex;
  gap: 0.57rem;
}

.s1_l {
  width: 60%;
}

.s1_r {
  flex: 1;
  width: calc(100% - 57.5% - 0.57rem);

}

/* 学院动态新闻列表 */
.s1_l_list {
  display: flex;
  flex-direction: column;
  gap: 0.46rem 0;

}

.s1_l_item {
  display: flex;
  gap: 0.24rem;
  text-decoration: none;
  transition: transform 0.3s;
  flex-direction: column;
  background: #0097DC;
}

.s1_l_img {
  width: 100%;
  padding-bottom: 2.9rem;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}

.s1_l_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
  position: absolute;
}

.s1_l_item:hover .s1_l_img img {
  transform: scale(1.05);
}

.s1_l_info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.25rem;
}

.s1_l_title {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.10rem;
  font-family: 'MiSans';
  position: relative;
}


.s1_l_desc {
  font-size: 0.14rem;
  line-height: 0.28rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  opacity: 0.8;
  font-weight: 100;
}

.s1_l_date {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.26rem;
  font-family: MiSans;
  justify-content: space-between;
  margin-top: 0.12rem;
}

.s1_l_date-icon {
  width: 0.52rem;
  height: 0.11rem;
  display: flex;
  justify-content: end;
  align-items: end;
}

.s1_l_date-icon img {
  width: 100%;
  height: 100%;
  display: flex;
}

.s1_l .s1_l_left {
  width: 50%;
  float: left;
}

.s1_l .s1_l_right {
  width: calc(50% - 0.3rem);
  float: right;
}

.s1_l .s1_l_right ul {
  margin-top: -0.2rem;
}

.s1_l .s1_l_right ul li {
  width: 100%;
  position: relative;
}

.s1_l .s1_l_right ul li::after {
  content: '';
  position: absolute;
  left: 0.05rem;
  right: 0;
  bottom: 0;
  height: 0.01rem;
  background: #0097dc;
  z-index: 1;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s;
}

.s1_l .s1_l_right ul li:hover::after {
  transform: scaleX(1);
}

/* 移动端适配 */
@media (max-width: 1024px) {
  .s1_wrap {
    flex-direction: column;
    gap: 0.5rem;
  }

  .s1_l,
  .s1_r {
    width: 100%;
  }

  .s1_l_list {
    gap: 0.24rem;
  }



  .s1_l_title {
    font-size: 0.20rem;
  }

  .s1_l_desc {
    font-size: 0.16rem;
    -webkit-line-clamp: 2;
    line-height: 0.26rem;
  }
}

@media (max-width: 768px) {

  .s1_l .s1_l_left,
  .s1_l .s1_l_right {
    width: 100%;
    float: none;
    margin-bottom: 0.4rem;
  }

  .s1_l_img {
    padding-bottom: 64.4%;
  }
}

@media (max-width: 560px) {
  .s1_l_list {
    gap: 0.20rem;
  }

  .s1_l_item {
    flex-direction: column;
    gap: 0.12rem;
  }

  .s1_l_img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 0;
  }


  .s1_l_title {
    font-size: 0.20rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .s1_l_desc {
    font-size: 0.16rem;
  }
}

/* 通知公告列表 */
.s1_r_list {
  display: flex;
  flex-direction: column;
  gap: 0.15rem 0;
}

.s1_r_item {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  padding: 0.22rem 0;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
  border-bottom: 1px solid #D9D9D9;
}

.s1_r_list .s1_r_item {
  flex-direction: column;
  align-items: start;
  padding: 0.15rem 0.2rem 0.18rem;
  background: #F4F4F4;
  border: none;
  gap: 0;
  transition: all 0.5s;
  position: relative;
}

.s1_r_list .s1_r_item:hover {
  background: #293D6D;
}

.s1_r_list .s1_r_title {
  -webkit-line-clamp: 1;
}

.s1_r_list .s1_r_item:hover * {
  color: #fff !important;
  transition: all 0.5s;
}

.s1_r_list .s1_r_item:hover::after {
  position: absolute;
  content: "";
  width: 0.04rem;
  height: 0.6rem;
  background: #A62126;
  left: 0;
  top: 0;
  transition: all 0.5s;
}

@media (min-width: 1025px) {

  .s1_r_item:hover .s1_r_day,
  .s1_r_item:hover .s1_r_month,
  .s1_r_item:hover .s1_r_title {
    color: #A62126;
  }

}

.s1_r_date {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  color: #0097DC;
  font-size: 0.16rem;
  font-family: 'MiSans2';
  line-height: 0.26rem;
}

.s1_r_day {
  font-size: 0.3rem;
  font-weight: 600;
  color: #0097DC;
  line-height: 0.3rem;
  transition: color 0.3s;
  font-family: 'MiSans2';
}

.s1_r_month {
  font-size: 0.16rem;
  color: #9E9E9E;
  transition: color 0.3s;
  line-height: 0.24rem;
  font-family: 'MiSans2';
}

.s1_r_line {
  width: 0.01rem;
  height: 0.61rem;
  background: #CBDAEB;
  flex-shrink: 0;
  border-radius: 0.01rem;
  transition: background 0.3s;
}

.s1_r_title {
  flex: 1;
  min-width: 0;
  font-size: 0.18rem;
  color: #222222;
  line-height: 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 100;
  font-family: 'MiSans2';
}

@media (max-width: 1024px) {
  .s1_r_item {}

  .s1_r_day {
    font-size: 0.32rem;
  }
}

@media (max-width: 640px) {
  .s1_r_item {
    padding: 0.16rem;
    gap: 0.14rem;
  }

  .s1_r_date {
    min-width: 0.56rem;
  }

  .s1_r_day {
    font-size: 0.28rem;
  }

  .s1_r_month {
    font-size: 0.12rem;
  }

  .s1_r_title {
    font-size: 0.15rem;
  }
}





/* home2 专家展示 */
.home2 {
  padding: 0.6rem 0 .44rem;
  background: url(../images/bg2.png) no-repeat;
  background-size: 100%;
  background-position: center;
  position: relative;
  overflow-x: hidden;
  background-size: 100% 100%;
}

.home2-t {
  position: relative;
}

.home2-t .part4-swiper-wrap .list8Box {
  padding-bottom: 0.5rem;
  height: 5.1rem;
}

.part6-prev {
  position: absolute;
  left: -0.93rem;
  top: 50%;
  z-index: 10;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #FFFFFF url(../images/s1_l.png) no-repeat center;
  box-shadow: 0px 4px 10px 0px rgba(20, 64, 185, 0.2);
}

.part6-prev:hover {
  background: #2653A7 url(../images/s1_l2.png) no-repeat center;
}

.part6-next {
  position: absolute;
  right: -0.93rem;
  top: 50%;
  z-index: 10;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #FFFFFF url(../images/s1_r.png) no-repeat center;
  box-shadow: 0px 4px 10px 0px rgba(20, 64, 185, 0.2);
}

.part6-next:hover {
  background: #2653A7 url(../images/s1_r2.png) no-repeat center;
}

/* 所有卡片统一顶部内边距并平滑过渡：切换时只左右平移，不上下晃动 */
.home2 .list8Box .swiper-slide {
  transition: all .5s;
}

.home2 .list8Box .swiper-slide-active {
  transition: .5s;
  margin: 0 0.28rem;
}

.home2 .list8Box .swiper-slide-prev {
  transition: .5s;
  z-index: 10 !important;
  width: 3.3rem !important;
}

.home2 .list8Box .swiper-slide-next {
  transition: .5s;
  width: 3.3rem !important;
}


/* 激活卡片显示完整内容 */
.home2 .list8Box .swiper-slide-active {
  width: 48.86% !important;
  padding: 0.42rem 0.3rem;
  position: relative;
  z-index: 9;
  background: url(../images/s2_xzbg.png) no-repeat;
  background-size: 100% 100%;
}

.home2 .list8Box .swiper-slide-active .a {
  display: flex;
}

.home2 .list8Box .swiper-slide-active .teacher-photo {
  width: 2.85rem;
  height: 100%;
  flex-shrink: 0;
}

.home2 .list8Box .swiper-slide-active .teacher-photo div {
  padding-bottom: 133%;
  width: 100%;
}

.home2 .list8Box .swiper-slide-active .teacher-info {
  display: block;
  padding: 0.11rem 0 0.11rem 0.3rem;
  background: none;
  position: relative;
  border: none;
  width: calc(100% - 2.85rem);
}

.home2 .list8Box .swiper-slide-active .ckxq{
  display:inline-block;
}


.home2 .list8Box .swiper-slide-active .teacher-info .teacher-name {
  font-size: 0.24rem;
  color: #fff;
  margin: 0;
  line-height: 0.32rem;
  margin-bottom: 0.2rem;
  position: relative;
  padding-bottom: 0.1rem;
  font-weight: 700;
  display: inline-block;
  font-family: MiSans;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.home2 .list8Box .swiper-slide-active .teacher-info .teacher-name::after {
  background: #A62126;
  position: absolute;
  content: "";
  width: 0.4rem;
  height: 0.03rem;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.home2 .list8Box .swiper-slide-active .teacher-info .teacher-title {
  font-size: 0.18rem;
  color: #333333;
  font-weight: normal;
  margin-left: 0.08rem;
}

.home2 .list8Box .swiper-slide-active .teacher-info .teacher-detail p {
  font-size: 0.16rem;
  color: #fff;
  margin: 0 0 0.27rem;
  line-height: 0.3rem;
  -webkit-line-clamp: 5;
  font-family: 'MiSans1';
}

.home2 .list8Box .swiper-slide-active .teacher-info .teacher-detail p.xy {
  background: url(../images/xy.png) no-repeat left center;
  padding-left: 0.2rem;
}

.home2 .list8Box .swiper-slide-active .teacher-info .teacher-detail p.yx {
  background: url(../images/yx.png) no-repeat left center;
  padding-left: 0.2rem;
}

.home2 .list8Box .swiper-slide-active .teacher-info .teacher-desc p {
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.28rem;
  margin-top: 0.06rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 0.15rem;
  font-family: 'MiSans1';
}

.home2 .list9Box .swiper-slide-active .txt {
  opacity: 0
}


/* 教师照片样式 */
.teacher-photo div {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}

.teacher-photo img {
  min-width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
}

/* 教师信息样式 - 默认隐藏 */
.teacher-info {
  /* display: none; */
  background: #fff;
  padding: 0.18rem 0.25rem 0.22rem;
  border-bottom: 0.03rem solid #293D6D;
}

.teacher-info h4 {
  text-align: center;
  font-family: MiSans;
  font-size: 0.22rem;
  color: #1A1A1A;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.08rem;
}

.teacher-info .teacher-detail {
  font-family: 'MiSans2';
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.26rem;
  letter-spacing: normal;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-weight: 400;
  -webkit-box-orient: vertical;
  text-align: justify;
}

.teacher-info .teacher-detail .ckxq {
  background: #293D6D url(../images/jt_bs.png) no-repeat right 0.14rem center;
  color: #fff;
  font-family: 'MiSans1';
  font-size: 0.16rem;
  text-align: center;
  display: inline-block;
  padding: 0.03rem 0.3rem 0.03rem 0.16rem;
  display: none;
}

.home2 .list8Box .swiper-slide:not(.swiper-slide-active) .teacher-photo {
  width: 3.3rem;
  overflow: hidden;
}

.home2 .list8Box .swiper-slide.swiper-slide-prev .teacher-photo {
  width: 3.3rem;
  overflow: hidden;

}

.home2 .list8Box .swiper-slide:not(.swiper-slide-active) {
  position: relative;
  z-index: 0;
}

.home2-t .swiDots {
  font-size: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.home2-t .swiDots span {
  width: .14rem;
  height: .14rem;
  margin: 0 .325rem;
  background: #B1D0F6;
  background-size: 100%;
  border-radius: 50%;
  border: .01rem solid #B1D0F6;
  opacity: 1;
  position: relative;
  vertical-align: middle;
}


.home2-t .swiDots span.swiper-pagination-bullet-active {
  width: .24rem;
  height: .24rem;
  border-radius: 50%;
  background: url(../images/s2_dot.png) no-repeat;
  border: none;
  background-size: 100% 100%;
}

@media screen and (max-width: 1600px) {

  .home2-t {}

  .home2 .swiper-container-android .swiper-slide,
  .home2 .swiper-wrapper {
    width: 100%;

  }
}

@media screen and (max-width:1024px) {


  .home2 .list8Box .swiper-slide,
  .home2 .list8Box,
  .home2 .list8Box .swiper-wrapper {
    width: 100% !important;
    margin: 0;
  }

  .home2 .list8Box .swiper-slide {
    opacity: 0;
  }

  .home2 .list8Box .swiper-slide-active {
    width: 100% !important;
    transform: none;
    opacity: 1;


  }

  .date-badge {
    bottom: 0.3rem;
    right: 0.35rem;
  }

  .home2 .list8Box .swiper-slide-active {
    width: 100% !important;
    transform: none;
  }

  .home2 .list8Box .swiper-slide-active .teacher-photo {
    /* width: 50%; */
  }
}



@media screen and (max-width:560px) {

  .home2 .list8Box .swiper-slide,
  .home2 .list8Box,
  .home2 .list8Box .swiper-wrapper {
    width: 100% !important;
    height: auto !important;
  }

  .home2 .list8Box .swiper-slide-active .teacher-photo {
    width: 51%;
  }

}

@media screen and (max-width:480px) {

  .home2 .list8Box .swiper-slide,
  .home2 .list8Box,
  .home2 .list8Box .swiper-wrapper {
    width: 100% !important;
    height: auto !important;
    padding-bottom: 0;
  }

  .home2 .list8Box .swiper-slide-active .a {
    flex-direction: column;
  }

  .home2 .list8Box .swiper-slide-active .teacher-photo {
    width: 100%;
  }

  .home2 .list8Box .swiper-slide-active .teacher-info {
    padding: 0.11rem 0;
    width: 100%;
  }

  .home2 .list8Box .swiper-slide-active .teacher-info .teacher-name {
    text-align: center;
    display: block;
  }

  .home2 .list8Box .swiper-slide-active .teacher-info .teacher-name::after {
    left: 50%;
    transform: translateX(-50%);
  }

}

.home3{
  width: 100%;
  padding: 0.6rem 0 1rem;
  background: url(../images/bg3.png) no-repeat bottom #f8fcff;
  background-size: 100%;
}
.home3-t {
  width:100%;
  margin-bottom:0.5rem;
  position: relative;
}
/* ========== home3-t 学生活动 ========== */

/* ---- 上：左图右文轮播 ---- */
.h3t-carousel {
  position: relative;
  margin-bottom: 0.3rem;
  overflow: hidden;
  width: 100%;
  margin-left: -0.08rem;
}

.h3t-carousel .h3t-slide {
  display: flex;
  gap: 0;
}
.h3t-carousel .h3t-slide a{
  display:flex;
  width: 100%;
  position: relative;
}
.h3t-slide__img {
  width: 6.8rem;
  position: relative;
  background: #fff;
}
.h3t-slide__img::before{
  position:absolute;
  content:"";
  width: 100%;
  height: 100%;
  background: #293D6D;
  left: 0;
  top:0.08rem;
  z-index: 0;
}

.h3t-slide__img div{
  width:100%;
  position:relative;
  padding-bottom: 57.94%;
  /* overflow:hidden; */
  left: 0.08rem;
  top: -0.08rem;
}
.h3t-slide__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position:absolute;
}

.h3t-slide__content {
  padding: 0 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 6.8rem);
}

.h3t-slide__date {
  font-size: 0.16rem;
  color: #0097DC;
  margin-bottom: 0.2rem;
  font-family: 'MiSans2';
}

.h3t-slide__title {
  font-size: 0.22rem;
  color: #222222;
  font-weight: 500;
  line-height: 0.3rem;
  margin-bottom: 0.15rem;
  font-family: 'MiSans';
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.h3t-slide__desc {
  font-family: 'MiSans2';
  font-size: 0.14rem;
  line-height: 0.24rem;
  margin-bottom: 0.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #666666;
  opacity: 0.8;
}

.h3t-slide__info {
  margin-bottom: 0.4rem;
}

.h3t-slide__info p {
  font-size: 0.16rem;
  color: #838383;
  line-height: 0.3rem;
}

/* 图标（纯 CSS 伪圆形占位） */
.h3t-icon {
  display: inline-block;
  width: 0.16rem;
  margin-right: 0.06rem;
  vertical-align: middle;
  height: 0.18rem;
}

.h3t-icon--time   {background: url(../images/s3_icon1.png) no-repeat;background-size:100%;}
.h3t-icon--addr   {background: url(../images/s3_icon2.png) no-repeat;background-size: 100%;}
.h3t-icon--speaker{background: url(../images/s3_icon3.png) no-repeat;background-size: 100%;}

.h3t-icon--time-sm,
.h3t-icon--addr-sm,
.h3t-icon--speaker-sm {
  display: inline-block;
  width: 0.16rem;
  height: 0.18rem;
  margin-right: 0.08rem;
  vertical-align: middle;
}

.h3t-icon--time-sm   {background: url(../images/s3_icon1.png) no-repeat;background-size:100%;}
.h3t-icon--addr-sm    {background: url(../images/s3_icon2.png) no-repeat;background-size: 100%;}
.h3t-icon--speaker-sm{background: url(../images/s3_icon3.png) no-repeat;background-size: 100%;}

.h3t-cards:hover  .h3t-icon--time-sm   {background: url(../images/s3_icon1_on.png) no-repeat;background-size:100%;}
.h3t-cards:hover  .h3t-icon--addr-sm    {background: url(../images/s3_icon2_on.png) no-repeat;background-size: 100%;}
.h3t-cards:hover  .h3t-icon--speaker-sm{background: url(../images/s3_icon3_on.png) no-repeat;background-size: 100%;}


.h3t-slide__btn {
  background: #293D6D url(../images/jt_bs.png) no-repeat right 0.14rem center;
  height: 0.28rem;
  color: #fff;
  font-family: MiSans;
  font-size: 0.16rem;
  text-align: center;
  display: inline-block;
  padding: 0.03rem 0.3rem 0.03rem 0.16rem;
  width: 1.1rem;
}

.h3t-slide__btn:hover {
  background: #1a2a4d;
}

/* 轮播导航箭头 */
.h3t-carousel .slick-prev,
.h3t-carousel .slick-next {
  position: absolute;
  width: 0.28rem;
  height: 0.56rem;
  z-index: 10;
  border: none;
}

.h3t-carousel .slick-prev {left: 0.08rem;background: url(../images/s3_l.png) no-repeat;}
.h3t-carousel .slick-next {
  left: 50%;
  top: 50%;
  margin-left: -0.3rem;
  transform: translateY(-50%);
  background: url(../images/s3_r.png) no-repeat center;
}

.h3t-carousel .slick-prev::before,
.h3t-carousel .slick-next::before {
  font-size: 0.18rem;
  color: #fff;
  display: none;
}

/* ---- 下：文字列表卡片 ---- */
.h3t-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}

.h3t-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.35rem 0.3rem;
  background: #fff;
  text-decoration: none;
  transition: box-shadow 0.3s, transform 0.3s;
  min-height: 1.8rem;
  box-shadow: 0px 4px 20px 0px rgba(0, 75, 141, 0.14);
}

.h3t-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.h3t-card:hover {
  background: #0097DC;
border: 1px solid #FFFFFF;
}

.h3t-card:hover .h3t-card__title { color: #fff; }
.h3t-card:hover .h3t-card__info p { color: rgba(255,255,255,0.8); }
.h3t-card:hover .h3t-icon--time-sm,
.h3t-card:hover .h3t-icon--addr-sm,
.h3t-card:hover .h3t-icon--speaker-sm { opacity: 0.8; }

.h3t-card__title {
  font-size: 0.2rem;
  color: #222222;
  line-height: 0.3rem;
  margin-bottom: 0.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'MiSans';
}

.h3t-card__info p {
  font-size: 0.16rem;
  color: #838383;
  line-height: 0.3rem;
  font-family: 'MiSans1';
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ========== home4-t 校园生活 ========== */
.h4t-carousel {
  overflow: visible;
}

.h4t-card {
  position: relative;
  overflow: hidden;
  margin: 0 0.1rem;
  cursor: pointer;
}

.h4t-card__img {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
 
}
.h4t-card__img::after{
  position:absolute;
  content:"";
  width:100%;
  height:100%;
  opacity: 0.4;
  background: linear-gradient(0deg, #000000 0%, #00000000 100%);
  z-index: 1;
}
.h4t-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  z-index: 0;
}

/* 底部标题（默认显示） */
.h4t-card__title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.6rem 0.2rem 0.2rem;
  font-size: 0.2rem;
  color: #fff;
  margin: 0;
  z-index: 2;
  font-family: 'MiSans1';
  text-align: center;
}

/* 蓝色 hover 遮罩层 */
.h4t-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 151, 220, 0.92);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 3;
}

.h4t-card:hover .h4t-card__overlay {
  opacity: 1;
}
.h4t-card:hover .h4t-card__title{
  opacity:0;
}
.h4t-card__overlay h4 {
  font-size: 0.24rem;
  font-weight: 500;
  color: #fff;
  margin: 0;
  text-align: center;
  padding: 0 0.15rem;
  font-family: 'MiSans2';
}

.h4t-card__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: #293D6D;
  border: none;
  color: #fff;
  font-size: 0.22rem;
  text-decoration: none;
  transition: background 0.3s;
}
.h4t-card__arrow img{
  width:0.23rem;
}


/* h4t-carousel 箭头样式 */
.h4t-carousel .slick-prev,
.h4t-carousel .slick-next {
  width: 0.42rem;
  height: 0.42rem;
  background: #293D6D;
  border-radius: 50%;
  border: none;
  z-index: 10;
}
.h4t-carousel .slick-prev { left: -0.05rem; }
.h4t-carousel .slick-next { right: -0.05rem; }
.h4t-carousel .slick-prev::before,
.h4t-carousel .slick-next::before {
  font-size: 0.18rem;
  color: #fff;
}
/* ---- 移动端 ---- */
@media screen and (max-width: 1024px) {
  .h3t-slide__img{
    width: 50%;
  }
  .h3t-slide__img div{
    padding-bottom: 63.94%;
    left: 0;
    top: 0;
  }
  .h3t-carousel .slick-next{
    left: calc(50% - 0.28rem);
  }
  .h3t-slide__info, .h3t-slide__date, .h3t-slide__desc{
    margin-bottom: 0.1rem;
  }
  .h3t-slide__content{
    width: 50%;
    padding: 0 0.2rem;
  }
  .h3t-card{
    padding: 0.25rem 0.2rem;
    overflow: hidden;
  }
}
/* ---- 移动端 ---- */
@media screen and (max-width: 860px) {
  .h3t-carousel{
    margin:0 auto;
  }
  .h3t-carousel .h3t-slide a {
    flex-direction: column;
    overflow: hidden;
  }
  .h3t-slide__img {
    width: 100%;
  }
  .h3t-slide__img::before{
    display:none;
  }
 
  .h3t-slide__content {
    padding: 0.2rem 0.15rem;
    width: 100%;
    overflow: hidden;
  }
  .h3t-slide__title {
    font-size: 0.2rem;
  }
  .h3t-cards {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }
  .h3t-card {
    min-height: auto;
    padding: 0.25rem 0.2rem;
  }
  .h3t-carousel .slick-prev {left: 0;top: calc(32% - 0.56rem);transform: translateY(0);}
  .h3t-carousel .slick-next {right: 0;left: auto;top: calc(32% - 0.56rem);transform: translateY(0);}
  /* home4-t 移动端 */
  .h4t-card {
    margin: 0 0.06rem;
  }
  .h4t-card__img {
    height: 1.8rem;
  }
  .h4t-card__title {
    font-size: 0.17rem;
    padding: 0.4rem 0.12rem 0.15rem;
  }
  .h4t-card__overlay h4 {
    font-size: 0.18rem;
  }
  .h4t-card__arrow {
    width: 0.38rem;
    height: 0.38rem;
    font-size: 0.18rem;
  }
}


@media screen and (max-width: 480px) { 
    .title {
        font-size: 0.26rem;
    }
    .title img {
        max-width: 0.26rem;
        margin: 0 0.05rem 0 0;
    }
    .subtitle-text {
        font-size: 0.18rem;
    }
}







