﻿@keyframes bgbody {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
body {
  -webkit-animation: bgbody 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  -o-animation: bgbody 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation: bgbody 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  will-change: opacity;
  letter-spacing: -0.015em;
}
html {
  width: 100%;
  scroll-behavior: smooth;
  font-family: "arial", "microsoft yahei";
  overflow-x: hidden;
  min-width: 1000px;
  font-size: 20px;
}

html .var-padding {
  padding-left: 14.58%;
  padding-right: 14.58%;
}

html.wrapper-1900 {
  font-size: 20px;
}

html.wrapper-19000 .var-padding {
  padding-left: 14.58%;
  padding-right: 14.58%;
}

html.wrapper-1800 {
  font-size: 19px;
}

html.wrapper-1800 .var-padding {
  padding-left: 10%;
  padding-right: 10%;
}

html.wrapper-1700 {
  font-size: 18px;
}

html.wrapper-1700 .var-padding {
  padding-left: 10%;
  padding-right: 10%;
}

html.wrapper-1600 {
  font-size: 17px;
}

html.wrapper-1600 .var-padding {
  padding-left: 10%;
  padding-right: 10%;
}

html.wrapper-1500 {
  font-size: 16px;
}

html.wrapper-1500 .var-padding {
  padding-left: 9%;
  padding-right: 9%;
}

html.wrapper-1400 {
  font-size: 15px;
}

html.wrapper-1400 .var-padding {
  padding-left: 8%;
  padding-right: 8%;
}

html.wrapper-1300 {
  font-size: 14px;
}

html.wrapper-1300 .var-padding {
  padding-left: 7%;
  padding-right: 7%;
}

html.wrapper-1200 {
  font-size: 14px;
}

html.wrapper-1200 .var-padding {
  padding-left: 5%;
  padding-right: 5%;
}

body {
  width: 100%;
  color: #333333;
  font-size: 0.8rem;
  overflow: hidden;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  line-height: 1.4;
  font-family:
    Microsoft YaHei,
    Microsoft YaHei;
}

* {
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0;
}

.none {
  display: none !important;
}

button {
  outline: none;
  cursor: pointer;
  font-size: inherit;
}

ul,
li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
}

h1 {
  font-size: 3.9rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 1.7rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.3rem;
}

h6 {
  font-size: 1.2rem;
}

em {
  font-style: normal;
}

