﻿/* ========================================
   澶╂触鐭虫补鑱屼笟鎶€鏈闄㈤椤典簩娆″紑鍙戞牱寮?   index2.html 鏂板妯″潡鏍峰紡鏂囦欢
   ======================================== */

/* ---------- 鍏ㄥ眬閲嶇疆涓庡熀纭€ ---------- */
.top-three-col,
.campus-spotlight,
.talent-cultivation,
.educator-spirit,
.party-notice {
  font-family: "SourceHanSansCN", "Microsoft YaHei", sans-serif;
  color: #333;
  transition: all 0.3s ease;
}

/* ========================================
   妯″潡鈶♀憿鈶?Banner涓嬫柟涓夋爮 .top-three-col
   甯冨眬锛氬乏(瀛﹂櫌鏁欏鎴愭灉) | 涓?瀛﹂櫌鏂伴椈鍥剧墖+鏍囬) | 鍙?瀛︿範鍥湴)
   ======================================== */
.top-three-col {
  display: flex;
  align-items: stretch; /* 涓夋爮绛夐珮瀵归綈 */
  gap: 0.18rem;        /* 缂╁皬涓夋爮闂磋窛 */
  padding: 0.5rem 0;
  background: #fff;
}

/* 涓夋爮涓嶇瓑瀹斤細宸?鍙崇獎 + 涓棿瀹?*/
.t3c-left {
  flex: 0.85;
}

.t3c-center {
  flex: 1.4;
}

.t3c-right {
  flex: 0.85;
}

/* ---- 宸?鍙虫爮鍏辩敤锛氭爣棰?+ 鏂囧瓧鍒楄〃 ---- */
.t3c-left, .t3c-right {
  display: flex;
  flex-direction: column;
}

/* 鏍囬鍖哄浐瀹氶珮搴︼紝纭繚涓夋爮鏍囬瀵归綈 */
.t3c-left .title,
.t3c-right .title,
.t3c-center {
  /* 鏍囬楂樺害鐢卞唴瀹硅嚜鐒舵拺寮€锛屼絾涓夋爮缁熶竴 */
}

.t3c-list {
  flex: 1;
  overflow: hidden;
}

.t3c-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.t3c-list li {
  border-bottom: 0.01rem solid #e8e8e8;
  /* 鍥哄畾琛岄珮锛氫笌涓爮鍓垪琛ㄥ畬鍏ㄤ竴鑷?*/
  height: 0.42rem;           /* = padding-top(0.12) + 鍐呭琛岄珮(0.14*1.4=0.196) + padding-bottom(0.12) 鈮?0.436 鈫?鍙?.42 */
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.t3c-list li:last-child {
  border-bottom: none;
}

.t3c-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;              /* 鎾戞弧li楂樺害 */
  padding: 0 0.04rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.t3c-list li a:hover h5 {
  color: #9D3C29;
}

.t3c-list li a h5 {
  flex: 1;
  font-size: 0.14rem;
  font-weight: normal;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0.08rem;
  line-height: 1.4;          /* 缁熶竴琛岄珮绯绘暟 */
}

.t3c-list li a i {
  font-style: normal;
  font-size: 0.12rem;
  color: #999;
  white-space: nowrap;
  flex-shrink: 0;
}

/* ---- 涓爮锛氬闄㈡柊闂诲ぇ鍥?+ 鏍囬 + 鍓垪琛?---- */
.t3c-center {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;            /* 缂╁皬鍐呴儴闂磋窛 */
}

/* 鐒︾偣鍥惧尯鍩?*/
.t3c-news-hero {
  position: relative;
  border-radius: 0.06rem;  /* 鍦嗚鐣ュ噺灏?*/
  overflow: hidden;
  box-shadow: 0 0.02rem 0.06rem rgba(0, 0, 0, 0.06);
  flex-shrink: 0;
}

.t3c-news-hero .hero-pic {
  position: relative;
  padding-top: 68%;         /* 鏀惧ぇ锛氫粠56%(16:9)澧炲姞鍒?8%(鏇存帴杩?:2) */
  overflow: hidden;
}

.t3c-news-hero .hero-pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.t3c-news-hero:hover .hero-pic img {
  transform: scale(1.05);
}

.t3c-news-hero .hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
  pointer-events: none;
}

/* 鐒︾偣鍥句笅鏂圭殑鏍囬 */
.t3c-news-hero .hero-title {
  padding: 0.12rem 0.1rem 0.1rem;  /* 缂╁皬鍐呰竟璺?*/
  background: #fff;
}

.t3c-news-hero .hero-title a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

.t3c-news-hero .hero-title a i {
  font-style: normal;
  font-size: 0.13rem;
  color: #999;
  flex-shrink: 0;
  margin-left: 0.12rem;
}

.t3c-news-hero .hero-title h5 {
  font-size: 0.15rem;       /* 瀛楀彿缂╁皬锛屼笌宸﹀彸鏍忓崗璋?*/
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}

.t3c-news-hero .hero-title a:hover h5 {
  color: #9D3C29;
}

/* 涓爮鍓爣棰樺垪琛?鈥斺€?琛岄珮涓庡乏/鍙虫爮瀹屽叏涓€鑷?*/
.t3c-news-sub {
  flex: 1;
  overflow: hidden;
}

.t3c-news-sub ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.t3c-news-sub li {
  border-bottom: 0.01rem solid #f0f0f0;
  /* 涓?.t3c-list li 瀹屽叏鐩稿悓鐨勫浐瀹氶珮搴?*/
  height: 0.42rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.t3c-news-sub li:last-child {
  border-bottom: none;
}

.t3c-news-sub li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;              /* 鎾戞弧li楂樺害 */
  padding: 0 0.04rem;        /* 涓庡乏/鍙虫爮涓€鑷?*/
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.t3c-news-sub li a:hover h5 {
  color: #9D3C29;
}

.t3c-news-sub .sub-dot {
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  background: #9D3C29;
  flex-shrink: 0;
  margin-right: 0.08rem;
}

.t3c-news-sub li a h5 {
  flex: 1;
  font-size: 0.14rem;       /* 涓庡乏/鍙虫爮瀛楀彿缁熶竴涓?.14rem */
  font-weight: normal;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;          /* 缁熶竴琛岄珮绯绘暟 */
}

/* ========================================
   妯″潡鈶?瀛﹂櫌鐪嬬偣 .campus-spotlight
   6鍗＄墖妯悜杞挱锛屾瘡灞忔樉绀?涓紝宸﹀彸绠ご鍒囨崲
   姣忓紶鍗＄墖锛氬浘鐗?鍗犳弧) + 搴曢儴娓愬彉钂欑増 + 鐧借壊鏍囬鍙犲湪鍥剧墖涓?   HTML缁撴瀯锛?spotlight-swiper.swiper-container > .swiper-wrapper > .swiper-slide > a > (.spot-card-pic > img + .spot-overlay + h5)
   ======================================== */
.campus-spotlight {
  padding: 0.7rem 0;
  background: #fff;
}

/* 鏍囬鏍忥細宸︽爣棰?+ 鍙崇澶?*/
.campus-spotlight .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3rem;
}

/* 绠ご瀹瑰櫒 */
.campus-spotlight .spotlight-arrows {
  display: flex;
  gap: 0.12rem;
  align-items: center;
  flex-shrink: 0;
}

.campus-spotlight .spotlight-swiper {
  overflow: hidden;
  position: relative;
}

