:root {
  --site-green: #087f3f;
  --site-green-dark: #075f33;
  --site-green-soft: #eaf6ef;
  --site-gold: #e4a11b;
  --site-ink: #172033;
  --site-muted: #667085;
  --site-line: #e5e7eb;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--site-ink);
  background: #f6f8f7;
  font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--site-green);
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-container {
  width: min(1400px, calc(100% - 32px));
  margin: 0 auto;
}

.site-topbar {
  background: #063e27;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.site-topbar .site-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 40px;
}

.site-topbar a {
  color: rgba(255, 255, 255, 0.9);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(8, 127, 63, 0.96);
  color: #fff;
  box-shadow: 0 12px 32px rgba(5, 95, 51, 0.16);
  backdrop-filter: blur(10px);
}

.site-header__main {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background-size: auto 100%;
}

.site-logo {
  width: min(820px, 72vw);
}

.site-header__tools {
  width: min(320px, 100%);
}

.site-search [frag] {
  min-height: 38px;
}

.mobile-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 6px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.mobile-nav-toggle span,
.mobile-nav-toggle span::before,
.mobile-nav-toggle span::after {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  content: "";
}

.mobile-nav-toggle span::before {
  transform: translateY(-7px);
}

.mobile-nav-toggle span::after {
  transform: translateY(5px);
}

.site-nav {
 
}

.site-nav .nav-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.site-nav .nav-menu > li {
  position: relative;
}

.site-nav a,
.site-nav .menu-link {
  display: block;
  padding: 16px 18px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.site-nav a:hover,
.site-nav .selected a,
.site-nav .menu-item:hover > a {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.site-nav .nav-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 60;
  display: none;
  min-width: 190px;
  padding: 8px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(23, 32, 51, 0.18);
}

.site-nav .nav-menu > li:hover > .nav-submenu,
.site-nav .nav-submenu > li:hover > .nav-submenu {
  display: block;
}

.site-nav .nav-submenu a {
  padding: 9px 12px;
  border-radius: 6px;
  color: var(--site-ink);
  font-size: 16px;
  white-space: nowrap;
}

.site-nav .nav-submenu a:hover {
  color: var(--site-green);
  background: var(--site-green-soft);
}

.site-nav .nav-submenu .nav-submenu {
  top: -8px;
  left: calc(100% + 8px);
}

.hero {
  width: 100%;
  position: relative;
  
  overflow: hidden;
}

.hero .slideBox,
.hero .bd,
.hero .bd ul{
 width: 100%;
 max-width: 100%;
 overflow: hidden;
}
.hero .bd li {
  width: 100%;
  min-height: clamp(320px, 44vw, 480px);
}

.hero img {
  width: 100%;
  height: clamp(320px, 44vw, 480px);
  object-fit: cover;
}

.hero__text p {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(16px, 2vw, 20px);
}

.section {
  padding: clamp(22px, 5vw, 30px) 0;
}

.section--soft {
  background: var(--site-green-soft);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.section-kicker {
  margin: 0 0 4px;
  color: var(--site-green);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.section-title {
  margin: 0;
  color: var(--site-ink);
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.2;
  font-weight: 800;
}

.more-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--site-green);
  font-weight: 700;
  white-space: nowrap;
}

.news-grid,
.news-dashboard {
  display: grid;
  gap: 24px;
}

.news-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
}

.news-dashboard {
  align-items: start;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr) minmax(0, 1fr);
}

.news-column {
  min-width: 0;
}
.news-column img{
  width: 100%;
  object-fit: cover;
}
.mini-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  border-bottom: 3px solid #075f33;
  padding-bottom: 10px; 
}

.mini-heading h3 {
  margin: 0;
  color: var(--site-green-dark);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
}

.news-card,
.panel-card,
.article-shell,
.sidebar-card {
  border: 1px solid rgba(8, 127, 63, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(23, 32, 51, 0.08);
}

.featured-news ul,
.featured-news [frag="窗口内容"] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.news-dashboard .featured-news ul,
.news-dashboard .featured-news [frag="窗口内容"] {
  grid-template-columns: 1fr;
}

.featured-news li {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(23, 32, 51, 0.08);
}

.featured-news .index-news__primary-tumb,
.featured-news .thumb {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e5e7eb;
}

.featured-news .index-news__primary-tumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-news .index-news__primary-content {
  padding: 18px;
}

.news-dashboard .featured-news .index-news__primary-content {
  padding: 16px;
}

.featured-news h4 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.45;
}

