@charset "utf-8";
/* 导航字体使用系统回退（勿 @import Google Fonts，国内易 ERR_CONNECTION_CLOSED） */
/* Base Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small,strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}
:focus { outline:0;}
img { border:0;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline;}
.none { display:none;}
.hidden { visibility:hidden;}
.clearfix:after{clear: both;content: ".";display: block;height: 0;visibility: hidden;}
.clearfix{display: block;}

/* ========== 东华大学视觉识别（Web 用色）+ 首页 tpl 区块（对齐交大审计处版式） ========== */
:root {
	--dhu-primary: #a0021f;       /* 锦缎红 RGB(160,2,31) */
	--dhu-primary-dark: #880018;
	/* 首页各卡片标题前图标（互不影响；也可在 main.htm 对应模块根节点 style 覆盖单项） */
	--tpl-tt-icon-trend: url(images/box1_right.png);   /* box1 审计动态 */
	--tpl-tt-icon-notice: url(images/box2_left.png);   /* box2 审计公告 */
	--tpl-tt-icon-system: url(images/shuxian.png);   /* box2 业务办理 */
	--tpl-tt-icon-theory: url(images/box3_left.png);   /* box3 理论研究 */
	--tpl-tt-icon-case: url(images/example.png);     /* box3 审计案例 */
	--tpl-tt-icon-service: url(images/box3_right.png); /* box3 服务指南 */
	/* box4 左右标题图标（与 box2/box3 互不影响；见下方 .tpl-box4 规则） */
	--tpl-box4-icon-left: url(images/box4_left.png);   /* 左：工程审计公告 */
	--tpl-box4-icon-right: url(images/box4_right.png);  /* 右：财务审计公告 */
	--tpl-box4-icon-left-color: var(--dhu-red-bright); /* 左栏 mask 图标着色 */
	--tpl-tt-title-icon-size: auto 28px;
	--tpl-tt-title-icon-mask-color: var(--dhu-red-bright); /* 审计动态等 mask 着色 */
	--dhu-red-bright: #b81c22;   /* 东华红 */
	--dhu-yellow: #f8b74a;       /* 风尚黄 */
	--dhu-gray: #3e3a39;         /* 基础灰 */
	--dhu-text-muted: #707070;
	--dhu-on-red: #ffb8c3;
	--dhu-on-red-soft: #ffabb9;
	--tpl-container: 1300px;
	/* 首页通栏浅灰底（轮播 / box1 / box4 / box2 / box3 统一） */
	--tpl-page-bg: #f0f0f0;
	--tpl-subpage-banner-gap: 32px;
	--tpl-banner-bg: var(--tpl-page-bg);
	--tpl-box1-bg: var(--tpl-page-bg);
	--tpl-box4-bg: var(--tpl-page-bg);
	--tpl-box2-bg: var(--tpl-page-bg);
	--tpl-box3-bg-color: var(--tpl-page-bg);
	--tpl-box3-bg-image: none;
	/* 红底模块标题栏（审计动态 / 审计公告）共用尺度，避免被文末全局 .post .tt 覆盖 */
	--tpl-red-tt-pad-top: 28px;
	--tpl-red-tt-row: 2.5rem;
	--tpl-red-tt-pad-bottom: 22px;
	--tpl-red-tt-border: 1px;
	--tpl-red-tt-margin-bottom: 18px;
	--tpl-red-tt-gap: 10px;
	/* 公告 .tt 底横线距 stack 顶部（box2 右侧卡片内容区顶对齐） */
	--tpl-red-tt-underline-y: calc(var(--tpl-red-tt-pad-top) + var(--tpl-red-tt-row) + var(--tpl-red-tt-pad-bottom) + var(--tpl-red-tt-border));
	/* 红底 .tt / .con / 动态列表缩进共用（PC 上动态与公告一致） */
	--tpl-red-inner-pl: 40px;
	--tpl-red-inner-pr: 35px;
	--tpl-notice-list-inset: 40px;
	/* 顶栏 Logo 与站点名称之间的竖线 */
	--tpl-header-divider: #b0b0b0;
	/* 顶栏背景（发布站须用绝对路径；与 DHU_logo 同目录，避免页面在 /_s121/... 下相对 images/ 失效） */
	--tpl-header-bg: url("images/DHU_head.png");
	--tpl-header-bg-pos: center center;
	--tpl-header-bg-size: cover;
	--tpl-header-bg-repeat: no-repeat;
	--tpl-header-bg-color: #5a5d62;
	--tpl-header-overlay: #ffffffed;
	--tpl-header-min-height: 140px;
	/* 首页 feed 列表字号（与 box1 右侧动态一致，供公告 / box3 等复用） */
	--tpl-feed-lead-fs: 17px;   /* 动态首条标题 */
	--tpl-feed-link-fs: 14px;   /* 普通条目标题、公告标题 */
	--tpl-feed-time-fs: 12px;   /* 日期、时间 */
	--tpl-feed-summary-fs: 13px;
	--tpl-trend-item-title-fs: 16px; /* box1 动态列表：条目标题 */
	--tpl-trend-item-body-fs: 13px;  /* box1 动态列表：条目摘要 */
	--tpl-trend-cal-w: 56px;        /* box1 日历卡固定宽 */
	--tpl-trend-cal-h: 58px;        /* box1 日历卡固定高 */
	--tpl-trend-cal-ym-h: 22px;     /* box1 日历卡下半（年-月）固定高 */
	--tpl-trend-cal-list-gap: 12px; /* box1 动态列表项之间留白 */
	--tpl-trend-cal-li-py: 4px;    /* box1 动态列表项上下内边距 */
	--tpl-trend-tt-border: #d8d8d8; /* box1 动态标题区下框线 */
	/* box3 左右标题栏统一高度（与 .tt 内边距尺度一致） */
	--tpl-box3-tt-min-h: calc(var(--tpl-red-tt-pad-top) + var(--tpl-red-tt-row) + var(--tpl-red-tt-pad-bottom) + var(--tpl-red-tt-border));
	--tpl-box3-more-col-w: 4.75rem; /* 左右「更多 >>」列等宽，保证两栏右缘对齐 */
	--tpl-box3-list-gap: 12px; /* box3 列表行间距 */
	--tpl-box3-li-vpad: 6px;   /* box3 每条上下内边距（与 gap 叠加可读间距） */
	/* box2 左侧「审计公告」列表（红底上正文，与 feed 变量协调） */
	--tpl-notice-stack-gap: 16px;       /* 条与条之间仅用留白，无分割线 */
	--tpl-notice-row-radius: 6px;
	--tpl-notice-row-py: 6px;
	--tpl-notice-row-px: 8px;
	/* 与 box1 .tpl-post-trend .tpl-trend-list > li:not(:first-child) 条目正文一致 */
	--tpl-notice-line-on-red: rgba(255, 255, 255, 0.22);
	--tpl-notice-on-red-title: #fff;
	--tpl-notice-on-red-date: rgba(255, 255, 255, 0.6);
	/* box4 白底公告卡正文色 */
	--tpl-notice-line-on-white: rgba(0, 0, 0, 0.12);
	--tpl-notice-on-white-title: #333;
	--tpl-notice-on-white-date: #888;
	/* 主导航菜单字体（方案 C：紧凑雅黑；仅 #wp_nav_w43 使用，顶栏站点名/正文不受影响） */
	--tpl-nav-font: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", sans-serif;
	--tpl-nav-fs: 17px;
	--tpl-nav-fw: 600;
	--tpl-nav-fw-active: 700;
	--tpl-nav-ls: 0.04em;
	--tpl-nav-sub-fs: 14px;
	--tpl-nav-sub-ls: 0.03em;
}
.tpl-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.tpl-clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.tpl-clearfix { display: block; }
.tpl-container { width: var(--tpl-container); max-width: 100%; margin: 0 auto; box-sizing: border-box; }

/* 顶栏：底图为 --tpl-header-bg（如 DHU_head.png），其上有灰色半透明叠层 --tpl-header-overlay */
.tpl-header {
	position: relative;
	width: 100%;
	min-height: var(--tpl-header-min-height, 140px);
	background-color: var(--tpl-header-bg-color, #5a5d62);
	background-image: var(--tpl-header-bg);
	background-position: var(--tpl-header-bg-pos, center center);
	background-size: var(--tpl-header-bg-size, cover);
	background-repeat: var(--tpl-header-bg-repeat, no-repeat);
	overflow: hidden;
}
.tpl-header::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background: var(--tpl-header-overlay, rgba(58, 60, 64, 0.5));
}
/* 顶栏内区：Logo + 站点名 与 检索框同一行、垂直居中 */
.tpl-header-inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 20px;
	padding: 12px 16px;
	box-sizing: border-box;
	min-height: 140px;
}
.tpl-header-brand {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	align-items: center;
}
.tpl-header-logo { float: none; margin: 0; max-width: none; }
.tpl-header-logo .sitelogo { float: none; }
.tpl-header-logo .sitelogo a {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	gap: 0;
	text-decoration: none;
	color: inherit;
}
.tpl-header-logo .sitelogo img,
.tpl-header-logo .sitelogo .tpl-header-site-img {
	max-height: 72px;
	width: auto;
	max-width: min(220px, 42vw);
	display: block;
	flex-shrink: 0;
	object-fit: contain;
}
.tpl-header-logo .sitelogo .tpl-header-site-title,
.tpl-header-logo .sitelogo a .sitetitle {
	margin: 0;
	padding: 0.12em 0 0.12em 16px;
	margin-left: 11px;
	border-left: 1px solid var(--tpl-header-divider);
	font-family: microsoft yahei, "Microsoft YaHei", "PingFang SC", sans-serif;
	font-size: clamp(2.15rem, 2.2vw, 1.65rem);
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.3;
	color: #0e0e0e;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}
.tpl-header-search {
	float: none;
	margin: 0;
	flex: 0 0 auto;
	max-width: min(380px, 42vw);
}
/* —— 搜索：方框 + 灰底输入 + 红色图标按钮 —— */
.tpl-search {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
.tpl-search-control {
	display: inline-flex;
	flex-direction: row;
	align-items: stretch;
	flex-wrap: nowrap;
	padding: 0;
	margin: 0;
	border-radius: 0;
	border: 1px solid #b3b3b3;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.tpl-search-control:focus-within {
	border-color: var(--dhu-primary);
	box-shadow: 0 0 0 1px var(--dhu-primary), 0 2px 8px rgba(0, 0, 0, 0.15);
}
.tpl-header-search .wp_search,
.tpl-header-search .searchbox,
.tpl-header-search form {
	display: flex;
	margin: 0;
	align-items: stretch;
	flex-wrap: nowrap;
}
.tpl-header-search .wp_search table {
	border: 0;
	border-collapse: collapse;
	margin: 0;
	width: auto;
	height: 100%;
}
.tpl-header-search .wp_search td {
	border: 0;
	padding: 0;
	vertical-align: middle;
	height: 38px;
}
.tpl-header-search input[type="text"],
.tpl-header-search input.keyword,
.tpl-header-search #keyword {
	width: min(240px, 32vw);
	height: 38px;
	line-height: 38px;
	color: #333;
	background: #ebebeb;
	border: 0;
	border-radius: 0;
	border-right: 1px solid #c8c8c8;
	padding: 0 12px;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 14px;
	font-family: "Microsoft YaHei", sans-serif;
	transition: background-color 0.2s ease, color 0.2s ease;
}
.tpl-search-control:focus-within input[type="text"],
.tpl-search-control:focus-within input.keyword,
.tpl-search-control:focus-within #keyword {
	background: #f5f5f5;
	color: #111;
}
.tpl-header-search input[type="text"]::placeholder,
.tpl-header-search input.keyword::placeholder,
.tpl-header-search #keyword::placeholder {
	color: #888;
	opacity: 1;
}
.tpl-header-search input[type="submit"],
.tpl-header-search input.search,
.tpl-header-search .search-btn,
.tpl-header-search button[type="submit"] {
	width: 38px;
	height: 38px;
	min-width: 38px;
	padding: 0;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	vertical-align: middle;
	background: var(--dhu-primary) url(images/operation_search.png) no-repeat center;
	background-size: 16px auto;
	transition: background-color 0.2s ease, opacity 0.15s ease;
}
.tpl-header-search input[type="submit"]:hover,
.tpl-header-search input.search:hover,
.tpl-header-search .search-btn:hover,
.tpl-header-search button[type="submit"]:hover {
	background-color: var(--dhu-primary-dark);
}
.tpl-header-search input[type="submit"]:active,
.tpl-header-search input.search:active,
.tpl-header-search .search-btn:active,
.tpl-header-search button[type="submit"]:active {
	opacity: 0.92;
}
.tpl-header-search input[type="submit"]:focus-visible,
.tpl-header-search input.search:focus-visible,
.tpl-header-search .search-btn:focus-visible,
.tpl-header-search button[type="submit"]:focus-visible {
	outline: 2px solid #fff;
	outline-offset: -2px;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
}
.tpl-header-search input[type="text"]:focus,
.tpl-header-search input.keyword:focus,
.tpl-header-search #keyword:focus {
	outline: none;
}

/* 主导航（通栏，顶线品牌色） */
/* ========== 主导航（终极稳定版） ========== */
.tpl-nav {
    border-top: 3px solid var(--dhu-primary);
    width: 100%;
    min-height: 60px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    /* 高于 Banner / box1 等后续区块，避免展开的二级菜单被下方内容遮挡 */
    position: relative;
    z-index: 2000;
  }
  .tpl-nav .tpl-container { padding: 0; }
  
  /* ── 一级菜单容器（flex 均匀分布，与下方内容区对齐） ── */
  #wp_nav_w43 .wp_nav {
    height: 60px;
    display: flex !important;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  /* ── 一级菜单项 ── */
  #wp_nav_w43 .wp_nav > li.nav-item {
    flex: 1;
    float: none !important;
    width: auto !important;
    text-align: center;
    line-height: 60px;
    position: relative;
    transition: background-color 0.25s ease, color 0.25s ease;
    background: none;           /* 初始无背景 */
  }
  #wp_nav_w43 .wp_nav > li.nav-item > a {
    display: block;
    position: relative;
    z-index: 160;
    font-size: var(--tpl-nav-fs, 18px);
    font-weight: var(--tpl-nav-fw, 500);
    font-family: var(--tpl-nav-font);
    letter-spacing: var(--tpl-nav-ls, 0.1em);
    color: #2a2a2a;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 4px;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "kern" 1;
  }
  #wp_nav_w43 .wp_nav > li.nav-item > a .item-name {
    display: inline-block;
    line-height: 60px;
    height: 60px;
    padding: 0px 14px;
    transition: color 0.25s ease, box-shadow 0.25s ease, font-weight 0.2s ease;
  }

  /* 当前栏目（子页 CMS 自动 .selected）：文字强调 + 底标线，不与悬停抢视觉 */
  #wp_nav_w43 .wp_nav > li.nav-item.selected:not(:hover) {
    background: none !important;
    background-image: none !important;
  }
  #wp_nav_w43 .wp_nav > li.nav-item.selected:not(:hover) > a,
  #wp_nav_w43 .wp_nav > li.nav-item.selected:not(:hover) .item-name {
    color: var(--dhu-primary) !important;
    font-weight: var(--tpl-nav-fw-active, 600);
  }
  #wp_nav_w43 .wp_nav > li.nav-item.selected:not(:hover) .item-name {
    box-shadow: inset 0 -3px 0 var(--dhu-primary);
  }
  
  /* ── 一级悬停：红底 + 纹理图（:hover 独占高亮，不用 .parent） ── */
  #wp_nav_w43 .wp_nav > li.nav-item:hover,
  #wp_nav_w43 .wp_nav > li.nav-item.selected:hover {
    background-color: #a0021f !important;                    /* 主题红底色 */
    background-image: url(images/flower3.png) !important; /* 纹理图 */
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
  }
  #wp_nav_w43 .wp_nav > li.nav-item:hover > a,
  #wp_nav_w43 .wp_nav > li.nav-item.selected:hover > a {
    color: #fff !important;
    font-weight: var(--tpl-nav-fw-active, 600);
  }
  #wp_nav_w43 .wp_nav > li.nav-item:hover .item-name,
  #wp_nav_w43 .wp_nav > li.nav-item.selected:hover .item-name {
    color: #fff !important;
    box-shadow: none;
  }
  
  /* ── 桥接间隙（消除移入二级菜单时的消失问题） ── */
  #wp_nav_w43 .wp_nav > li.nav-item::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 12px;
    pointer-events: auto;
    z-index: 150;
  }
  
  /* ── 二级菜单容器：宽度与一级项对齐（勿随子项文字撑开） ── */
  #wp_nav_w43 .wp_nav .sub-nav {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    margin-top: 0px;
    padding: 0 !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
    background-color: #a0021f !important;
    background-image: none !important;
    border: none !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    border-radius: 0;
    list-style: none;
    z-index: 2100;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0s linear 0.25s;
  }
  
  /* 未悬停时二级菜单不拦截点击 */
  #wp_nav_w43 .wp_nav > li.nav-item:not(:hover) > .sub-nav {
    pointer-events: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
  
  /* 父级 hover 时显示（最高优先级） */
  #wp_nav_w43 .wp_nav > li.nav-item:hover > .sub-nav {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transition: opacity 0.25s ease, visibility 0s !important;
  }
  
  /* ── 二级菜单项：宽 100% 继承一级列宽，长标题省略号 ── */
  #wp_nav_w43 .sub-nav .nav-item {
    display: block !important;
    float: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 44px;
    line-height: 44px;
    background-color: #a0021f !important;
    background-image: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    transition: background-color 0.2s;
    box-sizing: border-box !important;
  }
  #wp_nav_w43 .sub-nav .nav-item a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 44px;
    width: 100% !important;
    max-width: 100% !important;
    font-size: var(--tpl-nav-sub-fs, 15px);
    font-family: var(--tpl-nav-font);
    font-weight: var(--tpl-nav-fw, 500);
    letter-spacing: var(--tpl-nav-sub-ls, 0.06em);
    color: #fff;
    padding: 0 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
  }
  #wp_nav_w43 .sub-nav .nav-item a .item-name {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
  }
  #wp_nav_w43 .sub-nav .nav-item:hover,
  #wp_nav_w43 .sub-nav .nav-item a:hover {
    background-color: #6d0010 !important;   /* 深红色悬停反馈 */
    background-image: none !important;
    border: none !important;
  }
  
  /* 隐藏 CMS 生成的 mark 元素 */
  #wp_nav_w43 .wp_nav .mark {
    display: none !important;
  }

