@charset "utf-8";
/* ============================================================
   天津工业大学化学学院 Webplus 模板样式  v3.0
   布局来源：《中文版页面设计》设计稿（紫金主题改版）
   说明：全部样式集中在本文件；mobile.css / media.css 已停用
   ============================================================ */

/* ============================================
   0. 变量与基础
   ============================================ */
:root {
	--primary: #71246b;
	--primary-dark: #4d1857;
	--primary-light: #8a3585;
	--green: #00876a;
	--green-light: #00a884;
	--gold: #c8a878;
	--red: #c81d2c;
	--bg: #f5f6f8;
	--surface: #ffffff;
	--line: #e3e6ec;
	--line-soft: #eef0f4;
	--text: #1a2230;
	--text-2: #4a5568;
	--text-3: #6b7484;
	--text-4: #9ba3af;
	--shadow-sm: 0 1px 2px rgba(15,30,60,.04);
	--shadow: 0 2px 12px rgba(15,30,60,.06);
	--shadow-lg: 0 8px 32px rgba(15,30,60,.08);
	--radius: 6px;
	--radius-lg: 10px;
	--container: 1240px;
	--header-h: 100px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body {
	font-family: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Source Han Sans SC", "Noto Sans SC", sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: var(--text);
	background: var(--bg);
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
}
img, svg { display: inline-block; max-width: 100%; vertical-align: middle; }
a { color: inherit; text-decoration: none; transition: color .15s; }
a:hover { color: var(--primary); }
ul, ol { list-style: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }
input, textarea, select { font-family: inherit; }
::selection { background: var(--primary); color: #fff; }
.clear { display: none; }
.clearfix::after { content: ""; display: block; clear: both; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #f0f2f5; }
::-webkit-scrollbar-thumb { background: #c1c8d0; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #a0a8b3; }

/* ============================================
   1. 官方头部说明
   顶部区域为学校 VI 统一规范样式（紫底 + 官方校徽横标 + 院名），
   视觉不得改动；院标图片由后台「站点 Logo」输出（/­_upload/site/.../logo.png）。
   ============================================ */

/* ============================================
   2. 顶部条（问候 + 日期 + 顶部导航）
   ============================================ */
.topbar {
	background: #f0f2f5;
	border-bottom: 1px solid var(--line);
	font-size: 12.5px;
	color: var(--text-3);
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; height: 36px; }
.topbar .left { display: flex; align-items: center; gap: 12px; }
.topbar .badge {
	display: inline-flex; align-items: center; gap: 4px;
	color: var(--primary); font-weight: 500;
}
.topbar .badge::before {
	content: ''; width: 5px; height: 5px; border-radius: 50%;
	background: var(--green); display: inline-block;
}
.topbar .date { color: var(--text-4); }
.topbar-links a { margin-left: 18px; color: var(--text-3); }
.topbar-links a:first-child { margin-left: 0; }
.topbar-links a:hover { color: var(--primary); }

/* ============================================
   3. Header：官方 VI 样式（紫底 + 校徽横标 + 院名 + 站内搜索）
   ============================================ */
.header {
	background: linear-gradient(90deg, #7d3179 0%, #6b2368 55%, #5a1d5e 100%);
	position: relative; z-index: 100;
}
.header .container { display: flex; align-items: center; height: var(--header-h); gap: 26px; }

.brand { display: flex; align-items: center; min-width: 0; }
/* 窗口内容包裹层（系统输出结构）也必须横排，否则院名会掉到 logo 下方 */
.brand > div {
	display: flex; align-items: center; gap: 24px;
	min-width: 0; flex: 1;
}
.brand-logo {
	flex-shrink: 0;
	display: inline-flex; align-items: center;
}
.brand-logo img { display: block; height: 80px; width: auto; }

/* 站点名称（系统 simpleSiteAttri 输出 span.sitetitle），样式与线上原版一致 */
.sitetitle {
	font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
	font-size: 28px; font-weight: 700; color: #fff;
	letter-spacing: 2px; white-space: nowrap; min-width: 0;
	line-height: 1.2;
}

/* ---- 搜索（紫底官方样式：系统组件 wp_search 表格结构 + 模板回退表单） ---- */
.searchbox { margin-left: auto; }
.searchbox .wp_search table,
.searchbox .wp-search {
	display: flex; align-items: center;
	background: rgba(255,255,255,.13);
	border: 1px solid rgba(255,255,255,.32);
	border-radius: 999px;
	height: 38px; width: 250px;
	padding: 0 4px 0 14px;
	transition: all .2s;
}
.searchbox .wp_search { width: 240px; }
.searchbox .wp_search table { border-collapse: separate; }
.searchbox .wp_search tbody,
.searchbox .wp_search tr { display: contents; }
.searchbox .wp_search td {
	display: block; padding: 0; border: 0; background: transparent; height: auto;
}
.searchbox .wp_search input.keyword,
.searchbox .wp-search .search-input { flex: 1; min-width: 0; }
.searchbox .wp_search input.keyword {
	width: 170px !important; height: 34px; line-height: 34px;
	border: 0; background: transparent; outline: none;
	font-size: 13px; color: #fff; font-family: inherit;
}
.searchbox .wp_search input.keyword::placeholder { color: rgba(255,255,255,.62); }
.searchbox .wp-search input.search-title { color: #fff; }
.searchbox .wp-search input.search-title::placeholder { color: rgba(255,255,255,.62); }
.searchbox .wp_search input.search,
.searchbox .wp-search .search-btn { display: inline-flex; align-items: center; justify-content: center; }
.searchbox .wp_search input.search {
	width: 30px; height: 30px; border: 0; border-radius: 50%;
	background: var(--primary) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.4'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.5' y2='16.5'/%3E%3C/svg%3E") center / 14px no-repeat;
	cursor: pointer;
}
.searchbox .wp-search form { display: flex; align-items: center; flex: 1; min-width: 0; }
.searchbox .wp-search .search-input { display: flex; }
.searchbox .wp-search input.search-title {
	border: 0; background: transparent; outline: none;
	font-size: 13px; color: #fff; min-width: 0; width: 100%; height: 34px; line-height: 34px;
}
.searchbox .wp-search .search-btn { flex-shrink: 0; }
.searchbox .wp-search .search-submit {
	width: 30px; height: 30px; border: 0; border-radius: 50%;
	background: var(--primary) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.4'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.5' y2='16.5'/%3E%3C/svg%3E") center / 14px no-repeat;
	cursor: pointer;
}
.searchbox:focus-within .wp_search table,
.searchbox:focus-within .wp-search {
	background: rgba(255,255,255,.96); border-color: #fff;
	box-shadow: 0 0 0 3px rgba(255,255,255,.14);
}
.searchbox:focus-within input.keyword,
.searchbox:focus-within input.search-title { color: var(--text); }

/* ============================================
   4. 主导航（系统 NaviStruct 输出：.wp-menu/.menu-item/.menu-link/.sub-menu）
   ============================================ */
.mainnav {
	background: #fff;
	position: relative; z-index: 50;
	border-bottom: 1px solid var(--line);
	box-shadow: 0 1px 0 rgba(0,0,0,.02);
}
.mainnav .container { display: flex; align-items: stretch; }
/* 系统窗口包裹层默认按内容收缩，必须拉满容器，菜单才能铺开 */
.mainnav .container > .wp-window {
	flex: 1 1 auto; min-width: 0; width: 100%;
}

.nav-toggle {
	display: none;
	align-items: center; gap: 8px;
	height: 38px; padding: 0 16px;
	margin: 7px 0 7px auto;
	background: var(--primary); color: #fff;
	border-radius: 4px;
	font-size: 14px; font-weight: 500;
	transition: background .15s;
}
.nav-toggle svg { width: 20px; height: 20px; }
.nav-toggle:hover { background: var(--primary-dark); }

.mainnav .wp-menu {
	display: flex; flex-wrap: nowrap; width: 100%;
	justify-content: stretch;
}
.mainnav .wp-menu > .menu-item {
	position: relative; flex: 1 1 0; min-width: 0;
	display: flex; justify-content: center; float: none;
}
.mainnav .wp-menu .menu-item > .menu-link {
	display: block;
	padding: 0 8px; height: 56px; line-height: 56px;
	color: var(--text) !important;
	font-size: 15px; font-weight: 500;
	position: relative;
	white-space: nowrap;
	text-align: center;
	background: none !important;
	transition: color .2s;
}
.mainnav .wp-menu > .menu-item + .menu-item::before {
	content: '';
	position: absolute; left: 0; top: 50%; transform: translateY(-50%);
	width: 1px; height: 16px; background: var(--line);
}
.mainnav .wp-menu .menu-item > .menu-link::after {
	content: '';
	position: absolute; left: 50%; bottom: 0;
	width: 0; height: 3px; background: var(--primary);
	transition: all .25s; transform: translateX(-50%);
}
.mainnav .wp-menu .menu-item:hover > .menu-link,
.mainnav .wp-menu .menu-item > .menu-link.hover,
.mainnav .wp-menu .menu-item > .menu-link.selected { color: var(--primary) !important; }
.mainnav .wp-menu .menu-item:hover > .menu-link::after,
.mainnav .wp-menu .menu-item > .menu-link.selected::after { width: calc(100% - 36px); }
/* 党建入口高亮（site.js 按文字匹配自动添加 nav-special） */
.mainnav .wp-menu .menu-item.nav-special > .menu-link { color: var(--red) !important; font-weight: 700; }
.mainnav .wp-menu .menu-item.nav-special > .menu-link::after { background: var(--red); }

/* 下拉子菜单 */
.mainnav .wp-menu .menu-item > .sub-menu {
	position: absolute; top: 100%; left: 0;
	min-width: 220px;
	background: #fff;
	border-top: 2px solid var(--primary);
	box-shadow: 0 8px 24px rgba(0,0,0,.12);
	opacity: 0; visibility: hidden; transform: translateY(8px);
	transition: all .2s;
	padding: 6px 0; z-index: 100;
}
.mainnav .wp-menu .menu-item:hover > .sub-menu,
.mainnav .wp-menu .menu-item.open > .sub-menu {
	opacity: 1; visibility: visible; transform: translateY(0);
}
.mainnav .wp-menu .sub-menu .sub-link {
	display: block;
	padding: 10px 22px;
	font-size: 14px; color: var(--text-2);
	border-left: 2px solid transparent;
	transition: all .15s;
	background: none !important;
}
.mainnav .wp-menu .sub-menu .sub-link:hover,
.mainnav .wp-menu .sub-menu .sub-link.selected {
	background: #f0f4f8 !important;
	color: var(--primary) !important;
	border-left-color: var(--primary);
}
/* 三级子菜单（随二级缩进展示） */
.mainnav .wp-menu .sub-item .sub-menu {
	position: static; min-width: 0;
	opacity: 1; visibility: visible; transform: none;
	box-shadow: none; border-top: 0; padding: 0;
	background: #f8f9fb;
}
.mainnav .wp-menu .sub-item .sub-menu .sub-link {
	padding: 8px 22px 8px 38px; font-size: 13px;
}
/* 展开箭头（仅移动端可见） */
.mainnav .menu-switch-arrow { display: none; }

/* ============================================
   5. 焦点轮播（窗口2：w2imgJsons 数据 / 未绑定渐变欢迎页）
   ============================================ */
.hero {
	position: relative; height: 480px; overflow: hidden;
	background: linear-gradient(120deg, #2a1830 0%, #4d1857 40%, #71246b 75%, #8a3585 100%);
}
.hero-track { position: relative; width: 100%; height: 100%; }
.hero-slide {
	position: absolute; inset: 0;
	opacity: 0; transition: opacity .8s ease;
	display: flex; align-items: flex-end;
}
.hero-slide.active { opacity: 1; z-index: 2; }
.hero-slide .bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero-slide .bg::after {
	content: ''; position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.55) 100%);
}
.hero-caption { position: relative; z-index: 2; width: 100%; padding: 40px 24px 50px; color: #fff; }
.hero-caption .container { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; max-width: var(--container); }
.hero-caption .text { flex: 1; max-width: 760px; }
.hero-caption .tag {
	display: inline-block; padding: 4px 14px;
	background: rgba(255,255,255,.2);
	border: 1px solid rgba(255,255,255,.4);
	backdrop-filter: blur(6px);
	border-radius: 4px; font-size: 12px; margin-bottom: 12px;
}
.hero-caption h2 {
	font-family: "Source Han Serif SC", "Noto Serif SC", "STZhongsong", "SimSun", serif;
	font-size: 34px; font-weight: 700; line-height: 1.3;
	text-shadow: 0 2px 12px rgba(0,0,0,.3); margin-bottom: 10px;
}
.hero-caption p {
	font-size: 14px; opacity: .9; line-height: 1.6;
	text-shadow: 0 1px 4px rgba(0,0,0,.3);
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.hero-caption .cta {
	display: inline-flex; align-items: center; gap: 6px;
	padding: 10px 22px;
	background: var(--gold); color: var(--primary-dark);
	border-radius: 4px; font-weight: 500; font-size: 14px;
	white-space: nowrap; transition: all .2s;
}
.hero-caption .cta:hover { background: #d4b888; color: var(--primary-dark); }
.hero-thumbs {
	position: absolute; right: 24px; bottom: 24px; z-index: 5;
	display: flex; gap: 8px;
	background: rgba(0,0,0,.4); padding: 6px; border-radius: 6px;
	backdrop-filter: blur(6px);
}
.hero-thumbs button {
	width: 56px; height: 38px; border-radius: 3px;
	background: rgba(255,255,255,.15);
	color: rgba(255,255,255,.7);
	font-size: 12px; font-weight: 500; transition: all .2s;
	display: flex; align-items: center; justify-content: center;
}
.hero-thumbs button.active { background: var(--gold); color: var(--primary-dark); }
.hero-thumbs button:hover { background: rgba(255,255,255,.4); color: #fff; }
.hero-arrow {
	position: absolute; top: 50%; transform: translateY(-50%);
	width: 44px; height: 44px;
	background: rgba(0,0,0,.35); color: #fff; border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	z-index: 5; transition: all .2s; backdrop-filter: blur(4px);
}
.hero-arrow:hover { background: rgba(0,0,0,.6); }
.hero-arrow.prev { left: 24px; }
.hero-arrow.next { right: 24px; }
.hero-arrow svg { width: 20px; height: 20px; }

/* ============================================
   6. 快速入口（窗口06：导航栏目循环）
   ============================================ */
.quicklinks { background: #fff; padding: 28px 0; border-bottom: 1px solid var(--line); }
.quicklinks-list { display: grid; grid-template-columns: repeat(8, 1fr); gap: 12px; }
.quicklink a { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 14px 8px; border-radius: var(--radius); transition: all .2s; text-align: center; }
.quicklink a:hover { background: #f0f4f8; transform: translateY(-2px); }
.quicklink .icon {
	width: 40px; height: 40px; border-radius: 8px;
	display: flex; align-items: center; justify-content: center;
	color: #fff; font-size: 20px;
}
.quicklink .icon svg { width: 22px; height: 22px; }
.quicklink .name { font-size: 13px; color: var(--text-2); }
.quicklink a:hover .name { color: var(--primary); }
/* 图标底色按序循环（8 色） */
.quicklinks-list .quicklink:nth-child(8n+1) .icon { background: linear-gradient(135deg, #8a3585, #71246b); }
.quicklinks-list .quicklink:nth-child(8n+2) .icon { background: linear-gradient(135deg, #00a884, #00876a); }
.quicklinks-list .quicklink:nth-child(8n+3) .icon { background: linear-gradient(135deg, #6b4f8a, #4d3868); }
.quicklinks-list .quicklink:nth-child(8n+4) .icon { background: linear-gradient(135deg, #d63545, #c81d2c); }
.quicklinks-list .quicklink:nth-child(8n+5) .icon { background: linear-gradient(135deg, #d4b888, #c8a878); }
.quicklinks-list .quicklink:nth-child(8n+6) .icon { background: linear-gradient(135deg, #2d9999, #1d6e6e); }
.quicklinks-list .quicklink:nth-child(8n+7) .icon { background: linear-gradient(135deg, #e08045, #b85a25); }
.quicklinks-list .quicklink:nth-child(8n+8) .icon { background: linear-gradient(135deg, #4a5568, #2d3748); }
/* 空窗口：整块隐藏（site.js 兜底） */
.quicklinks.is-empty { display: none; }

/* ============================================
   7. 通用板块标题
   ============================================ */
.section { padding: 56px 0; }
.section-head {
	display: flex; align-items: center; justify-content: space-between;
	margin-bottom: 32px; padding-bottom: 14px;
	border-bottom: 2px solid var(--line);
	position: relative;
}
.section-head::after {
	content: ''; position: absolute; left: 0; bottom: -2px;
	width: 56px; height: 2px; background: var(--primary);
}
.section-head .title {
	font-family: "Source Han Serif SC", "Noto Serif SC", "STZhongsong", "SimSun", serif;
	font-size: 24px; font-weight: 700; color: var(--text);
	display: flex; align-items: baseline; gap: 12px;
}
.section-head .title .en {
	font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: 12px; color: var(--text-4); font-weight: 400;
	letter-spacing: 1px; text-transform: uppercase;
}
/* 更多按钮（系统将 frag="按钮内容" 包裹为 a.w{窗口号}_more） */
.section-head .morebtn { font-size: 13px; }
.section-head .morebtn a {
	display: inline-flex; align-items: center; gap: 4px;
	color: var(--text-3); font-size: 13px; transition: color .15s;
}
.section-head .morebtn a:hover { color: var(--primary); }
.section-head .morebtn a::after {
	content: ''; width: 12px; height: 12px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* ============================================
   8. 学院新闻（窗口46 图片轮播 + 窗口22 新闻列表，两列铺满整行）
   ============================================ */
.sec-news { padding-bottom: 44px; }

/* 标题条：紫字 + 紫底短粗下划线 + 全宽淡色细线 */
.news-bar {
	position: relative; padding: 4px 0 14px;
	margin-bottom: 18px;
	border-bottom: 1px solid var(--line);
}
.news-bar::before {
	content: ''; position: absolute; left: 0; top: 0;
	width: 96px; height: 4px; border-radius: 2px;
	background: linear-gradient(90deg, #8a3585 0%, #71246b 60%, #4d1857 100%);
}
.news-bar-title {
	display: flex; align-items: baseline; gap: 12px;
	font-weight: 700; margin: 0;
}
.news-bar-title .cn {
	font-family: "Source Han Serif SC", "Noto Serif SC", "STZhongsong", "Microsoft YaHei", serif;
	font-size: 24px; color: var(--primary);
	letter-spacing: 2px; line-height: 1.2;
}
.news-bar-title .en {
	font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: 12px; font-weight: 500;
	color: var(--text-4); letter-spacing: 4px;
	text-transform: uppercase;
}

/* 铺满导航：左右 1:1 等宽，间距自适应 */
.news-layout {
	display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 32px;
	align-items: stretch;
}

/* 左：图片轮播 */
.news-slider {
	position: relative; min-width: 0; max-width: 100%;
	min-height: 360px;
	border-radius: var(--radius-lg);
	overflow: hidden;
	background: #efe0ee;
	box-shadow: var(--shadow-sm);
}
.news-slider.is-empty::before {
	content: '暂无图片新闻';
	position: absolute; inset: 0;
	display: flex; align-items: center; justify-content: center;
	color: var(--text-4); font-size: 14px; letter-spacing: 2px;
}
.ns-track { position: relative; width: 100%; height: 100%; }
.ns-slide {
	position: absolute; inset: 0; opacity: 0; transition: opacity .55s ease;
}
.ns-slide.active { opacity: 1; z-index: 2; }
.ns-bg {
	position: absolute; inset: 0;
	background-size: cover; background-position: center;
	transition: transform 6s ease;
}
.ns-slide.active .ns-bg { transform: scale(1.04); }
.ns-overlay {
	position: absolute; inset: 0; z-index: 1;
	background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,.55) 100%);
}
.ns-date {
	position: absolute; left: 18px; bottom: 86px; z-index: 3;
	background: var(--primary); color: #fff;
	padding: 9px 14px 8px; border-radius: 4px;
	font-family: "Impact", "Arial Black", sans-serif;
	font-size: 18px; font-weight: 700; letter-spacing: 1.5px;
	line-height: 1.1;
}
.ns-date .ns-day { font-size: 22px; }
.ns-date .ns-div { margin: 0 6px; opacity: .7; font-weight: 400; }
.ns-cap {
	position: absolute; left: 0; right: 0; bottom: 0; z-index: 3;
	padding: 14px 22px 18px;
	color: #fff;
}
.ns-cap h3 {
	margin: 0;
	font-size: 16px; font-weight: 600; line-height: 1.5;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.ns-cap a { color: inherit; transition: opacity .2s; }
.ns-cap a:hover { opacity: .82; }
.ns-thumbs {
	position: absolute; right: 18px; bottom: 18px; z-index: 3;
	display: flex; gap: 6px;
}
.ns-thumbs button {
	width: 9px; height: 9px; padding: 0;
	border-radius: 50%; border: none;
	background: rgba(255,255,255,.5); cursor: pointer;
	transition: all .25s;
}
.ns-thumbs button.active {
	background: #fff;
	width: 22px; border-radius: 5px;
}
.ns-arrow {
	position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
	width: 36px; height: 36px; padding: 0; border: none;
	border-radius: 50%; background: rgba(0,0,0,.32); color: #fff;
	display: none; align-items: center; justify-content: center;
	cursor: pointer; transition: background .2s;
}
.ns-arrow:hover { background: rgba(0,0,0,.55); }
.ns-arrow svg { width: 16px; height: 16px; }
.ns-arrow.prev { left: 14px; }
.ns-arrow.next { right: 14px; }
.news-slider:hover .ns-arrow { display: flex; }

/* 右：新闻列表 */
.news-feed { min-width: 0; max-width: 100%; overflow: hidden; display: flex; flex-direction: column; }
.news-list-nb { flex: 1; min-width: 0; max-width: 100%; overflow: hidden; display: flex; flex-direction: column; }

/* 模板默认条目样式（未绑定时显示） */
.news-feed-item {
	position: relative; min-width: 0; max-width: 100%; overflow: hidden;
	border-bottom: 1px dashed var(--line);
	transition: background .2s;
}
.news-feed-item::before {
	content: ''; position: absolute; left: 0; top: 50%;
	width: 3px; height: 0; transform: translateY(-50%);
	background: var(--primary);
	transition: height .25s;
}
.news-feed-item:hover { background: rgba(113,36,107,.03); }
.news-feed-item:hover::before { height: 60%; }
.news-feed-link {
	display: flex; flex-direction: column; gap: 6px;
	min-width: 0; max-width: 100%;
	padding: 14px 8px 14px 14px;
	color: var(--text);
	word-break: break-word;
}
.news-feed-title {
	font-size: 15px; font-weight: 500; line-height: 1.55;
	color: var(--text);
	transition: color .2s;
	max-width: 100%; word-break: break-word;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.news-feed-item:hover .news-feed-title { color: var(--primary); }
.news-feed-date {
	font-size: 13px; color: var(--text-4);
	font-variant-numeric: tabular-nums;
	letter-spacing: .5px;
}

/* 系统 simpleNews 输出结构覆盖（窗口22 绑定后的真实 DOM）
   结构：#wp_news_w22 > ul.wp_article_list > li.list_item > .fields.pr_fields/.fields.ex_fields
   simplenews.css 会把 .list_item 锁成 height:24px，并把标题/日期 float 成一行。
   选择器多写一层 .wp_article_list，压过系统规则。 */
.news-feed .wp_article_list { margin: 0; padding: 0; list-style: none; width: auto; }
.news-feed .wp_article_list .list_item {
	position: relative; display: flex; flex-direction: column; gap: 6px;
	width: auto; height: auto; line-height: normal; float: none;
	vertical-align: top;
	padding: 14px 8px 14px 14px;
	border-bottom: 1px dashed var(--line);
	transition: background .2s;
	overflow: hidden; max-width: 100%;
}
.news-feed .wp_article_list .list_item::before {
	content: ''; position: absolute; left: 0; top: 50%;
	width: 3px; height: 0; transform: translateY(-50%);
	background: var(--primary);
	transition: height .25s;
}
.news-feed .wp_article_list .list_item:hover { background: rgba(113,36,107,.03); }
.news-feed .wp_article_list .list_item:hover::before { height: 60%; }
.news-feed .wp_article_list .list_item .fields,
.news-feed .wp_article_list .list_item .pr_fields,
.news-feed .wp_article_list .list_item .ex_fields {
	display: block; float: none; width: auto; height: auto;
	margin: 0; padding: 0; min-width: 0; max-width: 100%;
}
.news-feed .wp_article_list .list_item span {
	display: block; float: none; width: auto; height: auto;
	margin: 0; text-indent: 0; background: none; overflow: visible;
}
.news-feed .wp_article_list .list_item .Article_Index { display: none; }
.news-feed .wp_article_list .list_item .Article_Title {
	font-size: 15px; font-weight: 500; line-height: 1.55;
	color: var(--text); max-width: 100%; min-width: 0;
	transition: color .2s; word-break: break-word;
}
.news-feed .wp_article_list .list_item .Article_Title a,
.news-feed .wp_article_list .list_item .Article_Title font {
	color: inherit; text-decoration: none;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.news-feed .wp_article_list .list_item:hover .Article_Title a,
.news-feed .wp_article_list .list_item:hover .Article_Title font { color: var(--primary); }
.news-feed .wp_article_list .list_item .Article_PublishDate {
	display: block; float: none; width: auto; height: auto; margin: 0;
	font-size: 13px; color: var(--text-4); line-height: 1.4;
	font-variant-numeric: tabular-nums; letter-spacing: .5px;
}
/* 系统自带的"显示更多"图标 + more-link 链接 — 隐藏掉（用自定义 news-feed-more） */
.news-feed .more { display: none !important; }
.news-feed-more {
	margin-top: 14px; align-self: flex-end;
	font-size: 13px; color: var(--primary); letter-spacing: 1px;
	transition: opacity .2s;
}
.news-feed-more:hover { opacity: .75; }

/* ============================================
   9. 六宫格（窗口12/13/14/21/31/32）
   ============================================ */
.sec-grid { background: #f5f6fa; border-top: 1px solid var(--line); padding: 28px 0; }
.section-grid {
	display: grid; grid-template-columns: repeat(3, 1fr);
	gap: 18px; padding: 18px 0 12px;
}
.grid-card {
	background: #fff; border-radius: var(--radius);
	border: 1px solid var(--line); overflow: hidden;
	transition: box-shadow .2s, transform .2s;
	display: flex; flex-direction: column;
}
.grid-card:hover { box-shadow: 0 8px 24px rgba(113,36,107,.12); transform: translateY(-2px); }
.grid-card .head {
	display: flex; align-items: center; justify-content: space-between;
	padding: 0 18px; height: 48px;
	background: linear-gradient(95deg, #71246b 0%, #8d3a87 100%);
	color: #fff; position: relative;
}
.grid-card .head::after {
	content: ''; position: absolute; left: 20px; bottom: -5px;
	border: 5px solid transparent; border-top-color: #71246b;
}
.grid-card .head .title {
	display: flex; align-items: center; gap: 10px;
	font-family: "Source Han Serif SC", "Noto Serif SC", "STZhongsong", "SimSun", serif;
	font-size: 16px; font-weight: 600; letter-spacing: 1px;
	min-width: 0;
}
.grid-card .head .title .ico {
	width: 24px; height: 24px; flex-shrink: 0;
	background: rgba(255,255,255,.18); border-radius: 4px;
	display: flex; align-items: center; justify-content: center;
}
.grid-card .head .title .ico svg { width: 14px; height: 14px; stroke: #fff; }
.grid-card .head .title > span:last-child {
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
/* 更多按钮（系统包 a.w{N}_more） */
.grid-card .head .morebtn { font-size: 12px; flex-shrink: 0; }
.grid-card .head .morebtn a {
	display: inline-flex; align-items: center; gap: 3px;
	color: rgba(255,255,255,.85); font-size: 12px; transition: all .15s;
}
.grid-card .head .morebtn a:hover { color: #fff; }
.grid-card .head .morebtn a::after {
	content: ''; width: 11px; height: 11px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E") center / contain no-repeat;
}
.grid-card .list { padding: 8px 18px 12px; flex: 1; }
.grid-card .list-item {
	display: flex; align-items: center; justify-content: space-between;
	padding: 9px 0; border-bottom: 1px dashed #f0f2f5;
	font-size: 13.5px; color: var(--text);
	gap: 12px; transition: color .15s;
}
.grid-card .list-item:last-child { border-bottom: 0; }
.grid-card .list-item:hover { color: var(--primary); }
.grid-card .list-item:hover .name { color: var(--primary); }
.grid-card .list-item .name {
	flex: 1; min-width: 0;
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.grid-card .list-item .name a { color: inherit; }
.grid-card .list-item .date {
	font-size: 12px; color: var(--text-3); flex-shrink: 0;
	font-variant-numeric: tabular-nums;
}

/* ============================================
   10. 学院风采（窗口41）
   ============================================ */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gallery-item {
	border-radius: var(--radius); overflow: hidden; position: relative;
	height: 200px; background: linear-gradient(135deg, #eceef3, #dfe3ea);
	cursor: pointer;
}
.gallery-img { position: absolute; inset: 0; }
.gallery-img a { display: block; width: 100%; height: 100%; }
.gallery-img img { width: 100% !important; height: 100% !important; object-fit: cover; transition: transform .5s; }
.gallery-item:hover .gallery-img img { transform: scale(1.08); }
.gallery-item::after {
	content: ''; position: absolute; inset: 0; z-index: 1;
	background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.68) 100%);
}
.gallery-item .caption {
	position: absolute; left: 14px; right: 14px; bottom: 12px;
	color: #fff; font-size: 13.5px; font-weight: 500; z-index: 2;
	text-shadow: 0 1px 4px rgba(0,0,0,.4);
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.gallery-item .caption a { color: #fff; }

/* ============================================
   11. 友情链接（窗口80/81）
   ============================================ */
.friendlinks {
	background: #fff; border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line); padding: 16px 0;
}
.friendlinks.is-empty { display: none; }
.friendlinks .container { display: flex; align-items: center; flex-wrap: wrap; }
.friendlinks .label {
	display: inline-block; font-size: 13px; color: var(--text-2);
	padding-right: 12px; border-right: 1px solid var(--line);
	margin-right: 14px; flex-shrink: 0;
}
.friendlinks-list { display: inline-flex; flex-wrap: wrap; align-items: center; min-width: 0; }
.fl-list { display: inline-flex; flex-wrap: wrap; align-items: center; }
.fl-item { display: inline-flex; }
.fl-item a {
	display: inline-block; font-size: 13px; color: var(--text-3);
	padding: 0 12px; border-right: 1px solid #f0f2f5;
	transition: color .15s;
}
.fl-item:last-child a { border-right: 0; }
.fl-item a:hover { color: var(--primary); }

/* ============================================
   12. 页脚（窗口90/93/94/95）
   ============================================ */
.footer {
	background: linear-gradient(180deg, #2a1830 0%, #15091c 100%);
	color: rgba(255,255,255,.7);
	padding: 50px 0 0; font-size: 13px; line-height: 1.7;
}
.footer-grid {
	display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
	gap: 40px; padding-bottom: 36px;
	border-bottom: 1px solid rgba(255,255,255,.08);
}
/* 页脚四列通用（含纯静态联系列，防系统删空窗口时结构塌陷） */
.footer-grid > .footer-col { min-width: 0; }
.footer-grid > .footer-nav-col.is-empty,
.footer-grid > .footer-col.is-empty { display: none; }
/* 结构保险容器（系统删除空窗口闭合标签时的兜底） */
.footer-repair { display: none; }
.footer h4 {
	color: #fff; font-size: 15px; font-weight: 500;
	margin-bottom: 16px; position: relative; padding-bottom: 10px;
}
.footer h4::after {
	content: ''; position: absolute; left: 0; bottom: 0;
	width: 30px; height: 2px; background: var(--gold);
}
.footer-brand { display: flex; gap: 16px; align-items: flex-start; }
.footer-logo { flex-shrink: 0; }
.footer-logo img { display: block; height: 56px; width: auto; }
.footer-brand .info .cn {
	font-family: "Source Han Serif SC", "Noto Serif SC", "STZhongsong", "SimSun", serif;
	font-size: 18px; color: #fff; font-weight: 700; margin-bottom: 4px;
}
.footer-brand .info p {
	margin-top: 14px; font-size: 12.5px;
	color: rgba(255,255,255,.6); line-height: 1.7;
}
.footer-list a {
	display: block; color: rgba(255,255,255,.6);
	padding: 4px 0; font-size: 13px; transition: color .15s;
}
.footer-list a:hover { color: var(--gold); }
.footer-contact p { color: rgba(255,255,255,.6); font-size: 13px; margin-bottom: 6px; }
.footer-contact .item {
	display: flex; gap: 8px; align-items: flex-start;
	margin-bottom: 8px; color: rgba(255,255,255,.6); font-size: 13px;
}
.footer-contact .item svg {
	width: 14px; height: 14px; flex-shrink: 0; margin-top: 5px; opacity: .7;
}
.copyright { padding: 22px 0; text-align: center; font-size: 12px; color: rgba(255,255,255,.4); }
.copyright-line {
	display: flex; flex-wrap: wrap; justify-content: center;
	gap: 4px 18px; line-height: 1.9;
}
.copyright a { color: rgba(255,255,255,.4); margin: 0; }
.copyright a:hover { color: var(--gold); }

/* ============================================
   13. 动效
   ============================================ */
@keyframes fadeUp {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}
.fade-up { animation: fadeUp .6s ease both; }

/* ============================================
   14. 响应式
   ============================================ */
@media (max-width: 1024px) {
	:root { --header-h: 88px; }
	.brand-logo img { height: 64px; }
	.container { padding: 0 20px; }
	.hero { height: 420px; }
	.hero-caption h2 { font-size: 28px; }
	.quicklinks-list { grid-template-columns: repeat(6, 1fr); }
	.news-layout { grid-template-columns: 1fr; gap: 22px; }
	.news-slider { min-height: 280px; }
	.news-bar-title .cn { font-size: 20px; }
	.section-grid { grid-template-columns: repeat(2, 1fr); }
	.gallery-grid { grid-template-columns: repeat(3, 1fr); }
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
	.mainnav .wp-menu .menu-item > .menu-link { padding: 0 4px; font-size: 14px; }
	.searchbox .wp_search table, .searchbox .wp-search { width: 200px; }
	.searchbox .wp_search input.keyword { width: 140px !important; }
	.col_news_list.news_tu .news_list { grid-template-columns: repeat(3, 1fr); }
	.col_news_list .part_xy { grid-template-columns: 1fr; }
	#l-container .mod { flex-direction: column; }
	.col_menu { width: 100%; }
}

@media (max-width: 768px) {
	:root { --header-h: 72px; }
	body { font-size: 14px; }
	.container { padding: 0 16px; }
	.topbar { display: none; }
	.header .container { height: var(--header-h); gap: 14px; }
	.brand-logo img { height: 44px; }
	.sitetitle { font-size: 20px; letter-spacing: 1px; }
	/* 搜索收成圆钮，聚焦展开 */
	.searchbox .wp_search table, .searchbox .wp-search {
		width: 36px; padding: 0; height: 36px; justify-content: center;
		transition: width .2s;
	}
	.searchbox .wp_search input.keyword,
	.searchbox .wp-search .search-input { display: none; }
	.searchbox .wp_search input.search,
	.searchbox .wp-search .search-submit { width: 36px; height: 36px; border-radius: 50%; }
	.searchbox:focus-within .wp_search table,
	.searchbox:focus-within .wp-search { width: 200px; padding: 0 4px 0 14px; background: #fff; }
	.searchbox:focus-within .wp_search input.keyword,
	.searchbox:focus-within .wp-search .search-input { display: block; }
	.nav-toggle { display: inline-flex; }

	/* 移动端导航：手风琴 */
	.mainnav .container { display: block; }
	.mainnav .container > .wp-window { width: auto; }
	.mainnav .wp-menu > .menu-item { flex: none; display: block; width: 100%; }
	.mainnav .wp-menu > .menu-item + .menu-item::before { display: none; }
	.mainnav .wp-menu {
		display: none; flex-direction: column; width: 100%;
		background: #fff; border-top: 1px solid var(--line);
		max-height: calc(100vh - var(--header-h) - 60px);
		overflow-y: auto;
	}
	.mainnav .wp-menu.open { display: flex; }
	.mainnav .wp-menu .menu-item { border-bottom: 1px solid var(--line-soft); }
	.mainnav .wp-menu .menu-item > .menu-link {
		height: 48px; line-height: 48px; text-align: left;
		color: var(--text) !important; padding: 0 44px 0 16px; font-size: 14.5px;
	}
	.mainnav .wp-menu .menu-item > .menu-link::after { display: none; }
	.mainnav .wp-menu .menu-item + .menu-item > .menu-link::before { display: none; }
	.mainnav .wp-menu .menu-item:hover > .menu-link,
	.mainnav .wp-menu .menu-item > .menu-link.selected { background: #f0f4f8; }
	.mainnav .wp-menu .menu-item.nav-special > .menu-link { background: rgba(200,29,44,.06); }
	.mainnav .wp-menu .menu-item > .sub-menu {
		position: static; opacity: 1; visibility: visible; transform: none;
		box-shadow: none; border-top: 0; padding: 0;
		background: #f8f9fa;
		max-height: 0; overflow: hidden;
		transition: max-height .3s;
	}
	.mainnav .wp-menu .menu-item.open > .sub-menu { max-height: 1400px; }
	.mainnav .wp-menu .sub-menu .sub-link { padding: 10px 16px 10px 32px; font-size: 13.5px; border-left: 0; }
	.mainnav .wp-menu .sub-item .sub-menu .sub-link { padding: 8px 16px 8px 46px; font-size: 13px; }
	.mainnav .menu-switch-arrow {
		display: block; position: absolute; right: 4px; top: 50%;
		width: 36px; height: 32px; margin-top: -16px; cursor: pointer;
	}
	.mainnav .menu-switch-arrow::before,
	.mainnav .menu-switch-arrow::after {
		content: ''; position: absolute; left: 50%; top: 50%;
		width: 11px; height: 2px; background: var(--text-3);
		transition: transform .2s;
	}
	.mainnav .menu-switch-arrow::before { transform: translate(-50%,-50%) rotate(45deg); }
	.mainnav .menu-switch-arrow::after { transform: translate(-50%,-50%) rotate(-45deg); }
	.mainnav .menu-item.open > .menu-switch-arrow::before { transform: translate(-50%,-50%) rotate(-45deg); }
	.mainnav .menu-item.open > .menu-switch-arrow::after { transform: translate(-50%,-50%) rotate(45deg); }

	.section { padding: 36px 0; }
	.sec-grid { padding: 18px 0; }
	.section-head { margin-bottom: 22px; }
	.section-head .title { font-size: 19px; }
	.section-head .title .en { display: none; }

	.hero { height: 280px; }
	.hero-caption { padding: 20px 0 24px; }
	.hero-caption .container { flex-direction: column; align-items: flex-start; gap: 14px; }
	.hero-caption h2 { font-size: 20px; }
	.hero-caption p { display: none; }
	.hero-caption .tag { margin-bottom: 8px; font-size: 11px; padding: 2px 10px; }
	.hero-caption .cta { padding: 7px 14px; font-size: 12.5px; }
	.hero-thumbs { display: none; }
	.hero-arrow { width: 36px; height: 36px; }
	.hero-arrow.prev { left: 12px; }
	.hero-arrow.next { right: 12px; }

	.quicklinks { padding: 20px 0; }
	.quicklinks-list { grid-template-columns: repeat(4, 1fr); gap: 8px; }
	.quicklink a { padding: 10px 4px; }
	.quicklink .icon { width: 36px; height: 36px; }
	.quicklink .icon svg { width: 18px; height: 18px; }
	.quicklink .name { font-size: 12px; }

	.news-bar-title .cn { font-size: 18px; letter-spacing: 1px; }
	.news-slider { min-height: 220px; }
	.ns-cap h3 { font-size: 14px; }
	.ns-date { font-size: 15px; padding: 6px 10px 5px; bottom: 72px; }
	.ns-date .ns-day { font-size: 18px; }

	.section-grid { grid-template-columns: 1fr; padding: 14px 0 8px; }
	.grid-card .list-item { font-size: 13px; padding: 8px 0; }
	.gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
	.gallery-item { height: 150px; }

	.footer { padding: 36px 0 0; }
	.footer-grid { grid-template-columns: 1fr; gap: 28px; }
	.footer-brand { flex-direction: column; align-items: flex-start; }
	.copyright { padding: 18px 16px; font-size: 11px; }

	.l-banner img { height: 150px; }
	#l-container .mod { padding: 24px 0 40px; }
	.col_news_box { padding: 18px 16px 22px; }
	.col_metas .col_title h2 { font-size: 20px; }
	.col_news_list.news_tu .news_list { grid-template-columns: repeat(2, 1fr); }
	.infobox { padding: 24px 18px; }
	.article h1.arti_title { font-size: 20px; }
}

@media (max-width: 480px) {
	.quicklinks-list { grid-template-columns: repeat(3, 1fr); }
	.sitetitle { font-size: 17px; letter-spacing: 1px; }
	.gallery-grid { grid-template-columns: repeat(2, 1fr); }
	.col_news_list.news_tu .news_list { grid-template-columns: 1fr; }
}

/* ============================================
   15. 列表页（listcolumn / l_tu / l_col_jg / l_col_role）
   ============================================ */
.l-banner { background: linear-gradient(90deg, #8a3585, #71246b 50%, #4d1857); }
.l-banner img { display: block; width: 100%; height: 220px; object-fit: cover; }
.l-banner.is-empty { display: none; }

#l-container { background: var(--bg); }
#l-container .inner { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
#l-container .mod { display: flex; gap: 28px; align-items: flex-start; padding: 36px 0 56px; }

/* ---- 左侧栏目栏 ---- */
.col_menu { width: 250px; flex-shrink: 0; }
.col_menu_head {
	background: linear-gradient(95deg, #71246b 0%, #8d3a87 100%);
	border-radius: var(--radius) var(--radius) 0 0;
	padding: 0 18px; position: relative;
}
.col_menu_head::after {
	content: ''; position: absolute; left: 20px; bottom: -5px;
	border: 5px solid transparent; border-top-color: #71246b;
}
.col_menu_head h3.col_name {
	color: #fff; font-size: 17px; font-weight: 600; letter-spacing: 1px;
	padding: 14px 0;
	font-family: "Source Han Serif SC", "Noto Serif SC", "STZhongsong", "SimSun", serif;
}
.col_menu_head .col_name_text { display: block; }
.col_menu_con {
	background: #fff; border: 1px solid var(--line); border-top: 0;
	border-radius: 0 0 var(--radius) var(--radius);
	padding: 8px 0 10px; overflow: hidden;
}
.col_menu_con .column-switch { display: none; }
.wp_listcolumn .wp_column a.col_item_link,
.wp_listcolumn .wp_column > a {
	display: block; padding: 10px 18px; font-size: 14px; color: var(--text-2);
	border-left: 3px solid transparent; transition: all .15s; margin: 0 4px;
	border-radius: 4px;
}
.wp_listcolumn .wp_column a.col_item_link:hover { color: var(--primary); background: #f6f2f8; }
.wp_listcolumn .wp_column a.col_item_link.selected,
.wp_listcolumn .wp_column a.selected {
	color: #fff !important; background: var(--primary) !important;
	border-left-color: var(--gold);
}
.wp_listcolumn .wp_column a.col_item_link.selected span.column-name,
.wp_listcolumn .wp_column a.selected span.column-name { color: #fff; }
.wp_listcolumn .sub_list { margin: 2px 0 4px 0; }
.wp_listcolumn .sub_list .sub-item a.sub-item-link {
	display: block; padding: 8px 18px 8px 34px; font-size: 13.5px; color: var(--text-3);
	border-left: 3px solid transparent; margin: 0 4px; border-radius: 4px;
	transition: all .15s;
}
.wp_listcolumn .sub_list .sub-item a.sub-item-link:hover { color: var(--primary); background: #f6f2f8; }
.wp_listcolumn .sub_list .sub-item a.sub-item-link.selected {
	color: #fff !important; background: var(--primary-light) !important;
}

/* ---- 右侧内容区 ---- */
.col_news { flex: 1; min-width: 0; }
.col_news_box {
	background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
	padding: 26px 30px 30px; box-shadow: var(--shadow-sm);
}
.col_news_head { margin-bottom: 6px; }
.col_metas .col_path {
	font-size: 12.5px; color: var(--text-4); padding-bottom: 12px;
}
.col_metas .col_path a { color: var(--text-4); }
.col_metas .col_path a:hover { color: var(--primary); }
.col_metas .col_path .path_name { color: var(--text-3); }
.col_metas .col_title { border-bottom: 2px solid var(--line); padding-bottom: 14px; position: relative; }
.col_metas .col_title::after {
	content: ''; position: absolute; left: 0; bottom: -2px;
	width: 56px; height: 2px; background: var(--primary);
}
.col_metas .col_title h2 {
	font-family: "Source Han Serif SC", "Noto Serif SC", "STZhongsong", "SimSun", serif;
	font-size: 24px; font-weight: 700; color: var(--text);
}
.col_news_con { padding-top: 8px; }

/* ---- 文字新闻列表（listcolumn） ---- */
.col_news_list .news_list.list2 .news {
	display: flex; align-items: center; justify-content: space-between;
	gap: 14px; padding: 13px 2px; border-bottom: 1px dashed var(--line);
	font-size: 14.5px;
}
.col_news_list .news_list.list2 .news:last-child { border-bottom: 0; }
.col_news_list .news_list.list2 .news_title {
	flex: 1; min-width: 0;
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
	color: var(--text-2); position: relative; padding-left: 16px;
	transition: color .15s;
}
.col_news_list .news_list.list2 .news_title::before {
	content: ''; position: absolute; left: 2px; top: 50%;
	width: 5px; height: 5px; margin-top: -2.5px; border-radius: 50%;
	background: #cdd4dd; transition: background .15s;
}
.col_news_list .news_list.list2 .news:hover .news_title { color: var(--primary); }
.col_news_list .news_list.list2 .news:hover .news_title::before { background: var(--primary); }
.col_news_list .news_list.list2 .news_title a { color: inherit; }
.col_news_list .news_list.list2 .news_meta {
	flex-shrink: 0; font-size: 12.5px; color: var(--text-4);
	font-variant-numeric: tabular-nums;
}

/* ---- 图片新闻列表（l_tu） ---- */
.col_news_list.news_tu .news_list {
	display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.col_news_list.news_tu .news_list .news { border-bottom: 0; padding: 0; }
.col_news_list.news_tu .news_box {
	display: block; border-radius: var(--radius); overflow: hidden;
	border: 1px solid var(--line); background: #fff;
	transition: box-shadow .2s, transform .2s;
}
.col_news_list.news_tu .news_box:hover { box-shadow: 0 8px 24px rgba(113,36,107,.12); transform: translateY(-2px); }
.col_news_list.news_tu .news_imgs {
	height: 150px; overflow: hidden; background: var(--line-soft); position: relative;
}
.col_news_list.news_tu .news_imgs a { display: block; width: 100%; height: 100%; }
.col_news_list.news_tu .news_imgs img { width: 100% !important; height: 100% !important; object-fit: cover; transition: transform .4s; }
.col_news_list.news_tu .news_box:hover .news_imgs img { transform: scale(1.06); }
.col_news_list.news_tu .news_imgs:empty { height: 0; }
.col_news_list.news_tu .news_wz { padding: 12px 14px; }
.col_news_list.news_tu .news_title {
	font-size: 14px; color: var(--text-2); line-height: 1.5;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.col_news_list.news_tu .news_title a { color: inherit; }
.col_news_list.news_tu .news_box:hover .news_title { color: var(--primary); }

/* ---- 机构/师资网格（l_col_jg / l_col_role） ---- */
.col_news_list .part_xy {
	display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px;
}
.col_news_list .part_xy .item {
	background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
	overflow: hidden; transition: box-shadow .2s;
}
.col_news_list .part_xy .item:hover { box-shadow: 0 8px 24px rgba(113,36,107,.1); }
.col_news_list .part_xy .item h3 {
	background: linear-gradient(95deg, #71246b 0%, #8d3a87 100%);
	color: #fff; font-size: 15.5px; font-weight: 600; letter-spacing: 1px;
	padding: 11px 16px;
	font-family: "Source Han Serif SC", "Noto Serif SC", "STZhongsong", "SimSun", serif;
}
.col_news_list .part_xy .sub-con { padding: 10px 16px 14px; }
.col_news_list .part_xy .sub-list { display: flex; flex-wrap: wrap; gap: 8px; }
.col_news_list .part_xy .sub-list .sub-item a {
	display: inline-block; padding: 5px 12px; font-size: 13px;
	color: var(--text-2); background: #f5f6f8; border-radius: 4px;
	transition: all .15s;
}
.col_news_list .part_xy .sub-list .sub-item a:hover,
.col_news_list .part_xy .sub-list .sub-item a.selected { color: #fff; background: var(--primary); }

/* ---- 列表页文章预览（wp_entry） ---- */
.col_news_list .wp_entry { font-size: 14.5px; line-height: 1.9; color: var(--text-2); }
.col_news_list .wp_entry p { margin-bottom: 10px; }
.col_news_list .wp_entry img { max-width: 100%; height: auto; border-radius: var(--radius); }
.col_news_list .wp_entry table { margin-bottom: 4px; }

/* ============================================
   16. 文章页（displayinfo）
   ============================================ */
#d-container { background: var(--bg); }
#d-container .inner { max-width: 1000px; margin: 0 auto; padding: 36px 24px 60px; }
.infobox {
	background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
	padding: 40px 48px; box-shadow: var(--shadow-sm);
}
.article h1.arti_title {
	font-size: 24px; text-align: center; color: var(--text);
	line-height: 1.5; font-weight: 700;
	padding: 0 12px;
}
.article h2.arti_title {
	font-size: 16px; text-align: center; color: var(--text-3);
	font-weight: 400; margin-top: 8px; line-height: 1.6;
}
.article .arti_metas {
	padding: 14px 0 16px; text-align: center;
	color: var(--text-4); font-size: 12.5px;
	border-bottom: 1px solid var(--line-soft); margin-bottom: 26px;
}
.article .arti_metas span { margin: 0 8px; }
.article .entry { overflow: hidden; }
.article .entry .read {
	font-size: 15px; line-height: 1.9; color: var(--text-2);
	word-wrap: break-word;
}
.article .entry .read p { margin: 0 0 14px; }
.article .entry .read img { max-width: 100% !important; height: auto; border-radius: var(--radius); margin: 8px auto; }
.article .entry .read h1, .article .entry .read h2, .article .entry .read h3,
.article .entry .read h4, .article .entry .read h5 {
	color: var(--text); margin: 22px 0 12px; line-height: 1.5;
}
.article .entry .read h2 { font-size: 19px; }
.article .entry .read h3 { font-size: 17px; }
.article .entry .read h4 { font-size: 15.5px; }
.article .entry .read a { color: var(--primary); }
.article .entry .read ul, .article .entry .read ol { padding-left: 22px; margin: 0 0 14px; list-style: disc; }
.article .entry .read ol { list-style: decimal; }
.article .entry .read li { margin-bottom: 6px; }
.article .entry .read blockquote {
	border-left: 4px solid var(--primary); background: #f8f6fa;
	padding: 12px 18px; margin: 14px 0; border-radius: 0 var(--radius) var(--radius) 0;
	color: var(--text-3);
}
.article .entry .read table {
	border-collapse: collapse; margin: 14px auto; max-width: 100%;
	font-size: 14px;
}
.article .entry .read table td,
.article .entry .read table th { border: 1px solid var(--line); padding: 8px 12px; }
.article .entry .read table th { background: #f6f2f8; }
.article .entry .read video, .article .entry .read iframe { max-width: 100%; }

/* ============================================
   17. 系统输出适配与防御层（部署经验沉淀）
   ============================================ */
/* 17.1 隐藏系统注入的橙色 MORE+ 图标（simpleNews 组件） */
div.more, a.more-link, .moretext { display: none !important; }
/* 学院风采空窗口：整块隐藏 */
.sec-gallery.is-empty { display: none; }

/* 17.2 中和编辑器内联 font 标签（蓝色标题等） */
.news-title font, .list-item .name font,
.news_title font, .cap-title font, .col_news_list .news_title font {
	color: inherit !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
}

/* 17.3 空缩略图容器收敛 */
.news-thumb:empty, .news_imgs:empty { display: none; }

/* 17.4 系统分页组件（如输出） */
.col_news_con .wp_paging,
.col_news_con .p_pages { padding: 18px 0 4px; text-align: center; font-size: 13px; }
.col_news_con .wp_paging a,
.col_news_con .p_pages a {
	display: inline-block; padding: 5px 12px; margin: 0 3px;
	border: 1px solid var(--line); border-radius: 4px;
	color: var(--text-2); background: #fff; transition: all .15s;
}
.col_news_con .wp_paging a:hover,
.col_news_con .p_pages a:hover { border-color: var(--primary); color: var(--primary); }

/* 17.5 打印微调 */
@media print {
	.topbar, .mainnav, .quicklinks, .friendlinks, .footer, .hero-arrow, .hero-thumbs { display: none !important; }
	body { background: #fff; }
}