img {
  width: auto;
  height: auto;
  border: 0;
  vertical-align: middle;
  object-fit: cover;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  line-height: inherit;
  word-wrap: break-word;
}
/*------------------------- header内容区域  start---------------------- */
.home-topmenu {
  background: url(../images/em-line.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.home-topmenu .topmenu-date {
  font-size: 14px;
  color: #fff;
}

.home-topmenu .topmenus {
  display: flex;
  gap: 0.5rem;
}

.home-topmenu .topmenus-item {
  height: 1.2rem;
  padding: 0 0.6rem;
  margin: 0.35rem 0;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 1rem;
  font-size: 0.7rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.home-topmenu .topmenus-item:hover {
  background: rgba(255, 255, 255, 0.4);
}
.home-banner {
  background: url(../images/home-bannerbgc01.png) no-repeat;
  background-size: cover;
}
.home-banner .home-schoolmotto {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-schoolmotto .schoolmotto-01 img {
  width: 13.2rem;
}
.home-schoolmotto .schoolmotto-02 img {
  width: 22.15rem;
}

/* 导航菜单区域 */
.home-pagemenus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
}

/* 导航菜单 */
.pagemenus {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 85%;
}

.pagemenus-item {
  position: relative;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  color: #ffffff;
  transition: all 0.3s ease;
  white-space: nowrap;
  flex: 1;
  text-align: center;
}

.pagemenus-item::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.3s ease;
}

.pagemenus-item:hover,
.pagemenus-item.active {
  color: #fff;
  background: url(../images/home-menuactive.png) no-repeat center center;
  background-size: 100% 100%;
}

/* 搜索按钮 */
.home-search {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: 1rem;
}

.home-search img {
  width: 1.2rem;
  height: 1.2rem;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.home-search:hover img {
  opacity: 1;
}
.home-swiperbanner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.home-swiperbanner .swiperimg {
  width: 100%;
  min-height: 31.35rem;
  transform: scale(1);
}

.home-swiperbanner .swiper-slide-active .swiperimg {
  animation: bannerScale 12s ease-out forwards;
}
.home-swiperbanner .bannerinfo-box {
  position: relative;
  overflow: hidden;
}

.home-swiperbanner .bannerinfo-box img {
  width: 100%;
  animation: bannerImgScale 16s ease-out forwards;
}

@keyframes bannerImgScale {
  0% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
.home-swiperbanner .bannerinfo-box .bannerinfo-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
}
.bannerinfo-box .bannerinfo-content .bannerinfo-title {
  font-weight: bold;
  font-size: 1.6rem;
  color: #ffffff;
}
@keyframes bannerScale {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.header-tabs {
  height: 3rem;
  background-color: #e1f0f2;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.header-tabs .header-tabsitem {
  padding: 1rem 2rem;
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
}
.header-tabs .header-tabsitem:hover {
  background: url(../images/school-tabactive.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-weight: bold;
}
.header-tabs .active {
  background: url(../images/school-tabactive.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

/* 轮播图容器 */
.home-swiperbanner .swiper-container {
  width: 100%;
  height: 100%;
}

.home-swiperbanner .swiper-slide {
  width: 100%;
}

/* 自定义分页器 */
.custom-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  z-index: 10;
}

.pagination-dot {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

/* 中间白色圆点 */
.pagination-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  z-index: 1;
}

.pagination-dot.active::before {
  background: #fff;
}

/* SVG圆环 - 默认隐藏，选中显示 */
.dot-ring {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  opacity: 0;
}

.pagination-dot.active .dot-ring {
  opacity: 1;
}

.dot-ring-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 3;
}

.dot-ring-progress {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

.pagination-dot.active .dot-ring-progress {
  animation: ringProgress 3s linear forwards;
}

@keyframes ringProgress {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/*------------------------- header内容区域  end---------------------- */
/* 底部 */
.wrapper .footer {
  background: #00a0b0;
  color: #fff;
}

/*------------------------- footer内容区域  start---------------------- */
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}

/* 左侧Logo区域 */
.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30%;
  height: -webkit-fill-available;
  flex-shrink: 0;
}

.footer-logo-icon {
  margin-bottom: 0.5rem;
}

.footer-logo-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-logo-text {
  text-align: center;
}

.footer-logo-en {
  font-size: 0.5rem;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 0.2rem;
}

.footer-logo-cn {
  font-size: 0.85rem;
  color: #fff;
  font-weight: normal;
}

/* 中间链接区域 */
.footer-links {
  display: flex;
  gap: 2rem;
  flex: 1;
  padding: 0 2rem;
}

.footer-links-col {
  min-width: 6rem;
}

.footer-links-title {
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
  color: #ffffff;
}

.footer-links-list {
  list-style: none;
}

.footer-links-list li {
  margin-bottom: 0.4rem;
  font-size: 0.7rem;
}

.footer-links-list a {
  color: #ffffff;
  font-size: 0.7rem;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer-links-list a:hover {
  opacity: 0.8;
}
.footer-contact-list li {
  color: #ffffff;
  font-size: 0.7rem;
}

/* 右侧二维码区域 */
.footer-qrcode {
  display: flex;
  gap: 1.5rem;
  width: 15%;
  flex-shrink: 0;
  justify-content: flex-end;
}

.footer-qrcode-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-qrcode-icon {
  width: 3rem;
  height: 3rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.4rem;
}

.footer-qrcode-icon img {
  width: 1.8rem;
  height: 1.8rem;
  object-fit: contain;
}

.footer-qrcode-item span {
  font-size: 0.6rem;
  color: #fff;
}

/* 底部版权信息 */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.8rem 0;
}

.footer-bottom-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.6rem;
  color: #fff;
}

.footer-copyright {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.7rem;
}

.footer-copyright-icon {
  font-size: 0.7rem;
}
.footer-icp {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.7rem;
}
.footer-bottomlogo {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*------------------------- footer内容区域  end---------------------- */

/*------------------------- content内容区域  start---------------------- */
.home-content .content-newsbgc {
  background: url(../images/home-bannerbgc06.png) no-repeat;
  background-size: 100% 100%;
  padding: 3rem 0;
}

/* 校园新闻区域 */
.campus-news {
  display: flex;
  flex-direction: column;
}

/* 标题区域 */
.campus-news-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 3rem;
}

.campus-news-title {
  font-weight: 800;
  font-size: 36px;
  color: #333333;
  margin: 0;
}

.campus-news-more {
  position: absolute;
  right: 0;
  font-size: 0.7rem;
  color: #00a8b5;
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  background: url(../images/home-icon05.png) no-repeat;
  background-size: 100% 100%;
}

/* 内容区域 */
.campus-news-content {
  display: flex;
  gap: 2%;
}

/* 左侧轮播图 */
.campus-news-slider {
  width: 54%;
}

.news-swiper {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}

.slider-item {
  position: relative;
}

/* 2026.06.08更改 */
.slider-item img {
  width: 100%;
  height: 240px;
  min-height: 26rem;
  display: block;
}
/* 2026.06.08更改结束 */

.slider-date {
  position: absolute;
  left: 1rem;
  bottom: 0.7rem;
  background: #ffffff;
  color: #666666;
  padding: 0.5rem 0.75rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  z-index: 10;
}

.slider-date .date-day {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #666666;
}

.slider-date .date-month {
  font-size: 0.6rem;
  margin-top: 0.25rem;
}

.slider-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00aab7;
  color: #fff;
  padding: 0.75rem;
  padding-left: 5.5rem;
  padding-right: 2.2rem;
  font-size: 0.75rem;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* swiper分页器样式 */
.news-pagination {
  position: absolute;
  right: 0.75rem;
  background: #00a8b5;
  color: #fff;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  z-index: 10;
  width: 2.5rem;
}

.news-pagination .swiper-pagination-current,
.news-pagination .swiper-pagination-total {
  color: #fff;
  font-size: 1rem;
}

.news-swiper .swiper-pagination-fraction {
  right: 0 !important;
  left: auto !important;
  transform: none !important;
}

.slider-pagination {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  background: #00a8b5;
  color: #fff;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  border-radius: 0.25rem;
}

/* 右侧新闻列表 */
.campus-news-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  overflow: hidden;
}

.campus-news-item {
  /* padding-bottom: 0.75rem; */
  cursor: pointer;
  min-width: 0;
  overflow: hidden;
}

.news-item-title {
  display: block;
  font-size: 0.8rem;
  /* font-weight: bold; */
  color: #333333;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.news-item-title .highlight {
  color: #00a8b5;
}
.news-item-desc {
  font-size: 0.65rem;
  color: #666;
  line-height: 1.5;
  margin: 0.25rem 0 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 0;
  transition: all 0.3s ease-in-out;
}
.campus-news-list .active .news-item-title {
  color: #00aab7 !important;
  font-weight: bold;
}
.campus-news-list .active .news-item-desc {
  color: #00aab7 !important;
  height: 2rem;
}
.news-item-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-item-date {
  font-size: 0.65rem;
  color: #999;
}

.news-item-arrow {
  font-size: 0.7rem;
  color: #00a8b5;
}
.campus-news-item .news-item-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.5rem;
}
.campus-news-item .news-item-date .line {
  flex: 1;
  height: 1px;
  background: #d9d9d9;
  margin-right: 0.5rem;
}
.campus-news-item .news-item-date .date {
  color: #999999;
  font-size: 0.8rem;
}
.campus-news-list .active .news-item-date .line {
  background: #00aab7;
}
.campus-news-list .active .news-item-date .date {
  color: #00aab7;
}

.home-content .content-noticebgc {
  background: url(../images/home-bannerbgc03.png) no-repeat;
  background-size: 100% 100%;
  padding: 4rem 0;
}
.content-noticebgc .campus-noticetop {
  display: flex;
  gap: 2%;
}
.content-noticebgc .campus-noticetop .notice-tabs {
  width: 54%;
  display: flex;
  height: 70px;
  justify-content: space-between;
  align-items: center;
}
.content-noticebgc .campus-noticetop .notice-header {
  width: 44%;
  display: flex;
  height: 3.5rem;
  justify-content: space-between;
  align-items: center;
}
.content-noticebgc .notice-tabs .tabs-menus {
  display: flex;
  gap: 0.5rem;
}
/* 2026.06.08更改 */
.content-noticebgc .notice-tabs .tabs-menus .menus-item {
  height: 60px;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  cursor: pointer;
  font-size: 1.1rem;
  color: #333333;
}
/* 2026.06.08更改结束 */
.content-noticebgc .notice-tabs .tabs-menus .active {
  height: 70px;
  background-color: #ffffff;
  font-weight: bold;
  color: #00aab7;
  padding-bottom: 10px;
}
.content-noticebgc .notice-tabs .tabs-more {
  position: absolute;
  right: 0;
  font-size: 0.7rem;
  color: #00a8b5;
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  background: url(../images/home-icon05.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.content-noticebgc .notice-header .tabs-more {
  position: absolute;
  right: 0;
  font-size: 0.7rem;
  color: #00a8b5;
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  background: url(../images/home-icon05.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.content-noticebgc .notice-header .header-menus {
  font-weight: 800;
  font-size: 1.6rem;
  color: #00aab7;
}

/* 通知公告底部区域 */
.content-noticebgc .campus-noticebottom {
  display: flex;
  gap: 2%;
  min-height: 26.5rem;
}

/* 左侧Tab列表 */
.content-noticebgc .notice-bottomtablist {
  width: 54%;
  background: #fff;
  padding: 1.5rem 0;
  display: none;
}
.content-noticebgc .campus-noticebottom .now {
  display: block;
}
.content-noticebgc .tab-content {
  display: flex;
  flex-direction: column;
}

.content-noticebgc .tab-news-item {
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 0.8rem;
  color: #333333;
}

.content-noticebgc .tab-news-item:last-child {
  border-bottom: none;
}

.content-noticebgc .tab-news-item.active {
  background: #00aab7;
}

.content-noticebgc .tab-news-item.active .tab-news-title {
  color: #fff;
}

.content-noticebgc .tab-news-item.active .tab-news-date {
  color: rgba(255, 255, 255, 0.8);
}

.content-noticebgc .tab-news-item.active .tab-news-date img {
  filter: brightness(0) invert(1);
}

.content-noticebgc .tab-news-title {
  font-size: 0.8rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.5rem;
}

.content-noticebgc .tab-news-date {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.7rem;
  color: #999;
}

.content-noticebgc .tab-news-date img {
  width: 0.8rem;
  height: 0.8rem;
}

.content-noticebgc .tab-news-date::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e0e0e0;
  margin-left: 0.5rem;
}
/* .tab-news-date .date-line {
  width: 85%;
  height: 1px;
  background-color: #e0e0e0;
} */
/* 右侧通知公告列表 */
.content-noticebgc .notice-bottomnoticelist {
  width: 44%;
  display: flex;
  flex-direction: column;
}

.content-noticebgc .notice-list-item {
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  margin-bottom: 0.5rem;
}
.content-noticebgc .notice-list-item:last-child {
  margin-bottom: 0;
}

.content-noticebgc .notice-list-item:last-child {
  border-bottom: none;
}

.content-noticebgc .notice-list-item a {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.content-noticebgc .notice-item-datebox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #00aab7;
  color: #fff;
  height: 3rem;
  width: 3.2rem;
  text-align: center;
  flex-shrink: 0;
  background: url(../images/home-noticeicon02.png) no-repeat;
  background-size: 100% 100%;
}

.content-noticebgc .datebox-day {
  font-size: 0.8rem;
  font-weight: bold;
  color: #00aab7;
  margin-top: 0.5rem;
}

.content-noticebgc .datebox-year {
  font-size: 0.65rem;
  color: #00aab7;
}

.content-noticebgc .notice-item-text {
  flex: 1;
  font-size: 0.8rem;
  color: #333;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content-noticebgc .notice-bottomnoticelist .active {
  color: #00aab7;
}
.content-noticebgc .notice-bottomnoticelist .active .notice-item-datebox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 3rem;
  width: 3.2rem;
  text-align: center;
  flex-shrink: 0;
  background: url(../images/home-noticeicon03.png) no-repeat;
  background-size: 100% 100%;
}
.content-noticebgc .notice-bottomnoticelist .active .datebox-day {
  font-size: 0.8rem;
  font-weight: bold;
  color: #ffffff;
  margin-top: 0.5rem;
}

.content-noticebgc .notice-bottomnoticelist .active .datebox-year {
  font-size: 0.65rem;
  color: #ffffff;
}
.content-noticebgc .notice-bottomnoticelist .active .notice-item-text {
  color: #00aab7;
}
/* 学生活动开始 */

.home-content .content-activitybgc {
  background: url(../images/home-bannerbgc04.png) no-repeat;
  background-size: 100% 100%;
  padding: 4rem 0;
}
.content-activitybgc .campus-noticetop {
  display: flex;
  gap: 2%;
}
.content-activitybgc .campus-noticetop .notice-tabs {
  width: 54%;
  display: flex;
  height: 70px;
  justify-content: space-between;
  align-items: center;
}
.content-activitybgc .campus-noticetop .notice-header {
  width: 44%;
  display: flex;
  height: 3.5rem;
  justify-content: space-between;
  align-items: center;
}
.content-activitybgc .notice-tabs .tabs-menus {
  display: flex;
  gap: 0.5rem;
}
.content-activitybgc .notice-tabs .tabs-menus .menus-item {
  height: 60px;
  background-color: rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  cursor: pointer;
  font-size: 1.1rem;
  color: #ffffff;
}
.content-activitybgc .notice-tabs .tabs-menus .active {
  height: 70px;
  background-color: #ffffff;
  font-weight: bold;
  color: #00aab7;
  padding-bottom: 10px;
}
.content-activitybgc .notice-tabs .tabs-more {
  position: absolute;
  right: 0;
  font-size: 0.7rem;
  color: #ffffff;
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  background: url(../images/home-icon06.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.content-activitybgc .notice-header .tabs-more {
  position: absolute;
  right: 0;
  font-size: 0.7rem;
  color: #ffffff;
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  background: url(../images/home-icon06.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.content-activitybgc .notice-header .header-menus {
  font-weight: 800;
  font-size: 1.6rem;
  color: #ffffff;
}

/* 通知公告底部区域 */
.content-activitybgc .campus-noticebottom {
  display: flex;
  gap: 2%;
}

/* 左侧Tab列表 */
.content-activitybgc .notice-bottomtablist {
  width: 54%;
  background: #fff;
  padding: 1.5rem 0;
  padding-bottom: 0;
  display: none;
}
.content-activitybgc .campus-noticebottom .now {
  display: block;
}
.content-activitybgc .tab-content {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  padding: 1.5rem 0;
}

.content-activitybgc .tab-news-item {
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 0.8rem;
  color: #333333;
  margin-bottom: 1rem;
}

.content-activitybgc .tab-news-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.content-activitybgc .tab-news-item.active {
}

.content-activitybgc .tab-news-item.active .tab-news-title {
  color: #00aab7;
}

.content-activitybgc .tab-news-item.active .tab-news-date {
  color: #00aab7;
}

.content-activitybgc .tab-news-item.active .tab-news-date img {
  /* filter: brightness(0) invert(1); */
}

.content-activitybgc .tab-news-title {
  font-size: 0.8rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.5rem;
}

.content-activitybgc .tab-news-date {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.7rem;
  color: #999;
}

.content-activitybgc .tab-news-date img {
  width: 0.8rem;
  height: 0.8rem;
}

.content-activitybgc .tab-news-date::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e0e0e0;
  margin-left: 0.5rem;
}
/* .tab-news-date .date-line {
  width: 85%;
  height: 1px;
  background-color: #e0e0e0;
} */
.activity-bottomtablist {
  width: 44%;
  background: #ffffff;
  padding: 1.5rem 1rem;
}

/* 活动列表网格布局 */
.content-activitybgc .activity-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  padding: 0 1rem;
  background: #ffffff;
}

.content-activitybgc .activity-item {
  width: 32%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.content-activitybgc .activity-item a {
  display: block;
  text-decoration: none;
}

.content-activitybgc .activity-imgbox {
  width: 100%;
  min-height: 6rem;
  /* border-radius: 0.25rem; */
  overflow: hidden;
}

.content-activitybgc .activity-imgbox img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.content-activitybgc .activity-item:hover .activity-imgbox img {
  transform: scale(1.05);
}

.content-activitybgc .activity-content {
  padding: 0.5rem 0;
}

.content-activitybgc .activity-title {
  font-size: 0.7rem;
  color: #333333;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.4rem;
  text-align: justify;
}
.content-activitybgc .activity-item:hover .activity-title {
  color: #00aab7;
}
.content-activitybgc .activity-date {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.65rem;
  color: #999999;
}

.content-activitybgc .activity-date img {
  width: 0.7rem;
  height: 0.7rem;
}
/* 学生活动结束 */

/* 党建活动 */
.home-content .content-partybuilding {
  background: url(../images/home-bannerbgc05.png) no-repeat;
  background-size: 100% 100%;
  padding: 4rem 0;
  position: relative;
}
.content-partybuilding .partybuilding-logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.content-partybuilding .partybuilding-box {
  display: flex;
  gap: 2%;
}
.partybuilding-box .partybuilding-left {
  width: 30%;
  display: flex;
  align-items: center;
}
.partybuilding-left .partybuilding-work .work-header {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-weight: 800;
  font-size: 1.8rem;
  color: #de0005;
  margin-bottom: 2rem;
}
.partybuilding-work .work-info {
  font-weight: 400;
  font-size: 0.8rem;
  color: #de0005;
  line-height: 1.5rem;
}
.partybuilding-box .partybuilding-center {
  width: 46%;
}
.partybuilding-box .partybuilding-right {
  width: 30%;
}
.partybuilding-right .notice-header {
  justify-content: center !important;
}
.partybuilding-right .rectangle-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.partybuilding-right .rectangle-list .rectangle-item {
  cursor: pointer;
}
.partybuilding-right .rectangle-list .rectangle-item img {
  max-height: 6rem;
}
.content-partybuilding .notice-header {
  display: flex;
  height: 3.5rem;
  justify-content: space-between;
  align-items: center;
}
.content-partybuilding .notice-header .tabs-more {
  position: absolute;
  right: 0;
  font-size: 0.7rem;
  color: #ea0005;
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  background: url(../images/home-icon07.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.content-partybuilding .notice-header .header-menus {
  font-weight: 800;
  font-size: 1.6rem;
  color: #ea0005;
}
.content-partybuilding .activity-bottomtablist {
  background: #ffffff;
  padding: 1.5rem 1rem;
  width: 100%;
}
.content-partybuilding .tab-news-item {
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 0.8rem;
  color: #333333;
  margin-bottom: 1rem;
}

.content-partybuilding .tab-news-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.content-partybuilding .tab-news-item.active {
}

.content-partybuilding .tab-news-item.active .tab-news-title {
  color: #ea0005;
}

.content-partybuilding .tab-news-item.active .tab-news-date {
  color: #ea0005;
}

.content-partybuilding .tab-news-item.active .tab-news-date img {
  /* filter: brightness(0) invert(1); */
}

.content-partybuilding .tab-news-title {
  font-size: 0.8rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.5rem;
}

.content-partybuilding .tab-news-date {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.7rem;
  color: #999;
}

.content-partybuilding .tab-news-date img {
  width: 0.8rem;
  height: 0.8rem;
}

.content-partybuilding .tab-news-date::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e0e0e0;
  margin-left: 0.5rem;
}
/* 党建活动结束 */

/* 学校简介 */
.web-sitcontent {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #fff;
}

.web-schoolinfo {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.web-schoolinfo .schoolinfo-img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    align-items: center;
}

.web-schoolinfo .imgbox {
    width: 45%;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    align-self: center;
}

.web-schoolinfo .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.web-schoolinfo .swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
}

.web-schoolinfo .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
}

.web-schoolinfo .slider-item {
    width: 100%;
    height: 20rem;
    overflow: hidden;
}

.web-schoolinfo .slider-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 4px;
}

/* 右侧文字区域 */
.web-schoolinfo .schoolinfo-text {
    flex: 1;
    font-size: 0.75rem;
    color: #333;
    line-height: 1.8;
    text-align: justify;
    font-weight: 400;
    font-size: 0.8rem;
    color: #333333;
    line-height: 1.5rem;
    text-indent: 2em;
}

.web-sitcontent .schoolInfo-rich {
    width: 100%;
}
/* 学校简介结束 */

/* 学校荣誉 */
.web-schoolhonor {
  /* padding-top: 2rem; */
  /* padding-bottom: 3rem; */
}

/* 荣誉列表 - 3列网格布局 */
.schoolhonor-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}

/* 单个荣誉项 */
.schoolhonor-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f6f6f6;
  padding: 0.6rem;
  padding-bottom: 0;
  cursor: pointer;
}

/* 荣誉图片容器 */
.schoolhonor-item .honor-imgbox {
  width: 100%;
  aspect-ratio: 4/3;
  height: 12.5rem;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.schoolhonor-item .honor-imgbox img {
  height: 100%;
  transition: transform 0.5s ease;
}

/* 鼠标经过时图片放大效果 */
.schoolhonor-item:hover .honor-imgbox img {
  transform: scale(1.08);
}

/* 鼠标经过时图片容器添加阴影 */
.schoolhonor-item:hover .honor-imgbox {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* 荣誉信息区域 */
.schoolhonor-item .honor-info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 0;
  position: relative;
}

/* 蓝色奖章图标 */
.schoolhonor-item .honor-icon {
  width: 2.8rem;
  height: 3.25rem;
  background: url(../images/schoolhonor-icon01.png) no-repeat center center;
  background-size: contain;
  flex-shrink: 0;
  position: absolute;
  left: 50%;
  top: -2rem;
  transform: translateX(-50%);
}

/* 荣誉文字 */
.schoolhonor-item .honor-text {
  font-weight: 400;
  font-size: 0.8rem;
  color: #333333;
  text-align: center;
  line-height: 1.4;
  transition: color 0.3s ease;
}

/* 鼠标经过时文字变色 */
.schoolhonor-item:hover .honor-text {
  color: #00aab7;
}

/* 分页控件 */
.schoolhonor-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  margin-top: 2rem;
}

/* 分页按钮 */
.schoolhonor-pagination .pagination-btn {
  padding: 0.4rem 0.8rem;
  font-weight: 400;
  font-size: 0.7rem;
  color: #333333;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  text-decoration: none;
  transition: all 0.3s ease;
}

.schoolhonor-pagination .pagination-btn:hover {
  background: #00aab7;
  color: #fff;
  border-color: #00aab7;
}

/* 分页页码容器 */
.schoolhonor-pagination .pagination-pages {
  display: flex;
  gap: 0.3rem;
}

/* 分页页码 */
.schoolhonor-pagination .pagination-page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  font-weight: 400;
  font-size: 0.7rem;
  color: #333333;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  text-decoration: none;
  transition: all 0.3s ease;
}

.schoolhonor-pagination .pagination-page:hover {
  background: #00aab7;
  color: #fff;
  border-color: #00aab7;
}

/* 当前页码 */
.schoolhonor-pagination .pagination-page.active {
  background: #00aab7;
  color: #fff;
  border-color: #00aab7;
}
.schoolhonoer-env {
  position: relative;
  margin-top: 3rem;
  overflow: hidden;
  cursor: pointer;
}
.schoolhonoer-env .schoolhonoer-bgc {
  width: 100%;
  transition: transform 2s ease;
}

.schoolhonoer-env:hover .schoolhonoer-bgc {
  transform: scale(1.05);
}
.schoolhonoer-env .schoolhonoer-envbtn {
  width: 8rem;
  height: 3rem;
  border-radius: 6px;
  border: 1px solid #ffffff;
  display: flex;
  gap: 0.2rem;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* 学校荣誉结束 */

/* 组织机构 */
/* .web-schoolorg {
  padding-top: 2rem;
  padding-bottom: 3rem;
} */

/* 机构分类区块 */
.org-section {
  margin-bottom: 2.5rem;
}

.org-section:last-child {
  margin-bottom: 0;
}

/* 分类标题 */
.org-title {
  font-weight: bold;
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 1rem;
  padding-bottom: 0.9rem;
  border-bottom: 2px solid #00aab7;
}

/* 标签容器 */
.org-tags {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  font-size: 0.8rem;
  font-weight: 400;
  color: #333333;
}

/* 机构标签 */
.org-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  background: #f5f5f5;
  font-size: 0.75rem;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* 鼠标悬停效果 */
.org-tag:hover {
  background: url(../images/schoolorgicon01.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

/* 选中状态 */
.org-tag.active {
  background: url(../images/schoolorgicon01.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
/* 组织机构结束 */

/* 校园文化 */
.web-schoolcultrue {
}
.web-schoolcultrue .schoolcultrue-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}
.schoolcultrue-item {
  display: flex;
  cursor: pointer;
}
.schoolcultrue-item .schoolcultrue-info {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #f8f8f8;
  transition: all 0.4s ease;
}
.schoolcultrue-info .info-icon {
  margin-bottom: 1.2rem;
}
.schoolcultrue-info .info-title {
  font-weight: 400;
  font-size: 30px;
  color: #333333;
}
.schoolcultrue-info .info-text {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.schoolcultrue-item .schoolcultrue-img {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.schoolcultrue-item .schoolcultrue-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.schoolcultrue-item:hover .schoolcultrue-img img {
  transform: scale(1.08);
}
.schoolcultrue-item:hover .schoolcultrue-info {
  background: #00aab7;
}
.schoolcultrue-item:hover .info-title,
.schoolcultrue-item:hover .info-text {
  color: #fff;
}

.schoolcultrue-item:hover .schoolcultrue-info .info-icon img {
  filter: brightness(0) invert(1);
}

/* 校园新闻页面 */
.schoolnewspage-box {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}

/* 左侧新闻列表 */
.schoolnewspage-list {
  flex: 1;
}

.schoolnewspage-item {
  display: flex;
  gap: 1rem;
  /* padding: 1rem 0; */
  /* border-bottom: 1px solid #e0e0e0; */
  background-color: #fafafa;
  cursor: pointer;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.schoolnewspage-item:last-child {
  border-bottom: none;
}

.schoolnewspage-img {
  width: 12rem;
  height: 8rem;
  flex-shrink: 0;
  overflow: hidden;
}

.schoolnewspage-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.schoolnewspage-item:hover .schoolnewspage-img img {
  transform: scale(1.08);
}
.schoolnewspage-item:hover {
  background: #0094a5;
}
.schoolnewspage-item:hover .schoolnewspage-title,
.schoolnewspage-item:hover .schoolnewspage-desc,
.schoolnewspage-item:hover .schoolnewspage-date {
  color: #ffffff;
}
.schoolnewspage-item:hover .schoolnewspage-date img {
  filter: brightness(0) invert(1);
}
.schoolnewspage-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem 0;
  padding-right: 1rem;
}

.schoolnewspage-title {
  font-weight: bold;
  font-size: 0.9rem;
  color: #333333;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.schoolnewspage-desc {
  font-size: 0.7rem;
  color: #999999;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.schoolnewspage-date {
  font-size: 0.65rem;
  color: #999;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

/* 右侧热点推荐 */
.schoolnewspage-sidebar {
  width: 18rem;
  flex-shrink: 0;
}

.sidebar-title {
  font-weight: bold;
  font-size: 1rem;
  color: #00aab7;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #00aab7;
}

.sidebar-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sidebar-item {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  text-decoration: none;
  padding-bottom: 0.75rem;
  border-bottom: 1px dashed #e0e0e0;
}

.sidebar-item:last-child {
  border-bottom: none;
}

.sidebar-icon {
  display: flex;
  align-items: flex-start;
  gap: 0.3rem;
}

.sidebar-icon::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #00aab7;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 0.4rem;
}

.sidebar-text {
  font-size: 0.8rem;
  color: #333333;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-left: 0.7rem;
}

.sidebar-item:hover .sidebar-text {
  color: #008d98;
}
.sidebar-item:hover .sidebar-date {
  color: #008d98;
}

.sidebar-date {
  font-size: 0.7rem;
  color: #999999;
  padding-left: 0.7rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

/* 通知公告列表 */
.schoolnewspage-textlist {
  flex: 1;
  width: 0;
  border-top: 1px solid #e0e0e0;
}

.textlist-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 0;
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none;
  transition: all 0.3s ease;
}

.textlist-item:hover .textlist-date {
  color: #0094a5;
}

.textlist-item:hover .textlist-title {
  color: #0094a5;
}

.textlist-icon {
  width: 8px;
  height: 8px;
  background: #0094a5;
  transform: rotate(45deg);
  flex-shrink: 0;
}

.textlist-title {
  flex: 1;
  min-width: 0;
  font-size: 0.8rem;
  color: #333333;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.textlist-date {
  font-size: 0.7rem;
  color: #999999;
  flex-shrink: 0;
}

/* 新闻详情页头部 */
.newsdetail-header {
  text-align: center;
  padding-bottom: 1.5rem;
  border-bottom: 3px solid #00aab7;
  margin-bottom: 2rem;
}

.newsdetail-title {
  font-weight: bold;
  font-size: 1.5rem;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.newsdetail-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  font-size: 0.75rem;
  color: #666;
}

.newsdetail-source,
.newsdetail-time {
  color: #666;
}

/* 新闻详情页底部 */
.newsdetail-footer {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 3px solid #00aab7;
}

.newsdetail-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}

.newsdetail-nav-links {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.newsdetail-nav-prev,
.newsdetail-nav-next {
  font-size: 0.8rem;
  color: #333;
  text-decoration: none;
  line-height: 1.6;
  transition: color 0.3s ease;
}

.newsdetail-nav-prev:hover,
.newsdetail-nav-next:hover {
  color: #00aab7;
}

.newsdetail-nav-prev span,
.newsdetail-nav-next span {
  color: #666;
}

.newsdetail-back {
  width: 6rem;
  height: 2.2rem;
  background: #00aab7;
  color: #fff;
  font-size: 0.8rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.newsdetail-back:hover {
  background: #008d98;
}

/* 师资队伍 */
.schoolteacher-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 1.5rem;
  margin-bottom: 4rem;
}

.schoolteacher-item {
  background: #fff;
  cursor: pointer;
  position: relative;
}

.schoolteacher-img {
  width: 15rem;
  height: 12rem;
  flex-shrink: 0;
  overflow: hidden;
  z-index: 2;
}

.schoolteacher-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.schoolteacher-item:hover .schoolteacher-img img {
  transform: scale(1.08);
}

.schoolteacher-info {
  position: absolute;
  width: 18rem;
  padding: 1rem;
  padding-left: 3rem;
  background-color: #f8f8f8;
  top: 1.5rem;
  left: 12.5rem;
  z-index: 1;
}

.schoolteacher-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: url(../images/school-teachericon01.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 0.7rem;
  padding: 0.4rem 0.8rem;
  margin-bottom: 0.75rem;
  transition: all 0.3s ease;
}

.teacher-name {
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
  transition: all 0.3s ease;
}

.teacher-title {
  font-size: 0.6rem;
  color: #fff;
  opacity: 0.9;
  transition: all 0.3s ease;
}

.schoolteacher-desc {
  font-size: 0.8rem;
  color: #333333;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.schoolteacher-item:hover .schoolteacher-tag {
  background: url(../images/school-teachericon02.png) no-repeat;
  background-size: 100% 100%;
}
.schoolteacher-item:hover .teacher-name {
  color: #00aab7;
}
.schoolteacher-item:hover .teacher-title {
  color: #00aab7;
}
.schoolteacher-item:hover .schoolteacher-info {
  background-color: #00aab7;
}
.schoolteacher-item:hover .schoolteacher-desc {
  color: #fff;
}
/* 师资队伍结束*/

/* 专业建设 */
.specialty-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-bottom: 3rem;
}

/* 专业卡片 */
.specialty-item {
  position: relative;
  height: 19rem;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

/* 背景图片 */
.specialty-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.specialty-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.specialty-item:hover .specialty-bg img {
  transform: scale(1.08);
}

/* 遮罩层 */

.specialty-item:hover .specialty-overlay {
  background: rgba(0, 170, 183, 0.7);
}

/* 内容区域 */
.specialty-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* 圆形图标 */
.specialty-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  /* border: 2px solid rgba(255, 255, 255, 0.8); */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.specialty-icon img {
  /* width: 32px;
  height: 32px; */
  object-fit: contain;
}

.specialty-item:hover .specialty-icon {
  border-color: #fff;
}

/* 专业名称 */
.specialty-name {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.specialty-item:hover .specialty-name {
  font-weight: bold;
}

/* 专业建设结束 */

/* 专业建设详情页 */
.specialty-detail {
  background-color: #fff;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

/* 专业标题 */
.specialty-detail-title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 2.5rem;
}

/* 内容区块 */
.specialty-section {
  margin-bottom: 2.5rem;
}

.specialty-section:last-child {
  margin-bottom: 0;
}

/* 区块标题 - 青蓝色背景 */
.specialty-section-title {
  background-color: #00aab7;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1.25rem;
}

/* 区块内容 */
.specialty-section-content {
  padding: 0 0.5rem;
  font-size: 0.8rem;
  color: #333333;
}

.specialty-section-content p {
  font-size: 0.8rem;
  color: #333333;
  line-height: 1.8;
  text-align: justify;
}

/* 课程标签容器 */
.specialty-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

/* 课程标签 */
.specialty-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.8rem;
  color: #333;
  background-color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}

.specialty-tag:hover {
  border-color: #00aab7;
  color: #00aab7;
  background-color: rgba(0, 170, 183, 0.05);
}

/* 专业建设详情页结束 */

/* 主题教育 */
.theme-edulist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}

/* 主题教育项目 */
.theme-eduitem {
  display: block;
  text-decoration: none;
  cursor: pointer;
}

/* 图片容器 */
.theme-eduimg {
  width: 100%;
  height: 6.5rem;
  overflow: hidden;
  background: #f5f5f5;
  margin-bottom: 0.75rem;
}

.theme-eduimg img {
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
}

.theme-eduitem:hover .theme-eduimg img {
  transform: scale(1.05);
}

/* 标题 */
.theme-eduname {
  font-size: 0.8rem;
  color: #333;
  text-align: center;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 0.3s ease;
}

.theme-eduitem:hover .theme-eduname {
  color: #00aab7;
}

/* 主题教育结束 */

/* 教师详情页 */
.web-teacherdetail {
  background-color: #fff;
}

/* 教师信息区域 - 左右布局 */
.teacherdetail-info {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
}

/* 左侧照片区域 */
.teacherdetail-photo {
  width: 320px;
  height: 400px;
  flex-shrink: 0;
  overflow: hidden;
  background: #f5f5f5;
}

.teacherdetail-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 右侧内容区域 */
.teacherdetail-content {
  flex: 1;
}

/* 教师姓名和职称标题 */
.teacherdetail-header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #00aab7;
}

.teacherdetail-name {
  font-size: 1.5rem;
  font-weight: bold;
  color: #00aab7;
}

.teacherdetail-title {
  font-size: 0.8rem;
  color: #fff;
  background: url(../images/school-teachericon01.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.25rem 0.8rem;
  border-radius: 4px;
}

/* 教师简介文字 */
.teacherdetail-desc {
  font-size: 0.75rem;
  color: #333;
  line-height: 1.8;
  text-align: justify;
}

.teacherdetail-desc p {
  margin-bottom: 1rem;
  text-indent: 2em;
}

.teacherdetail-desc p:last-child {
  margin-bottom: 0;
}

/* 作品展示区域 */
.teacherdetail-works {
  background: url(../images/school-teacherbgc01.png) no-repeat;
  background-size: 100% 100%;
  padding: 3rem 0;
}

.works-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #00aab7;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  position: relative;
}
/* 作品列表 - 3列网格 */
.works-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

/* 单个作品项 */
.works-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.works-img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f5f5f5;
  margin-bottom: 1rem;
}

.works-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.works-item:hover .works-img img {
  transform: scale(1.05);
}

.works-name {
  font-size: 0.8rem;
  color: #333;
  text-align: center;
}
.works-item:hover .works-name {
  color: #00aab7;
}
/* 教师详情页结束 */
/* 导航栏搜索框开始 */
.nav-serach {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  opacity: 0;
  visibility: hidden;
  max-width: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}

.nav-serach.active {
  opacity: 1;
  visibility: visible;
  max-width: 300px;
  margin-left: 0.5rem;
}

.nav-serach .navsearch-input {
  width: 200px;
  height: 36px;
  padding: 0 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.15);
  font-size: 0.85rem;
  color: #fff;
  outline: none;
  transition: all 0.3s ease;
}

.nav-serach .navsearch-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.nav-serach .navsearch-input:focus {
  border-color: #00aab7;
  background: rgba(255, 255, 255, 0.25);
}

.nav-serach > img {
  width: 1.2rem;
  height: 1.2rem;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.nav-serach > img:hover {
  opacity: 1;
}
/* 导航栏搜索框结束 */