/* ===== 变量与基础 ===== */
:root {
  --red-dark: #8b1538;
  --red-main: #a91d3a;
  --red-light: #c73659;
  --orange: #e85d04;
  --orange-light: #f48c06;
  --bg-off: #f8f5f0;
  --text-muted: #6c757d;
  /* 头部高度 = 占位高度，须与固定头实际一致，轮播图紧贴其下 */
  --header-pc-height: 150px;    /* top-bar(~98) + main-nav(~52) */
  --header-mobile-height: 56px; /* 移动端单行头部 */
}
a, a:hover {
    text-decoration: none;
}
.p_no_d{
 background:#920303;
color:#fff;
 display: block;
  min-width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #D3D8DE;
  padding: 0 10px;
  margin: 0 7px;
  font-size: 18px;
  text-align: center;
  line-height: 36px;
  text-decoration: none;
}
.p_pages {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p_fun_d{
  display: block;
  min-width: 40px;
  height: 40px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #D3D8DE;
  padding: 0 10px;
  margin: 0 7px;
  font-size: 18px;
  color: #807D7D;
  text-align: center;
  line-height: 36px;
  text-decoration: none;
}
/* ===== 等高容器样式 ===== */
.equal-height-container {
  display: flex;
  flex-wrap: wrap;
}

.equal-height-item {
  display: flex;
  flex-direction: column;
}

.equal-height-item > section {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* 确保内容区域能够填充剩余空间 */
.equal-height-item .flex-grow-1 {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.v_news_content{
    overflow: hidden;
}
/* 确保在768px屏幕尺寸下高度一致 */
@media (min-width: 768px) and (max-width: 991.98px) {
  .equal-height-container {
    display: flex;
    flex-wrap: nowrap;
  }
  
  .equal-height-item {
    flex: 1;
  }
}
@font-face {
    font-family: "MyFont";
    src: url('./XuandongKaishu.ttf');
}
@font-face {
    font-family: Source Han Serif CN;
    src: url('./SourceHanSerifCN-Regular.otf');
}
* { box-sizing: border-box; }
body { font-family: "Microsoft YaHei", "PingFang SC", sans-serif; background: var(--bg-off); color: #333; }
.friendship-bar {
  gap: 0.5rem;
}
.btmfriend {
  column-gap: 1.5rem;
  row-gap: 0.1rem;
  overflow: hidden;
}
  
/* 单个链接样式 */
.btmfriend-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.6;
  white-space: nowrap;
  margin-right: 1rem;
}

.zdyform{
     position: relative;
}
.serchin{
     background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 0.85rem;
    padding: 6px 12px;
    width: 160px;
}
.searchicon{
       position: absolute;
    right: 8px;
    top: 7px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-fixed {
  position: sticky;
  top: 0;
  z-index: 1030;
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}
.header-spacer {
  flex-shrink: 0;
  display: block;
  clear: both;
}

/* ===== 顶部栏 (PC) ===== */
.header-pc .top-bar {
  background-image: url('../img/index/xc_index_topbg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 130px;
  font-size: 0.9rem;
      display: flex;
    align-items: center;
}
.top-logo { height: 52px; width: auto; transition: height 0.3s ease; }
@media (min-width: 1400px) {
  .top-logo { height: 54px; }
}
.top-title { font-weight: 600; }
.top-nav a {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
}
.guanwang::after {
    content: '|';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
}
.guanwang{
  padding-right: 1.1rem;
  position: relative;
}
.top-nav a:hover { color: #fff; }
.top-nav-link {
  display: flex;
  align-items: center;
font-family: Source Han Serif CN;
  gap: 6px;
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}
.top-nav-link:hover { color: #fff; }
.top-nav-icon {
  height: 16px;
  width: auto;
}
.top-search-box {
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 4px;
  overflow: hidden;
  margin-left: 8px;
  background: rgba(255,255,255,0.2);
  border-radius: 18px;
  position: relative;
}
.top-search-icon{
  position: absolute;
  right: 10px;
  top:7px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-search-input {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 0.85rem;
  padding: 6px 12px;
  width: 160px;
}
.top-search-input::placeholder {
  color: rgba(255,255,255,0.7);
}
.top-search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.1);
  border: none;
  padding: 6px 12px;
  cursor: pointer;
  transition: background 0.2s;
}
.top-search-btn:hover {
  background: rgba(255,255,255,0.25);
}
.top-search-btn img {
  height: 16px;
  width: auto;
}

/* ===== 主导航 (PC) ===== */
.header-pc .main-nav {
  position: relative;
  background: linear-gradient(90deg, #F6E0B9, #FAFAEE, #F5E1BC);
}
.main-nav-band {
  height: 4px;
  width: 100%;
}
.main-nav-inner {
  padding: 0.6rem 0;
}
.main-nav-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  width: 100%;
}
.main-nav-list li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main-nav-list li + li::before {
  content: '·';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #999;
  font-size: 1rem;
  font-weight: 700;
  pointer-events: none;
  z-index: 1;
}
.main-nav-list a {
  text-decoration: none;
  display: block;
  padding: 0.35rem 0.75rem;
  font-family: Microsoft YaHei, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #333;
  line-height: 1.4;
  transition: all 0.3s ease;
}
@media (min-width: 1400px) {
  .main-nav-list a {
    font-size: 20px;
  }
  
  /* 首页第一个导航项在大屏幕下的特殊padding */
  .main-nav-list li:first-child a.active {
    padding: 0.5rem 1.2rem;
  }
  
  /* 其他页面第一个导航项在大屏幕下的padding */
  .main-nav-list li:first-child a:not(.active) {
    padding: 0.5rem 1.2rem;
  }
}
.main-nav-list a:hover {
  color: #9E0F12;
}
.main-nav-list a.active {
  color: #9E0F12;
  background-image: url('../img/index/xc_index_nav_hover.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.main-nav-list a.active:hover {
  color: #9E0F12;
  background-image: url('../img/index/xc_index_nav_hover.png');
}
/* 首页第一个导航项的特殊padding - 仅当首页激活时应用 */
.main-nav-list li:first-child a.active {
  padding: 0.35rem 2rem;
}

/* 其他页面的第一个导航项保持默认padding */
.main-nav-list li:first-child a:not(.active) {
  padding: 0.35rem 0.75rem;
}
/* ===== 移动端头部 ===== */
.mobile-header {
  background-image: url('../img/index/xc_index_topbg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: var(--header-mobile-height);
}
.mobile-header .container-fluid {
  height: 100%;
}
.mobile-nav-inner { background: var(--red-main); }
.mobile-logo { height: 32px; width: auto; }
.mobile-header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}
.mobile-header-icon img {
  height: 28px;
  width: auto;
}
.mobile-header #mobileNav a {
  display: block;
  padding: 0.5rem 0.75rem;
  color: rgba(255,255,255,0.9) !important;
  text-decoration: none;
}
.mobile-header #mobileNav a:hover { background: rgba(0,0,0,0.1); color: #fff !important; }
.mobile-header .btn-link:hover { opacity: 0.85; }

/* ===== 移动端全屏导航面板 ===== */
.mobile-nav-panel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  background: #fffbf5;
  display: none;
  flex-direction: column;
  overflow-y: auto;
}
.mobile-nav-panel.show {
  display: flex;
}
.mobile-nav-header {
  display: flex;
  background-image: url('../img/index/xc_index_topbg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
}
.mobile-nav-logo {
  height: 32px;
  width: auto;
}
.mobile-nav-title {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
}
.mobile-nav-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.3rem;
  padding: 4px 8px;
  cursor: pointer;
}
.mobile-nav-close:hover {
  opacity: 0.8;
}
.mobile-nav-search {
  display: flex;
  padding: 15px;
  gap: 0;
}
#divu2{
width: 100%;
}
.mobile-nav-search-input {
  flex: 1;
  border: 1px solid #94070a;
  border-right: none;
  border-radius: 4px 0 0 4px;
  padding: 3px 5px;
  font-size: 0.95rem;
  outline: none;
  background: #fff;
    width: 94%;
}
.mobile-nav-search-input:focus {
  border-color: var(--red-main);
}
.mobile-nav-search-btn {
      background: #94070A;
    color: #fff;
    border: none;
    border-radius: 0 4px 4px 0;
    padding: 7px 20px;
    font-size: 0.95rem;
    cursor: pointer;
    letter-spacing: 2px;
}
.mobile-nav-search-btn:hover {
  background: var(--red-dark);
}
.mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0 20px;
  flex: 1;
}
.mobile-nav-list li {
  border-bottom: 1px solid #e5e0d8;
}
.mobile-nav-list li:last-child {
  border-bottom: none;
}
.mobile-nav-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 1rem;
  color: #333;
  text-decoration: none;
  font-size: 1.1rem;
  transition: all 0.2s;
}
.mobile-nav-list a i {
  color: #999;
  font-size: 0.85rem;
}
.mobile-nav-list a:hover {
  background: rgba(169, 29, 58, 0.05);
}
.mobile-nav-list a.active {
  background: rgba(148,7,10,0.06);
  color: #94070A;
  border-radius: 4px;
  font-weight: bold;
  font-family: Microsoft YaHei;
  font-size: 1.2rem;
}
.mobile-nav-list a.active i {
  color: #94070A;
  font-weight: bold;
  font-size: 1.2rem;
}
.mobile-nav-bg {
  height: 180px;
  background-image: url('../img/mobile/mo_xc_nav_bg.jpg');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-top: auto;
}

/* ===== Hero 轮播 (紧跟占位 div，位于固定头下方) ===== */
.hero-section {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  top: 0;
  background: transparent;
  display: block;
  clear: both;
  z-index: 1;
}

/* 确保移动端头部与轮播图紧密贴合 */
@media (max-width: 991.98px) {
  .hero-section {
    top: 0 !important;
  }
  .news-item.active .img-rig-box {
    width: 73%;
    margin: 0;
}
  .mobile-header {
    padding-bottom: 0 !important;
  }
  
  .mobile-header .container-fluid {
    padding-bottom: 0 !important;
  }
}
.hero-swiper, .hero-slide { height: 280px;background-size: 100% 100%; }
@media (min-width: 768px) {
  .hero-swiper, .hero-slide { height: 420px; }
}
@media (min-width: 992px) {
  .hero-swiper, .hero-slide { height: 520px; }
}
@media (min-width: 1200px) {
  .hero-swiper, .hero-slide { height: 580px; }
}
@media (min-width: 1400px) {
  .hero-swiper, .hero-slide { height: 620px; }
}
@media (min-width: 1600px) {
  .hero-swiper, .hero-slide { height: 620px; }
}
.hero-slide {
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(139,21,56,0.5) 0%, rgba(169,29,58,0.4) 40%, rgba(232,93,4,0.3) 100%);
}
.hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
}
.hero-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
  margin-bottom: 0.35rem;
}
@media (min-width: 768px) {
  .hero-title { font-size: 2.5rem; }
}
@media (min-width: 1400px) {
  .hero-title { font-size: 3.2rem; }
}
.hero-sub {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.95);
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .hero-sub { font-size: 0.85rem; margin-bottom: 1.5rem; }
}
@media (min-width: 1400px) {
  .hero-sub { font-size: 1rem; }
}
.hero-arch { max-height: 100px; width: auto; }
@media (min-width: 768px) { .hero-arch { max-height: 140px; } }