.featured-news span {
  color: var(--site-muted);
  font-size: 14px;
}

.compact-list {
  padding: 12px 22px;
}

.news-dashboard .compact-list {
  min-height: 100%;
  padding: 16px 18px;
}

.compact-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  min-height: 70px;
  border-bottom: 1px dashed var(--site-line);
}
.index-work-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  min-height: 70px;
  border-bottom: 1px dashed var(--site-line);
}

.compact-list li:last-child,
.index-work-list li:last-child {
  border-bottom: 0;
}

.compact-list li a,
.index-work-list li a,
.wp_article_list .list_item a {
   color: var(--site-ink);
   white-space: normal !important;          
    display: -webkit-box;                    
    -webkit-line-clamp: 2;                   
    -webkit-box-orient: vertical;            
    overflow: hidden;                        
    text-overflow: ellipsis;                 
    line-height: 1.4;                         
    max-height: 2.8em;                       
    word-break: break-word;                 
}

.compact-list li span,
.index-work-list li span {
  flex: 0 0 auto;
  color: var(--site-muted);
  font-size: 14px;
}

.notice-list {
  display: grid;
  gap: 16px;
}

.notice-list li {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: #fff;
  margin-bottom: 9px;
}

.notice-date {
  display: grid;
  place-items: center;
  min-height: 76px;
  border-radius: 8px;
  color: #fff;
  background: var(--site-green);
}

.notice-date h2 {
  margin: 0;
  color:#ffffff;
  font-size: 30px;
  line-height: 1;
  text-align: center;
}

.notice-date span {
  font-size: 12px;
}

.notice-list h4 {
  margin: 2px 0 8px;
  font-size: 18px;
  line-height: 1.45;
}

.notice-list p {
  margin: 0;
  color: var(--site-muted);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.notice-list--compact {
  gap: 12px;
}

.notice-list--compact li {
  align-items: center; 
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
}

.notice-list--compact .notice-date {
  min-height: 58px;
}

.notice-list--compact .notice-date h2 {
  font-size: 24px;
}

.notice-list--compact .notice-date span {
  font-size: 11px;
}

.notice-list--compact h4 {
  margin-bottom: 4px;
  font-size: 16px;
}

.notice-list--compact p {
  -webkit-line-clamp: 1;
}
.slideshow {
  position: relative;
  height: 480px;
  background: #BFBFBF;
}
.slideBox {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
	float: left;     
    width: 100%;
    list-style: none;
}
.slideBox .bd img {
   width: 100%;
    height: auto;
    display: block;
}
.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../assets/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slideBox .prevStop {
  display: none;
}
.slideBox .nextStop {
  display: none;
}

.quick-link {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}
.newspic img{
	width:100%;
	min-height: 360px;
}
.content-center{
  text-align:center;
}
.quick-link a {
  display: grid;
  gap: 10px;
  place-items: center;
  padding: 16px 8px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(23, 32, 51, 0.06);
}

.quick-link img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.special-grid li?
.media-item {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(23, 32, 51, 0.08);
}

.special-grid img ,
.media-item img{
  width: 100%;
  min-height: 145px;
  object-fit: cover;
}

.media-item {
    /* 容器样式自行定义 */
    display: inline-block;
    margin: 10px;
    text-align: center;
}

.media-item a {
    display: block;
    position: relative;
    /* 保证 a 的宽高由 img 撑开 */
}

.media-item a img {
    display: block;        /* 去除图片底部空隙 */
    width: 100%;           /* 如果需要自适应 */
    height: auto;
}

.media-item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;            
    height: 48px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;             /* 水平垂直居中 */

    background: rgba(0, 0, 0, 0.45) url('../assets/play.svg') center no-repeat;
    background-size: 20px;    /* 播放三角形图标大?*/
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25); /* 轻微阴影，更有质?*/
    pointer-events: none;     /* 让点击穿透到链接 */
    transition: transform 0.2s; /* 可选悬停微动效 */
}
.media-item a:hover::before {
    transform: scale(1.08);
}
.media-item  a:hover img {
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.09);
}
.media-item  a:hover::before {
  background-color: rgba(0, 0, 0, 0.65);
}
.media-item  span {
  display: block;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 16px;
  text-align: center;
}
.media-item span {
  display: block;
  padding: 14px;
  font-weight: 700;
  text-align: center;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.panel-card {
  padding: 22px;
}

.panel-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  border-bottom: 3px solid #075f33;
  padding-bottom: 10px; 
}