/* 姣忎釜鍗＄墖 */
.campus-spotlight .swiper-slide {
  border-radius: 0.08rem;
  overflow: hidden;
  box-shadow: 0 0.02rem 0.06rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.campus-spotlight .swiper-slide:hover {
  transform: translateY(-0.04rem);
  box-shadow: 0 0.06rem 0.16rem rgba(0, 0, 0, 0.15);
}

/* 鍗＄墖閾炬帴锛氬浘鐗囧尯鍩熷嵆涓烘暣涓崱鐗?*/
.campus-spotlight .swiper-slide a {
  display: block;
  text-decoration: none;
  position: relative;
}

/* 鍥剧墖鍖哄煙锛氬崰婊″崱鐗囷紝4:3姣斾緥 */
.campus-spotlight .spot-card-pic {
  position: relative;
  padding-top: 75%; /* 4:3姣斾緥 */
  overflow: hidden;
}

.campus-spotlight .spot-card-pic img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.campus-spotlight .swiper-slide:hover .spot-card-pic img {
  transform: scale(1.06);
}

/* 娓愬彉钂欑増锛氫粠閫忔槑鈫掑崐閫忔槑榛戣壊锛堝簳閮級鈥斺€?鍔犳繁鍔犻珮浠ヨ‖鎵樺ぇ鏍囬 */
.campus-spotlight .spot-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 65%;              /* 鍔犻珮锛?5% 鈫?65% */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 55%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

/* 鏍囬锛氬彔鍦ㄥ浘鐗囧簳閮ㄨ挋鐗堜笂 鈥斺€?鍔犲ぇ绐佸嚭 */
.campus-spotlight .spot-card-txt {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 2;
  padding: 0.35rem 0.16rem 0.25rem; /* 鍐呰竟璺濆姞澶т互瀹圭撼澶у瓧 */
  text-align: center;
}

.campus-spotlight .spot-card-txt h5 {
  font-size: 0.40rem;        /* 鍐嶆斁澶т袱鍊嶏細0.20 鈫?0.40 */
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  text-shadow: 0 0.02rem 0.06rem rgba(0, 0, 0, 0.6);
  letter-spacing: 0.08rem;   /* 瀛楅棿璺濆悓姝ュ姞澶?*/
  transition: all 0.3s ease;
}

.campus-spotlight .swiper-slide:hover .spot-card-txt h5 {
  color: #D0AD83;
  font-size: 0.44rem;        /* hover鏃跺啀鏀惧ぇ10% */
}

/* 宸﹀彸绠ご鎸夐挳 - 鏍囬鏍忓彸渚э紙闀挎柟褰級 */
.campus-spotlight .spotlight-prev,
.campus-spotlight .spotlight-next {
  position: relative;
  width: 0.40rem;
  height: 0.28rem;
  margin-top: 0;
  background: rgba(157, 60, 41, 0.85);
  border-radius: 0.04rem;
  opacity: 0.85;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.campus-spotlight .spotlight-prev::after,
.campus-spotlight .spotlight-next::after {
  content: '';
  width: 0.08rem;
  height: 0.08rem;
  border-top: 0.02rem solid #fff;
  border-right: 0.02rem solid #fff;
  display: inline-block;
}

.campus-spotlight .spotlight-prev::after {
  transform: rotate(-135deg);
  margin-left: 0.04rem;
}

.campus-spotlight .spotlight-next::after {
  transform: rotate(45deg);
  margin-right: 0.04rem;
}

.campus-spotlight .spotlight-prev:hover,
.campus-spotlight .spotlight-next:hover {
  opacity: 1;
  background: #9D3C29;
}

/* ========================================
   妯″潡鈶モ懄鈶?浜烘墠鍩瑰吇涓夋爮 .talent-cultivation
   HTML绫诲悕锛?cultivation-grid / .cultivation-col / .col-title
            .faculty-list / .faculty-card / .avatar / .info
            .base-list / .base-card / .pic / .info
            .graduate-list / .graduate-card / .avatar / .info
   ======================================== */
.talent-cultivation {
  padding: 0.7rem 0;
  background: #f5f5f5;
}

/* 涓夋爮缃戞牸瀹瑰櫒 */
.talent-cultivation .cultivation-grid {
  display: flex;
  gap: 0.25rem;
}

/* 姣忎竴鏍?*/
.talent-cultivation .cultivation-col {
  flex: 1;
  background: #fafafa;
  border-radius: 0.10rem;
  padding: 0.2rem;
  box-shadow: 0 0.02rem 0.06rem rgba(0, 0, 0, 0.06);
}

/* 鏍忕洰鏍囬锛堝笀璧勯槦浼?瀹炶鍩哄湴/浼樼姣曚笟鐢燂級 */
.talent-cultivation .col-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.12rem;
  margin-bottom: 0.15rem;
  border-bottom: 0.02rem solid #D0AD83;
}

.talent-cultivation .col-title h4 {
  font-family: "SourceHanSansBold", "Microsoft YaHei", sans-serif;
  font-size: 0.18rem;
  color: rgba(130, 11, 11, 1);
  font-weight: bold;
}

.talent-cultivation .col-title a {
  font-size: 0.13rem;
  color: #999;
  text-decoration: none;
  transition: color 0.3s ease;
}

.talent-cultivation .col-title a:hover {
  color: #9D3C29;
}

/* ---- 甯堣祫闃熶紞鍗＄墖 ---- */
.talent-cultivation .faculty-list,
.talent-cultivation .graduate-list {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.talent-cultivation .faculty-card,
.talent-cultivation .graduate-card {
  display: flex;
  align-items: center;
  gap: 0.12rem;
  padding: 0.12rem;
  border-radius: 0.06rem;
  background: #fff;
  transition: all 0.3s ease;
}

.talent-cultivation .faculty-card:hover,
.talent-cultivation .graduate-card:hover {
  box-shadow: 0 0.03rem 0.10rem rgba(0, 0, 0, 0.08);
  transform: translateY(-0.02rem);
}

/* 澶村儚 */
.talent-cultivation .faculty-card .avatar,
.talent-cultivation .graduate-card .avatar {
  width: 0.7rem;
  height: 0.7rem;
  min-width: 0.7rem;     /* 闃叉琚帇缂?*/
  border-radius: 50%;
  overflow: hidden;
  border: 0.02rem solid #e0e0e0;
}

.talent-cultivation .faculty-card .avatar img,
.talent-cultivation .graduate-card .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 浜虹墿淇℃伅 */
.talent-cultivation .faculty-card .info,
.talent-cultivation .graduate-card .info {
  flex: 1;
  min-width: 0;
}

.talent-cultivation .faculty-card .info h5,
.talent-cultivation .graduate-card .info h5 {
  font-size: 0.14rem;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}

.talent-cultivation .faculty-card .info span,
.talent-cultivation .graduate-card .info span {
  font-size: 0.12rem;
  color: #888;
  display: block;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ---- 瀹炶鍩哄湴鍗＄墖 ---- */
.talent-cultivation .base-list {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.talent-cultivation .base-card {
  border-radius: 0.06rem;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 0.01rem 0.04rem rgba(0, 0, 0, 0.05);
}

.talent-cultivation .base-card:hover {
  transform: translateY(-0.02rem);
  box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.1);
}

.talent-cultivation .base-card .pic {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.talent-cultivation .base-card .pic img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.talent-cultivation .base-card:hover .pic img {
  transform: scale(1.05);
}

.talent-cultivation .base-card .info {
  padding: 0.10rem 0.12rem;
}

.talent-cultivation .base-card .info h5 {
  font-size: 0.14rem;
  color: #333;
  font-weight: 600;
  margin-bottom: 0.04rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.talent-cultivation .base-card .info p {
  font-size: 0.12rem;
  color: #999;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* ========================================
   妯″潡鈶?鏁欒偛瀹剁簿绁炰竾閲岃 .educator-spirit
   浜虹墿鍚嶇墖寮忚璁★細涓婂浘涓嬫枃锛堜笌瀛﹂櫌鐪嬬偣鐨勮挋鐗堝彔瀛楀畬鍏ㄤ笉鍚岋級
   甯冨眬锛氭暀甯堢収鐗?椤堕儴) + 鐧借壊淇℃伅鍖?搴曢儴锛屽鍚?鏍囪)
   HTML缁撴瀯锛?educator-swiper.swiper-container > .swiper-wrapper > .swiper-slide > a > (.edu-card-pic > img) + (.edu-card-info > h5 + span)
   ======================================== */
.educator-spirit {
  padding: 0.7rem 0;
  background: #FAF8F6; /* 鏆栫伆鑹茶儗鏅紝涓庡闄㈢湅鐐圭函鐧藉尯鍒?*/
}

/* 鏍囬鏍忥細宸︽爣棰?+ 鍙充晶锛堟洿澶氶摼鎺?+ 绠ご锛?*/
.educator-spirit .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3rem;
}

/* 鍙充晶瀹瑰櫒锛氭洿澶氶摼鎺?+ 绠ご鎸夐挳 */
.educator-spirit .edu-arrows {
  display: flex;
  gap: 0.12rem;
  align-items: center;
  flex-shrink: 0;
}

.educator-spirit .educator-swiper {
  overflow: hidden;
  position: relative;
}

/* ---- 鏁翠綋鍗＄墖锛氱櫧搴曞悕鐗囧紡 ---- */
.educator-spirit .swiper-slide {
  width: calc(25% - 12px) !important;  /* 寮哄埗4鍒楋細25% - 闂磋窛/2 */
  border-radius: 0.10rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.06);
  border: 0.01rem solid #f0eeec;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.educator-spirit .swiper-slide:hover {
  transform: translateY(-0.06rem);
  box-shadow: 0 0.08rem 0.24rem rgba(157, 60, 41, 0.12);
  border-color: #D0AD83;
}

/* 鍗＄墖閾炬帴锛氱旱鍚?flex 甯冨眬锛堜笂鍥句笅鏂囷級 */
.educator-spirit .swiper-slide a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
}

/* ---- 鏁欏笀鐓х墖鍖哄煙锛堜笂鍗婇儴鍒嗭級---- */
.educator-spirit .edu-card-pic {
  position: relative;
  padding-top: 70%; /* 璋冩暣涓烘洿鎺ヨ繎3:4鐨勭珫鐗堟瘮渚嬶紝閫傚悎4鍒楀竷灞€ */
  overflow: hidden;
}

.educator-spirit .edu-card-pic img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.5s ease, filter 0.4s ease;
}