.hero-pagination { bottom: 1rem !important; }
.hero-pagination .swiper-pagination-bullet { background: #fff; opacity: 0.6; }
.hero-pagination .swiper-pagination-bullet-active { opacity: 1; }
.hero-prev, .hero-next { color: #fff !important; }
.hero-prev::after, .hero-next::after { font-size: 1.5rem; }
@media (max-width: 767.98px) {
  .hero-prev, .hero-next { display: none !important; }
}

/* ===== 主内容区 ===== */
.swiper_xwdt_tool {
  display: flex;
  align-items: center;
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 9;
}
.swiper_xwdt_btn {display: block;}
.swiper_xwdt_btn img{
    width: 40px;
    height: 40px;
    margin-left: 6px;
    vertical-align: middle;
    cursor: pointer;
}
.swiper_xwdt_btn img:nth-child(2){
    display: none;
}
.news-main-swiper{
  position: relative;
}
.swiper_xwdt_btn:hover img:first-child{
    display: none;
}

.swiper_xwdt_btn:hover img:nth-child(2){
    display: block;
}
.main-content {
  background-color: #fffbf5;
  background-image: url('../img/index/xc_index_bg1.jpg');
  background-repeat: no-repeat;
  background-position: left 165%;
  background-size: 100% 83%;
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding-top: 1rem;
}
.main-contents {
  background-color: #fffbf5;
  background-image: url('../img/index/xc_index_bg2.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
/* 新版标题样式 */
.section-header-new {
  border-bottom: 1px solid #e5e0d8;
  padding-bottom: 0.75rem;
}
.section-title-new {
  font-size: 2.38rem;
  font-family: Source Han Serif CN;
  font-weight: bold;
  color: #333333;
  margin: 0;
  display: flex;
  align-items: baseline;
  background: url('../img/index/xc_index_title_bg.png') no-repeat;
  background-size: auto 46px;
  background-position: 66% 34%;
}
.section-title-new .title-big {
  font-size: 4.15rem;
  font-weight: 400; 
  color: #FADFB2;
  background: linear-gradient(0deg, #E6292E 0.1220703125%, #780104 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'MyFont', sans-serif;
}
.section-more-new {
  font-size: 1rem;
  color: var(--text-muted);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 0.6rem;
}
.section-more-new img{
      width: 5rem;
}
.section-more-new:hover { color: var(--red-main); }
.more-dot {
  width: 8px;
  height: 8px;
  background: var(--red-main);
  border-radius: 50%;
}

/* 新闻快报区域 */
.news-section {
  border-radius: 8px;
}
.news-list-new {
  list-style: none;
  margin: 0;
  padding: 0;
height: 100%;
  display: flex;
  flex-direction: column;
}
.news-list-new li {
  padding: 1.2rem 0;
  padding-left: 12px;
  border-bottom: 1px dashed #e5e0d8;
  border-left: 3px solid transparent;
 flex: 1;
  display: flex;
  align-items: center;
}
.news-list-new li:hover,
.news-list-new li.active {
  background: url('../img/index/xc_index_tu1.png') no-repeat, rgba(148,7,10,0.05);
  background-position: right bottom;
  background-size: auto 50%;
    border-bottom: 1px dashed #920303;
  padding-left: 1rem;
}
.news-list-new li:hover a,
.news-list-new li.active a {
   font-weight: bold;
  color: #94070A;
}
.news-list-new li:hover .news-date,
.news-list-new li.active .news-date {
  color: var(--red-main);
}
.news-list-new li:hover .datexian,
.news-list-new li.active .datexian {
  display: block;
}
.news-list-new li a {
  display: block;
  color: #333;
  font-family: Source Han Serif CN;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: bold;
  transition: color 0.2s;
  white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  width: 100%;
} 
.news-list-new li.featured a {
  font-family: Source Han Serif CN;
  font-weight: bold;
  font-size: 1.2rem;
  color: #333333;
}
.news-list-new .news-date {
  display: flex;
  font-size: 1.12rem; 
  margin-bottom: 0;
  margin-top: 4px;
  font-family: Source Han Serif CN;
  font-weight: 400; 
  color: #94070A; 
}
.datexian {
  display: none;
}

/* 新闻轮播 */
.news-swiper-wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.news-slide-img {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  /* 5:3 比例 = 60% padding-top */
  padding-top: 60%;
}
.news-slide-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-main-swiper{
  position: relative;
}
.news-slide-footer {
  background: linear-gradient(to right, rgba(114, 112, 110, 1), rgba(255, 255, 255, 0));
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.news-slide-pager {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.1rem;
  flex-shrink: 0;
}
.news-slide-pager .current {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
.news-slide-title {
  color: #fff;
  font-size: 0.95rem;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-slide-nav {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.news-main-prev, .news-main-next {
  position: static !important;
  width: 32px !important;
  height: 32px !important;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  margin: 0 !important;
}
.news-main-prev::after, .news-main-next::after {
  font-size: 0.9rem !important;
  color: #fff;
}
.news-main-next {
  background: var(--red-main);
}

/* 思政课堂区域 */
.sizheng-section, .culture-section {
  padding: 1.5rem;
  border-radius: 8px;
  height: 100%;
}
.sizheng-img img, .culture-img img {
  height: 21rem;
  object-fit: cover;
  width: 98%!important;
}
.szktl .row {
  --bs-gutter-x: 0;
}
/* 文化建设图片尺寸优化 */
.news-item .img-box img {
  width: 100%;
  object-fit: cover;
 height: 7.8rem;
}

.article-list-new {
  list-style: none;
  margin: 0;
  padding: 0;
}
.szktl{
  cursor: pointer;
}
.article-list-new li {
  padding-bottom: 1.3rem;
  margin-bottom: 1.3rem;
  border-bottom: 1px dashed #e5e0d8;
  cursor: pointer;
}
.szkttil{
  font-size: 1.25rem;;
  margin: 0 0 6px 0;
  font-family: Source Han Serif CN;
  font-weight: bold;
  color: #333333;
  width: 100%;
}
.szkttil a {
  color: #333;
  text-decoration: none;
  width: 100%;
  display: block; 
} 
.article-list-new .article-date {
  font-size:1.12rem;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0.6rem 0 0.8rem;
  font-family: Source Han Serif CN;
  font-weight: 400;
  color: #94070A;
}
.date-icon{
  width: 0.9rem;
}
.article-list-new .article-date i {
  font-size: 6px;
}
.singleRow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.article-list-new p {
  font-size: 1.12rem;
  margin: 0;
  line-height: 1.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #8E8E8E;
}
.article-list-new li:hover a{
  color: #81001b;
}
.article-list-new li:hover{
      border-bottom: 1px dashed #94070A;
}
.article-list-new li:hover p{
  color: #733939;
}
/* 思政课堂高亮区域 */
.sizheng-highlight {
  display: flex;
  gap: 1rem;
  border-bottom: 1px solid #DDD8D0;
  padding-bottom: 1rem;
}
.highlight-date {
  flex-shrink: 0;
  text-align: left;
}
.szktbinfo{
  font-family: Source Han Sans SC;
  font-weight: 400;
  font-size: 1.12rem;
  line-height: 1.6rem;
  color: #8E8E8E;
}
.highlight-date .day {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  font-family: Source Han Serif CN;
  font-weight: bold;
  color: #94070A;
}
.twoleRow {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.highlight-divider {
  height: 51px;
  width: 1px;
  background: #e5e0d8;
  flex-shrink: 0;
}
.highlight-date .year {
  text-align: center;
  display: block;
  font-size: 0.8rem;
  margin-top: 5px;
  font-family: Source Han Serif CN;
  font-weight: 400;
  color: #94070A;
}
.highlight-content{
  font-size: 1.25rem;
  font-family: Source Han Serif CN;
  font-weight: bold;
  color: #333333;
  line-height: 1.9rem;
}
.highlight-content a {
  color: #333;
  text-decoration: none;
}
.highlight-content a:hover {
  color: var(--red-main);
}
/* 文化建设列表 */
.culture-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.culture-list li {
  padding: 0.75rem 0;
  border-bottom: 1px dashed #e5e0d8;
}
.culture-list li:last-child {
  border-bottom: none;
}
.culture-list .culture-date {
  font-size: 0.9rem;
  margin-bottom: 6px;
}
.culture-list .culture-date .day {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
}
.culture-list .culture-date .year {
  color: var(--text-muted);
}
.culture-list a {
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.5;
}
.culture-list a:hover {
  color: var(--red-main);
}

/* 旧版样式保留 */
.content-block {
  background: #fff;
  padding: 1.25rem;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
@media (min-width: 1200px) {
  .content-block {
    padding: 1.5rem 1.75rem;
  }
}
.section-header { border-bottom: 2px solid var(--red-main); padding-bottom: 0.5rem; }
.section-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--red-main);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.title-icon { height: 20px; width: auto; }
.section-more {
  font-size: 0.85rem;
  color: var(--text-muted);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.section-more:hover { color: var(--red-main); }
.section-more img { height: 12px; width: auto; }

/* 新闻快报 小轮播 */
.news-featured { position: relative; border-radius: 8px; overflow: hidden; }
.news-featured-img { border-radius: 8px; overflow: hidden; }
.news-featured-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem 0.75rem;
  background: linear-gradient(transparent, rgba(0,0,0,0.6));
  color: #fff;
  font-size: 0.8rem;
}
.news-featured .news-prev,
.news-featured .news-next {
  --swiper-navigation-size: 22px;
  color: #fff !important;
  background: rgba(0,0,0,0.4);
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.news-featured .news-prev::after, .news-featured .news-next::after { font-size: 0.9rem; }

/* .news-list li, .article-list li {
  padding: 0.4rem 0;
  border-bottom: 1px dashed #eee;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem;
} */
/* .news-list li:last-child, .article-list li:last-child { border-bottom: none; } */
.dot {
  width: 6px;
  height: 6px;
  background: var(--red-main);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 0.4rem;
}  
.date {
  font-size: 0.8rem;
  color: var(--text-muted);
  flex-shrink: 0;
}

  .linkbox{
    margin-top:20px;
}
  .linktil{
      font-size: 19px;
      color: #333;
      font-weight: 600;
      margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}
  .linkinfo{}
  .linkinfo a{
     display: block;
     color: #333;
    font-size: 16px;
    margin: 5px 0 10px;
}
    .linkinfo a:hover{
    color:#0d6efd;
}

/* ===== 底部推广轮播 ===== */
.promo-section {
  background-image: url('../img/index/xc_index_bg3.jpg');
  background-size: 100% 100%;
    background-repeat: no-repeat;
    
}
.promo-swiper{
padding: 0 0 4rem;
}
.promo-card {
  height: 140px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
.promo-pagination { margin-top: 1rem; }
.promo-pagination .swiper-pagination-bullet { background: #ccc; }
.promo-pagination .swiper-pagination-bullet-active { background: var(--red-main); }

/* ===== 页脚 ===== */
.site-footer { 
  background-image: url('../img/index/xc_index_footer_bg.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.footer-main { 
   padding: 1.2rem 0 0;
}
.footer-bottom {
  background: rgba(90,24,24,0.67);
  font-family: Source Han Serif CN;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 35px;
}
.footer-logo { 
  height: 3rem; 
}
.footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}

.footer-nav a {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  font-family: Source Han Serif CN;
  font-weight: 400;
  font-size: 1.2rem;
  color: #FFFFFF;
  line-height: 32px;
  position: relative;
  padding: 0 1.2rem 0 0rem;
  white-space: nowrap;
}

.footer-nav a:not(:last-child)::after {
  content: '|';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
}

.footer-nav a:first-child {
  padding-left: 0;
}

.footer-nav a:last-child {
  padding-right: 0;
}

.footer-nav a:hover { color: #fff; }

/* ===== 友情链接样式 ===== */
.friendship-links {
  
}

.friendship-links-content {
  justify-content: space-between;
  gap: 1.5rem;
}

.friendship-links-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.friendship-title {
  font-family: Source Han Serif CN;
  font-weight: bold;
  font-size: 1.75rem;
  color: #FFFFFF;
  line-height: 35px;
  white-space: nowrap;
  margin-right: 1rem;
}
.friendship-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.friendship-link:hover {
  color: var(--red-light);
} 
.friendship-logo {
  height: 5.5rem;
  object-fit: contain;
width:100%;
  border-radius: 4px;
  background: rgba(158,21,32,0.65);
}
.friendship-text {
  height: 4.5rem;
  object-fit: contain;
  border-radius: 4px;
  padding: 0 2rem;
  background: rgba(158,21,32,0.65);
  font-family: Source Han Serif CN;
  font-weight: bold;
  font-size: 1.42rem;
  color: #FFFFFF;
}
/* 响应式调整 */
@media (max-width: 767.98px) {
  .friendship-links-content {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
  
  .friendship-links-list {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
  
  .friendship-link {
    width: 100%;
    justify-content: center;
  }
  
  .friendship-logo,
  .friendship-text {
    width: 100%;
    max-width: 100%;
  }
  
  .friendship-title {
    margin-bottom: 0.5rem;
  }
  
  .friendship-link {
    margin-right: 1rem !important;
  }
}

/* ===== 响应式微调 ===== */
@media (max-width: 991.98px) {
  .hero-section { margin-top: 0; }
  .content-block { padding: 1rem; }
  .news-featured .news-prev, .news-featured .news-next { display: none; }

  /* 等高容器响应式 */
  .equal-height-container {
    flex-direction: column;
  }
  .news-list-new {
    height: auto;
  }
  
  .news-list-new li {
    height: auto !important;
    flex: none;
  }
  /* 思政课堂响应式 */
  .sizheng-highlight {
    flex-direction: column;
    gap: 0.5rem;
  }
  .highlight-divider {
    height: 1px;
    width: 100%;
    order: 2;
  }
  .highlight-date {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
  }
  .highlight-date .day {
    font-size: 1.5rem;
  }
  .highlight-content {
    order: 3;
  }
  .highlight-content h4 {
    font-size: 0.95rem;
  }
  .szktbinfo {
    font-size: 0.85rem;
  }
  .article-list-new li {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  /* .article-list-new h4 {
    font-size: 0.95rem;
  }
  .article-list-new p {
    font-size: 1.15rem;
  } */

  /* 文化建设响应式 */
  .news-item {
    /* flex-direction: column; */
    padding: 12px;
  }
  .news-item .img-box {
    width: 25%;
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .news-item.active .img-rig-box {
    width: 100%;
  }
  .culture-date {
    display: inline-block;
    padding: 0.15rem 0.8rem;
  }
  .whjsrigtil {
    font-size: 0.95rem;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

@media (max-width: 767.98px) {
  /* 标题字体调整 */
  /* .section-title-new {
    font-size: 1.5rem;
  }
  .section-title-new .title-big {
    font-size: 2.2rem;
  } */
  .section-more-new {
    font-size: 0.9rem;
  }
  .sizheng-img{
    padding-right: 0;
  } 
  /* 思政课堂图片调整 */
  .sizheng-img img {
    height: 10.5rem;
    object-fit: cover;
  }
  .sizheng-highlight {
    border-bottom: none;
  }
  /* 移除移动端对新闻轮播图的具体高度设置 */
  .news-slide-img {
    padding-top: 60%; /* 保持5:3比例 */
  }
}

@media (max-width: 575.98px) {
  .friendship-logo {
    height: 3.5rem;
  }
  .hero-swiper, .hero
  .hero-title { font-size: 1.35rem; }
  .hero-sub { font-size: 0.65rem; }
  .promo-card { height: 120px; font-size: 1rem;   }
  .highlight-date .year {
    font-size: 0.75rem;
  }
  .highlight-content h4 a {
    font-s-size: 0.75rem;
  }
  .whjsrigtil {
    font-size: 0.9rem;
  }
  /* 小屏幕下保持5:3比例 */
  .news-slide-img {
    padding-top: 60%;
  }
}
.news-list {
  display: block;
  margin-top: 0;
}

/* 列表项基础样式 */
.news-item {
  display: flex;
  padding: 0.4rem 0.3rem 0.6rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #DDD8D0;
  position: relative; /* 为日期绝对定位做准备 */
  cursor: pointer;
  transition: all 0.3s ease;
}

/* 高亮（选中）样式 */

/* 日期样式 - 普通状态 */
.news-item .date {
  font-size: 12px;
  color: #999;
  margin-right: 15px;
}

/* 日期样式 - 高亮状态（右上角） */
.news-item.active .date {
  position: absolute;
  top: 15px;
  right: 10px;
  margin: 0;
}

/* 图片容器 - 普通状态隐藏 */
.news-item .img-box {
  width: 40%;
  margin-right: 10px;
  display: none; /* 默认隐藏 */
}

/* 图片容器 - 高亮状态显示 */
.news-item.active .img-box {
  display: block;
}
/* 标题样式 */
.news-item .title {
  font-size: 14px;
  color: #333;
  flex: 1; /* 标题占剩余宽度 */
}
.img-rig-box {
    width: 100%;
    /* margin: 8px 0; */
}
.news-item.active{
  border-bottom: none;
}
.news-item.active .img-rig-box{
 width: 59%;
 margin: 0;
}
.culture-date {
  background: #F4E6D4;
  border-radius: 0px 17px 18px 0px;
  padding: 0.2rem 1rem 0.2rem 0.2rem;
  width: fit-content;
  margin-bottom: 0.4rem;
}
.whjsrigtil{
    font-family: Source Han Serif CN;
    font-weight: bold;
    font-size: 1.25rem;
    color: #333333;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list .active .whjsrigtil{
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: auto;
    white-space: break-spaces;
    text-overflow: ellipsis;
}
.display-block{
  display: block;
}
.day {
  font-family: Source Han Serif CN;
  font-weight: bold;
  font-size: 1.25rem;
  color: #414141;
}
.year {
  font-family: Source Han Serif CN;
  font-weight: 400;
  font-size: 1rem;
  color: rgba(65, 65, 65, 0.68);
}
.p20{
  padding-top: 2rem;
}

/* ===== 理论学习样式 ===== */
.llstudy-box {
  overflow: hidden;
  position: relative;
  padding-left: 1rem;
}

.llstudy-list {
  width: 100%;
}

.llstudy-box::before {
  position: absolute;
  background: url('../img/index/licheng.png');
  width: 0.8rem;
  height: 100%;
  top: 0.8rem;
  left: 0;
  content: '';
  background-size: contain;
  background-repeat: repeat-y;
  transition: all 0.3s ease;
}

.llstudy-box.active::before {
  /* background: url('../img/index/licheng-active.png'); */
  background-size: contain;
  background-repeat: repeat-y;
}

.llstudy-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.llstudy-item {
  position: relative;
  padding-left: 1rem;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
  transition: all 0.3s ease;
}

.llstudy-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.yuan{
  display: none;
}
.llstudy-item:hover .yuan{
  display: block;
  position: absolute;
  top: 0.3rem;
  left: -1rem;
  width: 1.2rem;
  height: 1.2rem;
  background: rgba(231, 130, 130, 0.5);
  border-radius: 50%;
  border: 1px solid #ff5a5d;
}
.llstudy-item:hover .kongyuan{
  display: none;
}
.kongyuan{
      width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    margin: 0.2rem auto;
    position: absolute;
    top: 0.3rem;
    left: -0.87rem;
    border: 1px solid #c2bfbf;
}
.yuan div{
  width: 0.7rem;
  height: 0.7rem;
  background: #be1a1d;
  border-radius: 50%;
  margin: 0.2rem auto;
}
.llstudy-content {
  flex: 1;
}

.llstudy-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 6px 0;
  font-family: Source Han Serif CN;
  color: #333333;
  transition: color 0.3s ease;
  position: relative;
  padding-left: 1.3rem;
}
.llstudy-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.3rem;
  background: url('../img/index/xc_index_tu7.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.2rem;
  height: 1.2rem;
}
.llstudy-item:hover .llstudy-title {
  color: #94070A;
}
.llstudy-item:hover .llstudy-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.3rem;
  background: url('../img/index/xc_index_tu7_hover.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.2rem;
  height: 1.2rem;
}
.llstudy-title img{
  width: 1.2rem;
  margin-bottom: 0.2rem;
  margin-right: 0.2rem;
}
.llstudy-desc {
  font-size: 1.12rem;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #8E8E8E;
  margin-bottom: 0;
}

/* 响应式调整 */
@media (max-width: 767.98px) {
  .llstudy-title {
    font-size: 1.2rem;
  }
  
  /* .llstudy-desc {
    font-size: 0.8rem;
  }
   */
  .llstudy-box {
    padding-left: 0.8rem;
  }
  
  .llstudy-box::before {
    width: 0.6rem;
    top: 0.6rem;
  }
}
.footer-box{
  position: relative;
}
.return-top{
  display: flex;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 0rem;
  background: #8D141D;
  right: 1.1rem;
  padding: 1.1rem;
  font-family: Source Han Serif CN;
  font-weight: 400;
  font-size: 1rem;
  color: #E8BD98;
}
.return-top span{
  margin-right: 0.5rem;
}
.return-top img{
  width: 0.8rem;
  height: 1rem;
}
.qlwl-box{
  display: flex;
  font-family: Source Han Serif CN;
  font-weight: bold;
  font-size: 1.2rem;
  color: #414141;
  margin-bottom: 0.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px dashed #DDD8D0;
}
.qlwl-box:hover{
  color: #94070A;
}
.timewl{
  background: url('../img/index/xc_index_tu8.png') no-repeat;
  width: 5.8rem;
  display: flex;
  align-items: center;
  height: 2.2rem;
  padding-left: 0.7rem;
  background-size: 100% 100%;
  font-family: Source Han Serif CN;
  font-weight: 400;
  color: #414141;
}
.botomstudy{
  width: 100%;
  cursor: pointer;
}
.qlwl-box p{
   margin-bottom: 0;
   width: calc(100% - 6rem);
   line-height: 2.2rem;
  height: 2.2rem;
}
.qlwl-news-item{
  list-style-type:none;
}
.llstudy-box{
  padding-left: 1rem;
  position: relative;
}
.llstudy-box::before{
  position: absolute;
  background: url('../img/index/licheng.png');
  background-repeat: no-repeat;
  background-size: 13% 100%;
  width: 0.6rem;
  height: 100%;
  top: 0;
  left: 0.48rem;
  padding-left: 0.2rem;
}
.bookimg{
  background: url('../img/index/xc_index_tu7.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 1.2rem;
  height: 1.2rem;
}
.zdydb span:first-child{
  margin-right: 0.8rem;
}
.footer-nav a:hover{
  font-weight: bold;
}
/* 响应式图片尺寸调整 */
@media (max-width: 767.98px) {
 .searchicon{
    top: 0px;
}
  .news-slide-img img {
    height: 240px;
  }
.news-item .img-box {
    width: 30%;
}
.news-item.active .img-rig-box {
    width: 69%;
}
  .news-item .img-box img {
    height: 6rem;
  }
  .zdydb span{
    display: block;
  }
  .return-top{
    top: 1.5rem;
  }
  .section-title-new{
    font-size: 1.8rem;
  }
  .section-title-new .title-big{
    font-size: 3.2rem;
  }
.friendship-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .btmfriend {
    flex-direction: column;
    width: 100%;
    text-align: center;
    max-height: none;      /* 手机端不限制行数 */
    overflow: visible;
  }

  .btmfriend-link {
    white-space: normal;
    display: block;
    width: 100%;
    font-size: 0.9rem;
  }
  .friendship-title {
      font-size: 1.4rem;
  }
}
@media (max-width: 575.98px) {
  .sizheng-img img {
    height: 7.5rem;
  }

.news-item .img-box {
    width: 30%;
}
.news-item.active .img-rig-box {
    width: 69%;
}
  .sizheng-highlight {
    padding-bottom: 0;
    margin-bottom: 0.2rem;
}
  .news-item .img-box {
    width: 46%;
  } 
  .news-item .img-box img {
    height: 5.2rem;
  }
  .zdydb span{
    display: block;
  }
  .return-top{
    top: 1.5rem;
  }
  .section-title-new .title-big{
      font-size: 2.8rem;
  }
   .section-title-new {
      font-size: 1.6rem;
  }
  .news-list-new li a {
      font-size: 1rem;
  }
  .news-list-new li {
      padding: 0.5rem 0;
  }
  .news-list-new .news-date {
      font-size: 0.9rem;
  }
  .highlight-content {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .szkttil {
    font-size: 1rem;
  }
  .article-list-new .article-date {
    font-size: 0.9rem;
}
.whjsrigtil {
    font-size: 1rem;
}
.day {
    font-size: 1rem;
}
.year{
  font-size: 0.9rem;
}
.llstudy-title {
        font-size: 1rem;
    }
    .llstudy-desc{
      font-size: 0.9rem;
    }
    .article-list-new p{
      font-size: 0.9rem;
    }
    .qlwl-box {
      font-size: 1rem;
  }
  .friendship-title {
    font-size: 1.4rem;
}
.study-til {
    font-size: 1rem !important;
}
.news-title {
    font-size: 1rem!important;
}
.news_date {
    font-size: 1rem!important;
}
.szbox {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1440px;
  }
  .listbox .container{
    max-width: 1360px;
  }
.xwkbox .col-lg-5{
    width: 43%;
  }
  .xwkbox .col-lg-7{
    width: 57%;
  }
  .szktwhjs .col-lg-8{
    width: 62.5%;
  }
  .szktwhjs .col-lg-4{
    width: 37.5%;
  }

  .szktbox .col-md-7{
    width: 51.5%;
  }
  .szktbox .col-md-5{
    width: 48.5%;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1480px;
  }
  .listbox .container{
    max-width: 1360px;
  }
.xwkbox .col-lg-5{
    width: 43%;
  }
  .xwkbox .col-lg-7{
    width: 57%;
  }
  .szktwhjs .col-lg-8{
    width: 62.5%;
  }
  .szktwhjs .col-lg-4{
    width: 37.5%;
  }
  .szktbox .col-md-7{
    width: 51.5%;
  }
  .szktbox .col-md-5{
    width: 48.5%;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1560px;
  }
  .listbox .container{
    max-width: 1360px;
  }
.xwkbox .col-lg-5{
    width: 43%;
  }
  .xwkbox .col-lg-7{
    width: 57%;
  }
  .szktwhjs .col-lg-8{
    width: 62.5%;
  }
  .szktwhjs .col-lg-4{
    width: 37.5%;
  }
  .szktbox .col-md-7{
    width: 51.5%;
  }
  .szktbox .col-md-5{
    width: 48.5%;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1660px;
  }
  .listbox .container{
    max-width: 1360px;
  }
.xwkbox .col-lg-5{
    width: 43%;
  }
  .xwkbox .col-lg-7{
    width: 57%;
  }
  .szktwhjs .col-lg-8{
    width: 62.5%;
  }
  .szktwhjs .col-lg-4{
    width: 37.5%;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1600px;
  }
  .listbox .container{
    max-width: 1360px;
  }
.xwkbox .col-lg-5{
    width: 43%;
  }
  .xwkbox .col-lg-7{
    width: 57%;
  }
  .szktwhjs .col-lg-8{
    width: 62.5%;
  }
  .szktwhjs .col-lg-4{
    width: 37.5%;
  }
  .szktbox .col-md-7{
    width: 51.5%;
  }
  .szktbox .col-md-5{
    width: 48.5%;
  }
}

  
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-content .container {
    max-width: 95%;
  }
.searchicon{
    top: 0px;
}
.news-item .img-box {
    width: 24%;
}
.news-item.active .img-rig-box{
 width: 74%;
}
  .promo-section .container {
    max-width: 95%;
  }
  .main-contents .container {
    max-width: 95%;
  }
  .section-title-new{
    font-size: 2rem;
  }
  .section-title-new .title-big{
    font-size: 3.5rem;
  }
.friendship-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .btmfriend {
    flex-direction: column;
    width: 100%;
    text-align: center;
    max-height: none;      /* 手机端不限制行数 */
    overflow: visible;
  }

  .btmfriend-link {
    white-space: normal;
    display: block;
    width: 100%;
    font-size: 1.2rem;
  }
  /* 调整标题字体大小，避免换行 */
  /* .section-title-new {
    font-size: 1.8rem;
  }
  
  .section-title-new .title-big {
    font-size: 2.5rem;
  } */
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-content .container {
    max-width: 1070px;
  }
.news-item .img-box img {
    height: 6.2rem;
}
  .promo-section .container {
    max-width: 1070px;
  }
  .main-contents .container {
    max-width: 1070px;
  }
  .news-list-new li {
    padding: 0.4rem 0;
  }
  /* 中等屏幕保持5:3比例 */
  .news-slide-img {
    padding-top: 60%;
  }
  
  .section-title-new{
    font-size: 2rem;
  }
  .section-title-new .title-big{
    font-size: 3.95rem;
  }
.xwkbox .col-lg-5{
    width: 43%;
  }
  .xwkbox .col-lg-7{
    width: 57%;
  }
  .szktwhjs .col-lg-8{
    width: 62.5%;
  }
  .szktwhjs .col-lg-4{
    width: 37.5%;
  }
  .szktbox .col-md-7{
    width: 51.5%;
  }
  .szktbox .col-md-5{
    width: 48.5%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .news-list-new li {
    padding: 0.8rem 0;
  }
  /* 大屏幕保持5:3比例 */
  .news-slide-img {
    padding-top: 60%;
  }
.xwkbox .col-lg-5{
    width: 43%;
  }
  .xwkbox .col-lg-7{
    width: 57%;
  }
  .szktwhjs .col-lg-8{
    width: 62.5%;
  }
  .szktwhjs .col-lg-4{
    width: 37.5%;
  }
  .szktbox .col-md-7{
    width: 51.5%;
  }
  .szktbox .col-md-5{
    width: 48.5%;
  }
}
@media (min-width: 1400px) and (max-width: 1500px) {
  .news-list-new li {
    padding: 1.1rem 0;
  }
  /* 超大屏幕保持5:3比例 */
  .news-slide-img {
    padding-top: 60%;
  }
.xwkbox .col-lg-5{
    width: 43%;
  }
  .xwkbox .col-lg-7{
    width: 57%;
  }
  .szktwhjs .col-lg-8{
    width: 62.5%;
  }
  .szktwhjs .col-lg-4{
    width: 37.5%;
  }

  .szktbox .col-md-7{
    width: 51.5%;
  }
  .szktbox .col-md-5{
    width: 48.5%;
  }
}