/* Banner */
/* ========== 焦点图（无箭头、无标题、长方形分页器居中） ========== */
.tpl-banner {
  margin-top: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: var(--tpl-banner-bg, #f0f0f0);
}

.tpl-banner .tpl-banner-slider {
  width: 100%;
  position: relative;
}

.tpl-banner .slider.focus-box,
.tpl-banner .focus-box {
  height: 430px;
  max-height: none;
  position: relative;
}

.tpl-banner .focus-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 隐藏左右箭头 */
.focus-navigation {
  display: none !important;
}

/* 隐藏标题栏 */
.focus-title-bar,
.focus-title {
  display: none !important;
}

/* ── 分页器容器：强制居中 ── */
.focus-pagination {
  display: block !important;
  position: absolute !important;
  bottom: 0px !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  z-index: 60 !important;
  text-align: center !important;
  white-space: nowrap !important;
  width: auto !important;
  margin: 0 !important;
}

/* ── 分页器小长条：宽度30px 高度5px ── */
.focus-page {
  display: inline-block !important;
  width: 30px !important;
  height: 5px !important;
  background: rgba(255, 255, 255, 0.55) !important;
  margin: 0 6px !important;
  padding: 0 !important;
  cursor: pointer !important;
  border: none !important;
  border-radius: 0 !important;
  transition: background 0.2s !important;
  vertical-align: middle !important;
}

/* 激活态长条：锦缎红 */
.focus-page-active {
  background: #a0021f !important;
}

/* box1：要闻聚焦 + 审计动态（桌面双栏固定版式） */
/* ========== box1 ========== */
.tpl-box1 {
  padding: 0px 0 0px;
  background: var(--tpl-box1-bg);
  --box1-feature-img-h: 359px;
  --box1-line-offset: calc(var(--tpl-red-tt-pad-top) + var(--tpl-red-tt-row) + var(--tpl-red-tt-pad-bottom) + var(--tpl-red-tt-border));
}

.tpl-box1 > .tpl-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
}

/* ---------- 左侧要闻区 ---------- */
.tpl-box1-news {
  float: none;
  position: relative;
  flex: 0 1 50%;
  width: 50%;
  max-width: 650px;
  margin-bottom: 0;
  padding-top: var(--box1-line-offset);
  padding-right: 20px;
  box-sizing: border-box;
  background: #fff;
}

/* 要闻聚焦标题：仅视觉隐藏，保留读屏与文档大纲 */
.tpl-news-hd {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

/* 图片区：无圆角、扁平，直接紧贴顶部 */
.post.tpl-post-feature > .con { background: transparent; padding: 0; }
.post.tpl-post-feature .tt { display: none; }
.tpl-feature-list { margin: 0; padding: 0; }
.tpl-feature-list .tpl-feature-item {
  display: none;
  padding: 0;
  margin: 0;
  line-height: normal;
  position: relative;
}
.tpl-feature-list .tpl-feature-item:first-child { display: block; }
.tpl-feature-pic {
  display: block;
  width: 100%;
  height: 370px;
  overflow: hidden;
}
.tpl-feature-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 文章标题区：与图片同宽、整行左对齐（日期 + 标题） */
.tpl-feature-meta {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 18px;
  width: 100%;
  max-width: 100%;
  margin-top: 14px;
  box-sizing: border-box;
  text-align: left;
}
.tpl-feature-date {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  background: var(--dhu-primary);
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
  box-shadow: none;
  border-radius: 0;
}
.tpl-feature-day {
  display: block;
  font-size: 22px;
  padding-top: 10px;
  line-height: 1.2;
}
.tpl-feature-ym {
  display: block;
  font-size: 13px;
  opacity: 0.9;
}
.tpl-feature-text {
  flex: 1;
  min-width: 0;
  padding-top: 6px;
  margin-left: 0;
  text-align: left;
}
.tpl-feature-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tpl-feature-title a {
  color: #222;
  text-decoration: none;
}
.tpl-feature-title a:hover {
  color: var(--dhu-primary);
}
.tpl-feature-more {
  color: #888;
  font-size: 13px;
  text-decoration: none;
}
.tpl-feature-more:hover {
  color: var(--dhu-primary);
}

/* 两侧切换按钮：相对要闻区垂直居中于焦点图（与右侧红卡标题栏底横线对齐后的图片区） */
.tpl-news-pager {
  position: absolute;
  top: calc(var(--box1-line-offset) + var(--box1-feature-img-h) / 2);
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 0;
  z-index: 5;
  pointer-events: none;
}
.tpl-news-pager .tpl-news-prev,
.tpl-news-pager .tpl-news-next {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 56px;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.3);
  cursor: pointer;
  transition: background 0.2s;
  pointer-events: auto;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tpl-news-pager .tpl-news-prev:hover,
.tpl-news-pager .tpl-news-next:hover {
  background: rgba(0,0,0,0.55);
}
.tpl-news-pager .tpl-news-prev { left: 0; }
.tpl-news-pager .tpl-news-next { right: 0; }

.tpl-news-pager .tpl-news-prev::before,
.tpl-news-pager .tpl-news-next::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-right: none;
  border-bottom: none;
  transform: rotate(-45deg);
  display: block;
}
.tpl-news-pager .tpl-news-next::before {
  border: 2px solid #fff;
  border-left: none;
  border-top: none;
  transform: rotate(-45deg);
}

/* ========== 右侧审计动态（白底卡片） ========== */
.tpl-box1-trend {
    float: none;
    flex: 0 1 50%;
    width: 50%;
    max-width: 650px;
    min-width: 0;
    min-height: 0;
    box-sizing: border-box;
    margin-top: 0;
    align-self: stretch;
    padding: 0 0 30px 0;
    background-color: #fff;
    background-image: none;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.tpl-box1-trend::after,
.tpl-box1-trend::before {
    display: none;
    content: none;
}

.tpl-box1-trend .mc {
    position: relative;
    z-index: 1;
}

/* ---- 标题栏重构（覆盖全局 .post .tt 的 float/固定高度，保证图标+标题+更多同一水平线） ---- */
.post.tpl-post-trend {
    --trend-list-inset: var(--tpl-red-inner-pl); /* 与红底标题左右尺度一致 */
    --trend-dot-gap: 10px;   /* 圆点与标题间距 */
}
/* box3 列表与动态同源缩进（tpl-trend-list） */
.post.tpl-post-duo-feed,
.post.tpl-post-service,
.post.tpl-box4-feed-duo,
.post.tpl-box4-feed-service {
    --trend-list-inset: var(--tpl-red-inner-pl);
    --trend-dot-gap: 10px;
}
/* 标题栏布局：动态（白底卡）与公告（红底）共用尺度 */
.post.tpl-post-trend > .tt,
.post.tpl-post-notice > .tt {
    height: auto;
    min-height: calc(var(--tpl-red-tt-pad-top) + var(--tpl-red-tt-row) + var(--tpl-red-tt-pad-bottom) + var(--tpl-red-tt-border));
    margin: 0;
    margin-bottom: var(--tpl-red-tt-margin-bottom);
    padding-top: var(--tpl-red-tt-pad-top);
    padding-bottom: var(--tpl-red-tt-pad-bottom);
    padding-left: var(--tpl-red-inner-pl);
    padding-right: var(--tpl-red-inner-pr);
    border: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    gap: var(--tpl-red-tt-gap);
    box-sizing: border-box;
}
.post.tpl-post-notice > .tt {
    margin-bottom: 0;
}
/* 首页各卡片标题区文案统一加粗；标题文字本身无下划线（下框线仅在 .tt 底边） */
.post.tpl-post-trend > .tt .tit .title2,
.post.tpl-post-notice > .tt .tit .title2,
.post.tpl-post-service > .tt .tit .title2,
.tpl-box3-tabs .tpl-duo-tab-label,
.tpl-box2-system-head .tpl-box2-system-title {
    font-weight: bold;
}
.post.tpl-post-trend > .tt .tit,
.post.tpl-post-notice > .tt .tit,
.post.tpl-post-service > .tt .tit {
    border-bottom: 0;
}
.post.tpl-post-trend > .tt .tit .title2,
.post.tpl-post-notice > .tt .tit .title2,
.post.tpl-post-service > .tt .tit .title2,
.post.tpl-post-trend > .tt .tit .title2 a,
.post.tpl-post-notice > .tt .tit .title2 a,
.post.tpl-post-service > .tt .tit .title2 a,
.tpl-box3-tabs .tpl-duo-tab-label {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none;
}
.post.tpl-post-trend > .tt .tit .title2:hover,
.post.tpl-post-notice > .tt .tit .title2:hover,
.post.tpl-post-service > .tt .tit .title2:hover,
.post.tpl-post-trend > .tt .tit .title2 a:hover,
.post.tpl-post-notice > .tt .tit .title2 a:hover,
.post.tpl-post-service > .tt .tit .title2 a:hover,
.tpl-box3-tabs .tab-menu > li:hover .tpl-duo-tab-label {
    text-decoration: none;
}

/* 审计动态：标题区白底 + 灰色下实线（仅 .tt 容器底边） */
.post.tpl-post-trend > .tt {
    border-bottom: 1px solid var(--tpl-trend-tt-border);
    position: relative;
    overflow: visible;
    background-color: #fff;
    background-image: none;
}
.post.tpl-post-trend > .tt::before {
    display: none;
    content: none;
}
.post.tpl-post-notice > .tt {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
    overflow: hidden;
}
.post.tpl-post-trend > .tt .tit,
.post.tpl-post-notice > .tt .tit {
    float: none;
    margin: 0;
    margin-left: 0;
    height: auto;
    line-height: 1.2;
    flex: 1;
    min-width: 0;
    min-height: 0;
    align-self: stretch;
    display: flex;
    align-items: center;
    font-weight: normal;
}
.post.tpl-post-trend > .tt .tit .title2 {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: auto;
    line-height: 1.2;
    font-size: 22px;
    color: #222;
    padding-left: 34px;
    min-height: var(--tpl-red-tt-row);
    background: none;
    letter-spacing: 0.35px;
}
.post.tpl-post-trend > .tt .tit .title2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    background-color: var(--tpl-tt-title-icon-mask-color, var(--dhu-red-bright));
    -webkit-mask-image: var(--tpl-tt-icon-trend);
    mask-image: var(--tpl-tt-icon-trend);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: var(--tpl-tt-title-icon-size);
    mask-size: var(--tpl-tt-title-icon-size);
}
.post.tpl-post-notice:not(.tpl-box4-feed-service):not(.tpl-box4-feed-duo) > .tt .tit .title2 {
    display: inline-flex;
    align-items: center;
    height: auto;
    line-height: 1.2;
    font-size: 22px;
    color: #fff;
    padding-left: 34px;
    min-height: var(--tpl-red-tt-row);
    background-image: var(--tpl-tt-icon-notice);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: var(--tpl-tt-title-icon-size);
    letter-spacing: 0.35px;
}
.post.tpl-post-trend > .tt .more_btn,
.post.tpl-post-notice > .tt .more_btn {
    float: none;
    height: auto;
    line-height: 0;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-self: stretch;
    flex-shrink: 0;
}
.post.tpl-post-trend > .tt .more_btn > a,
.post.tpl-post-notice > .tt .more_btn > a {
    display: flex;
    align-items: center;
    min-height: 100%;
    box-sizing: border-box;
}
.post.tpl-post-trend > .tt .more_text {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    color: #555 !important;
    font-size: 12px;
    text-decoration: none;
    transition: color 0.2s;
    background: none;
}
.post.tpl-post-trend > .tt .more_text:hover {
    color: #222 !important;
    text-decoration: underline;
}
.post.tpl-post-trend > .tt .more_text:focus-visible {
    background: none;
    color: #222 !important;
    text-decoration: underline;
    outline: 2px solid rgba(0, 0, 0, 0.35);
    outline-offset: 2px;
}
.post.tpl-post-notice > .tt .more_text {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 12px;
    text-decoration: none;
    transition: color 0.2s;
    background: none;
}
.post.tpl-post-notice > .tt .more_text:hover {
    color: #fff !important;
    text-decoration: underline;
}
.post.tpl-post-notice > .tt .more_text:focus-visible {
    background: none;
    color: #fff !important;
    text-decoration: underline;
    outline: 2px solid rgba(255, 255, 255, 0.55);
    outline-offset: 2px;
}
.post.tpl-post-trend > .tt .more_btn a,
.post.tpl-post-notice > .tt .more_btn a {
    background: none;
    color: inherit;
    text-decoration: none;
}

/* ---- 列表容器（白底正文区） ---- */
.post.tpl-post-trend > .con {
    background: #fff;
    padding: 0;
}