/* hover 鏃讹細杞诲井鏀惧ぇ + 鏆栬壊璋冩护闀?*/
.educator-spirit .swiper-slide:hover .edu-card-pic img {
  transform: scale(1.04);
  filter: saturate(1.1) brightness(1.02);
}

/* 鍥剧墖搴曢儴閲戣壊瑁呴グ绾匡紙鏇夸唬鍘熸潵鐨勮挋鐗堬級 */
.educator-spirit .edu-card-pic::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 0.03rem;
  background: linear-gradient(90deg, #9D3C29, #D0AD83);
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.educator-spirit .swiper-slide:hover .edu-card-pic::after {
  opacity: 1;
}

/* 鍒犻櫎鏃ц挋鐗?鈥斺€?鏀逛负鐢?.edu-card-info 鐧藉簳淇℃伅鍖烘浛浠?*/
.educator-spirit .edu-overlay {
  display: none !important; /* 闅愯棌鏃ц挋鐗堝厓绱?*/
}

/* ---- 淇℃伅鍖猴紙涓嬪崐閮ㄥ垎锛夛細鐧藉簳銆佸乏瀵归綈銆佹繁鑹叉枃瀛?---- */
.educator-spirit .edu-card-txt {
  position: relative; /* 涓嶅啀 absolute 瀹氫綅 */
  z-index: auto;
  padding: 0.20rem 0.18rem 0.22rem;
  text-align: left; /* 宸﹀榻愶紝鍖哄埆浜庡闄㈢湅鐐圭殑灞呬腑 */
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}

/* 濮撳悕锛氭繁鑹茬矖浣?*/
.educator-spirit .edu-card-txt h5 {
  font-size: 0.16rem;           /* 绋嶅井缂╁皬浠ラ€傚簲4鍒楀竷灞€ */
  color: #333;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.06rem;
  letter-spacing: 0.02rem;
  transition: color 0.3s ease;
}

/* 鏍囪/鑱岀О锛氭瑕佹枃瀛?*/
.educator-spirit .edu-card-txt span {
  font-size: 0.11rem;           /* 绋嶅井缂╁皬浠ラ€傚簲4鍒楀竷灞€ */
  color: #888;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}

/* hover锛氬鍚嶅彉鍝佺墝绾?*/
.educator-spirit .swiper-slide:hover .edu-card-txt h5 {
  color: #9D3C29;
}

.educator-spirit .swiper-slide:hover .edu-card-txt span {
  color: #666;
}

/* ---- 宸﹀彸绠ご锛氶暱鏂瑰舰锛堜笌瀛﹂櫌鐪嬬偣缁熶竴椋庢牸锛?--- */
.educator-spirit .edu-prev,
.educator-spirit .edu-next {
  position: relative;
  width: 0.40rem;
  height: 0.28rem;
  margin-top: 0;
  background: rgba(157, 60, 41, 0.85);
  border-radius: 0.04rem;
  opacity: 0.85;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.educator-spirit .edu-prev::after,
.educator-spirit .edu-next::after {
  content: '';
  width: 0.08rem;
  height: 0.08rem;
  border-top: 0.02rem solid #fff;
  border-right: 0.02rem solid #fff;
  display: inline-block;
}

.educator-spirit .edu-prev::after {
  transform: rotate(-135deg);
  margin-left: 0.04rem;
}

.educator-spirit .edu-next::after {
  transform: rotate(45deg);
  margin-right: 0.04rem;
}

.educator-spirit .edu-prev:hover,
.educator-spirit .edu-next:hover {
  opacity: 1;
  background: #9D3C29;
}


/* ========================================
   妯″潡鈶?澶氶€夐」鍗℃柊闂绘爮鐩?.news-tabs
   Tab鍒囨崲锛氬厷寤洪鑸?/ 閫氱煡鍏憡 / 瀛﹂櫌鏂伴椈 / 鏁欒偛瀹剁簿绁?   HTML缁撴瀯锛?news-tabs > .title + .news-tab-nav(.ntab-btn) + .news-tab-content > .ntab-panel > .ntab-list(ul>li) + .ntab-more
   ======================================== */
.news-tabs {
  padding: 0.7rem 0;
  background: #fff;
}

/* Tab 瀵艰埅鏍?*/
.news-tabs .news-tab-nav {
  display: flex;
  justify-content: space-between;  /* 涓ょ瀵归綈锛屽悇鍗?0% */
  gap: 0;
  margin-bottom: 0.35rem;
  border-bottom: 0.01rem solid #e8e8e8;
}

.news-tabs .ntab-btn {
  flex: 1;                        /* 姣忎釜鎸夐挳绛夊锛屽悇鍗?0% */
  padding: 0.14rem 0;             /* 澧炲姞涓婁笅鍐呰竟璺?*/
  font-size: 0.18rem;            /* 瀛楀彿鏀惧ぇ */
  color: #666;
  cursor: pointer;
  border: none;
  background: none;
  position: relative;
  transition: all 0.3s ease;
  font-family: "SourceHanSansCN", "Microsoft YaHei", sans-serif;
  font-weight: 500;               /* 鍔犵矖 */
}

.news-tabs .ntab-btn:hover {
  color: #9D3C29;
}

.news-tabs .ntab-btn.active {
  color: #9D3C29;
  font-weight: 600;
}

.news-tabs .ntab-btn.active::after {
  content: '';
  position: absolute;
  bottom: -0.01rem;
  left: 10%;                      /* 宸︿晶鐣欑櫧 */
  transform: translateX(0);
  width: 80%;                     /* 涓嬪垝绾垮搴?0% */
  height: 0.03rem;
  background: #9D3C29;
}

/* Tab 闈㈡澘 */
.news-tabs .ntab-panel {
  display: none;
}

.news-tabs .ntab-panel.active {
  display: block;
}

/* ---- 鍒楄〃閫氱敤鏍峰紡锛堝厷寤?瀛﹂櫌鏂伴椈/鏁欒偛瀹剁簿绁烇級---- */
.news-tabs .ntab-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-tabs .ntab-list li {
  border-bottom: 0.01rem solid #eee;
  display: flex;
  align-items: center;
}

.news-tabs .ntab-list li:last-child {
  border-bottom: none;
}

.news-tabs .ntab-list li a {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  width: 100%;
  padding: 0.14rem 0.04rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.news-tabs .ntab-list li a:hover h5 {
  color: #9D3C29;
}

/* 鏍囩锛堝洓绉嶉鑹插尯鍒嗘爮鐩級 */
.news-tabs .ntag {
  display: inline-block;
  padding: 0.02rem 0.10rem;
  font-size: 0.11rem;
  color: #fff;
  border-radius: 0.03rem;
  flex-shrink: 0;
  white-space: nowrap;
  line-height: 1.4;
}

/* 鍏氬缓棰嗚埅 鈥?鍝佺墝绾?*/
.news-tabs .ntag-red { background: #9D3C29; }
/* 閫氱煡鍏憡 鈥?钃濊壊 */
.news-tabs .ntag-blue { background: #2B6CB0; }
/* 瀛﹂櫌鏂伴椈 鈥?姗欒壊 */
.news-tabs .ntag-orange { background: #C05621; }
/* 鏁欒偛瀹剁簿绁?鈥?绱壊 */
.news-tabs .ntag-purple { background: #6B46C1; }

/* 鏍囬鏂囧瓧 */
.news-tabs .ntab-list li a h5 {
  flex: 1;
  font-size: 0.15rem;
  font-weight: normal;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}

/* 鏃ユ湡/绠ご绗﹀彿 */
.news-tabs .ntab-list li a i {
  font-style: normal;
  font-size: 0.16rem;           /* 鏀惧ぇ绗﹀彿灏哄 */
  color: #9D3C29;             /* 鍝佺墝绾㈣壊锛屾洿閱掔洰 */
  flex-shrink: 0;
  white-space: nowrap;
  margin-left: 0.08rem;
  font-weight: bold;           /* 鍔犵矖鏄剧ず */
  transition: all 0.3s ease;
}

/* 鎮仠鏃剁鍙峰彉鑹?*/
.news-tabs .ntab-list li a:hover i {
  color: #C05621;             /* 鎮仠鍙樻鑹?*/
  transform: translateX(0.03rem); /* 杞诲井鍙崇Щ鍔ㄧ敾 */
}

/* 鏌ョ湅鏇村閾炬帴 */
.news-tabs .ntab-more {
  display: inline-block;
  margin-top: 0.2rem;
  text-align: right;
  font-size: 0.13rem;
  color: #999;
  text-decoration: none;
  transition: color 0.3s ease;
}

.news-tabs .ntab-more:hover {
  color: #9D3C29;
}


/* ========================================
   妯″潡鈶?澶氫笟鍔℃ā鍧楀垏鎹紙绾靛悜閫夐」鍗★級.biz-switch
   宸︿晶绾靛悜瀵艰埅 + 鍙充晶鍐呭闈㈡澘锛岀偣鍑诲乏渚у垏鎹㈠彸渚у唴瀹?   HTML缁撴瀯锛?biz-switch > .biz-nav(.biz-nav-btn) + .biz-content > .biz-panel(> h4 + p/ul + .biz-more)
   ======================================== */
.biz-switch {
  display: flex;
  gap: 0;
  padding: 0.7rem 0;
  background: #fff;
  border-radius: 0.10rem;
  overflow: hidden;
  box-shadow: 0 0.02rem 0.12rem rgba(0, 0, 0, 0.06);
}

/* ---- 宸︿晶绾靛悜瀵艰埅 ---- */
.biz-switch .biz-nav {
  flex: 0 0 2.4rem;
  background: #f8f9fa;
  border-right: 0.01rem solid #eaeaea;
  display: flex;
  flex-direction: column;
  padding: 0.15rem 0;
}

.biz-switch .biz-nav-btn {
  display: block;               /* 鏀逛负鍧楃骇鍏冪礌锛屾浛浠utton */
  padding: 0.18rem 0.25rem;
  font-size: 0.16rem;
  color: #555;
  cursor: pointer;
  border: none;
  background: transparent;
  text-align: left;
  transition: all 0.25s ease;
  font-family: "SourceHanSansCN", "Microsoft YaHei", sans-serif;
  position: relative;
  letter-spacing: 0.04rem;
  border-left: 0.03rem solid transparent;
  text-decoration: none;         /* 鍘绘帀閾炬帴涓嬪垝绾?*/
}

.biz-switch .biz-nav-btn::after {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 0.03rem;
  height: 0;
  background: #9D3C29;
  transition: height 0.25s ease;
}

.biz-switch .biz-nav-btn:hover {
  color: #9D3C29;
  background: rgba(157, 60, 41, 0.04);
}

/* 婵€娲绘€侊細鍝佺墝绾㈠乏杈规潯 + 鍔犵矖 + 娴呯孩鑳屾櫙 */
.biz-switch .biz-nav-btn.active {
  color: #9D3C29;
  font-weight: 600;
  background: rgba(157, 60, 41, 0.06);
  border-left-color: #9D3C29;
}

.biz-switch .biz-nav-btn.active::after {
  height: 70%;
}

/* ---- 鍙充晶鍐呭鍖?---- */
.biz-switch .biz-content {
  flex: 1;
  padding: 0.35rem 0.45rem;
  min-height: 5rem;
  overflow-y: auto;
}

/* 闈㈡澘锛氶粯璁ら殣钘?*/
.biz-switch .biz-panel {
  display: none;
  animation: bizFadeIn 0.35s ease forwards;
}

@keyframes bizFadeIn {
  from { opacity: 0; transform: translateY(0.1rem); }
  to { opacity: 1; transform: translateY(0); }
}

.biz-switch .biz-panel.active {
  display: block;
}

/* 闈㈡澘鏍囬 */
.biz-switch .biz-panel h4 {
  font-size: 0.22rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.22rem;
  padding-bottom: 0.12rem;
  border-bottom: 0.02rem solid #e8e8e8;
  font-family: "SourceHanSansBold", "Microsoft YaHei", sans-serif;
}

/* 瀛﹂櫌绠€浠嬫钀芥枃瀛?*/
.biz-switch .biz-panel p {
  font-size: 0.15rem;
  line-height: 1.85;
  color: #666;
  text-indent: 2em;
  margin-bottom: 0.12rem;
}

/* 鍒楄〃鏍峰紡锛堟嫑鐢?灏变笟/鍩硅绛夐潰鏉垮叡鐢級 */
.biz-switch .biz-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.biz-switch .biz-panel li {
  border-bottom: 0.01rem solid #f0f0f0;
  padding: 0.10rem 0;
  transition: all 0.2s ease;
}

.biz-switch .biz-panel li:last-child {
  border-bottom: none;
}

.biz-switch .biz-panel li:hover {
  padding-left: 0.08rem;
  background: rgba(157, 60, 41, 0.02);
}

.biz-switch .biz-panel li a {
  font-size: 0.15rem;
  color: #444;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.08rem;
  line-height: 1.6;
  transition: color 0.2s ease;
}

.biz-switch .biz-panel li a::before {
  content: '鈥?;
  font-size: 0.18rem;
  color: #ccc;
  flex-shrink: 0;
  transition: color 0.2s ease, transform 0.2s ease;
}

.biz-switch .biz-panel li:hover a {
  color: #9D3C29;
}

.biz-switch .biz-panel li:hover a::before {
  color: #9D3C29;
  transform: translateX(0.05rem);
}

/* 鏇村閾炬帴 */
.biz-switch .biz-more {
  display: inline-block;
  margin-top: 0.25rem;
  padding: 0.07rem 0.28rem;
  font-size: 0.14rem;
  color: #9D3C29;
  text-decoration: none;
  border: 0.01rem solid #9D3C29;
  border-radius: 50px;
  transition: all 0.3s ease;
  letter-spacing: 0.04rem;
}

.biz-switch .biz-more:hover {
  background: #9D3C29;
  color: #fff;
}


/* ========================================
   绉诲姩绔搷搴斿紡閫傞厤
   ======================================== */

/* 骞虫澘鍙婁互涓嬶紙鈮?024px锛?*/
@media (max-width: 1024px) {
  /* 瀹瑰櫒瀹藉害璋冩暣 */
  .page_container {
    width: 92% !important;
  }

  /* ========== Banner涓嬫柟涓夋爮锛氫笁鍒椻啋鍗曞垪鍫嗗彔 ========== */
  .top-three-col {
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.4rem 0;
  }

  .top-three-col > div {
    width: 100%;
  }

  /* 宸?鍙虫爮鍒楄〃锛氱Щ鍔ㄧ鍏佽涓よ鏄剧ず */
  .t3c-list li a h5 {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    max-height: 2.4em;
  }

  /* 涓爮鐒︾偣鍥?*/
  .t3c-news-hero .hero-pic {
    padding-top: 65%;         /* 骞虫澘绔篃鏀惧ぇ */
  }

  .t3c-news-hero .hero-title h5 {
    font-size: 0.16rem;
  }

  /* 涓爮鍓垪琛?*/
  .t3c-news-sub li a h5 {
    font-size: 0.13rem;
    -webkit-line-clamp: 1;
  }

  /* ========== 瀛﹂櫌鐪嬬偣锛氳疆鎾柇鐐癸紙鐢盝S Swiper breakpoints鎺у埗锛孋SS浠呭井璋冿級========== */
  .campus-spotlight {
    padding: 0.5rem 0;
  }

  .campus-spotlight .spot-card-pic {
    padding-top: 70%;
  }

  .campus-spotlight .spot-card-txt h5 {
    font-size: 0.28rem;      /* 骞虫澘绔細0.16 鈫?0.28 */
  }

  /* 绠ご缂╁皬锛堥暱鏂瑰舰锛?*/
  .campus-spotlight .spotlight-prev,
  .campus-spotlight .spotlight-next {
    width: 0.34rem;
    height: 0.24rem;
    margin-top: 0;
    border-radius: 0.03rem;
  }

  /* ========== 浜烘墠鍩瑰吇涓夋爮锛氬崟鍒楀爢鍙?========== */
  .talent-cultivation .cultivation-grid {
    flex-direction: column;
    gap: 0.25rem;
  }

  .talent-cultivation .cultivation-col {
    width: 100% !important;
  }

  /* ========== 鏁欒偛瀹剁簿绁烇細鏁欏笀鍗＄墖杞挱锛堝钩鏉跨寰皟锛?========= */
  .educator-spirit {
    padding: 0.5rem 0;
  }

  .educator-spirit .edu-card-pic {
    padding-top: 58%;
  }

  .educator-spirit .edu-card-txt h5 {
    font-size: 0.17rem;
  }

  .educator-spirit .edu-card-txt span {
    font-size: 0.11rem;
  }

  /* 绠ご缂╁皬 */
  .educator-spirit .edu-prev,
  .educator-spirit .edu-next {
    width: 0.34rem;
    height: 0.24rem;
    margin-top: 0;
    border-radius: 0.03rem;
  }

  /* ========== 澶氶€夐」鍗℃柊闂绘爮鐩紙骞虫澘绔級========== */
  .news-tabs {
    padding: 0.5rem 0;
  }

  .news-tabs .news-tab-nav {
    gap: 0;
    margin-bottom: 0.25rem;
    justify-content: space-between; /* 淇濇寔涓ょ瀵归綈 */
  }

  .news-tabs .ntab-btn {
    flex: 1;                        /* 淇濇寔50%瀹藉害 */
    padding: 0.12rem 0;
    font-size: 0.16rem;
  }

  /* 鍒楄〃瀛楀彿缂╁皬 */
  .news-tabs .ntab-list li a h5 {
    font-size: 0.14rem;
  }

  .news-tabs .ntab-list li a i {
    font-size: 0.12rem;
  }

  .news-tabs .ntag {
    font-size: 0.10rem;
    padding: 0.02rem 0.08rem;
  }

  /* ========== 澶氫笟鍔℃ā鍧楀垏鎹紙骞虫澘绔級========== */
  .biz-switch {
    flex-direction: column;
  }

  .biz-switch .biz-nav {
    flex: none;
    flex-direction: row;
    border-right: none;
    border-bottom: 0.01rem solid #eaeaea;
    padding: 0.10rem 0.15rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 0;
  }

  .biz-switch .biz-nav-btn {
    padding: 0.08rem 0.18rem;
    font-size: 0.14rem;
    border-left: none;
    border-bottom: 0.03rem solid transparent;
    white-space: nowrap;
  }

  .biz-switch .biz-nav-btn::after {
    left: 50%;
    top: auto;
    bottom: -0.03rem;
    transform: translateX(-50%);
    width: 60%;
    height: 0.03rem;
  }

  .biz-switch .biz-nav-btn.active {
    background: transparent;
    border-left-color: transparent;
    border-bottom-color: #9D3C29;
  }

  .biz-switch .biz-nav-btn.active::after {
    width: 60%;
    height: 0.03rem;
  }

  .biz-switch .biz-content {
    padding: 0.25rem 0.2rem;
    min-height: 3.5rem;
  }

  .biz-switch .biz-panel h4 {
    font-size: 0.19rem;
  }

  .biz-switch .biz-panel p,
  .biz-switch .biz-panel li a {
    font-size: 0.14rem;
  }
}

/* 鎵嬫満绔紙鈮?40px锛?*/
@media (max-width: 640px) {
  /* ========== Banner涓嬫柟涓夋爮 ========== */
  .top-three-col {
    gap: 0.25rem;
  }

  /* ========== 瀛﹂櫌鐪嬬偣锛堟墜鏈虹锛?========= */
  .campus-spotlight {
    padding: 0.4rem 0;
  }

  .campus-spotlight .spot-card-pic {
    padding-top: 65%;
  }

  .campus-spotlight .spot-overlay {
    height: 55%;
  }

  .campus-spotlight .spot-card-txt h5 {
    font-size: 0.22rem;      /* 鎵嬫満绔細0.14 鈫?0.22 */
  }

  /* 绠ご杩涗竴姝ョ缉灏忥紙闀挎柟褰級 */
  .campus-spotlight .spotlight-prev,
  .campus-spotlight .spotlight-next {
    width: 0.28rem;
    height: 0.20rem;
    margin-top: 0;
    border-radius: 0.03rem;
  }

  .campus-spotlight .spotlight-prev::after,
  .campus-spotlight .spotlight-next::after {
    font-size: 0.11rem;
  }

  /* ========== 浜烘墠鍩瑰吇 ========== */
  .talent-cultivation {
    padding: 0.5rem 0;
  }

  .talent-cultivation .cultivation-col {
    padding: 0.18rem;
  }

  .talent-cultivation .col-title h4 {
    font-size: 0.16rem;
  }

  .talent-cultivation .faculty-card .avatar,
  .talent-cultivation .graduate-card .avatar {
    width: 0.55rem;
    height: 0.55rem;
    min-width: 0.55rem;
  }

  .talent-cultivation .base-card .pic {
    padding-top: 60%;
  }

  /* ========== 鏁欒偛瀹剁簿绁烇紙鎵嬫満绔級========== */
  .educator-spirit {
    padding: 0.4rem 0;
  }

  .educator-spirit .edu-card-pic {
    padding-top: 55%;
  }

  .educator-spirit .edu-card-txt h5 {
    font-size: 0.15rem;
  }

  .educator-spirit .edu-card-txt span {
    font-size: 0.10rem;
  }

  /* 绠ご杩涗竴姝ョ缉灏?*/
  .educator-spirit .edu-prev,
  .educator-spirit .edu-next {
    width: 0.28rem;
    height: 0.20rem;
    margin-top: 0;
    border-radius: 0.03rem;
  }

  /* ========== 澶氶€夐」鍗℃柊闂绘爮鐩紙鎵嬫満绔級========== */
  .news-tabs {
    padding: 0.4rem 0;
  }

  .news-tabs .news-tab-nav {
    gap: 0;
    margin-bottom: 0.2rem;
    justify-content: space-between; /* 淇濇寔涓ょ瀵归綈 */
    overflow-x: hidden;            /* 绂佹妯悜婊氬姩 */
  }

  .news-tabs .ntab-btn {
    flex: 1;                        /* 淇濇寔50%瀹藉害 */
    padding: 0.10rem 0;
    font-size: 0.15rem;
  }

  /* 鍒楄〃瀛楀彿杩涗竴姝ョ缉灏?*/
  .news-tabs .ntab-list li a h5 {
    font-size: 0.13rem;
  }

  .news-tabs .ntab-list li a i {
    font-size: 0.11rem;
  }

  .news-tabs .ntag {
    font-size: 0.095rem;
    padding: 0.01rem 0.06rem;
  }

  /* ========== 澶氫笟鍔℃ā鍧楀垏鎹紙鎵嬫満绔級========== */
  .biz-switch {
    flex-direction: column;
    padding: 0.4rem 0;
  }

  .biz-switch .biz-nav {
    flex-direction: row;
    border-right: none;
    border-bottom: 0.01rem solid #eaeaea;
    padding: 0.08rem 0.10rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 0;
  }

  .biz-switch .biz-nav-btn {
    padding: 0.06rem 0.14rem;
    font-size: 0.13rem;
    border-left: none;
    border-bottom: 0.03rem solid transparent;
    white-space: nowrap;
  }

  .biz-switch .biz-nav-btn::after {
    left: 50%; top: auto; bottom: -0.03rem;
    transform: translateX(-50%);
    width: 60%; height: 0.03rem;
  }

  .biz-switch .biz-nav-btn.active {
    background: transparent;
    border-left-color: transparent;
    border-bottom-color: #9D3C29;
  }

  .biz-switch .biz-content {
    padding: 0.20rem 0.15rem;
    min-height: 3rem;
  }

  .biz-switch .biz-panel h4 {
    font-size: 0.17rem;
  }

  .biz-switch .biz-panel p,
  .biz-switch .biz-panel li a {
    font-size: 0.13rem;
  }

  .biz-switch .biz-more {
    font-size: 0.12rem;
    padding: 0.05rem 0.20rem;
  }
}

/* 涓瓑灞忓箷鏂偣琛ュ厖锛堚墹768px锛夛細瀛﹂櫌鐪嬬偣Swiper 2鍒楋紙宸茬敱JS breakpoints鎺у埗锛屾澶勪繚鐣欏鐢級 */
@media (max-width: 768px) and (min-width: 641px) {
  .campus-spotlight .swiper-slide {
    width: calc(50% - 0.08rem) !important;
  }
}

/* ========================================
   甯哥敤閾炬帴妯″潡 .linksbg
   鍥炬爣+鏂囧瓧妯悜鎺掑垪锛?涓父鐢ㄥ叆鍙ｏ級
   HTML缁撴瀯锛?linksbg > .title + .links > .linksbox > ul > li > a > (.pic > img) + h5
   ======================================== */
.linksbg {
  width: 100%;
  margin: 0.55rem auto 0 auto;
  padding-bottom: 1.2rem;
  background: #fff;
}

.linksbg .title {
  margin-bottom: 0.35rem;
}

.linksbg .links {
  width: 100%;
  margin: 0.5rem auto 0 auto;
  position: relative;
  z-index: 5;
}

.linksbg .links::after {
  position: absolute;
  left: 0;
  top: 0.4rem;
  content: "";
  z-index: -1;
  width: 100%;
  height: 1px;
  border-top: 1px dashed rgba(158, 13, 13, 0.6);
}

.linksbg .links .linksbox {
  margin: 0 auto;
}

.linksbg .links .linksbox ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}

.linksbg .links .linksbox ul li {
  width: 11.11%;
  flex-shrink: 0;
}

.linksbg .links .linksbox ul li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}

.linksbg .links .linksbox ul li a:hover {
  transform: translateY(-0.04rem);
}

.linksbg .links .linksbox ul li a .pic {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.08);
  overflow: hidden;
  perspective: 600px;           /* 3D閫忚璺濈 */
  transition: all 0.4s ease;
}

.linksbg .links .linksbox ul li a:hover .pic {
  box-shadow: 0 0.06rem 0.16rem rgba(157, 60, 41, 0.15);
  border: 0.02rem solid #D0AD83;
}

.linksbg .links .linksbox ul li a .pic img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-style: preserve-3d;   /* 淇濇寔3D绌洪棿 */
  backface-visibility: visible; /* 姝ｉ潰鍙 */
  transition: transform 0.6s cubic-bezier(0.4, 0.2, 0.2, 1); /* 缈昏浆鍔ㄧ敾 */
}

/* 榧犳爣鎮仠鏃讹細鍥炬爣缈昏浆180掳锛圷杞存棆杞級 */
.linksbg .links .linksbox ul li a:hover .pic img,
.linksbg .links .linksbox ul li a.is-flipping .pic img {
  transform: rotateY(180deg);    /* 娌縔杞寸炕杞?*/
}

.linksbg .links .linksbox ul li a h5 {
  margin: 0.18rem auto 0 auto;
  text-align: center;
  font-size: 0.16rem;
  color: #333;
  font-weight: normal;
  transition: all 0.3s ease;
}

.linksbg .links .linksbox ul li a:hover h5 {
  color: #9D3C29;
}

/* 甯哥敤閾炬帴 - 骞虫澘绔紙鈮?024px锛?*/
@media (max-width: 1024px) {
  .linksbg {
    padding: 0.5rem 0 1rem 0;
    margin-top: 0.35rem;
  }

  .linksbg .links .linksbox ul li {
    width: 20%;
  }

  .linksbg .links .linksbox ul li a .pic {
    width: 0.7rem;
    height: 0.7rem;
  }

  .linksbg .links .linksbox ul li a h5 {
    font-size: 0.14rem;
    margin-top: 0.15rem;
  }
}

/* 甯哥敤閾炬帴 - 鎵嬫満绔紙鈮?40px锛?*/
@media (max-width: 640px) {
  .linksbg {
    padding: 0.4rem 0 0.8rem 0;
    margin-top: 0.25rem;
  }

  .linksbg .title {
    margin-bottom: 0.25rem;
  }

  .linksbg .links {
    margin-top: 0.3rem;
  }

  .linksbg .links .linksbox ul li {
    width: 25%;
  }

  .linksbg .links .linksbox ul li a .pic {
    width: 0.6rem;
    height: 0.6rem;
  }

  .linksbg .links .linksbox ul li a h5 {
    font-size: 0.12rem;
    margin-top: 0.12rem;
  }
}


/* ========================================
   鏍忕洰椤典笓鐢ㄦ牱寮?   閫傞厤 T_绯荤粺鏍忕洰妯℃澘.html
   ======================================== */

/* ---------- Banner 鍖哄煙 ---------- */
.channel-banner {
  width: 100%;
  height: 3.2rem;
  overflow: hidden;
  background: #f5f5f5;
}

.channel-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---------- 闈㈠寘灞戝鑸?---------- */
.channel-breadcrumb {
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  padding: 0.12rem 0;
  font-size: 0.14rem;
  color: #666;
}

.channel-breadcrumb .page_container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.channel-breadcrumb i {
  margin-right: 0.05rem;
  color: #3385d9;
  font-style: normal;
}

.channel-breadcrumb span {
  display: inline-flex;
  align-items: center;
}

.channel-breadcrumb a,
.channel-breadcrumb span {
  color: #666;
  margin: 0 0.03rem;
}

.channel-breadcrumb a:hover {
  color: #3385d9;
}

/* ---------- 椤甸潰涓讳綋 ---------- */
.channel-page {
  padding: 0.3rem 0 0.5rem 0;
  background: #fff;
}

.channel-content {
  display: flex;
  gap: 0.3rem;
  align-items: flex-start;
}

/* ---------- 宸︿晶瀵艰埅 ---------- */
.channel-sidebar {
  flex-shrink: 0;
  width: 2.6rem;
}

.nav-side {
  background: #fff;
  border-radius: 0.04rem;
  overflow: hidden;
  box-shadow: 0 0.01rem 0.03rem rgba(0, 0, 0, 0.05);
}

.nav-side-title {
  background: linear-gradient(135deg, #3385d9 0%, #003f84 100%);
  color: #fff;
  font-size: 0.2rem;
  font-weight: 600;
  padding: 0.18rem 0.2rem;
  letter-spacing: 0.02rem;
}

.nav-side-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-side-item {
  border-bottom: 1px solid #f0f0f0;
}

.nav-side-item:last-child {
  border-bottom: none;
}

.nav-side-item a {
  display: block;
  padding: 0.16rem 0.2rem;
  color: #333;
  font-size: 0.15rem;
  text-decoration: none;
  transition: all 0.3s;
}

.nav-side-item a:hover {
  background: #f5f9fd;
  color: #3385d9;
}

.nav-side-item.active > a {
  background: #3385d9;
  color: #fff;
  font-weight: 600;
}

.nav-side-sub {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fafafa;
}

.nav-side-sub-item a {
  display: block;
  padding: 0.12rem 0.2rem 0.12rem 0.4rem;
  color: #666;
  font-size: 0.14rem;
  text-decoration: none;
  transition: all 0.3s;
}

.nav-side-sub-item a:hover {
  background: #eef4fb;
  color: #3385d9;
}

.nav-side-sub-item.active a {
  color: #3385d9;
  font-weight: 600;
  background: #eef4fb;
}

/* ---------- 鍙充晶涓诲唴瀹瑰尯 ---------- */
.channel-main {
  flex: 1;
  min-width: 0;
}

.channel-header {
  border-bottom: 0.03rem solid #3385d9;
  padding-bottom: 0.12rem;
  margin-bottom: 0.2rem;
}

.channel-header h2 {
  font-size: 0.22rem;
  color: #003f84;
  font-weight: 600;
  margin: 0;
  padding-left: 0.15rem;
  border-left: 0.04rem solid #3385d9;
  line-height: 1;
}

/* ---------- 鍐呭鍒楄〃 ---------- */
.content-list {
  padding: 0.1rem;
}

.content-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content-list li {
  display: flex;
  gap: 0.2rem;
  padding: 0.2rem 0;
  border-bottom: 1px dashed #e5e5e5;
  transition: all 0.3s;
}

.content-list li:hover {
  background: #fafbfc;
  padding-left: 0.1rem;
}

.content-list li:last-child {
  border-bottom: none;
}

.content-thumb {
  flex-shrink: 0;
  width: 2.4rem;
  height: 1.6rem;
  overflow: hidden;
  border-radius: 0.04rem;
}

.content-thumb a {
  display: block;
  width: 100%;
  height: 100%;
}

.content-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.content-list li:hover .content-thumb img {
  transform: scale(1.05);
}

.content-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.content-info > div {
  margin-bottom: 0.06rem;
}

.content-info h3 {
  font-size: 0.18rem;
  margin: 0;
  line-height: 1.4;
  font-weight: 600;
}

.content-info h3 a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s;
}

.content-info h3 a:hover {
  color: #3385d9;
}

.content-desc {
  font-size: 0.14rem;
  color: #666;
  line-height: 1.7;
  margin: 0.08rem 0;
  flex: 1;
}

.content-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.08rem;
  border-top: 1px dashed #eee;
  margin-top: 0.06rem;
}

.content-date {
  display: inline-flex;
  align-items: center;
  font-size: 0.13rem;
  color: #888;
  margin: 0;
  background: #f5f7fa;
  padding: 0.04rem 0.12rem;
  border-radius: 0.03rem;
}

.content-date::before {
  content: '';
  display: inline-block;
  width: 0.13rem;
  height: 0.13rem;
  margin-right: 0.05rem;
  background: #3385d9;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 10h10v2H7zm0 4h10v2H7zm0-8h3V4H7v2zm4 0h4V4h-4v2zm4 0h2v2h-2V4zm2 0h3v2h-2V4zM4 2q-.83 0-1.413.587Q2 3.175 2 4v16q0 .825.587 1.413Q3.17 22 4 22h16q.83 0 1.413-.587Q22 20.825 22 20V4q0-.825-.587-1.413Q20.83 2 20 2h-1V0h-2v2H7V0H5v2H4zm0 2h16v16H4V4zm0 0v16V4z'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 10h10v2H7zm0 4h10v2H7zm0-8h3V4H7v2zm4 0h4V4h-4v2zm4 0h2v2h-2V4zm2 0h3v2h-2V4zM4 2q-.83 0-1.413.587Q2 3.175 2 4v16q0 .825.587 1.413Q3.17 22 4 22h16q.83 0 1.413-.587Q22 20.825 22 20V4q0-.825-.587-1.413Q20.83 2 20 2h-1V0h-2v2H7V0H5v2H4zm0 2h16v16H4V4zm0 0v16V4z'/%3E%3C/svg%3E") center / contain no-repeat;
  flex-shrink: 0;
}

.more-link {
  display: inline-flex;
  align-items: center;
  font-size: 0.13rem;
  color: #fff;
  text-decoration: none;
  padding: 0.05rem 0.16rem;
  background: linear-gradient(135deg, #3385d9 0%, #003f84 100%);
  border-radius: 0.03rem;
  transition: all 0.3s;
  box-shadow: 0 0.02rem 0.04rem rgba(51, 133, 217, 0.25);
  font-weight: 500;
  letter-spacing: 0.01rem;
}

.more-link::after {
  content: '';
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  margin-left: 0.06rem;
  background: #fff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform 0.3s;
}

.more-link:hover {
  background: linear-gradient(135deg, #003f84 0%, #3385d9 100%);
  transform: translateY(-0.02rem);
  box-shadow: 0 0.04rem 0.12rem rgba(51, 133, 217, 0.4);
}

.more-link:hover::after {
  transform: translateX(0.03rem);
}

/* ---------- 鍒嗛〉 ---------- */
.pagination-wrapper {
  padding: 0.3rem 0.1rem;
  display: flex;
  justify-content: center;
}

.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.05rem;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination li {
  display: inline-block;
}

.pagination li a,
.pagination li span {
  display: inline-block;
  min-width: 0.36rem;
  height: 0.36rem;
  line-height: 0.36rem;
  padding: 0 0.12rem;
  text-align: center;
  border: 1px solid #ddd;
  background: #fff;
  color: #666;
  text-decoration: none;
  font-size: 0.14rem;
  border-radius: 0.03rem;
  transition: all 0.3s;
}

.pagination li a:hover {
  background: #3385d9;
  color: #fff;
  border-color: #3385d9;
}

.pagination li.active span {
  background: linear-gradient(135deg, #3385d9 0%, #003f84 100%);
  color: #fff;
  border-color: #3385d9;
  font-weight: 600;
}

/* ---------- 鏍忕洰椤靛搷搴斿紡 ---------- */
@media screen and (max-width: 992px) {
  .channel-banner {
    height: 2.4rem;
  }
  .channel-content {
    flex-direction: column;
    gap: 0.2rem;
  }
  .channel-sidebar {
    width: 100%;
  }
  .channel-header h2 {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 768px) {
  .channel-banner {
    height: 2rem;
  }
  .channel-page {
    padding: 0.2rem 0;
  }
  .content-list li {
    flex-direction: column;
    gap: 0.1rem;
  }
  .content-thumb {
    width: 100%;
    height: 2rem;
  }
}


/* ========================================
   銆愬唴瀹硅鎯呴〉銆戞牱寮?   閫傞厤 T_绯荤粺鍐呭妯℃澘.html
   涓昏壊锛?3385d9   杈呰壊锛?003f84
   鎵€鏈夐€夋嫨鍣ㄥ潎甯?鍓嶇紑锛岄伩鍏嶅啿绐?   ======================================== */

/* ---------- 椤甸潰澶栧眰瀹瑰櫒 ---------- */
.page-wrapper {
  width: 100%;
  min-height: 100vh;
  background: #f5f7fa;
  padding-bottom: 30px;
}

.main-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

/* ---------- 鍐呭鍖哄竷灞€锛堝乏瀵艰埅 + 鍙虫鏂囷級---------- */
.content-layout {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  background: #fff;
  padding: 24px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.sidebar-left {
  flex-shrink: 0;
  width: 240px;
}

.content-right {
  flex: 1;
  min-width: 0;
}

/* ---------- 闈㈠寘灞戝鑸?---------- */
.breadcrumb {
  background: #f8f9fa;
  padding: 12px 20px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
  border-left: 3px solid #3385d9;
}

.breadcrumb a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb a:hover {
  color: #3385d9;
}

.breadcrumb span {
  color: #999;
  margin: 0 8px;
}

.breadcrumb em {
  font-style: normal;
  color: #3385d9;
  font-weight: 500;
}

/* ---------- 鏍忕洰鏍囬鏍?---------- */
.channel-title-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 20px;
  border-bottom: 2px solid #3385d9;
}

.channel-title-bar h2 {
  font-size: 22px;
  font-weight: 700;
  color: #003f84;
  margin: 0;
  padding-left: 12px;
  border-left: 4px solid #3385d9;
  line-height: 1;
  letter-spacing: 1px;
}

.channel-title-bar .sub-title {
  font-size: 13px;
  color: #999;
  margin-left: 10px;
  font-weight: normal;
}

/* ---------- 鏂囩珷澶撮儴 ---------- */
.article-header {
  text-align: center;
  padding: 24px 0 20px;
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 24px;
}

.article-title {
  font-size: 26px;
  font-weight: 700;
  color: #222;
  line-height: 1.5;
  margin: 0 0 16px;
  letter-spacing: 1px;
}

.article-meta {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  color: #888;
  padding: 8px 16px;
  background: #f7f9fc;
  border-radius: 20px;
}

.article-meta .meta-item {
  display: inline-flex;
  align-items: center;
}

.article-meta .meta-item::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  background: #3385d9;
  flex-shrink: 0;
  border-radius: 2px;
  opacity: 0.8;
}

.article-meta .meta-item.author::before { background: #003f84; }
.article-meta .meta-item.date::before { background: #3385d9; }
.article-meta .meta-item.source::before { background: #5aa9e6; }
.article-meta .meta-item.views::before { background: #7fb8e6; }

/* ---------- 鏂囩珷姝ｆ枃 ---------- */
.article-body {
  padding: 10px 4px 30px;
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  word-break: break-word;
}

.article-body h2 {
  font-size: 20px;
  font-weight: 700;
  color: #003f84;
  margin: 28px 0 16px;
  padding: 10px 16px;
  background: linear-gradient(90deg, #eaf3fb 0%, transparent 100%);
  border-left: 4px solid #3385d9;
  line-height: 1.5;
}

.article-body h3 {
  font-size: 17px;
  font-weight: 600;
  color: #3385d9;
  margin: 22px 0 12px;
  padding-left: 10px;
  border-left: 3px solid #3385d9;
  line-height: 1.5;
}

.article-body h4 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin: 18px 0 10px;
  line-height: 1.5;
}

.article-body p {
  margin: 0 0 14px;
  text-indent: 2em;
  text-align: justify;
}

.article-body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px auto;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.article-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}

.article-body table th {
  background: #3385d9;
  color: #fff;
  padding: 10px 14px;
  text-align: left;
  font-weight: 600;
  border: 1px solid #003f84;
}

.article-body table td {
  padding: 10px 14px;
  border: 1px solid #dbe5f1;
  color: #444;
  background: #fff;
}

.article-body table tr:nth-child(even) td {
  background: #f7fafe;
}

.article-body pre {
  background: #1e2a3a;
  color: #e6edf5;
  padding: 16px 18px;
  border-radius: 6px;
  overflow-x: auto;
  margin: 20px 0;
  font-family: "Consolas", "Monaco", "Courier New", monospace;
  font-size: 13px;
  line-height: 1.7;
}

.article-body pre code {
  background: transparent;
  color: inherit;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
}

.article-body code {
  background: #eef4fb;
  color: #003f84;
  padding: 2px 6px;
  border-radius: 3px;
  font-family: "Consolas", "Monaco", "Courier New", monospace;
  font-size: 13px;
}

.article-body blockquote {
  margin: 20px 0;
  padding: 14px 20px;
  background: #f5f9fd;
  border-left: 4px solid #3385d9;
  color: #555;
  font-style: italic;
  border-radius: 0 4px 4px 0;
}

.article-body blockquote p {
  text-indent: 0;
  margin: 0;
}

.article-body hr {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #3385d9 50%, transparent 100%);
  margin: 30px 0;
}

.article-body a {
  color: #3385d9;
  text-decoration: none;
  transition: color 0.3s;
  border-bottom: 1px dashed #3385d9;
}

.article-body a:hover {
  color: #003f84;
  border-bottom-color: #003f84;
}

.article-body ul,
.article-body ol {
  margin: 14px 0 14px 30px;
  padding: 0;
  color: #333;
}

.article-body ul li,
.article-body ol li {
  line-height: 1.9;
  margin-bottom: 6px;
}

/* ---------- 闄勪欢鍖?---------- */
.attachment-area {
  margin-top: 30px;
  padding: 20px;
  background: #f7faff;
  border: 1px solid #d9e6f5;
  border-radius: 6px;
}

.attachment-area .att-title {
  font-size: 15px;
  font-weight: 600;
  color: #003f84;
  margin-bottom: 12px;
  padding-left: 10px;
  border-left: 3px solid #3385d9;
}

.attachment-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.attachment-area li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 8px;
  transition: all 0.3s;
}

.attachment-area li:last-child {
  margin-bottom: 0;
}

.attachment-area li:hover {
  background: #eaf3fb;
  transform: translateX(4px);
}

.attachment-area li .att-name {
  flex: 1;
  font-size: 14px;
  color: #333;
  margin-right: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.attachment-area li .att-info {
  font-size: 12px;
  color: #999;
  margin-right: 12px;
  flex-shrink: 0;
}

.attachment-area li .att-download {
  display: inline-block;
  padding: 5px 14px;
  background: linear-gradient(135deg, #3385d9 0%, #003f84 100%);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  border-radius: 3px;
  transition: all 0.3s;
  flex-shrink: 0;
}

.attachment-area li .att-download:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(51, 133, 217, 0.3);
}

/* ---------- 涓婁竴绡?涓嬩竴绡囧鑸?---------- */
.article-navigation {
  margin-top: 30px;
  padding: 18px 20px;
  background: #f8fafc;
  border-radius: 6px;
  border-top: 2px solid #3385d9;
}

.article-navigation .nav-item {
  display: flex;
  align-items: center;
  padding: 8px 0;
  font-size: 14px;
  line-height: 1.6;
}

.article-navigation .nav-item + .nav-item {
  border-top: 1px dashed #e0e6ef;
}

.article-navigation .nav-label {
  flex-shrink: 0;
  width: 70px;
  color: #3385d9;
  font-weight: 600;
}

.article-navigation .nav-item a {
  color: #444;
  text-decoration: none;
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-navigation .nav-item a:hover {
  color: #3385d9;
}

.article-navigation .nav-item.empty {
  color: #aaa;
}

/* ---------- 杩斿洖鎸夐挳 ---------- */
.back-to-list,
.back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  background: linear-gradient(135deg, #3385d9 0%, #003f84 100%);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.3s;
  margin: 24px auto 0;
  box-shadow: 0 2px 6px rgba(51, 133, 217, 0.25);
  letter-spacing: 1px;
}

.back-to-list:hover,
.back-btn:hover {
  background: linear-gradient(135deg, #003f84 0%, #3385d9 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(51, 133, 217, 0.35);
}

.back-to-list::before,
.back-btn::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #fff;
  margin-right: 8px;
}

.back-btn-wrapper {
  text-align: center;
  padding-top: 10px;
}

/* ========================================
   銆愬唴瀹硅鎯呴〉銆戝搷搴斿紡閫傞厤
   ======================================== */

/* 骞虫澘绔紙鈮?024px锛?*/
@media (max-width: 1024px) {
  .main-content {
    padding: 16px 2%;
    max-width: 96%;
  }

  .content-layout {
    flex-direction: column;
    gap: 16px;
    padding: 18px;
  }

  .sidebar-left {
    width: 100%;
  }

  .article-title {
    font-size: 22px;
  }

  .article-body {
    padding: 8px 2px 24px;
    font-size: 14px;
  }

  .article-body h2 {
    font-size: 18px;
  }

  .article-body h3 {
    font-size: 16px;
  }
}

/* 灏忓钩鏉?澶ф墜鏈猴紙鈮?68px锛?*/
@media (max-width: 768px) {
  .main-content {
    padding: 12px 0;
  }

  .content-layout {
    padding: 14px;
    border-radius: 4px;
    box-shadow: none;
  }

  .breadcrumb {
    padding: 10px 14px;
    font-size: 13px;
    margin-bottom: 14px;
  }

  .channel-title-bar {
    padding-bottom: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 8px;
  }

  .channel-title-bar h2 {
    font-size: 18px;
  }

  .article-header {
    padding: 16px 0 14px;
    margin-bottom: 18px;
  }

  .article-title {
    font-size: 19px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
  }

  .article-meta {
    gap: 10px;
    font-size: 12px;
    padding: 6px 12px;
  }

  .article-body {
    font-size: 14px;
    line-height: 1.8;
    padding: 6px 0 20px;
  }

  .article-body h2 {
    font-size: 17px;
    padding: 8px 12px;
    margin: 22px 0 12px;
  }

  .article-body h3 {
    font-size: 15px;
  }

  .article-body table {
    font-size: 12px;
  }

  .article-body table th,
  .article-body table td {
    padding: 6px 10px;
  }

  .article-body pre {
    font-size: 12px;
    padding: 12px 14px;
  }

  .attachment-area {
    padding: 14px;
    margin-top: 22px;
  }

  .attachment-area li {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .attachment-area li .att-info {
    margin-right: 0;
  }

  .article-navigation {
    padding: 14px;
    margin-top: 22px;
  }

  .article-navigation .nav-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .article-navigation .nav-label {
    width: auto;
  }
}

/* 鎵嬫満绔紙鈮?80px锛?*/
@media (max-width: 480px) {
  .main-content {
    padding: 8px 0;
  }

  .content-layout {
    padding: 12px 10px;
    gap: 12px;
  }

  .breadcrumb {
    padding: 8px 10px;
    font-size: 12px;
  }

  .breadcrumb span {
    margin: 0 4px;
  }

  .channel-title-bar h2 {
    font-size: 16px;
    padding-left: 8px;
  }

  .channel-title-bar .sub-title {
    display: none;
  }

  .article-header {
    padding: 12px 0 10px;
  }

  .article-title {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .article-meta {
    gap: 6px 10px;
    font-size: 11px;
    padding: 6px 10px;
  }

  .article-body {
    font-size: 13px;
    line-height: 1.75;
  }

  .article-body h2 {
    font-size: 15px;
    padding: 6px 10px;
    margin: 18px 0 10px;
  }

  .article-body h3 {
    font-size: 14px;
  }

  .article-body p {
    margin-bottom: 10px;
  }

  .article-body img {
    margin: 14px auto;
  }

  .article-body blockquote {
    padding: 10px 14px;
    margin: 16px 0;
  }

  .article-body pre {
    font-size: 11px;
    padding: 10px;
  }

  .attachment-area {
    padding: 12px;
    margin-top: 18px;
  }

  .attachment-area .att-title {
    font-size: 14px;
  }

  .attachment-area li {
    padding: 8px 10px;
  }

  .article-navigation {
    padding: 12px;
    margin-top: 18px;
  }

  .article-navigation .nav-item {
    font-size: 13px;
    padding: 6px 0;
  }

  .back-to-list,
  .back-btn {
    padding: 8px 18px;
    font-size: 13px;
  }
}