.panel-card__head h3 {
  margin: 0;
  color: var(--site-green-dark);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
}

.page-hero {
  min-height: 240px;
  display: flex;
  align-items: center;
  color: #fff;
  background: linear-gradient(90deg, rgba(6, 62, 39, 0.86), rgba(6, 62, 39, 0.36)), url("../assets/banner.jpg") center / cover no-repeat;
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.2;
}

.page-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 42px 0 70px;
}

.sidebar-card {
  overflow: hidden;
}

.sidebar-title {
  padding: 18px 20px;
  color: #fff;
  background: var(--site-green);
  font-size: 18px;
  font-weight: 800;
}

.sidebar-card ul,
.wp_listcolumn {
  padding: 10px;
}

.sidebar-card li a,
.wp_listcolumn .wp_column a {
  display: block;
  padding: 12px 14px;
  border-radius: 6px;
  color: var(--site-ink);
}

.sidebar-card li a:hover,
.wp_listcolumn .wp_column a:hover,
.wp_listcolumn .wp_column a.selected {
  color: var(--site-green);
  background: var(--site-green-soft);
}

.breadcrumb-wrap {
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--site-line);
  color: var(--site-muted);
  font-size: 14px;
}

.breadcrumb-wrap a {
  color: var(--site-muted);
}

.article-list-shell,
.article-shell {
  padding: clamp(20px, 4vw, 34px);
}

.wp_article_list .list_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 52px;
  border-bottom: 1px dashed var(--site-line);
}

.wp_article_list .list_item .Article_Index {
  display: none;
}

.wp_article_list .list_item .ex_fields {
  flex: 0 0 auto;
  color: var(--site-muted);
}

.wp_paging {
  margin-top: 26px;
  text-align: center;
}

.article-shell .uk-article-title {
  margin: 0 auto 14px;
  color: var(--site-ink);
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.28;
  text-align: center;
}

.article-shell .uk-article-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin-bottom: 30px;
  color: var(--site-muted);
}

.article-shell .read {
  color: #263244;
  font-size: 17px;
  line-height: 1.9;
}

.article-shell .read p {
  margin: 0 0 1em;
}

.article-shell .read img {
  height: auto;
  margin: 18px auto;
  border-radius: 6px;
}

.site-footer {
  color: rgba(255, 255, 255, 0.84);
  background: #063e27;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.footer-links span {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 800;
}

.footer-links a {
  display: block;
  padding: 3px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.footer-brand img {
  width: 280px;
  max-width: 100%;
  margin-left: auto;
}

.footer-qrcode {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 18px;
}

.footer-qrcode li {
  text-align: center;
  font-size: 13px;
}

.footer-qrcode img {
  width: 86px;
  height: 86px;
  margin-bottom: 8px;
  background: #fff;
}

.site-footer__bottom {
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.62);
  background: rgba(0, 0, 0, 0.28);
  font-size: 14px;
}