/* ---- 动态列表：横线与 .con 同宽顶满左右；缩进仅作用在 li 内容（与标题栏文字对齐） ---- */
.post.tpl-post-trend .tpl-trend-list {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

/* 全局冲突：覆盖 .news_list li.news 的 padding-left；正文缩进用 --trend-list-inset */
.post:is(.tpl-post-duo-feed, .tpl-post-service, .tpl-box4-feed-duo, .tpl-box4-feed-service) .tpl-trend-list > li.news {
    padding-left: var(--trend-list-inset);
    padding-right: 0;
    line-height: 1.5;
    box-sizing: border-box;
}
/* WebPlus：每条新闻前常插入空占位 <a>，后接真实标题 <a> — 必须隐藏占位 */
.post:is(.tpl-post-duo-feed, .tpl-post-service, .tpl-box4-feed-duo, .tpl-box4-feed-service) .tpl-trend-list li.news > a:has(+ a) {
    display: none !important;
    flex: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    clip: rect(0, 0, 0, 0) !important;
}
.post.tpl-post-trend .tpl-trend-cal-list > li.clearfix:after,
.post.tpl-post-trend .tpl-trend-cal-list > li.clearfix::after {
    content: none !important;
    display: none !important;
    height: 0 !important;
    visibility: hidden !important;
}
.post:is(.tpl-post-duo-feed, .tpl-post-service, .tpl-box4-feed-duo, .tpl-box4-feed-service) .tpl-trend-list > li.clearfix:after,
.post:is(.tpl-post-duo-feed, .tpl-post-service, .tpl-box4-feed-duo, .tpl-box4-feed-service) .tpl-trend-list > li.clearfix::after {
    content: none !important;
    display: none !important;
    height: 0 !important;
    visibility: hidden !important;
}
/* box3 条目均为 flex 行，clearfix::after 会参与 flex 子项导致首条与其它条错位 */
.post:is(.tpl-post-duo-feed, .tpl-post-service, .tpl-box4-feed-duo, .tpl-box4-feed-service) .tpl-trend-list > li.clearfix::after {
    content: none !important;
    display: none !important;
    height: 0 !important;
    visibility: hidden !important;
}

.tpl-trend-list .news {
    margin-bottom: 18px;
    padding: 0;
    line-height: 1.5;
    background: none;
    position: relative;
}

/* ===== 审计动态（box1）：日历卡 + 标题/摘要，各条一致（无首条强调） ===== */
.post.tpl-post-trend .tpl-trend-cal-list {
    display: flex;
    flex-direction: column;
    gap: var(--tpl-trend-cal-list-gap);
}
.post.tpl-post-trend .tpl-trend-cal-list .news {
    margin-bottom: 1px;
    padding: 8px;
}
.post.tpl-post-trend .tpl-trend-cal-list > li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
    padding: var(--tpl-trend-cal-li-py) 0;
    margin: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transition: background-color 0.2s ease;
}
.post.tpl-post-trend .tpl-trend-cal-list > li:hover {
    background: rgba(160, 2, 31, 0.04);
}
.post.tpl-post-trend .tpl-trend-cal-list > li::before {
    display: none !important;
    content: none !important;
}
/* WebPlus simpleNews：标题/内容会再生成 <a>，勿用外层 <a> 包裹；隐藏占位空链接 */
.post.tpl-post-trend .tpl-trend-cal-list li.news > a:has(+ a),
.post.tpl-post-trend .tpl-trend-cal-list li.news > a:has(+ .tpl-trend-body),
.post.tpl-post-trend .tpl-trend-body > a:has(+ a),
.post.tpl-post-trend .tpl-trend-body > a.tpl-trend-title:empty {
    display: none !important;
    flex: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    clip: rect(0, 0, 0, 0) !important;
}
/* 旧版整行 <a class="tpl-trend-row-link"> 发布页：将脱节的标题/摘要收进正文区 */
.post.tpl-post-trend .tpl-trend-cal-list > li.tpl-trend-cal-item > a:not(.tpl-trend-title):not(.tpl-trend-row-link) {
    flex: 1 1 auto;
    min-width: 0;
    order: 2;
}
.post.tpl-post-trend .tpl-trend-cal-list > li > .tpl-trend-summary {
    flex: 1 1 100%;
    order: 3;
    margin-left: calc(56px + 16px);
    margin-top: -4px;
    padding-bottom: 4px;
}
.post.tpl-post-trend .tpl-trend-cal-list > li:has(.tpl-trend-body) > a:not(.tpl-trend-title):not(.tpl-trend-row-link),
.post.tpl-post-trend .tpl-trend-cal-list > li:has(.tpl-trend-body) > .tpl-trend-summary {
    order: unset;
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 0;
}
.post.tpl-post-trend .tpl-trend-cal {
    flex: 0 0 var(--tpl-trend-cal-w);
    width: var(--tpl-trend-cal-w);
    min-width: var(--tpl-trend-cal-w);
    max-width: var(--tpl-trend-cal-w);
    height: var(--tpl-trend-cal-h);
    min-height: var(--tpl-trend-cal-h);
    max-height: var(--tpl-trend-cal-h);
    align-self: center;
    flex-shrink: 0;
    order: 0;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--dhu-primary);
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    font-family: microsoft yahei, "Microsoft YaHei", sans-serif;
    box-sizing: border-box;
}
.post.tpl-post-trend .tpl-trend-cal-top {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    background: #fff;
    padding: 4px 2px;
    box-sizing: border-box;
}
.post.tpl-post-trend .tpl-trend-cal-day {
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: var(--dhu-red-bright);
}
.post.tpl-post-trend .tpl-trend-cal-bottom {
    flex: 0 0 var(--tpl-trend-cal-ym-h);
    height: var(--tpl-trend-cal-ym-h);
    min-height: var(--tpl-trend-cal-ym-h);
    max-height: var(--tpl-trend-cal-ym-h);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--dhu-red-bright);
    padding: 0 3px;
    box-sizing: border-box;
    overflow: hidden;
}
.post.tpl-post-trend .tpl-trend-cal-ym {
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post.tpl-post-trend .tpl-trend-body {
    flex: 1 1 auto;
    min-width: 0;
    order: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-self: center;
    gap: 4px;
}
.post.tpl-post-trend .tpl-trend-body > a,
.post.tpl-post-trend .tpl-trend-body > a.tpl-trend-title {
    display: block;
    font-size: var(--tpl-trend-item-title-fs);
    font-weight: normal;
    color: var(--dhu-red-bright);
    line-height: 1.4;
    font-family: microsoft yahei, "Microsoft YaHei", sans-serif;
    text-decoration: none;
    transition: color 0.2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post.tpl-post-trend .tpl-trend-cal-list > li:hover .tpl-trend-body > a {
    color: var(--dhu-primary);
}
.post.tpl-post-trend .tpl-trend-body > a:hover {
    text-decoration: underline;
}
.post.tpl-post-trend .tpl-trend-body > a:focus-visible {
    outline: 2px solid rgba(160, 2, 31, 0.45);
    outline-offset: 2px;
}
.post.tpl-post-trend .tpl-trend-summary,
.post.tpl-post-trend .tpl-trend-body > p {
    display: block;
    margin: 0;
    font-size: var(--tpl-trend-item-body-fs);
    color: #000;
    line-height: 1.5;
    font-family: microsoft yahei, "Microsoft YaHei", sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post.tpl-post-trend .tpl-trend-summary a,
.post.tpl-post-trend .tpl-trend-body > p a {
    color: inherit;
    text-decoration: none;
}
.post.tpl-post-trend .tpl-trend-summary a:hover,
.post.tpl-post-trend .tpl-trend-body > p a:hover {
    color: var(--dhu-primary);
}
.post.tpl-post-trend .tpl-trend-summary:empty,
.post.tpl-post-trend .tpl-trend-body > p:empty {
    display: none;
}
.post.tpl-post-trend > .con {
    padding: 8px var(--tpl-red-inner-pr) 20px var(--tpl-red-inner-pl);
    background: #fff;
}

/* box3：双栏均为「圆点 + 标题 + 日期」单行；列表纵向 gap + 条内 padding（避免首条沿用动态 emphasis） */
.post:is(.tpl-post-duo-feed, .tpl-post-service, .tpl-box4-feed-duo, .tpl-box4-feed-service) .tpl-trend-list {
    display: flex;
    flex-direction: column;
    gap: var(--tpl-box3-list-gap);
}
.post:is(.tpl-post-duo-feed, .tpl-post-service, .tpl-box4-feed-duo, .tpl-box4-feed-service) .tpl-trend-list .news {
    margin-bottom: 0;
}
.post:is(.tpl-post-duo-feed, .tpl-post-service, .tpl-box4-feed-duo, .tpl-box4-feed-service) .tpl-trend-list > li {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-top: var(--tpl-box3-li-vpad);
    padding-bottom: var(--tpl-box3-li-vpad);
    box-sizing: border-box;
}
.post:is(.tpl-post-duo-feed, .tpl-post-service, .tpl-box4-feed-duo, .tpl-box4-feed-service) .tpl-trend-list > li::before {
    content: "";
    flex: 0 0 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: var(--trend-dot-gap, 10px);
    align-self: center;
}
.post.tpl-post-duo-feed .tpl-trend-list > li::before,
.post.tpl-box4-feed-duo .tpl-trend-list > li::before {
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18);
}
.post.tpl-post-service .tpl-trend-list > li::before,
.post.tpl-box4-feed-service .tpl-trend-list > li::before {
    background: #bd1030;
    box-shadow: 0 0 0 1px rgba(160, 2, 31, 0.2);
}
.post:is(.tpl-post-duo-feed, .tpl-post-service, .tpl-box4-feed-duo, .tpl-box4-feed-service) .tpl-trend-list > li .tpl-trend-summary {
    display: none !important;
}
.post.tpl-post-duo-feed .tpl-trend-list > li > a,
.post.tpl-box4-feed-duo .tpl-trend-list > li > a {
    display: block;
    color: rgba(255, 255, 255, 0.95);
    padding-left: 0;
    background: none;
    font-size: var(--tpl-feed-link-fs);
    font-family: microsoft yahei, "Microsoft YaHei", sans-serif;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
    text-decoration: none;
    line-height: 1.5;
    margin-bottom: 0;
    transition: color 0.2s ease, opacity 0.15s ease, background-color 0.15s ease;
}
.post.tpl-post-duo-feed .tpl-trend-list > li > a:hover,
.post.tpl-box4-feed-duo .tpl-trend-list > li > a:hover {
    text-decoration: underline;
    color: #ffd966;
}
.post.tpl-post-service .tpl-trend-list > li > a,
.post.tpl-box4-feed-service .tpl-trend-list > li > a {
    display: block;
    color: rgb(0 0 0 / 92%);
    padding-left: 0;
    background: none;
    font-size: var(--tpl-feed-link-fs);
    font-family: microsoft yahei, "Microsoft YaHei", sans-serif;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
    text-decoration: none;
    line-height: 1.5;
    margin-bottom: 0;
    transition: color 0.2s ease, opacity 0.15s ease, background-color 0.15s ease;
}
.post.tpl-post-service .tpl-trend-list > li > a:hover,
.post.tpl-box4-feed-service .tpl-trend-list > li > a:hover {
    text-decoration: underline;
    color: #a0021f;
}
.post.tpl-post-duo-feed .tpl-trend-list > li .news-time2,
.post.tpl-box4-feed-duo .tpl-trend-list > li .news-time2 {
    float: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: -6px;
    padding-left: 15px;
    flex-shrink: 0;
    min-width: 5.5rem;
    text-align: right;
    display: block;
    color: rgba(255, 255, 255, 0.62);
    font-size: var(--tpl-feed-time-fs);
    font-family: microsoft yahei, "Microsoft YaHei", sans-serif;
    white-space: nowrap;
    line-height: 1.5;
}
.post.tpl-post-service .tpl-trend-list > li .news-time2,
.post.tpl-box4-feed-service .tpl-trend-list > li .news-time2 {
    float: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: -8px;
    padding-left: 12px;
    flex-shrink: 0;
    min-width: 5.5rem;
    text-align: right;
    display: block;
    color: rgb(33 29 29 / 62%);
    font-size: var(--tpl-feed-time-fs);
    font-family: microsoft yahei, "Microsoft YaHei", sans-serif;
    white-space: nowrap;
    line-height: 1.5;
}

/* 键盘焦点：红底暖黄描边；box3 白底栏锦缎红描边 */
.post.tpl-post-duo-feed .tpl-trend-list > li > a:focus-visible,
.post.tpl-box4-feed-duo .tpl-trend-list > li > a:focus-visible {
    outline: 2px solid rgba(255, 217, 102, 0.95);
    outline-offset: 2px;
}
.post.tpl-post-service .tpl-trend-list > li > a:focus-visible,
.post.tpl-box4-feed-service .tpl-trend-list > li > a:focus-visible {
    outline: 2px solid rgba(255, 217, 102, 0.95);
    outline-offset: 2px;
}

/* 按下：box1 审计动态；box3 左侧红底与动态一致 */
.post.tpl-post-duo-feed .tpl-trend-list > li > a:active,
.post.tpl-box4-feed-duo .tpl-trend-list > li > a:active {
    opacity: 0.92;
    color: #ffecb3;
    text-decoration: underline;
}

/* box3 右侧：无条目区底色变化，按下仅字色 + 下划线 */
.post.tpl-post-service .tpl-trend-list > li > a:active,
.post.tpl-box4-feed-service .tpl-trend-list > li > a:active {
    background-color: transparent !important;
    border-radius: 0;
    color: #ffecb3 !important;
    text-decoration: underline;
    opacity: 0.92;
}

/* ===== 时间标签语义化 ===== */
time.news-time2 {
    font-style: normal;  /* 确保不是斜体 */
}

/* ========== box4：工程审计公告 + 财务审计公告（独立布局，不复用 box2 公告 flex/grid） ========== */
.tpl-box4 {
    margin: 0;
    padding: 0;
    min-height: 0;
    background: var(--tpl-box4-bg);
    box-sizing: border-box;
}
.tpl-box4 .tpl-container.tpl-box4-layout {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
    min-height: 0;
}
.tpl-box4-col {
    flex: 0 1 50%;
    width: 50%;
    max-width: 650px;
    min-width: 0;
    display: block;
    box-sizing: border-box;
}
.tpl-box4-col .mc {
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
}
.tpl-box4 .post.tpl-box4-feed-service,
.tpl-box4 .post.tpl-box4-feed-duo {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 0;
    margin: 0;
    overflow: visible;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.tpl-box4 .post.tpl-box4-feed-service > .tt,
.tpl-box4 .post.tpl-box4-feed-duo > .tt {
    flex: 0 0 auto;
    margin-bottom: 0;
    box-shadow: none;
}
.tpl-box4 .post.tpl-box4-feed-service > .con,
.tpl-box4 .post.tpl-box4-feed-duo > .con {
    flex: 0 0 auto;
    padding: 4px var(--tpl-red-inner-pr) 12px var(--tpl-red-inner-pl);
    box-sizing: border-box;
}
.tpl-box4 .post.tpl-box4-feed-service .tpl-trend-list > li.news,
.tpl-box4 .post.tpl-box4-feed-duo .tpl-trend-list > li.news {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* box4 左：灰底 boxbg2 */
.tpl-box4 .post.tpl-post-notice--white > .tt {
    border-bottom: 1px solid rgb(0 0 0 / 5%);
    background-color: #e4e4e4;
    background-image: linear-gradient(rgb(255 250 250 / 74%), rgb(246 246 246 / 72%)), url(images/boxbg2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, cover;
}
.tpl-box4 .post.tpl-post-notice--white > .tt::after,
.tpl-box4 .post.tpl-post-notice--white > .con::after {
    content: none;
    display: none;
}
.tpl-box4 .post.tpl-post-notice--white > .tt .tit .title2 {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: auto;
    line-height: 1.2;
    font-size: 22px;
    color: #222;
    padding-left: 34px;
    min-height: var(--tpl-red-tt-row);
    letter-spacing: 0.35px;
    background-image: var(--tpl-box4-icon-left) !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    background-size: var(--tpl-tt-title-icon-size) !important;
}
.tpl-box4 .post.tpl-post-notice--white > .tt .tit .title2::before {
    content: none;
    display: none;
}
.tpl-box4 .post.tpl-post-notice--white > .tt .more_text {
    color: #555 !important;
}
.tpl-box4 .post.tpl-post-notice--white > .con {
    color: #333;
    background-color: #e4e4e4;
    background-image: linear-gradient(rgb(255 250 250 / 74%), rgb(246 246 246 / 72%)), url(images/boxbg2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, cover;
}

/* box4 右：红底 boxbg */
.tpl-box4 .post.tpl-post-notice--red > .tt {
    background-color: #b81c22;
    background-image: linear-gradient(rgb(181 15 22 / 74%), rgb(200 23 30 / 48%)), url(images/boxbg.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, cover;
}
.tpl-box4 .post.tpl-post-notice--red > .tt::after,
.tpl-box4 .post.tpl-post-notice--red > .con::after {
    content: none;
    display: none;
}
/* box4 右：标题图标 */
.tpl-box4 .post.tpl-post-notice--red > .tt .tit .title2 {
    display: inline-flex;
    align-items: center;
    height: auto;
    line-height: 1.2;
    font-size: 22px;
    color: #fff;
    padding-left: 34px;
    min-height: var(--tpl-red-tt-row);
    letter-spacing: 0.35px;
    background-image: var(--tpl-box4-icon-right) !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
    background-size: var(--tpl-tt-title-icon-size) !important;
}
.tpl-box4 .post.tpl-post-notice--red > .con {
    background-color: #b81c22;
    background-image: linear-gradient(rgb(181 15 22 / 74%), rgb(200 23 30)), url(images/boxbg.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, cover;
}

/* box2：窗口48 为 2×2 网格——行1 左标题；行2 左 .con 列表 + 右业务办理（顶端平齐） */
.tpl-box2 {
    margin-top: 0;
    padding: 0px 0 20px;
    min-height: 0;
    background: var(--tpl-box2-bg);
    box-sizing: border-box;
}
.tpl-box2-system { box-sizing: border-box; }

.tpl-box2 .tpl-container.tpl-box2-layout {
    display: block;
    min-height: 0;
}

/* WebPlus 窗口48：真实 grid 容器，可绑定；右卡作为子项与 .con 同处第 2 行 */
.tpl-box2 .post.tpl-box2-notice-card,
.tpl-box2 .post.tpl-post-notice.tpl-box2-notice-card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto 1fr;
    column-gap: 0;
    align-items: stretch;
    min-height: 0;
}
.tpl-box2 .post.tpl-box2-notice-card::after,
.tpl-box2 .post.tpl-box2-notice-card::before,
.tpl-box2 .post.tpl-post-notice.tpl-box2-notice-card::after,
.tpl-box2 .post.tpl-post-notice.tpl-box2-notice-card::before {
    display: none;
    content: none;
}

/* 标题 → 第 1 行第 1 列 */
.tpl-box2 .post.tpl-box2-notice-card > .tt,
.tpl-box2 .post.tpl-post-notice.tpl-box2-notice-card > .tt {
    grid-column: 1;
    grid-row: 1;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    overflow: hidden;
    background: transparent;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.tpl-box2 .post.tpl-box2-notice-card > .tt::after,
.tpl-box2 .post.tpl-post-notice.tpl-box2-notice-card > .tt::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
       linear-gradient(rgb(181 15 22 / 74%),rgb(200 23 30 / 48%)),
        url(images/boxbg.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, cover;
    z-index: 0;
    pointer-events: none;
}
.tpl-box2 .post.tpl-box2-notice-card > .tt .tit,
.tpl-box2 .post.tpl-box2-notice-card > .tt .more_btn,
.tpl-box2 .post.tpl-post-notice.tpl-box2-notice-card > .tt .tit,
.tpl-box2 .post.tpl-post-notice.tpl-box2-notice-card > .tt .more_btn {
    position: relative;
    z-index: 1;
}

/* 列表区 .con → 第 2 行第 1 列 */
.tpl-box2 .post.tpl-box2-notice-card > .con,
.tpl-box2 .post.tpl-post-notice.tpl-box2-notice-card > .con {
    grid-column: 1;
    grid-row: 2;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 20px var(--tpl-red-inner-pr) 28px var(--tpl-red-inner-pl);
    min-height: 0;
    align-self: stretch;
    box-sizing: border-box;
    background: transparent;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.92);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.tpl-box2 .post.tpl-box2-notice-card > .con::after,
.tpl-box2 .post.tpl-post-notice.tpl-box2-notice-card > .con::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgb(181 15 22 / 74%), rgb(200 23 30)),
        url(images/boxbg.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, cover;
    z-index: 0;
    pointer-events: none;
}
.tpl-box2 .post.tpl-box2-notice-card > .con > *,
.tpl-box2 .post.tpl-post-notice.tpl-box2-notice-card > .con > * {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    min-height: 0;
}
/* box4 列表卡：独立 flex 卡，.con 随 ul 内容增高 */
.tpl-box4 .post.tpl-post-notice {
    display: flex;
    flex-direction: column;
}
.tpl-box4 .post.tpl-box4-feed-service > .con,
.tpl-box4 .post.tpl-box4-feed-duo > .con {
    grid-column: unset;
    grid-row: unset;
    display: block;
    flex: none;
    align-self: auto;
    min-height: 0;
    height: auto;
    max-height: none;
    overflow: visible;
    box-shadow: none;
}
.tpl-box4 .post.tpl-box4-feed-service > .con::after,
.tpl-box4 .post.tpl-box4-feed-duo > .con::after {
    content: none;
    display: none;
}
.tpl-box4 .post.tpl-box4-feed-service > .con > *,
.tpl-box4 .post.tpl-box4-feed-duo > .con > * {
    position: relative;
    z-index: 1;
    flex: none;
    min-height: auto;
    height: auto;
    display: block;
}

/* ---------- box2 左侧：审计公告列表（无条间分割线，条内「标题一行 + 横线·日期」） ---------- */
.post.tpl-post-notice .tpl-notice-list {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: var(--tpl-notice-stack-gap);
}
/* WebPlus：常输出「空 tpl-notice-row_link + 系统注入的真实标题 <a>」；隐藏空壳，只保留可读的标题链 */
.post.tpl-post-notice .tpl-notice-list li.news > a:has(+ a) {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    clip: rect(0, 0, 0, 0) !important;
}
/* 仅当空壳后仍有系统标题链时才隐藏（避免误伤仅有一条链的异常数据） */
.post.tpl-post-notice .tpl-notice-item > a.tpl-notice-row-link:has(span.tpl-notice-title:empty):has(+ a) {
    display: none !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}
.post.tpl-post-notice .tpl-notice-list > li.news.tpl-notice-item.clearfix::after {
    content: none !important;
    display: none !important;
}

.post.tpl-post-notice .tpl-notice-list .tpl-notice-item {
    position: relative;
    box-sizing: border-box;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

/* 整块可点：命中区覆盖标题与「横线 + 日期」行（字色/交互对齐 .tpl-post-trend 非首条 a + .news-time2） */
.post.tpl-post-notice .tpl-notice-row-link {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
    margin: 0;
    padding: var(--tpl-notice-row-py) var(--tpl-notice-row-px);
    border-radius: var(--tpl-notice-row-radius);
    text-decoration: none;
    color: inherit;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
    transition: color 0.2s ease, opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .post.tpl-post-notice .tpl-notice-row-link {
        transition: none;
    }
}
.post.tpl-post-notice .tpl-notice-row-link:hover {
    background-color: transparent;
}
.post.tpl-post-notice .tpl-notice-row-link:hover .tpl-notice-title {
    color: #ffd966;
    text-decoration: underline;
}
.post.tpl-post-notice .tpl-notice-row-link:hover .tpl-notice-date {
    color: rgba(255, 255, 255, 0.6);
}
.post.tpl-post-notice .tpl-notice-row-link:focus-visible {
    outline: 2px solid rgba(255, 217, 102, 0.95);
    outline-offset: 2px;
}
.post.tpl-post-notice .tpl-notice-row-link:active {
    opacity: 0.92;
}
.post.tpl-post-notice .tpl-notice-row-link:active .tpl-notice-title {
    color: #ffecb3;
    text-decoration: underline;
}
.post.tpl-post-notice .tpl-notice-row-link:active .tpl-notice-date {
    color: rgba(255, 255, 255, 0.6);
}

.post.tpl-post-notice .tpl-notice-list .tpl-notice-title {
    display: block;
    width: 100%;
    min-width: 0;
    color: var(--tpl-notice-on-red-title);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: var(--tpl-feed-link-fs);
    font-weight: normal;
    font-family: microsoft yahei, "Microsoft YaHei", sans-serif;
    line-height: 1.5;
    transition: color 0.2s ease, opacity 0.15s ease;
}
.post.tpl-post-notice .tpl-notice-row2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 6px;
    min-width: 0;
    width: 100%;
    pointer-events: none;
}
/* 横线在左、日期在右（与 HTML 中 .tpl-notice-line + time 顺序一致） */
.post.tpl-post-notice .tpl-notice-line {
    flex: 1 1 auto;
    min-width: 1.5rem;
    height: 0;
    border: 0;
    border-top: 1px solid var(--tpl-notice-line-on-red);
    background: none;
    transition: border-color 0.2s ease;
}
.post.tpl-post-notice .tpl-notice-list .tpl-notice-date {
    flex: 0 0 auto;
    margin: 0;
    font-style: normal;
    font-size: var(--tpl-feed-time-fs);
    font-family: microsoft yahei, "Microsoft YaHei", sans-serif;
    line-height: 1.5;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.02em;
    white-space: nowrap;
    color: var(--tpl-notice-on-red-date);
}

/* WebPlus 拆条：紧跟空壳后的系统标题 <a>（否则继承 body a{color:#333}，红底上发灰） */
.post.tpl-post-notice .tpl-notice-item > a.tpl-notice-row-link + a {
    display: block;
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
    margin: 0;
    padding: var(--tpl-notice-row-py) var(--tpl-notice-row-px) 0;
    border-radius: var(--tpl-notice-row-radius);
    font-size: var(--tpl-feed-link-fs);
    font-weight: normal;
    font-family: microsoft yahei, "Microsoft YaHei", sans-serif;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    outline: none;
    transition: color 0.2s ease, opacity 0.15s ease;
}
.post.tpl-post-notice .tpl-notice-item > a.tpl-notice-row-link + a:hover {
    color: #ffd966;
    text-decoration: underline;
}
.post.tpl-post-notice .tpl-notice-item > a.tpl-notice-row-link + a:focus-visible {
    outline: 2px solid rgba(255, 217, 102, 0.95);
    outline-offset: 2px;
}
.post.tpl-post-notice .tpl-notice-item > a.tpl-notice-row-link + a:active {
    opacity: 0.92;
    color: #ffecb3;
    text-decoration: underline;
}

.post.tpl-post-notice .tpl-notice-list li:after { display: none; }

/* 右侧业务办理：第 2 行第 2 列，顶与左侧 .con 列表区平齐 */
.tpl-box2 .post.tpl-box2-notice-card > .tpl-box2-system,
.tpl-box2 .post.tpl-post-notice.tpl-box2-notice-card > .tpl-box2-system {
    grid-column: 2;
    grid-row: 2;
    align-self: stretch;
    float: none;
    width: auto;
    max-width: none;
    margin-top: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    background: transparent;
    border: none;
    box-shadow: none;
    overflow: visible;
}
.tpl-box2-system-inner {
    flex: 1 1 auto;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr);
    align-items: stretch;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    color: #333;
    background-color: #e4e4e4;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.tpl-box2-system-inner::after,
.tpl-box2-system-inner::before {
    display: none;
    content: none;
}
a.tpl-box2-system-inner {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    outline-offset: 3px;
}
a.tpl-box2-system-inner:hover {
    filter: brightness(1.02);
    border-color: rgba(160, 2, 31, 0.35);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
}
a.tpl-box2-system-inner:focus-visible {
    box-shadow: 0 0 0 2px rgba(160, 2, 31, 0.45), 0 8px 22px rgba(0, 0, 0, 0.1);
}
/* 业务办理·标题区：背景图 + 颜色叠层 */
.tpl-box2-system-inner > .tpl-box2-system-head {
    grid-row: 1;
    grid-column: 1;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: start;
    box-sizing: border-box;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 16px 20px 10px 20px;
    border: 0;
    border-bottom: 1px solid rgb(0 0 0 / 5%);
    color: #222;
    overflow: hidden;
    background: transparent;
}
.tpl-box2-system-inner > .tpl-box2-system-head::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgb(255 250 250 / 74%), rgb(246 246 246 / 72%)),
        url(images/boxbg2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, cover;
    z-index: 0;
    pointer-events: none;
}
.tpl-box2-system-inner > .tpl-box2-system-head .tpl-box2-system-title {
    position: relative;
    z-index: 1;
}
/* 业务办理·正文区：背景图 + 颜色叠层 */
.tpl-box2-system-inner > .tpl-box2-system-body {
    grid-row: 2;
    grid-column: 1;
    position: relative;
    z-index: 2;
    min-height: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    box-sizing: border-box;
    margin: 0;
    padding: 20px var(--tpl-red-inner-pr) 28px var(--tpl-red-inner-pl);
    overflow: hidden;
    background: transparent;
}
.tpl-box2-system-inner > .tpl-box2-system-body::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
         linear-gradient(rgb(255 250 250 / 74%), rgb(246 246 246 / 72%)),
        url(images/boxbg2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, cover;
    z-index: 0;
    pointer-events: none;
}
.tpl-box2-system-inner > .tpl-box2-system-body > * {
    position: relative;
    z-index: 1;
}
.tpl-box2-system-inner > .tpl-box2-system-tagline {
    position: absolute;
    z-index: 3;
}
.tpl-box2-system-inner > *:not(.tpl-box2-system-head):not(.tpl-box2-system-body) .tpl-system-list {
    flex: 1 1 auto;
    min-height: 0;
}
.tpl-box2-system-icon {
    flex-shrink: 0;
    color: currentColor;
    opacity: 0.95;
}
.tpl-box2-system-icon--cloud {
    display: block;
    width: min(112px, 30vw);
    height: auto;
    max-width: 100%;
    color: var(--dhu-primary);
    opacity: 1;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.12));
}
.tpl-box2-system-body-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 4vw, 30px);
    flex: 1 1 auto;
    min-height: 0;
}
.tpl-box2-system-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px clamp(26px, 6.5vw, 48px);
    font-size: clamp(17px, 2.1vw, 22px);
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.95);
    font-family: "STKaiti", "KaiTi", "SimSun", serif;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.35);
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.32);
    background-color: #4a4a4a;
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.38) 100%),
        url(images/boxbg2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: cover, cover;
    box-shadow:
        inset 0 5px 14px rgba(0, 0, 0, 0.48),
        inset 0 2px 4px rgba(0, 0, 0, 0.32),
        inset 0 -2px 5px rgba(255, 255, 255, 0.07),
        0 1px 0 rgba(255, 255, 255, 0.28);
    transition: filter 0.2s ease, box-shadow 0.2s ease;
}
a.tpl-box2-system-inner:hover .tpl-box2-system-cta {
    filter: brightness(1.06);
    box-shadow:
        inset 0 4px 11px rgba(0, 0, 0, 0.42),
        inset 0 1px 3px rgba(0, 0, 0, 0.28),
        inset 0 -2px 4px rgba(255, 255, 255, 0.09),
        0 1px 0 rgba(255, 255, 255, 0.3);
}
a.tpl-box2-system-inner:active .tpl-box2-system-cta {
    filter: brightness(0.95);
    box-shadow:
        inset 0 6px 16px rgba(0, 0, 0, 0.52),
        inset 0 2px 5px rgba(0, 0, 0, 0.35),
        inset 0 -1px 3px rgba(255, 255, 255, 0.05),
        0 1px 0 rgba(255, 255, 255, 0.2);
}
.tpl-box2-system-tagline {
    margin: 0;
    right: var(--tpl-red-inner-pr, 35px);
    bottom: 16px;
    max-width: calc(100% - var(--tpl-red-inner-pl, 40px) - var(--tpl-red-inner-pr, 35px));
    text-align: right;
    font-size: 12px;
    line-height: 1.35;
    font-weight: normal;
    color: #666;
    font-family: microsoft yahei, "Microsoft YaHei", sans-serif;
    letter-spacing: 0.02em;
    pointer-events: none;
    white-space: nowrap;
}
.tpl-box2-system-inner > .tpl-box2-system-head,
.tpl-box2-system-inner > .tpl-box2-system-body {
    position: relative;
    z-index: 2;
}
.tpl-box2-system-head .tpl-box2-system-title {
    margin: 0;
    padding: 0 0 0 34px;
    border: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.35;
    letter-spacing: 0.35px;
    color: #222;
    font-family: microsoft yahei, "Microsoft YaHei", sans-serif;
    background-image: var(--tpl-tt-icon-system);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: var(--tpl-tt-title-icon-size);
    min-height: var(--tpl-tt-title-icon-size, 26px);
    box-sizing: border-box;
}

.tpl-system-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
.tpl-system-list li {
    float: none;
    width: auto;
    margin: 0;
    list-style: none;
}

.tpl-system-card {
    position: relative;
    display: grid;
    grid-template-rows: auto auto auto;
    justify-items: stretch;
    align-items: center;
    min-height: 132px;
    padding: 14px 16px 12px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.14);
    background: rgba(255, 255, 255, 0.93);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
    /* 标题左侧小图标，每张卡片可在标签上行内覆盖：style="--tpl-card-title-icon:url(images/xxx.png)" */
    --tpl-card-title-icon: url(images/icon_tit.gif);
}
.tpl-system-card:hover {
    border-color: rgba(160, 2, 31, 0.5);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.tpl-system-card-title {
    justify-self: start;
    align-self: start;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    color: #222;
    line-height: 1.35;
    padding-left: 34px;
    box-sizing: border-box;
    min-height: 26px;
    background-image: var(--tpl-card-title-icon);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px auto;
}
/* 未在行内写 --tpl-card-title-icon 时按列表顺序给默认四种图标 */
.tpl-system-list > li:nth-child(2) .tpl-system-card {
    --tpl-card-title-icon: url(images/info.png);
}
.tpl-system-list > li:nth-child(3) .tpl-system-card {
    --tpl-card-title-icon: url(images/icon_column_3.gif);
}
.tpl-system-list > li:nth-child(4) .tpl-system-card {
    --tpl-card-title-icon: url(images/operation_search.png);
}
.tpl-system-list > li:nth-child(n + 5) .tpl-system-card {
    --tpl-card-title-icon: url(images/li.gif);
}
.tpl-system-card-mid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    grid-row: 2;
    min-height: 0;
}
.tpl-system-card-icon {
    display: block;
    width: auto;
    height: auto;
    max-width: 76px;
    max-height: 58px;
    object-fit: contain;
    flex-shrink: 0;
}
.tpl-system-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 10px 28px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.06em;
    background: linear-gradient(180deg, #d34056 0%, #b01830 22%, #8c011a 52%, #6f0616 100%);
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-right-color: rgba(40, 0, 8, 0.35);
    border-bottom: 3px solid #3a050e;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.45),
        inset 0 -10px 14px rgba(0, 0, 0, 0.12),
        0 2px 0 rgba(0, 0, 0, 0.18);
    transition: transform 0.08s ease, box-shadow 0.08s ease, border-bottom-width 0.08s ease;
}
.tpl-system-card:active .tpl-system-card-btn {
    transform: translateY(2px);
    border-bottom-width: 1px;
    box-shadow:
        inset 0 2px 6px rgba(0, 0, 0, 0.35),
        inset 0 -4px 8px rgba(255, 255, 255, 0.08);
}
.tpl-system-card-name {
    justify-self: end;
    align-self: end;
    grid-row: 3;
    font-size: 13px;
    color: #666;
    line-height: 1.35;
    text-align: right;
    max-width: 100%;
}

  .tpl-box3 {
    margin-top: 0;
    min-height: 320px;
    padding: 28px 0 40px;
    background-color: var(--tpl-box3-bg-color);
    background-image: none;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .tpl-box3-row {
    margin-bottom: 0;
    display: flex;
    align-items: stretch;
  }
  .tpl-box3-party {
    float: none;
    flex: 0 0 50%;
    width: 50%;
    margin-top: -48px;
    min-height: 300px;
    position: relative;
    overflow: hidden;
    background: transparent;
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
  }
  .tpl-box3-party::after,
  .tpl-box3-party::before {
    display: none;
    content: none;
  }
  .tpl-box3-party .mc {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .tpl-box3-service {
    float: none;
    flex: 0 0 50%;
    width: 50%;
    margin-top: -48px;
    min-height: 300px;
    position: relative;
    overflow: hidden;
    background: transparent;
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
  }
  .tpl-box3-service::after,
  .tpl-box3-service::before {
    display: none;
    content: none;
  }
  .tpl-box3-service .mc {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .tpl-box3-tabs.tpl-post-duo {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  /* 左侧：理论研究 + 审计案例 Tab 卡（对齐交大审计处首页） */
  /* box3 左·标题区：与右侧 .tt 同高、同内边距 */
  .post.tpl-post-duo > .tt.tpl-duo-tt {
    height: auto;
    min-height: var(--tpl-box3-tt-min-h);
    margin: 0;
    margin-bottom: 0;
    padding: var(--tpl-red-tt-pad-top) var(--tpl-red-inner-pr) var(--tpl-red-tt-pad-bottom) var(--tpl-red-inner-pl);
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background: transparent;
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--tpl-box3-more-col-w);
    grid-template-rows: 1fr;
    align-items: center;
    column-gap: var(--tpl-red-tt-gap);
  }
  .post.tpl-post-duo > .tt.tpl-duo-tt::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgb(253 253 253 / 67%), rgb(246 246 246 / 72%)),
        url(images/boxbg2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, cover;
    z-index: 0;
    pointer-events: none;
  }
  /* 左侧标题栏：标签列 + 「更多」列（与右侧 .tit + .more_btn 同结构） */
  .post.tpl-post-duo .tpl-duo-head-bar {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    align-self: center;
    position: relative;
    z-index: 1;
  }
  .tpl-box3-tabs.tpl-post-duo > .tt .tab-menu,
  .tpl-box3-tabs .tpl-duo-tab-menu {
    grid-column: auto;
    grid-row: auto;
    border-bottom: 0;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    float: none;
    min-width: 0;
    align-self: center;
    position: relative;
    z-index: 1;
  }
  .tpl-box3-tabs .tab-menu > li {
    float: none;
    display: inline-flex;
    align-items: center;
    height: auto;
    line-height: 1.2;
    font-size: 22px;
    color: #555;
    padding: 0 12px 0 0;
    margin: 0 12px 0 0;
    border-radius: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    background: none;
    border: 0;
    box-shadow: none;
    position: relative;
    transition: color 0.2s ease;
  }
  .tpl-box3-tabs .tab-menu > li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    width: 1px;
    height: 18px;
    margin-top: -9px;
    background: rgba(0, 0, 0, 0.15);
  }
  /* 选中项：仅标题文字主题红，无底框/底色 */
  .tpl-box3-tabs .tab-menu > li.selected {
    background: none;
    box-shadow: none;
    color: inherit;
  }
  .tpl-box3-tabs .tab-menu > li:hover:not(.selected) {
    background: none;
    box-shadow: none;
  }
  .tpl-duo-tab-label {
    display: inline-flex;
    align-items: center;
    min-height: var(--tpl-red-tt-row);
    padding-left: 34px;
    letter-spacing: 0.35px;
    transition: color 0.2s ease;
  }
  .tpl-duo-tab-theory {
    background-image: var(--tpl-tt-icon-theory);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: var(--tpl-tt-title-icon-size);
  }
  .tpl-duo-tab-case {
    background-image: var(--tpl-tt-icon-case);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: var(--tpl-tt-title-icon-size);
  }
  .tpl-box3-tabs .tab-menu > li.selected .tpl-duo-tab-label {
    color: var(--dhu-primary);
    font-weight: bold;
  }
  .tpl-box3-tabs .tab-menu > li:not(.selected) .tpl-duo-tab-label {
    color: #555;
    font-weight: normal;
  }
  .tpl-box3-tabs .tab-menu > li:hover:not(.selected) .tpl-duo-tab-label {
    color: var(--dhu-primary-dark);
  }
  /* 左侧「更多」：固定列宽 + 右对齐，与右侧 .more_btn 同一竖线 */
  .tpl-duo-more-wrap {
    grid-column: 2;
    grid-row: 1;
    justify-self: stretch;
    align-self: center;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: right;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  .tpl-duo-more-wrap .more_btn {
    float: none !important;
    height: auto !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    width: 100%;
    text-align: right;
    position: static !important;
    clip: auto !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .tpl-duo-more-wrap .more_btn > a {
    display: inline !important;
    float: none !important;
    height: auto !important;
    line-height: 1.2 !important;
  }
  .tpl-duo-more-wrap .more_text,
  .tpl-duo-more-wrap .more_btn > a {
    display: inline !important;
    padding: 0 !important;
    color: var(--dhu-primary) !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    text-decoration: none;
    transition: color 0.2s;
    background: none !important;
    white-space: nowrap;
    position: static !important;
    clip: auto !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .tpl-duo-more-wrap .more_text:hover,
  .tpl-duo-more-wrap .more_btn > a:hover {
    color: var(--dhu-primary-dark) !important;
    text-decoration: underline;
  }
  /* box3 左·正文区：撑满剩余高度 + 背景图叠层 */
  .post.tpl-post-duo > .con.tpl-duo-con {
    margin: 0;
    padding: 4px var(--tpl-red-inner-pr) 16px var(--tpl-red-inner-pl);
    background: transparent;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.92);
    position: relative;
    overflow: hidden;
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  .post.tpl-post-duo > .con.tpl-duo-con::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
       linear-gradient(rgb(181 15 22 / 74%),rgb(200 23 30)),
        url(images/boxbg.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, cover;
    z-index: 0;
    pointer-events: none;
  }
  .post.tpl-post-duo > .con.tpl-duo-con > * {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  .tpl-box3-tabs .tab-list,
  .tpl-duo-tab-panels {
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  .tpl-box3-tabs .tab-list > li:not(.active) {
    display: none;
  }
  .tpl-box3-tabs .tab-list > li.active {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  .post.tpl-post-duo-feed > .tt.tpl-duo-pane-tt {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
  }
  .post.tpl-post-duo-feed {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  .post.tpl-post-duo-feed > .con {
    margin: 0;
    padding: 0;
    background: transparent;
    box-sizing: border-box;
    flex: 1 1 auto;
    min-height: 0;
  }

  .post.tpl-post-service {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  /* box3 右·标题区：与左侧同高、同内边距 */
  .post.tpl-post-service > .tt {
    height: auto;
    min-height: var(--tpl-box3-tt-min-h);
    margin: 0;
    margin-bottom: 0;
    padding: var(--tpl-red-tt-pad-top) var(--tpl-red-inner-pr) var(--tpl-red-tt-pad-bottom) var(--tpl-red-inner-pl);
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--tpl-box3-more-col-w);
    grid-template-rows: 1fr;
    align-items: center;
    column-gap: var(--tpl-red-tt-gap);
    background: transparent;
  }
  .post.tpl-post-service > .tt::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
         linear-gradient(rgb(181 15 22 / 74%),rgb(200 23 30 / 48%)),
        url(images/boxbg.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, cover;
    z-index: 0;
    pointer-events: none;
  }
  .post.tpl-post-service > .tt .tit,
  .post.tpl-post-service > .tt .more_btn {
    position: relative;
    z-index: 1;
    float: none;
  }
  .post.tpl-post-service > .tt .tit {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    margin-left: 0;
    height: auto;
    line-height: 1.2;
    flex: none;
    min-width: 0;
    min-height: 0;
    align-self: center;
    display: flex;
    align-items: center;
    font-weight: normal;
  }
  .post.tpl-post-service > .tt .tit .title2 {
    display: inline-flex;
    align-items: center;
    height: auto;
    line-height: 1.2;
    font-size: 22px;
    color: #fff;
    padding-left: 34px;
    min-height: var(--tpl-red-tt-row);
    background-image: var(--tpl-tt-icon-service);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: var(--tpl-tt-title-icon-size);
    letter-spacing: 0.35px;
  }
  .post.tpl-post-service > .tt .more_btn {
    grid-column: 2;
    grid-row: 1;
    justify-self: stretch;
    align-self: center;
    float: none !important;
    height: auto !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    width: 100%;
    text-align: right;
    flex-shrink: 0;
  }
  .post.tpl-post-service > .tt .more_btn > a {
    display: inline !important;
    float: none !important;
    height: auto !important;
    line-height: 1.2 !important;
    min-height: 0 !important;
    box-sizing: border-box;
  }
  .post.tpl-post-service > .tt .more_text {
    display: inline !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    text-decoration: none;
    transition: color 0.2s;
    background: none !important;
    white-space: nowrap;
  }
  .post.tpl-post-service > .tt .more_text:hover {
    color: #fff !important;
    text-decoration: underline;
  }
  .post.tpl-post-service > .tt .more_text:focus-visible {
    background: none;
    color: #fff !important;
    text-decoration: underline;
    outline: 2px solid rgba(255, 255, 255, 0.55);
    outline-offset: 2px;
  }
  .post.tpl-post-service > .tt .more_btn a {
    background: none;
    color: inherit;
    text-decoration: none;
  }
  /* box3 右·正文区：撑满剩余高度 + 背景图叠层 */
  .post.tpl-post-service > .con {
    position: relative;
    margin: 0;
    padding: 4px var(--tpl-red-inner-pr) 16px var(--tpl-red-inner-pl);
    background: transparent;
    box-sizing: border-box;
    overflow: hidden;
    color: rgb(255 255 255);
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  .post.tpl-post-service > .con::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
          linear-gradient(rgb(255 255 255), rgb(255 251 251)),
        url(images/boxbg.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, cover;
    z-index: 0;
    pointer-events: none;
  }
  .post.tpl-post-service > .con > * {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    min-height: 0;
  }

  /* box3：li 水平不再二次缩进（由上层 .con 控制左右边距；纵向间距见全局 .tpl-trend-list flex+gap） */
  .post.tpl-post-duo-feed .tpl-trend-list > li.news,
  .post.tpl-post-service .tpl-trend-list > li.news,
  .post.tpl-box4-feed-duo .tpl-trend-list > li.news,
  .post.tpl-box4-feed-service .tpl-trend-list > li.news {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* 理论研究·审计案例 / 服务指南：交互见全局 */

/* 页脚三栏（对齐交大审计处 foot） */
#footer { background: #333; padding: 50px 0 40px; }
#footer .inner { width: var(--tpl-container); max-width: 100%; height: auto; border: 0; background: transparent; padding: 0 10px; box-sizing: border-box; }
#footer .inner.tpl-clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#footer .inner p,
#footer .tpl-foot-line {
    color: #ccc;
    line-height: 32px;
    padding-left: 28px;
    margin: 0;
    font-size: 14px;
}
.tpl-foot-message { float: left; width: 32%; min-width: 220px; }
.tpl-foot-brand {
    margin: 0 0 22px;
    padding: 0;
}
.tpl-foot-logo {
    display: block;
    width: auto;
    max-width: min(240px, 100%);
    height: auto;
    max-height: 56px;
    object-fit: contain;
    object-position: left center;
    /* 东华红 Logo 反相为白色（深底页脚） */
    filter: brightness(0) invert(1);
}
.tpl-foot-line {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px 16px;
    min-height: 32px;
    box-sizing: border-box;
}
.tpl-foot-tel { background-image: url(images/phone.png); }
.tpl-foot-fax { background-image: url(images/mti.png); }
.tpl-foot-addr { background-image: url(images/address.png); }
.tpl-foot-zip { background-image: url(images/youbian.png); }
.tpl-foot-copy { background-image: url(images/banquan.png); }
.tpl-foot-email { background-image: url(images/email.png); }
.tpl-foot-links { float: left; width: 38%; margin-left: 5%; min-width: 260px; }
.tpl-foot-links-title { font-size: 20px; color: #adadad; margin-bottom: 16px; padding-left: 36px; background: url(images/icon_tit.gif) no-repeat left center; font-weight: bold; }
/* 页脚快速链接：无白底卡片，两列网格（参考 sjchu.sjtu.edu.cn 页脚） */
.post.tpl-post-footlinks,
.post.post-4.mbox.tpl-post-footlinks {
    background: transparent;
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.post.tpl-post-footlinks > .con,
.post.post-4.mbox.tpl-post-footlinks > .con {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0;
    box-shadow: none;
}
.news_list.tpl-foot-link-list,
.news_list.tpl-foot-quick-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 28px;
    row-gap: 10px;
    width: 100%;
}
.news_list.tpl-foot-link-list li.news {
    float: none;
    width: auto;
    margin: 0;
    padding: 0 0 0 14px;
    line-height: 1.55;
    list-style: none;
    box-sizing: border-box;
    background: url(images/li.gif) no-repeat left 0.55em;
    background-size: 5px 5px;
}
.news_list.tpl-foot-link-list li.news > a {
    display: block;
    color: #ccc;
    font-size: 14px;
    font-family: microsoft yahei, "Microsoft YaHei", sans-serif;
    text-decoration: none;
    line-height: 1.5;
}
.news_list.tpl-foot-link-list li.news > a:hover {
    color: #fff;
    text-decoration: underline;
}
#footer .news_list.tpl-foot-link-list li.news p {
    display: none;
}
.tpl-foot-dept { float: right; width: 22%; min-width: 200px; }
.tpl-foot-select { margin-bottom: 16px; position: relative; }
.tpl-select { width: 100%; height: 40px; color: #8f8f8f; font-size: 14px; background: #595959; border: none; padding: 0 12px; box-sizing: border-box; appearance: none; -webkit-appearance: none; -moz-appearance: none; cursor: pointer; }
.tpl-select option { color: #333; background: #fff; }

/**布局开始**/
body {
    background: var(--tpl-page-bg, #f0f0f0);
}
body,p { font:12px/1 "\u5b8b\u4f53", Tahoma, Geneva, sans-serif; color:#333;font-family: microsoft yahei;line-height: 24px;}
a { color:#e5e5e5; text-decoration:none;}
a:hover {color: #ffd966;text-decoration:none;}
.wrapper { width:100%; margin:0 auto;}
.wrapper .inner { width: var(--tpl-container); max-width: 100%; margin: 0 auto; box-sizing: border-box; padding: 0 10px; } /**页面全局宽度（与交大审计处 1300 版心一致）**/
.head-left {width: 800px;float: left;}
/**标题栏新闻窗口（排除首页专题与页脚快速链接）**/
.post:not(.tpl-post-trend):not(.tpl-post-notice):not(.tpl-post-duo):not(.tpl-post-duo-feed):not(.tpl-post-service):not(.tpl-post-footlinks) .tt {height: 76px;border-bottom: 2px solid #8c011a;} /**标题栏**/
.post:not(.tpl-post-trend):not(.tpl-post-notice):not(.tpl-post-duo):not(.tpl-post-duo-feed):not(.tpl-post-service):not(.tpl-post-footlinks) .tt .tit {margin-left: 45px;float:left;font-size: 20px;color:#383838;font-family:微软雅黑;font-weight: normal;/* border-bottom: 3px solid #ab8846; */height: 76px;} /**标题字体**/
.post:not(.tpl-post-trend):not(.tpl-post-notice):not(.tpl-post-duo):not(.tpl-post-duo-feed):not(.tpl-post-service):not(.tpl-post-footlinks) .tt .tit .title { display:inline-block; height:32px; line-height:32px; padding-left:35px; background:url(images/icon_tit.gif) no-repeat 5px center;} /**标题图标**/
.post:not(.tpl-post-trend):not(.tpl-post-notice):not(.tpl-post-duo):not(.tpl-post-duo-feed):not(.tpl-post-service):not(.tpl-post-footlinks) .tt .more_btn {height: 76px;line-height: 100px;float:right;}   /**更多按钮**/
/* 排除首页红底/白底专题 .con 与页脚链接区 */
.post:not(.tpl-post-trend):not(.tpl-post-notice):not(.tpl-post-duo):not(.tpl-post-duo-feed):not(.tpl-post-service):not(.tpl-post-footlinks) .con { background: #fff; padding: 20px 0; margin: 0 auto; }
.post .con .wp_article_list .list_item { border-bottom:1px dashed #ccc;} /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center;} /**新闻列表图标**/

/**自定义新闻列表（排除首页动态/公告/页脚快速链接列表）**/
.news_list:not(.tpl-trend-list):not(.tpl-notice-list):not(.tpl-foot-link-list):not(.tpl-col-news-list) li.news {line-height:32px;padding-left: 20px;/* background: url(images/4.jpg) no-repeat 0 11px; */} /**标题图标**/
.news_list:not(.tpl-trend-list):not(.tpl-notice-list):not(.tpl-foot-link-list):not(.tpl-col-news-list) li.news span.news_title { float:left;    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 410px;}
.news_list:not(.tpl-trend-list):not(.tpl-notice-list):not(.tpl-foot-link-list) li.news span.news_meta { float:right; margin-left:2px;}
.news_list:not(.tpl-trend-list):not(.tpl-notice-list):not(.tpl-foot-link-list) li.news p {clear:both; line-height:20px; color:#787878;}
.news_list:not(.tpl-trend-list):not(.tpl-notice-list):not(.tpl-foot-link-list) li.news p a {color: #e6dede;}
.news_list:not(.tpl-trend-list):not(.tpl-notice-list):not(.tpl-foot-link-list) li.news p a:hover { color:#444; text-decoration:underline;}



/**主体开始**/
#container {padding: 0;}
#container .inner {/* background:#fff; */ width: var(--tpl-container); max-width: 100%; margin: 0 auto; box-sizing: border-box; padding: 0 10px; border: 0 solid #e5e5e5; }

/**首页三列布局**/
.mod1 { width:236px; float:left;} /**左列**/
.mod1 .ml { width:100%;} 
.mbox {/* padding:0 10px; */border:0px solid #d3d3d3;}
.mod2 { width:728px; float:right;}
.mod2 .mc { width:478px; float:left;} /**中间**/
.mod2 .mr { width:236px; float:right;} /**右列**/

/**列表页（旧版样式，仅非 tpl-subpage 子页生效；子页见下方 .tpl-subpage-wrap 区块）**/
body:not(.tpl-subpage) .col_menu { width:236px; float:left;margin-top: 10px;} 
body:not(.tpl-subpage) .col_menu .col_menu_head h3.col_name {font-size:19px;font-weight:bold;color: #a0021f;}		/**位置栏目字体**/
body:not(.tpl-subpage) .col_menu .col_menu_head h3.col_name .col_name_text { display:block; line-height:21px; padding:5px 5px 13px 72px;font-family:微软雅黑;}  /**栏目名称图标**/
 /**栏目列表*/
body:not(.tpl-subpage) .col_list .wp_listcolumn {background: #fff;border-top: 1px solid #a0021f;border-bottom:1px solid #fff;}
body:not(.tpl-subpage) .col_list .wp_listcolumn .wp_column a {border: none;text-align: center; color:#5f5f5f; background:#fff; border-top:1px solid #fff; border-bottom:1px solid #d4d4d4;} 	/**一级子栏目**/
body:not(.tpl-subpage) .col_list .wp_listcolumn .wp_column a:hover,body:not(.tpl-subpage) .col_list .wp_listcolumn .wp_column a.selected { color:#000;} 	/**鼠标经过或选中一级子栏目**/
body:not(.tpl-subpage) .col_list .wp_listcolumn .wp_column a.selected span.column-name{ color:#fff;}

body:not(.tpl-subpage) .col_list .wp_listcolumn .wp_subcolumn .wp_column a {color:#454545;background: #fff;border-top:1px solid #fff;border-bottom:1px solid #bbb;} 	/**二级子栏目**/
body:not(.tpl-subpage) .col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover,body:not(.tpl-subpage) .col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected {color:#000;background-image: none;} 	/**鼠标经过或选中二级子栏目**/
body:not(.tpl-subpage) .col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#a0021f;}
body:not(.tpl-subpage) .wp_listcolumn .wp_subcolumn .wp_column a{    font-size: 12px;}

body:not(.tpl-subpage) .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:#f2f2f2 url(images/icon_column_3.gif) no-repeat 26px 10px; border-top:1px solid #fff; border-bottom:1px solid #ccc;} 	/**三级子栏目**/
body:not(.tpl-subpage) .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,body:not(.tpl-subpage) .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-image:url(images/icon_column_3_hover.gif);} 	/**鼠标经过或选中三级子栏目**/
body:not(.tpl-subpage) .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#a0021f;}

body:not(.tpl-subpage) .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:#f5f5f5 url(images/icon_column_3.gif) no-repeat 36px 10px; border-top:1px solid #fff; border-bottom:1px solid #ddd;} 	/**四级子栏目**/
body:not(.tpl-subpage) .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,body:not(.tpl-subpage) .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-image:url(images/icon_column_3_hover.gif);} 	/**鼠标经过或选中四级子栏目**/
body:not(.tpl-subpage) .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#a0021f;}

body:not(.tpl-subpage) .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:#f9f9f9 url(images/icon_column_3.gif) no-repeat 46px 10px; border-top:1px solid #fff; border-bottom:1px solid #eee;} 	/**五级子栏目**/
body:not(.tpl-subpage) .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,body:not(.tpl-subpage) .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-image:url(images/icon_column_3_hover.gif);} 	/**鼠标经过或选中五级子栏目**/
body:not(.tpl-subpage) .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#a0021f;}

.col_news {min-height: 400px;width: 875px;float:right;margin-top: 10px;margin-bottom: 60px;} /**栏目新闻**/
.col_news_head { border-bottom: 1px solid #a0021f;}
.col_metas .col_title { float:left; height:40px; line-height:30px;}  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size:19px;font-weight:bold;color: #a0021f;padding:0 50px 0 0px;font-family: 微软雅黑;}   /**当前栏目名称**/

.col_metas .col_path { float:right; white-space:nowrap; height:18px; line-height:18px; margin-top:5px;color: #ababab;font-family:微软雅黑;} /**当前位置**/

.col_news_box { padding:10px 0; margin:0 7px;}
.col_news_list { margin-top:7px;}
.col_news_list .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center;}  /**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p { line-height:1.6; font-size:14px; color:#333;}
.col_news_list .wp_entry p { margin-bottom:6px;}
.wp_entry p{font-family: microsoft yahei; font-size: 14px; line-height: 28px;}
.col_news_list .wp_entry img { max-width:680px; height:auto; }   /**列表页文章图片大小限制**/

/**文章页**/
.infobox { margin:0 auto;}
.article {
    min-height: 400px;
}
.article h1.arti_title {
    line-height: 30px;
    font-family: 微软雅黑;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    color: #a0021f;
    border-bottom: 2px solid #ececec;
    } /**文章标题**/
.article .arti_metas { padding:10px; text-align:center;}
.article .arti_metas span { margin: 0 5px;
    font-size: 14px;
    color: #b8b8b8;
    font-family: 微软雅黑;} /**文章其他属性**/
.article .entry { margin:0 auto; overflow:hidden;} /**文章内容**/
.article .entry .read,.article .entry .read p { line-height:1.6; font-size:14px; color:#333;}  /**阅读字体**/
.article .entry .read p { margin-bottom:6px;}
.article .entry .read img { max-width:940px; height:auto; }   /**文章阅读部分图片大小限制**/

/**页脚开始**/
/* 页脚底色与首页 tpl-foot 一致；高度随内容自适应 */
#footer .inner p span { margin: 0 3px; }
.search {float:right; width:200px;margin-right: 27px;}
#keyword {
    font-weight: normal;
    color: #a4a4a4;
    font-family: 微软雅黑;
    font-size: 14px;
    width: 176px !important;
    height: 24px;
    line-height: 24px;
}
.wp_search .search {
    background: url(images/sss.png) no-repeat;
    width: 36px;
    height: 30px;
    border: 0px;
    cursor: pointer;
}
.news-bl {float:left; width:505px;}
.news-br {float:right; width:600px;}
.bt1 a {line-height:34px;font-weight: bold;font-family: 微软雅黑;font-size:15px;color:#a0021f;}
.xwjj { color:#8c8c8c; font-family:微软雅黑; font-size:12px; line-height:20px;}
.news_list:not(.tpl-trend-list):not(.tpl-notice-list):not(.tpl-foot-link-list):not(.tpl-col-news-list) li.news span.news_title a {color:#515151;font-size:14px;font-family:微软雅黑;line-height: 32px;}
.news-time { color:#a0021f; font-size:15px; font-family:微软雅黑; line-height:31px;}
.more_text {color: #8f8f8f;font-size: 13px;font-family:微软雅黑;}
.post .tt .tit .title1 {
    height: 32px;
    line-height: 32px;
    padding-left: 18px;
    background: url(images/3.jpg) no-repeat;
}
.news-time2 {margin-right: 20px;float:right;color:#808080;font-size:14px;font-family:微软雅黑;line-height: 32px;}

.news-x1 { float:left; width:348px;}
.news-x2 { float:left; margin-left: 50px; width:348px;}
.news-x3 { float:right; width:348px;}
.post:not(.tpl-post-trend):not(.tpl-post-notice):not(.tpl-post-duo):not(.tpl-post-duo-feed):not(.tpl-post-service):not(.tpl-post-footlinks) .tt .tit .title2 {
    height: 76px;
    line-height: 97px;
    /* background: url(images/5.jpg) no-repeat; */
}

body:not(.tpl-subpage) .wp_listcolumn .wp_column a.selected {
    color: #fff;
    background-color:#a0021f;
}
body:not(.tpl-subpage) .wp_listcolumn .wp_column {
   
    margin: auto;
    /* margin-left: 24px; */
}
body:not(.tpl-subpage) .wp_listcolumn .wp_column a {
    font-family: 微软雅黑;
    display: block;
    width: 100%;
    color: #666;
    font-size: 15px;
font-weight: normal;    word-wrap: break-word;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #fff;
    text-align: left;
}
body:not(.tpl-subpage) .wp_listcolumn .wp_column a .column-name {
    display: inline-block;
    line-height: 22px;
    padding: 5px 20px 5px 20px;
    cursor: pointer;
}
.col_path a { color:#ababab;}
.possplit {
    /* background-image: url(images/6.jpg); */
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 22px;
    background-position: center;
    width: 10px;
    display: inline-block;
    border: 0px solid red;
}
#wp_paging_w6 {margin-top: 10px;}
.Article_Title a { font-size:14px; font-family:微软雅黑; color:#4b4b4b; line-height:25px;}
.wp_article_list .list_item {
    width: 100%;
    height: 35px;
    line-height: 24px;
    border-bottom: 0px dashed #ccc;
    vertical-align: top;
}
.wp_article_list .list_item .Article_Index {
    width: 10px;
    height: 16px;
    margin-top: 3px;
    color: #fff;
    font-size: 11px;
    float: left;
    margin-right: -15px;
    overflow: hidden;
    text-indent: -99em;
    background: none;
}
.col_news_list .wp_article_list .list_item .Article_Index {
    background: none;
}
.link { background-color:#a0021f; height:45px; width:100%; max-width: var(--tpl-container); margin:0 auto;}
.link .inner {width: 730px;
    margin: 0 auto;}
.link-l {     margin-top: 6px;
    width: 46%;
    float: left;}
.link-r {     margin-top: 6px;
    width: 46%;
    float: right;}
.news-br .post .tt .tit { border-bottom: 0px solid #ab8846;}
select { height:33px;}
.xw1 { width: var(--tpl-container); max-width: 100%; margin: 0 auto; box-sizing: border-box; padding: 0 10px; }
.xw1l { width:551px; float:left;}
.xw1ll { width:551px; float:left;}
.xw1lr { width:554px; float:right;}
.xw1lr2 { width:556px; height:60px;padding-top: 9px;}
.xw1r { width:554px; float: right;}
.xw1l .post .tt {background: url(images/btbj.png) no-repeat 10px 40px;}
.xw1r .post .tt {background: url(images/btbj2.png) no-repeat 11px 37px;}
.xw1ll .post .tt {background: url(images/btbj3.png) no-repeat 11px 37px;}
.xw1lr .post .tt {background: url(images/btbj4.png) no-repeat 11px 37px;}
.footl { width:465px; float:left;}
.tupian1 {margin-top: 10px;}
.wxtp {margin-top: 26px;width:225px;height:105px;float:right;}
.wp_editor_art_table td {
    background: none;

   
    border: 1px solid #DDD;
}
#wp_listcolumn_x_w96 .wp_listcolumn_x .wp_column a:hover {color: #a0021f;}
#wp_listcolumn_x_w96 .wp_listcolumn_x .wp_column a .column-name { padding: 0 30px;}
.wp_editor_art_paste_table td{background: none;}
.wp_entry a:hover { text-decoration:none; color:#a0021f;}
#wp_content_w7_0 li{float: left;margin-right: 20px;word-wrap: break-word; word-break: normal;width: 110px;}

.p_text_indent_2{line-height:24px;}
.photo, .photo img{height: 225px; width: 150px;}
.xwt {
    height: 135px !important;
}
/* 首页顶栏 #keyword 再次压盖（文尾 #keyword 带 !important） */
.tpl-header .tpl-header-search #keyword {
	width: min(240px, 32vw) !important;
	height: 38px !important;
	line-height: 38px !important;
}
.tpl-header .tpl-header-search .wp_search .search,
.tpl-header .tpl-header-search input.search {
	width: 38px !important;
	height: 38px !important;
	min-width: 38px !important;
	float: none !important;
	margin-right: 0 !important;
}

/* 首页模块标题：置于样式表末尾，压过站点级 CSS */
.post.post-4.mbox.tpl-post-trend > .tt {
	height: auto !important;
	border: 0 !important;
	border-bottom: 1px solid var(--tpl-trend-tt-border) !important;
	background-color: #fff !important;
	background-image: none !important;
	align-items: stretch !important;
}
.post.post-4.mbox.tpl-post-trend > .tt::before {
	display: none !important;
	content: none !important;
}
.post.post-4.mbox.tpl-post-notice > .tt {
	height: auto !important;
	margin-bottom: 0 !important;
	border: 0 !important;
	border-bottom: 1px solid rgb(185 37 37) !important;
	align-items: stretch !important;
}
.post.post-4.mbox.tpl-post-trend > .tt .tit,
.post.post-4.mbox.tpl-post-notice > .tt .tit {
	margin: 0 !important;
	margin-left: 0 !important;
	height: auto !important;
	line-height: 1.2 !important;
	float: none !important;
	align-self: stretch !important;
	min-height: 0 !important;
}
.post.post-4.mbox.tpl-post-trend > .tt .more_btn,
.post.post-4.mbox.tpl-post-notice > .tt .more_btn {
	align-self: stretch !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
}
.post.post-4.mbox.tpl-post-trend > .tt .more_btn > a,
.post.post-4.mbox.tpl-post-notice > .tt .more_btn > a {
	display: flex !important;
	align-items: center !important;
	min-height: 100% !important;
	box-sizing: border-box !important;
}
.post.post-4.mbox.tpl-post-trend > .tt .tit .title2,
.post.post-4.mbox.tpl-post-notice > .tt .tit .title2,
.post.post-4.mbox.tpl-post-service > .tt .tit .title2,
.post.post-4.mbox.tpl-post-duo .tpl-duo-tab-label,
.post.post-4.mbox.tpl-post-duo .tpl-box3-tabs .tab-menu > li {
	font-weight: bold !important;
}
.post.post-4.mbox.tpl-post-trend > .tt .tit .title2,
.post.post-4.mbox.tpl-post-notice > .tt .tit .title2,
.post.post-4.mbox.tpl-post-service > .tt .tit .title2,
.post.post-4.mbox.tpl-post-trend > .tt .tit .title2 a,
.post.post-4.mbox.tpl-post-notice > .tt .tit .title2 a,
.post.post-4.mbox.tpl-post-service > .tt .tit .title2 a {
	text-decoration: none !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
}
.post.post-4.mbox.tpl-post-trend > .tt .tit {
	border-bottom: 0 !important;
}
.post.post-4.mbox.tpl-post-trend > .tt .tit .title2 {
	height: auto !important;
	line-height: 1.2 !important;
	color: #222 !important;
	background: none !important;
}
.post.post-4.mbox.tpl-post-trend > .tt .tit .title2::before {
	-webkit-mask-image: var(--tpl-tt-icon-trend) !important;
	mask-image: var(--tpl-tt-icon-trend) !important;
	-webkit-mask-size: var(--tpl-tt-title-icon-size) !important;
	mask-size: var(--tpl-tt-title-icon-size) !important;
}
.post.post-4.mbox.tpl-post-notice:not(.tpl-box4-feed-service):not(.tpl-box4-feed-duo) > .tt .tit .title2 {
	height: auto !important;
	line-height: 1.2 !important;
	background-image: var(--tpl-tt-icon-notice) !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	background-size: var(--tpl-tt-title-icon-size) !important;
}
.post.post-4.mbox.tpl-post-duo > .tt .tpl-duo-tab-theory {
	height: auto !important;
	line-height: 1.2 !important;
	background-image: var(--tpl-tt-icon-theory) !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	background-size: var(--tpl-tt-title-icon-size) !important;
}
.post.post-4.mbox.tpl-post-duo > .tt .tpl-duo-tab-case {
	height: auto !important;
	line-height: 1.2 !important;
	background-image: var(--tpl-tt-icon-case) !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	background-size: var(--tpl-tt-title-icon-size) !important;
}
.post.post-4.mbox.tpl-post-service > .tt .tit .title2 {
	height: auto !important;
	line-height: 1.2 !important;
	font-weight: bold !important;
	background-image: var(--tpl-tt-icon-service) !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	background-size: var(--tpl-tt-title-icon-size) !important;
}
.tpl-box2-system-head .tpl-box2-system-title {
	background-image: var(--tpl-tt-icon-system) !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	background-size: var(--tpl-tt-title-icon-size) !important;
	padding-left: 34px !important;
	border-left: 0 !important;
}

/* 红底两栏 .tt：压过站点级 .post .tt（桌面固定 padding / min-height） */
.post.post-4.mbox.tpl-post-trend > .tt,
.post.post-4.mbox.tpl-post-notice > .tt,
.post.post-4.mbox.tpl-post-duo > .tt.tpl-duo-tt {
	box-sizing: border-box !important;
	padding: var(--tpl-red-tt-pad-top) var(--tpl-red-inner-pr) var(--tpl-red-tt-pad-bottom) var(--tpl-red-inner-pl) !important;
	min-height: calc(var(--tpl-red-tt-pad-top) + var(--tpl-red-tt-row) + var(--tpl-red-tt-pad-bottom) + var(--tpl-red-tt-border)) !important;
}

/* box2 左侧公告正文：不含 box4 列表卡 */
.post.post-4.mbox.tpl-post-notice:not(.tpl-box4-feed-service):not(.tpl-box4-feed-duo) > .con,
.post.tpl-post-notice:not(.tpl-box4-feed-service):not(.tpl-box4-feed-duo) > .con {
	background: transparent !important;
	background-image: none !important;
	color: rgba(255, 255, 255, 0.92) !important;
	padding: 20px var(--tpl-red-inner-pr) 28px var(--tpl-red-inner-pl) !important;
	min-height: 0 !important;
	box-sizing: border-box !important;
}
/* box2 公告列表与行链接：文尾加固（压过站点 .news_list / 全局 a:hover 等） */
.post.post-4.mbox.tpl-post-notice .tpl-notice-list,
.post.tpl-post-notice .tpl-notice-list {
	display: flex !important;
	flex-direction: column !important;
	gap: var(--tpl-notice-stack-gap) !important;
}
.post.post-4.mbox.tpl-post-notice .tpl-notice-list .tpl-notice-item,
.post.post-4.mbox.tpl-post-notice .tpl-notice-list > li.news,
.post.tpl-post-notice .tpl-notice-list .tpl-notice-item,
.post.tpl-post-notice .tpl-notice-list > li.news {
	border: 0 !important;
	border-bottom: none !important;
	box-shadow: none !important;
}
.post.post-4.mbox.tpl-post-notice .tpl-notice-row-link,
.post.tpl-post-notice .tpl-notice-row-link {
	text-decoration: none !important;
	color: inherit !important;
	transition: color 0.2s ease, opacity 0.15s ease !important;
}
.post.post-4.mbox.tpl-post-notice .tpl-notice-row-link:hover,
.post.tpl-post-notice .tpl-notice-row-link:hover {
	background-color: transparent !important;
	color: inherit !important;
}
.post.post-4.mbox.tpl-post-notice .tpl-notice-row-link:hover .tpl-notice-title,
.post.tpl-post-notice .tpl-notice-row-link:hover .tpl-notice-title {
	color: #ffd966 !important;
	text-decoration: underline !important;
}
.post.post-4.mbox.tpl-post-notice .tpl-notice-row-link:hover .tpl-notice-date,
.post.tpl-post-notice .tpl-notice-row-link:hover .tpl-notice-date {
	color: rgba(255, 255, 255, 0.6) !important;
}
.post.post-4.mbox.tpl-post-notice .tpl-notice-row-link:focus-visible,
.post.tpl-post-notice .tpl-notice-row-link:focus-visible {
	outline: 2px solid rgba(255, 217, 102, 0.95) !important;
	outline-offset: 2px !important;
	box-shadow: none !important;
	background-color: transparent !important;
}
.post.post-4.mbox.tpl-post-notice .tpl-notice-row-link:active,
.post.tpl-post-notice .tpl-notice-row-link:active {
	opacity: 0.92 !important;
}
.post.post-4.mbox.tpl-post-notice .tpl-notice-row-link:active .tpl-notice-title,
.post.tpl-post-notice .tpl-notice-row-link:active .tpl-notice-title {
	color: #ffecb3 !important;
	text-decoration: underline !important;
}
.post.post-4.mbox.tpl-post-notice .tpl-notice-row-link:active .tpl-notice-date,
.post.tpl-post-notice .tpl-notice-row-link:active .tpl-notice-date {
	color: rgba(255, 255, 255, 0.6) !important;
}
.post.post-4.mbox.tpl-post-notice .tpl-notice-list .tpl-notice-title,
.post.tpl-post-notice .tpl-notice-list .tpl-notice-title {
	font-size: var(--tpl-feed-link-fs) !important;
	font-weight: normal !important;
	font-family: microsoft yahei, "Microsoft YaHei", sans-serif !important;
	line-height: 1.5 !important;
	color: var(--tpl-notice-on-red-title) !important;
	transition: color 0.2s ease, opacity 0.15s ease !important;
}
.post.post-4.mbox.tpl-post-notice .tpl-notice-list .tpl-notice-date,
.post.tpl-post-notice .tpl-notice-list .tpl-notice-date {
	font-size: var(--tpl-feed-time-fs) !important;
	font-family: microsoft yahei, "Microsoft YaHei", sans-serif !important;
	line-height: 1.5 !important;
	color: var(--tpl-notice-on-red-date) !important;
}
/* WebPlus 注入的第二条标题链（压过站点 a / a:hover） */
.post.post-4.mbox.tpl-post-notice .tpl-notice-item > a.tpl-notice-row-link + a,
.post.tpl-post-notice .tpl-notice-item > a.tpl-notice-row-link + a {
	display: block !important;
	box-sizing: border-box !important;
	width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: var(--tpl-notice-row-py) var(--tpl-notice-row-px) 0 !important;
	font-size: var(--tpl-feed-link-fs) !important;
	font-weight: normal !important;
	font-family: microsoft yahei, "Microsoft YaHei", sans-serif !important;
	line-height: 1.5 !important;
	color: #fff !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
	overflow: hidden !important;
	transition: color 0.2s ease, opacity 0.15s ease !important;
}
.post.post-4.mbox.tpl-post-notice .tpl-notice-item > a.tpl-notice-row-link + a:hover,
.post.tpl-post-notice .tpl-notice-item > a.tpl-notice-row-link + a:hover {
	color: #ffd966 !important;
	text-decoration: underline !important;
}
.post.post-4.mbox.tpl-post-notice .tpl-notice-item > a.tpl-notice-row-link + a:focus-visible,
.post.tpl-post-notice .tpl-notice-item > a.tpl-notice-row-link + a:focus-visible {
	outline: 2px solid rgba(255, 217, 102, 0.95) !important;
	outline-offset: 2px !important;
}
.post.post-4.mbox.tpl-post-notice .tpl-notice-item > a.tpl-notice-row-link + a:active,
.post.tpl-post-notice .tpl-notice-item > a.tpl-notice-row-link + a:active {
	opacity: 0.92 !important;
	color: #ffecb3 !important;
	text-decoration: underline !important;
}

/* box1 审计动态：白底卡片与列表（压过站点红底遗留样式） */
.tpl-box1-trend {
	background-color: #fff !important;
	background-image: none !important;
}
.tpl-box1-trend::after,
.tpl-box1-trend::before {
	display: none !important;
	content: none !important;
}
.post.post-4.mbox.tpl-post-trend > .con,
.post.tpl-post-trend > .con {
	background-color: #fff !important;
	background-image: none !important;
	color: #333 !important;
}
.post.post-4.mbox.tpl-post-trend .tpl-trend-title {
	font-size: var(--tpl-trend-item-title-fs) !important;
}
.post.post-4.mbox.tpl-post-trend .tpl-trend-summary {
	font-size: var(--tpl-trend-item-body-fs) !important;
}
.post.post-4.mbox.tpl-post-trend .tpl-trend-cal-list {
	gap: var(--tpl-trend-cal-list-gap) !important;
}
.post.post-4.mbox.tpl-post-trend .tpl-trend-cal-list > li {
	align-items: center !important;
	display: flex !important;
	flex-wrap: nowrap !important;
	border-bottom: 0 !important;
	padding-top: var(--tpl-trend-cal-li-py) !important;
	padding-bottom: var(--tpl-trend-cal-li-py) !important;
}
.post.post-4.mbox.tpl-post-trend .tpl-trend-cal {
	width: var(--tpl-trend-cal-w) !important;
	min-width: var(--tpl-trend-cal-w) !important;
	max-width: var(--tpl-trend-cal-w) !important;
	height: var(--tpl-trend-cal-h) !important;
	min-height: var(--tpl-trend-cal-h) !important;
	max-height: var(--tpl-trend-cal-h) !important;
	flex: 0 0 var(--tpl-trend-cal-w) !important;
}
.post.post-4.mbox.tpl-post-trend .tpl-trend-cal-ym {
	white-space: nowrap !important;
	line-height: 1 !important;
}
.post.post-4.mbox.tpl-post-trend > .tt {
	background-color: #fff !important;
}

/* 页脚 Logo 白显 + 联系行前图标 */
#footer .tpl-foot-logo {
	filter: brightness(0) invert(1) !important;
	max-width: min(240px, 100%) !important;
	max-height: 56px !important;
}
#footer .tpl-foot-line {
	background-size: 16px 16px !important;
	padding-left: 28px !important;
	color: #ccc !important;
	display: block !important;
	visibility: visible !important;
}
#footer .tpl-foot-message,
#footer .tpl-foot-links {
	display: block !important;
	visibility: visible !important;
}
#footer .post.tpl-post-footlinks,
#footer .post.post-4.mbox.tpl-post-footlinks,
#footer .post.tpl-post-footlinks > .con {
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
}
#footer .news_list.tpl-foot-link-list {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
#footer .news_list.tpl-foot-link-list li.news {
	float: none !important;
	width: auto !important;
}
#footer .news_list.tpl-foot-link-list li.news > a {
	color: #ccc !important;
}

/* box3：左右标题栏等高；「更多」同列宽右对齐 */
.post.post-4.mbox.tpl-post-duo > .tt.tpl-duo-tt,
.post.post-4.mbox.tpl-post-service > .tt {
	min-height: var(--tpl-box3-tt-min-h) !important;
	padding: var(--tpl-red-tt-pad-top) var(--tpl-red-inner-pr) var(--tpl-red-tt-pad-bottom) var(--tpl-red-inner-pl) !important;
	box-sizing: border-box !important;
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) var(--tpl-box3-more-col-w) !important;
	align-items: center !important;
	column-gap: var(--tpl-red-tt-gap) !important;
}
.post.post-4.mbox.tpl-post-duo .tpl-duo-head-bar {
	grid-column: 1 !important;
	grid-row: 1 !important;
	min-width: 0 !important;
	align-self: center !important;
	position: relative !important;
	z-index: 1 !important;
}
.post.post-4.mbox.tpl-post-duo .tpl-duo-tab-menu,
.post.post-4.mbox.tpl-post-duo .tab-menu {
	grid-column: auto !important;
	grid-row: auto !important;
	float: none !important;
}
.post.post-4.mbox.tpl-post-service > .tt .tit {
	grid-column: 1 !important;
	grid-row: 1 !important;
	float: none !important;
	flex: none !important;
}
.post.post-4.mbox.tpl-post-duo .tpl-duo-more-wrap,
.post.post-4.mbox.tpl-post-service > .tt .more_btn {
	grid-column: 2 !important;
	grid-row: 1 !important;
	float: none !important;
	height: auto !important;
	line-height: 1.2 !important;
	width: 100% !important;
	text-align: right !important;
	justify-self: stretch !important;
	align-self: center !important;
	display: block !important;
}
.post.post-4.mbox.tpl-post-duo .tpl-duo-more-wrap .more_btn,
.post.post-4.mbox.tpl-post-service > .tt .more_btn {
	float: none !important;
	height: auto !important;
	line-height: 1.2 !important;
	display: block !important;
	width: 100% !important;
	text-align: right !important;
}
.post.post-4.mbox.tpl-post-duo .tpl-duo-more-wrap .more_btn > a,
.post.post-4.mbox.tpl-post-service > .tt .more_btn > a {
	display: inline !important;
	float: none !important;
	min-height: 0 !important;
	height: auto !important;
	line-height: 1.2 !important;
}
.post.post-4.mbox.tpl-post-duo .tpl-box3-tabs .tab-menu > li.selected {
	background: none !important;
	box-shadow: none !important;
}
.post.post-4.mbox.tpl-post-duo .tpl-box3-tabs .tab-menu > li.selected .tpl-duo-tab-label {
	color: var(--dhu-primary) !important;
	font-weight: bold !important;
}
.post.post-4.mbox.tpl-post-duo .tpl-box3-tabs .tab-menu > li:not(.selected) .tpl-duo-tab-label {
	color: #555 !important;
}
.tpl-box3 .tpl-duo-more-wrap .more_text,
.tpl-box3 .tpl-duo-more-wrap .more_btn > a {
	padding: 0 !important;
	font-size: 12px !important;
	line-height: 1.2 !important;
	color: var(--dhu-primary) !important;
	white-space: nowrap !important;
	position: static !important;
	clip: auto !important;
	visibility: visible !important;
	opacity: 1 !important;
}
.tpl-box3 .tpl-duo-more-wrap .more_text:hover,
.tpl-box3 .tpl-duo-more-wrap .more_btn > a:hover {
	color: var(--dhu-primary-dark) !important;
	text-decoration: underline !important;
}
.tpl-box3 .post.tpl-post-service > .tt .more_text {
	padding: 0 !important;
	font-size: 12px !important;
	line-height: 1.2 !important;
	white-space: nowrap !important;
}
/* box2 左栏 .con 撑满第 2 行（与右侧业务办理底对齐） */
.tpl-box2 .post.post-4.mbox.tpl-box2-notice-card > .con,
.tpl-box2 .post.post-4.mbox.tpl-post-notice.tpl-box2-notice-card > .con {
	min-height: 0 !important;
	align-self: stretch !important;
	display: flex !important;
	flex-direction: column !important;
}
.post.post-4.mbox.tpl-post-duo > .con.tpl-duo-con {
	flex: 1 1 auto !important;
	min-height: 0 !important;
	display: flex !important;
	flex-direction: column !important;
}

/* box2：窗口48 为 2×2 网格；右卡 grid-row:2 与左 .con 顶对齐 */
.tpl-box2 .post.post-4.mbox.tpl-box2-notice-card,
.tpl-box2 .post.post-4.mbox.tpl-post-notice.tpl-box2-notice-card {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	grid-template-rows: auto 1fr !important;
	min-height: 0 !important;
}
.tpl-box2 .post.post-4.mbox.tpl-box2-notice-card > .tt,
.tpl-box2 .post.post-4.mbox.tpl-post-notice.tpl-box2-notice-card > .tt {
	grid-row: 1 !important;
	grid-column: 1 !important;
}
.tpl-box2 .post.post-4.mbox.tpl-box2-notice-card > .con,
.tpl-box2 .post.post-4.mbox.tpl-post-notice.tpl-box2-notice-card > .con {
	grid-row: 2 !important;
	grid-column: 1 !important;
	align-self: stretch !important;
	min-height: 0 !important;
}
.tpl-box2 .post.post-4.mbox.tpl-box2-notice-card > .tpl-box2-system,
.tpl-box2 .post.post-4.mbox.tpl-post-notice.tpl-box2-notice-card > .tpl-box2-system {
	grid-column: 2 !important;
	grid-row: 2 !important;
	align-self: stretch !important;
}

/* 首页区块背景统一浅灰 */
.tpl-banner,
.tpl-box1,
.tpl-box4,
.tpl-box2,
.tpl-box3 {
	background-color: var(--tpl-page-bg, #f0f0f0) !important;
	background-image: none !important;
}

/* box4 列表区：压过全局公告 .con 规则 */
.post.post-4.mbox.tpl-post-notice.tpl-box4-feed-service > .con,
.post.tpl-post-notice.tpl-post-notice--white.tpl-box4-feed-service > .con {
	color: #333 !important;
	padding: 4px var(--tpl-red-inner-pr) 12px var(--tpl-red-inner-pl) !important;
	background-color: #e4e4e4 !important;
	background-image: linear-gradient(rgb(255 250 250 / 74%), rgb(246 246 246 / 72%)), url(images/boxbg2.png) !important;
	background-repeat: no-repeat, no-repeat !important;
	background-position: center center, center center !important;
	background-size: cover, cover !important;
}
.post.post-4.mbox.tpl-post-notice.tpl-box4-feed-duo > .con,
.post.tpl-post-notice.tpl-post-notice--red.tpl-box4-feed-duo > .con {
	padding: 4px var(--tpl-red-inner-pr) 12px var(--tpl-red-inner-pl) !important;
	background-color: #b81c22 !important;
	background-image: linear-gradient(rgb(181 15 22 / 74%), rgb(200 23 30)), url(images/boxbg.png) !important;
	background-repeat: no-repeat, no-repeat !important;
	background-position: center center, center center !important;
	background-size: cover, cover !important;
}
/* box4 双栏公告卡：独立 flex 卡，禁止 box2 的 display:contents / grid */
.tpl-box4 .post.post-4.mbox.tpl-post-notice {
	display: flex !important;
	flex-direction: column !important;
	flex: none !important;
	min-height: auto !important;
	height: auto !important;
	overflow: visible !important;
}
.tpl-box4 .post.post-4.mbox.tpl-post-notice > .tt,
.tpl-box4 .post.post-4.mbox.tpl-post-notice > .con {
	grid-column: unset !important;
	grid-row: unset !important;
	box-shadow: none !important;
}
.tpl-box4 .post.post-4.mbox.tpl-post-notice > .con {
	display: block !important;
	flex: none !important;
	min-height: 0 !important;
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
	align-self: auto !important;
}
.tpl-box4 .post.post-4.mbox.tpl-post-notice > .con > * {
	display: block !important;
	flex: none !important;
	min-height: auto !important;
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
}
.tpl-box4 .post.post-4.mbox.tpl-post-notice .tpl-trend-list {
	display: flex !important;
	flex-direction: column !important;
	flex: none !important;
	min-height: auto !important;
	height: auto !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	list-style: none !important;
}
.tpl-box4 .post.post-4.mbox.tpl-post-notice .tpl-trend-list > li.news {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	float: none !important;
	clear: none !important;
	width: 100% !important;
	min-height: 0 !important;
	height: auto !important;
	line-height: 1.5 !important;
}
.tpl-box4 .tpl-trend-list > li .tpl-trend-summary,
.tpl-box4 .tpl-trend-list > li > p {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	visibility: hidden !important;
}
.tpl-box4 .tpl-trend-list li.news > a:empty,
.tpl-box4 .tpl-trend-list li.news > a:not([href]),
.tpl-box4 .tpl-trend-list li.news > a:has(+ a) {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	clip: rect(0, 0, 0, 0) !important;
}
.tpl-box4,
.tpl-box4 .tpl-container,
.tpl-box4-col,
.tpl-box4-col .mc {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.tpl-box4 + .tpl-box2 {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
/* box4：禁用公告伪元素背景（背景改在元素本身，高度随列表） */
.tpl-box4 .post.tpl-post-notice > .tt::after,
.tpl-box4 .post.tpl-post-notice > .con::after {
	content: none !important;
	display: none !important;
}
.post.post-4.mbox.tpl-post-notice.tpl-box4-feed-service > .con,
.post.post-4.mbox.tpl-post-notice.tpl-box4-feed-duo > .con {
	overflow: visible !important;
	display: block !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
}

/* box4 标题图标（最高优先级：压过 .post.post-4.mbox.tpl-post-notice 全局 box2_left 规则） */
.tpl-box4 .post.post-4.mbox.tpl-post-notice.tpl-box4-feed-service > .tt .tit .title2 {
	background-image: var(--tpl-box4-icon-left) !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	background-size: var(--tpl-tt-title-icon-size) !important;
}
.tpl-box4 .post.post-4.mbox.tpl-post-notice.tpl-box4-feed-duo > .tt .tit .title2 {
	background-image: var(--tpl-box4-icon-right) !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	background-size: var(--tpl-tt-title-icon-size) !important;
}

/* 顶栏：压过站点/629 等对 #header、.banner 背景的覆盖；无外层 .tpl-header 时本段不生效 */
body .tpl-header {
	position: relative !important;
	overflow: hidden !important;
	min-height: var(--tpl-header-min-height, 140px) !important;
	background-color: var(--tpl-header-bg-color, #5a5d62) !important;
	background-image: var(--tpl-header-bg) !important;
	background-position: var(--tpl-header-bg-pos, center center) !important;
	background-size: var(--tpl-header-bg-size, cover) !important;
	background-repeat: var(--tpl-header-bg-repeat, no-repeat) !important;
}
body .tpl-header::before {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	z-index: 0 !important;
	pointer-events: none !important;
	background: var(--tpl-header-overlay, rgba(58, 60, 64, 0.52)) !important;
}
body .tpl-header > .tpl-header-inner {
	position: relative !important;
	z-index: 1 !important;
}

/* ========== 列表页 / 详情页（参考 jsj 官网版式，东华主题色） ========== */
body.tpl-subpage {
	background: var(--tpl-page-bg, #f0f0f0);
	min-width: 0;
}
body.tpl-subpage .tpl-subpage-banner.tpl-banner {
	margin-top: 0px;
	margin-bottom: var(--tpl-subpage-banner-gap, 32px);
}
.tpl-subpage-wrap {
	padding: 0 0 48px;
}
.tpl-subpage-wrap .tpl-subpage-inner {
	width: var(--tpl-container);
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 10px;
}

/* 左侧栏目导航 */
.tpl-subpage-wrap .col_menu {
	width: 236px;
	float: left;
	margin-top: 0;
}
.tpl-subpage-wrap .col_menu .col_menu_head h3.col_name {
	font-size: 19px;
	font-weight: bold;
	color: var(--dhu-primary);
	margin: 0;
}
.tpl-subpage-wrap .col_menu .col_menu_head h3.col_name .col_name_text {
	display: block;
	line-height: 1.4;
	padding: 8px 5px 14px;
	font-family: "Microsoft YaHei", 微软雅黑, sans-serif;
	text-align: center;
	background: none;
}
.tpl-subpage-wrap .col_list .wp_listcolumn {
	border-top: 1px solid var(--dhu-primary);
	border-bottom: 1px solid #fff;
	background: #fff;
}
.tpl-subpage-wrap .col_list .wp_listcolumn > .wp_column > a {
	display: block;
	padding: 12px 0;
	text-align: center;
	color: #5f5f5f;
	background: #fff;
	border: none;
	font-family: "Microsoft YaHei", 微软雅黑, sans-serif;
	position: relative;
	overflow: hidden;
	font-size: 18px;
	font-weight: 400;
	transition: color 0.25s ease, background 0.25s ease;
	background-image: none !important;
}
.tpl-subpage-wrap .col_list .wp_listcolumn > .wp_column > a span.column-name {
	position: relative;
	display: inline-block;
	z-index: 1;
	padding: 0 12px;
	transition: color 0.25s ease;
}
.tpl-subpage-wrap .col_list .wp_listcolumn > .wp_column > a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	border-bottom: 1px dashed #ddd;
	transition: all 0.25s ease;
}
.tpl-subpage-wrap .col_list .wp_listcolumn > .wp_column > a:hover::after,
.tpl-subpage-wrap .col_list .wp_listcolumn > .wp_column > a.selected::after {
	border-bottom: none;
	background-color: var(--dhu-primary);
	width: 0;
	left: 50%;
	transform: translateX(-50%);
	animation: tplColLineGrow 0.25s forwards;
}
@keyframes tplColLineGrow {
	from { width: 0; }
	to { width: 100%; }
}
.tpl-subpage-wrap .col_list .wp_listcolumn > .wp_column > a:hover {
	color: #333;
	background: #fff !important;
	background-image: none !important;
}
.tpl-subpage-wrap .col_list .wp_listcolumn > .wp_column > a.selected {
	background-color: var(--dhu-primary) !important;
	background-image: none !important;
	color: #fff;
	padding-top: 14px;
	min-height: 48px;
	box-sizing: border-box;
}
.tpl-subpage-wrap .col_list .wp_listcolumn > .wp_column > a.selected::after {
	display: none;
	border: none;
	background: none;
	animation: none;
	width: 0;
	height: 0;
}
.tpl-subpage-wrap .col_list .wp_listcolumn > .wp_column > a.selected span.column-name {
	color: #fff !important;
	position: relative;
	z-index: 1;
}
.tpl-subpage-wrap .col_list .wp_listcolumn .wp_subcolumn {
	background: #faf8f8;
	border-left: 2px solid var(--dhu-primary);
	width: 100%;
	box-sizing: border-box;
}
.tpl-subpage-wrap .col_list .wp_listcolumn .wp_subcolumn .wp_column a {
	display: block;
	padding: 14px 16px;
	color: #555;
	background: #faf8f8 !important;
	background-image: none !important;
	border-bottom: 1px solid #ece6e6;
	font-size: 16px;
	font-family: "Microsoft YaHei", 微软雅黑, sans-serif;
	text-align: center;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
	line-height: 1.4;
	width: 100%;
	box-sizing: border-box;
}
.tpl-subpage-wrap .col_list .wp_listcolumn .wp_subcolumn .wp_column a::after,
.tpl-subpage-wrap .col_list .wp_listcolumn .wp_subcolumn .wp_column a::before {
	display: none !important;
	content: none !important;
}
.tpl-subpage-wrap .col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover {
	background: #f5e8eb !important;
	background-image: none !important;
	color: var(--dhu-primary);
}
.tpl-subpage-wrap .col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected {
	background: var(--dhu-primary) !important;
	background-image: none !important;
	color: #fff;
	font-weight: 500;
}
.tpl-subpage-wrap .col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name {
	color: #fff !important;
}
.tpl-subpage-wrap .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn {
	background: #f7f2f3;
	border-left: 1px solid var(--dhu-primary-dark);
}
.tpl-subpage-wrap .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
	background: #f7f2f3 !important;
	background-image: none !important;
	padding: 12px 16px;
	font-size: 15px;
	border-bottom: 1px solid #e8dede;
}
.tpl-subpage-wrap .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover {
	background: #f0e0e4 !important;
	background-image: none !important;
	color: var(--dhu-primary);
}
.tpl-subpage-wrap .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
	background: var(--dhu-primary-dark) !important;
	background-image: none !important;
	color: #fff;
}

/* 右侧内容区 */
.tpl-subpage-wrap .col_news {
	min-height: 400px;
	width: calc(100% - 256px);
	float: right;
	margin-top: 0;
	margin-bottom: 40px;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
	border-radius: 2px;
	box-sizing: border-box;
}
.tpl-subpage-wrap .col_news_head {
	border-bottom: 1px solid var(--dhu-primary);
	padding: 0 20px;
}
.tpl-subpage-wrap .col_metas {
	list-style: none;
	margin: 0;
	padding: 12px 0 10px;
	overflow: hidden;
}
.tpl-subpage-wrap .col_metas .col_title {
	display: inline-block;
	float: left;
	height: auto;
	line-height: 1.4;
	margin: 0;
}
.tpl-subpage-wrap .col_metas .col_title h2 {
	display: inline-block;
	font-size: 19px;
	font-weight: bold;
	color: var(--dhu-primary);
	padding: 0 24px 0 0;
	margin: 0;
	font-family: "Microsoft YaHei", 微软雅黑, sans-serif;
}
.tpl-subpage-wrap .col_metas .col_path {
	display: inline-block;
	float: right;
	white-space: nowrap;
	line-height: 1.5;
	margin-top: 4px;
	color: var(--dhu-text-muted);
	font-family: "Microsoft YaHei", 微软雅黑, sans-serif;
	font-size: 14px;
}
.tpl-subpage-wrap .col_path a {
	color: var(--dhu-text-muted);
	text-decoration: none;
}
.tpl-subpage-wrap .col_path a:hover {
	color: var(--dhu-primary);
}
.tpl-subpage-wrap .col_news_con {
	padding: 8px 20px 24px;
}
.tpl-subpage-wrap .col_news_list {
	margin-top: 4px;
}
.tpl-subpage-wrap .col_news_list .wp_article_list .list_item .Article_Index,
.tpl-subpage-wrap .col_news_list .news_list.tpl-col-news-list .Article_Index {
	display: none !important;
	background: none !important;
}
.tpl-subpage-wrap .col_news_list .wp_entry,
.tpl-subpage-wrap .col_news_list .wp_entry p {
	line-height: 1.6;
	font-size: 14px;
	color: #333;
}
.tpl-subpage-wrap .col_news_list .wp_entry img {
	max-width: 100%;
	height: auto;
}

/* 文章详情 */
.tpl-subpage-wrap .tpl-article-box,
.tpl-subpage-wrap .infobox {
	margin: 0 auto;
	min-height: 400px;
	width: 100%;
	float: none;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
	border-radius: 2px;
	padding: 0 0 32px;
	box-sizing: border-box;
}
.tpl-subpage.tpl-article-page .tpl-subpage-inner {
	max-width: var(--tpl-container);
}
.tpl-subpage-wrap .article h1.arti_title {
	line-height: 1.5;
	font-family: "Microsoft YaHei", 微软雅黑, sans-serif;
	padding: 28px 32px 16px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #282828;
	border-bottom: 2px solid var(--dhu-primary);
	margin: 0;
}
.tpl-subpage-wrap .article .arti_metas {
	padding: 14px 32px 20px;
	text-align: center;
	border-bottom: 1px solid #ececec;
	margin: 0;
}
.tpl-subpage-wrap .article .arti_metas span {
	margin: 0 12px;
	font-size: 13px;
	color: var(--dhu-text-muted);
	font-family: "Microsoft YaHei", 微软雅黑, sans-serif;
}
.tpl-subpage-wrap .article .entry {
	margin: 0;
	padding: 24px 32px 8px;
	overflow: hidden;
}
.tpl-subpage-wrap .article .entry .read,
.tpl-subpage-wrap .article .entry .read p {
	line-height: 1.75;
	font-size: 15px;
	color: #333;
}
.tpl-subpage-wrap .article .entry .read p {
	margin-bottom: 10px;
}
.tpl-subpage-wrap .article .entry .read img {
	max-width: 100%;
	height: auto;
}

/* 压过全局 .wp_listcolumn（左对齐+灰底）以免破坏侧栏居中样式 */
.tpl-subpage-wrap .wp_listcolumn .wp_column a {
	font-family: "Microsoft YaHei", 微软雅黑, sans-serif;
	text-align: center;
	border-top: 0;
}
.tpl-subpage-wrap .wp_listcolumn .wp_column a:not(.selected) {
	background-image: none !important;
}
.tpl-subpage-wrap .wp_listcolumn .wp_column a .column-name {
	padding: 0 12px;
	line-height: 1.4;
}
.tpl-subpage-wrap .col_list .wp_listcolumn > .wp_column > a.selected,
.tpl-subpage-wrap .wp_listcolumn > .wp_column > a.selected {
	color: #fff;
	background-color: var(--dhu-primary) !important;
	background-image: none !important;
}
.tpl-subpage-wrap .wp_listcolumn .wp_subcolumn .wp_column a.selected {
	background-image: none !important;
}

/* 压过 WebPlus 系统 system.css / simplenews.css 的 .wp_listcolumn 默认样式（左对齐+灰底+gift 背景） */
body.tpl-subpage .tpl-subpage-wrap .wp_listcolumn .wp_column a,
body.tpl-subpage .tpl-subpage-wrap .wp_listcolumn .wp_column a:hover,
body.tpl-subpage .tpl-subpage-wrap .wp_listcolumn .wp_column a.selected,
body.tpl-subpage .tpl-subpage-wrap .wp_listcolumn .wp_subcolumn .wp_column a,
body.tpl-subpage .tpl-subpage-wrap .wp_listcolumn .wp_subcolumn .wp_column a:hover,
body.tpl-subpage .tpl-subpage-wrap .wp_listcolumn .wp_subcolumn .wp_column a.selected,
body.tpl-subpage .tpl-subpage-wrap .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a,
body.tpl-subpage .tpl-subpage-wrap .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,
body.tpl-subpage .tpl-subpage-wrap .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
	background-image: none !important;
	font-weight: normal !important;
	text-align: center !important;
}
body.tpl-subpage .tpl-subpage-wrap .wp_listcolumn .wp_column a .column-name {
	padding: 0 12px !important;
	line-height: 1.4 !important;
}