.site-footer__bottom .site-container {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.footer-school-logo {
  width: 150px;
}

@media (max-width: 960px) {
  .site-topbar {
    display: none;
  }

  .site-header__main {
    min-height: 76px;
  }

  .site-header__tools {
    display: none;
  }

  .mobile-nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    padding: 8px 0 14px;
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav .nav-menu {
    display: block;
  }

  .site-nav .nav-menu > li {
    position: static;
  }

  .site-nav a,
  .site-nav .menu-link {
    padding: 12px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .site-nav .nav-submenu,
  .site-nav .nav-menu > li:hover > .nav-submenu,
  .site-nav .nav-submenu > li:hover > .nav-submenu {
    position: static;
    display: block;
    min-width: 0;
    padding: 0 0 0 14px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .site-nav .nav-submenu a {
    padding: 9px 4px;
    color: rgba(255, 255, 255, 0.78);
    white-space: normal;
  }

  .site-nav .nav-submenu a:hover {
    color: #fff;
    background: transparent;
  }

  .news-grid,
  .news-dashboard,
  .page-layout,
  .site-footer__main {
    grid-template-columns: 1fr;
  }

  .news-dashboard {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .featured-news ul,
  .featured-news [frag="窗口内容"],
  .work-grid,
  .special-grid [frag="窗口内容"],
  .media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-link {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-brand img,
  .footer-qrcode {
    margin-left: 0;
    justify-content: flex-start;
  }
}
.wp_listcolumn { display:block; width:100%; border-top:0px solid #ddd; border-bottom:0px solid #fff;}
.wp_listcolumn .wp_column {display:block; width:100%; vertical-align: bottom;}
.wp_listcolumn .wp_column a { display:block; width:100%; background: rgba(7, 145, 58, 0.15); font-size:15px; font-weight:normal; word-wrap:break-word;  text-align: left;}
.wp_listcolumn .wp_column a:hover { background-color: #F0F2F5; color: #0079C2;background-image:none;}
.wp_listcolumn .wp_column a .column-name { display:inline-block; line-height:22px; padding:0px; cursor:pointer;}
.wp_listcolumn .wp_column a.selected {
  color: #07913A;
  background: rgba(7, 145, 58, 0.15);
  border-left-color: #07913A;
}
.wp_listcolumn{
	padding: 0;
}

.wp_listcolumn li {
	list-style: none;
	margin-bottom: 0px;
}

.wp_listcolumn li a {
	display: block;
	padding: 12px 24px;
	text-align: left;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.56);
}

.wp_listcolumn li.active {
	border-right: 2px solid #0079C2;
	background-color: #F0F2F5;
}

.wp_listcolumn li.active a {
	color: #0079C2;
}

.wp_listcolumn li a:hover {
	background-color: #F0F2F5;
	color: #0079C2;
}
.wp_nav .sub-nav {
    border: 0px solid #ccc;
}
.wp_listcolumn .wp_subcolumn .wp_column a {
    color: #07913A;
    font-size: 14px;
    border-bottom: 0px solid #aaa;
    border-top: none;
    background: rgba(7, 145, 58, 0.15);
}
.wp_listcolumn .wp_subcolumn .wp_column a:hover { color:#0A5D69; background-image:none; }
.wp_listcolumn .wp_subcolumn .wp_column a.selected { color: #07913A;background: rgba(7, 145, 58, 0.15); border-left-color: #07913A;}
.wp_listcolumn .wp_subcolumn .wp_column a .column-name { line-height:20px; padding-left:30px;}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a { color:#444; font-size:13px; background:#e9e9e9 url(../../assets/wp_column_menu_li_1.gif) no-repeat 26px 16px; font-weight:normal;}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover { color:#C30; background-color:#f4f4f4; background-image: url(../../assets/wp_column_menu_li_2.gif);}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-color:#e8e8e8; background-image: url(../../assets/wp_column_menu_li_2.gif);}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a .column-name { line-height:18px; padding-left:40px;}
.content {
  padding: 40px 0;
}
@media (max-width: 640px) {
  .site-container {
    width: calc(100% - 24px);
    max-width: 1180px;
    margin: 0 auto;
  }
  /* 防止图片溢出 */
  img {
    max-width: 100%;
    height: auto;
  }

  /* 防止长单?链接撑破容器 */
  .wp_article_list .list_item a,
  .article-shell .read,
  .sidebar-card li a,
  .compact-list li a {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
  }
/* 所有长文本容器 */
  .wp_article_list,
  .wp_article_list .list_item,
  .wp_article_list .pr_fields,
  .wp_article_list .ex_fields {
    max-width: 100%;
    word-break: break-word;
  }

  /* 表格（如果有?*/
  table {
    max-width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  } 

  /* 侧边栏和卡片内部溢出防护 */
  .sidebar-card,
  .article-list-shell,
  .news-card {
    overflow: hidden;
  }
  .wp_article_list,
  .article-list-shell,
  .news-card {
    overflow: visible;
  }
  /* 列表项换行处?*/
  .wp_article_list .list_item {
    display: flex;
    flex-direction: column;      /* 上下排列 */
    align-items: flex-start;     /* 左对?*/
    justify-content: flex-start; /* 🚀 关键：改?flex-start，防止日期被挤到外面 */
    gap: 4px;                    /* 标题与日期间?*/
    min-height: auto;            /* 🚀 关键：取消固定最小高度，让容器随内容撑开 */
    height: auto;
    padding: 12px 0;
    overflow: visible;           /* 允许内容全部显示 */
    border-bottom: 1px dashed var(--site-line);
  }
  .wp_article_list .list_item a {
    white-space: normal !important;   /* 覆盖 nowrap */
    overflow: visible !important;     /* 覆盖 hidden */
    text-overflow: clip !important;   /* 覆盖 ellipsis */
    word-break: break-word;           /* 长单?链接换行 */
    line-height: 1.6;                 /* 适当行高，避免第二行拥挤 */
    display: inline;                  /* ?inline-block，取决于设计 */
    flex: 1 1 auto;
  }
  /* 标题区域占满宽度，允许换?*/
  .wp_article_list .list_item .pr_fields {
    width: 100%;
    display: flex;
    align-items: baseline;
    gap: 6px;
    flex-wrap: wrap;
  }
  .wp_article_list .list_item .Article_Index {
    display: inline-block;
    flex-shrink: 0;
    color: #999;
    font-size: 14px;
    min-width: 20px;
  }
  /* 标题链接本身允许换行 */
  .wp_article_list .list_item .Article_Title a {
    display: inline-block;
    max-width: 100%;
    word-break: break-word;
    white-space: normal;       /* 覆盖可能?nowrap */
  }

  /* 日期区域靠右或独立一?*/
  .wp_article_list .list_item .ex_fields {
    width: 100%;
    display: block !important;    /* 确保显示 */
    text-align: left;
    flex-shrink: 0;
    margin-top: 2px;
  }

  /* 日期文本不换行，但很短，没关?*/
  .wp_article_list .list_item .Article_PublishDate {
    display: inline-block;
    font-size: 13px;
    color: var(--site-muted);
    white-space: nowrap;  
  }

  /* 序号（如果有）隐藏或缩小 */
  .wp_article_list .list_item .Article_Index {
    display: none;             /* 或者保留，但占位小 */
  }
	
  /* 导航菜单防溢出（移动端展开时） */
  .site-nav .nav-menu {
    overflow: hidden;
  }
  .site-nav a,
  .site-nav .menu-link {
    white-space: normal;
    word-break: break-word;
  }
	
  .section {
     padding: clamp(5px, 7vw, 20px) 0;
}
  .hero,
  .slideBox {
        width: 100%;
        height: auto;
        min-height: auto;
        overflow: hidden;
	}
   .slideBox .bd ul,
   .slideBox .bd ul li {
        width: 100% !important;
        overflow: hidden;
    }
    .slideBox .bd ul li {
        float: none;
        display: block;
		height: auto;
        min-height: auto;
    }
    .slideBox .bd ul li img {
        width: 100% !important;
        height: auto !important;
        display: block;
    }
  .hero__text {
    align-items: end;
    padding-bottom: 34px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .featured-news ul,
  .featured-news [frag="窗口内容"],
  .news-dashboard,
  .work-grid,
  .special-grid [frag="窗口内容"],
  .media-grid,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .quick-link {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .notice-list li {
    grid-template-columns: 62px minmax(0, 1fr);
    padding: 14px;
  }

  .notice-date {
    min-height: 62px;
  }

  .wp_article_list .list_item {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    padding: 12px 0;
  }

  .site-footer__bottom .site-container {
    display: block;
  }

  .footer-school-logo {
    margin-bottom: 12px;
  }
}
/* ϵ㣺ӿڿȴ 1400px ʱȫ */
@media (min-width: 1400px) {
  .site-container {
    width: calc(100% - 60px);
    max-width: 1600px;   /*  1800pxϲõ */
  }
	.site-nav .nav-menu {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
  }

  .site-nav .nav-menu > li {
    flex: 1 1 0;
    text-align: center;
  }

  .site-nav .nav-menu > li > a {
    padding: 16px 0;
    width: 100%;
  }
}
