:root {
  --slide-indicator-gap: 2rem;
  --slide-title-size: 1rem;
  --slide-width: 100%;
  --slide-height: 200px;
  --slide-border-radius: 5px;
  --slide-transition: 800ms;
  --slide-indicator-size: 14px;
}

h1 {
  font-size: var(--font-size-h2);
}


h1.logo {
  height: 3rem;
  overflow: hidden;
  margin: 0;
}

h1.logo a {
  display: block;
}


html {
  max-width: 750px;
}

.seo-slideshow .indicators {
  bottom: unset;
  top: 0;
}

.seo-slideshow .slide-content {
  padding: 10px;

}

.seo-slideshow .slide-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin-top: 10px;
}

.main-container {
  margin: 0 .5rem;
}


/* 头部样式 */
.topbar {
  padding: 0.5rem 0;
  font-size: 1rem;
  color: #333;
  background-color: #fff;
  position: relative;
  z-index: 100;
}

.top-row {
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  height: 100%;
  width: auto;
}

.search-container {
  flex: 1;
  padding: 0.6rem 2.5rem 0.6rem 1rem;
  position: relative;
  border: 1px solid #ddd;
  border-radius: .5rem;

}

.search-input {
  width: 100%;
  border: none;
  font-size: 0.9rem;
  outline: none;

  cursor: pointer;
}

.search-input:focus {
  border-color: #2eb788;
}

.search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
}

.menu-btn {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #333;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  touch-action: manipulation;
  margin-right: 0.2rem;
}

.search-btn {
  background: #2eb788;
  border: none;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
}

.top-container {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.search-row {
  padding: 0.5rem;
}

/* 四大板块横栏样式 */
.four-sections-bar {
  display: flex;
  justify-content: space-between;
  background-color: #fff;

}

.section-item {
  flex: 1;
  text-align: center;
}

.section-link {
  display: block;
  padding: 0.5rem 0;
  color: #333;
  text-decoration: none;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.section-link:hover {
  color: #2eb788;
  background-color: #f8f8f8;
}




/* 底部样式 */
.footer {
  background-color: #f5f5f5;
  padding: 20px 0;
  margin-top: 30px;
  border-top: 1px solid #ddd;
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
}

.footer-links {
  text-align: center;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.footer-links a {
  color: #666;
  text-decoration: none;
  margin: 5px 10px;
  font-size: 1rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  touch-action: manipulation;
  white-space: nowrap;
}

.footer-links a:hover {
  color: #2eb787;
  text-decoration: underline;
  background-color: #e9e9e9;
  border-radius: 4px;
}



/* 底部样式 */
.footer {
  background-color: #f5f5f5;
  padding: 20px;
  margin-top: 30px;
  border-top: 1px solid #ddd;
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  text-align: center;
}


.footer-links {
  text-align: center;
  margin-bottom: 15px;
}

.footer-links a {
  color: #666;
  text-decoration: none;
  margin: 0 5px;
}

.footer-links a:hover {
  color: #2eb787;
  text-decoration: underline;
}

.separator {
  margin: 0 5px;
  color: #999;
}

.footer-info {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-info p {
  margin: 5px 0;
}



/* 紧凑列表样式 */
.top1-section ul {
  list-style: none;
  padding: 0;
  margin: 0;

}

.top1-section li {
  /* border-bottom: 1px solid #f0f0f0; */
  margin: 0;
  display: block;
  color: #333;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.top1-section li:last-child a {
  border-bottom: none;
}

.top1-section a {
  font-size: 1rem;
  color: #333;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top1-section a:hover {
  background-color: #f8f9fa;
  color: #2eb788;
}

.title_second {
  font-size: 1rem;
  color: #999;
  display: block;
  display: -webkit-box;
  line-height: 1.2;
  margin-bottom: 1rem;
}

/** 一个90高 100%宽的图片样式 */
.img-90 {
  overflow: hidden;
  width: 100%;
  height: 90px;
  object-fit: cover;
}

.img-200 {
  overflow: hidden;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/** 3钟列表样式 
    3种样式 主要是配图区别,其他字段样式应该设置

   小图左:左侧图片 右 文本 文本分两行  上是标题  下是分类 作者+时间
   小图右:左侧图片 右 文本 文本分两行  上是标题  下是分类 作者+时间

   大图: 上标题  中图片  下小字 分类 作者+时间


    无图大 : 上标题(3行以内+省略号)  下小字 分类 作者+时间
    无图小 : 上标题(1行+省略号)  下 分类 作者+时间
    */

/* 基础列表项样式 */
.news_list .li_sm a {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.news_list .meta {
  font-size: 0.8rem;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.news_list .li_sm_l a {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.news_list .li_big a {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.news_list .li_none a {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.news_list .li_none_big a {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

/* 小图左样式 */
.news_list .li_sm_l a {
  display: flex;
  align-items: center;
}

.news_list .li_sm_l a .img-container {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  margin-right: 10px;
}

.news_list .li_sm_l a .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.news_list .li_sm_l a .text-container {
  flex: 1;
  min-width: 0;
}

.news_list .li_sm_l a .title {
  height: 60px;

  line-height: 1.4;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 5px 0 5px 0;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;


}

.news_list .li_sm_l a.title:hover {
  color: #2eb788;
}

.news_list .li_sm_l a .meta {
  height: 20px;
  line-height: 20px;
}

/* 小图右样式 */
.news_list .li_sm a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.news_list .li_sm a .img-container {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  margin-left: 10px;
}

.news_list .li_sm a .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.news_list .li_sm a .text-container {
  flex: 1;
  min-width: 0;
}

.news_list .li_sm a .title {
  height: 60px;

  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0 0 10px 0;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;


}

.news_list .li_sm a.title:hover {
  color: #2eb788;
}

.news_list .li_sm a .meta {
  height: 20px;
  line-height: 20px;
}

/* 大图样式 */
.news_list .li_big a .title {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0 0 10px 0;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_list .li_big a .img-container {
  width: 100%;
  height: 180px;
  margin-bottom: 10px;
}

.news_list .li_big a .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}



/* 无图小样式 */
.news_list .li_none a .title {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0 0 5px 0;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.news_list .li_none a .img-container {
  display: none;
}



/* 无图大样式 */
.li_none_big .title {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0 0 10px 0;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_list .li_none_big .meta {

  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-grid-2.news_list .li_none .title {
  font-size: 1.2rem;
}


.sticky-header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: rgb(43, 189, 147);
  padding: 8px 20px;
  margin: 0 -15px;
  z-index: 99;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.sticky-header h2 {
  line-height: 32px;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  color: white;
  display: block;
  align-items: center;
}

.sticky-header h2 i {
  margin-right: 1rem;
}

.sticky-header h2 span {
  width: 10rem;
}

.sticky-header h2 a {
  text-align: right;
  font-size: 1.2rem;
  width: 4rem;
  float: right;
  color: white;
}

.nomal-header {
  background: rgb(232, 232, 232);
  padding: 8px 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.nomal-header h3 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  color: rgb(101, 52, 52);
  display: flex;
  align-items: center;
}

.nostyle li {
  list-style: none !important;
}

.nostyle ::before {
  display: none;
}

.back-to-top.hidden {
  opacity: 0;
  visibility: hidden;
}

/* 栏目列表弹窗样式 */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}

.menu-popup {
  position: fixed;
  top: 2rem;

  right: 0;
  bottom: 0;

  background-color: white;
  min-width: 280px;
  max-width: 740px;
  z-index: 1001;

  overflow-y: auto;
}

.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 8px 20px;
  border-bottom: 1px solid #eee;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background-color: white;
  z-index: 1002;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.menu-header .close-btn {
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-size: 2rem;
}

.menu-header h3 {
  margin: 0;
  color: #333;
  font-size: 1.2rem;
}

/* 为SEO优化，将菜单内容直接嵌入HTML中 */
.menu-container {
  padding: 0 20px;
}

/* 栏目分组样式 */
.menu-group {}

.menu-group h3 {
  font-weight: bold;
  color: hsl(158, 94%, 26%);
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 2px solid #4caf50;
  display: inline-block;
}

/* 栏目标签样式 */
.menu-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0;
}

.menu-tags a {
  display: inline-block;
  padding: 0 8px;
  line-height: 44px;
  min-width: 44px;
  min-height: 44px;
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.menu-tags a:hover {
  background-color: #e8f3f1;
  color: #2bbd93;
}

/* 隐藏SEO内容但保持对搜索引擎可见 */
.seo-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.friend-links-container {
  margin-top: 30px;
  height: 6rem;
  /* 限制显示高度为3行 */
  overflow: hidden;
  position: relative;
}

.friend-links-scroll {
  position: absolute;
  width: 100%;
  animation: scroll-up 10s linear infinite;
}

.friend-links-scroll:hover {
  animation-play-state: paused;
}

@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

.friend-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.friend-links-list li {
  width: 33.3%;
  position: relative;
  padding: 10px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  font-weight: normal;
  text-align: center;
  border-radius: 6px;
  background-color: #f8f9fa;
  transition: all 0.3s ease;
}

.friend-links-list a {
  color: #333;
  text-decoration: none;
}

.friend-links-list a:hover {
  color: #20c997;
  text-decoration: underline;
}



.footer-link a {
  display: block;
  text-align: center;
  padding: 15px;
  font-size: 1.2rem;
  color: #721c24;
}

/* 返回按钮样式 */
.back-btn {
  background: none;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 顶部行布局调整 */
.top-row {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  background-color: #fff;
  border-bottom: 1px solid #e9ecef;
  position: relative;
  height: 50px;
}


.back-btn {
  background: none;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  z-index: 1;
}

.logo {
  height: 3rem;
  width: auto;
  object-fit: contain;
  margin: 0 auto;
  background-color: transparent;
}

.top-container {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  z-index: 1;
}

.search-btn,
.menu-btn {
  background: none;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  color: #333;
  cursor: pointer;
}

/* 面包屑导航样式 */
.breadcrumb-row {
  padding: 8px 15px;
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}

.breadcrumb {
  font-size: 1rem;
  color: #6c757d;
}

.breadcrumb a {
  color: #007bff;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb span {
  color: #495057;
}

/* 文章内容样式 */
.main-container {
  max-width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
}

.article {
  padding: 1rem 0;
}

.article .content h2 {
  font-size: var(--font-size-h3);
  color: var(--text-primary);
  margin: 30px 0 15px 0;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-weight: bold;
  font-family: var(--font-heading);
  clear: both;
}

.article .content h3 {
  font-size: var(--font-size-h4);
  color: var(--text-primary);
  margin: 25px 0 12px 0;
  font-weight: bold;
  font-family: var(--font-heading);
}

.article .content h4 {
  font-size: var(--font-size-base);
  color: var(--text-primary);
  margin: 20px 0 10px 0;
  font-weight: bold;
  font-family: var(--font-heading);
}

.article .content p {
  font-size: var(--font-size-base);
  line-height: 1.8;
  color: var(--text-secondary);
  margin: 0 0 15px 0;
  text-align: justify;
  text-indent: 2em;
}

.article .content b,
.article .content strong {
  font-weight: bold;
  color: var(--text-primary);
}

.article .content ul,
.article .content ol {
  padding-left: 1.5rem;
  margin: 1rem 0;
}

.article .content ul li,
.article .content ol li {
  margin: 0.5rem 0;
  line-height: 1.6;
  color: var(--text-secondary);
}

.article .content ul ul,
.article .content ol ol,
.article .content ul ol,
.article .content ol ul {
  margin: 0.5rem 0;
  padding-left: 1.5rem;
}

.article .content hr {
  border: 0;
  border-top: 1px solid var(--border);
  margin: 1.5rem 0;
}

.article .content table {
  width: 100%;
  border-collapse: collapse;
  margin: var(--space-20s) 0;
  background: var(--background);
  box-shadow: var(--shadow-sm);
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.article .content table th,
.article .content table td {
  padding: var(--space-10);
  text-align: left;
  border-bottom: 1px solid var(--border);
}

.article .content table th {
  background: var(--surface);
  font-weight: bold;
  color: var(--text-primary);
}

.article .content table tr:last-child td {
  border-bottom: none;
}

.article .content table tr:hover {
  background: var(--gray-50);
}


.art-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 1rem;
}

.art-detail span {
  white-space: nowrap;
}

.summary {
  font-size: 1rem;
  color: #495057;
  line-height: 1.6;
  padding: 1rem;
  background-color: #f8f9fa;
  border-radius: 0.375rem;
  margin-bottom: 1.5rem;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.tag-list span {

  font-size: var(--font-size-xs);
  background: var(--green-50);
  color: var(--primary);
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
}



.cover-img {
  margin-bottom: 1.5rem;
}

.image-with-blur {
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 宽高比 */
}

.cover-img img {

  width: 100%;
  height: auto;
  object-fit: cover;
  background-size: cover;
  background-position: center;
}


/* 文章页脚样式 */
.article-footer {
  margin-top: 2rem;
  border-top: 1px solid #e9ecef;
  padding-top: 1.5rem;
}

.ai-disclaimer {

  padding: 1rem;
  font-size: 0.7rem;
  border-radius: 0.375rem;
  margin-bottom: 1.5rem;
}

.copyright-notice {
  background-color: #f8f9fa;
  color: #6c757d;
  font-size: 0.7rem;
  padding: 1rem;
  border-radius: 0.375rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  font-size: 0.875rem;
}

.article-navigation {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.nav-button {
  display: flex;
  align-items: center;
  padding: 1rem;
  border-radius: 0.375rem;
  text-decoration: none;
  color: #fff;
  background-color: #4CAF50;
  /* 使用绿色作为基色 */
  transition: background-color 0.2s;
  flex: 1;
  white-space: nowrap;
  /* 防止换行 */
  overflow: hidden;
  /* 隐藏溢出内容 */
}

.nav-button:hover {
  background-color: #45a049;
  /* 悬停时使用稍深的绿色 */
}

.nav-button.prev-article {
  flex-direction: row;
}

.nav-button.next-article {
  flex-direction: row;
  justify-content: flex-end;
  text-align: right;
}

.nav-button i {
  font-size: 1.5rem;
  min-width: 1.5rem;
}

.nav-button span {
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.4;
  padding: 0 0.5rem;
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  /* 溢出时显示省略号 */
  white-space: nowrap;
  /* 防止换行 */
}



/* 横向滚动容器 */
.horizontal-scrollbar {
  position: relative;
  width: 100%;
  margin: 15px 0;
}

/* 内容容器 */
.horizontal-scrollbar .container {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 5px;
}

.horizontal-scrollbar .container::-webkit-scrollbar {
  display: none;
}

.horizontal-list {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}

.horizontal-list li {
  display: inline-block;
  width: 120px;
  flex-shrink: 0;
}

.horizontal-list li a {
  display: block;
  text-decoration: none;
  color: #333;
}

.hot-image {
  width: 100%;
  height: 120px;
  border-radius: 6px;
  object-fit: cover;
  background: #f5f5f5;
}

.horizontal-list li span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3.2rem;
  font-size: .8rem;
  margin-top: 5px;
  line-height: 1.4;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 滚动条样式 */
.scrollbar {
  height: 6px;
  background: #f1f1f1;
  border-radius: 3px;
  margin-top: 5px;
}

.scrollbar-track {
  width: 100%;
  height: 100%;
}

.scrollbar-thumb {
  height: 100%;
  background: #4CAF50;
  border-radius: 3px;
  transition: width 0.1s ease;
}

/* 图文列表样式 */
.news-list {
  list-style: none;
  padding: 0 15px;
  margin: 0;
}

.news-item {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.news-item:last-child {
  border-bottom: none;
}

.news-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  padding: 5px 0;
  transition: background-color 0.2s ease;
}

.news-item a:hover {
  background-color: #f8f9fa;
}

.news-image {
  flex: 0 0 80px;
  height: 80px;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 12px;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-item a:hover .news-image img {
  transform: scale(1.05);
}

.news-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
  line-height: 1.4;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-meta {
  display: flex;
  gap: 10px;
  font-size: 13px;
  color: #999;
}

/* 触控友好性 */
.news-item a {
  min-height: 44px;
}

/* 响应式调整 */
@media (max-width: 375px) {
  .tab-button {
    padding: 10px 5px;
    font-size: 14px;
  }

  .news-image {
    flex: 0 0 70px;
    height: 70px;
  }
}

/* TAB面板样式 */
.tab-panel {
  margin: 15px 0;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.tab-nav {
  display: flex;
  background: #f8f9fa;
}

.tab-button {
  flex: 1;
  padding: 12px 0;
  border: none;
  background: none;
  color: #666;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.tab-button.active {
  color: #4CAF50;
}

.tab-button.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 3px;
  background: #4CAF50;
  border-radius: 3px;
}

.tab-content {
  padding: 10px 0;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

/* 图文列表样式 */
.news-list {
  list-style: none;
  padding: 0 15px;
  margin: 0;
}

.news-item {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.news-item:last-child {
  border-bottom: none;
}

.news-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  padding: 5px 0;
  transition: background-color 0.2s ease;
}

.news-item a:hover {
  background-color: #f8f9fa;
}

.news-image {
  flex: 0 0 80px;
  height: 80px;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 12px;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-item a:hover .news-image img {
  transform: scale(1.05);
}

.news-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
  line-height: 1.4;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-meta {
  display: flex;
  gap: 10px;
  font-size: 13px;
  color: #999;
}

/* 触控友好性 */
.news-item a {
  min-height: 44px;
}

/* 响应式调整 */
@media (max-width: 375px) {
  .tab-button {
    padding: 10px 5px;
    font-size: 14px;
  }

  .news-image {
    flex: 0 0 70px;
    height: 70px;
  }
}

/* 返回顶部按钮样式 */
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 15px;
  width: 44px;
  height: 44px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: none;
  cursor: pointer;
  z-index: 1000;
  transition: opacity 0.3s ease;
}

.back-to-top:hover {
  background-color: #388E3C;
}

.back-to-top i {
  font-size: 2rem;
}


/* 移动端新闻列表样式 - 严格作用域限定 */
.list-page {
  font-size: 1rem;
}

.list-page .column-header {
  padding: 0.75rem 0.9375rem;
  background: #fff;
}

.list-page .column-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}

.list-page .column-title i {

  color: #4CAF50;
  font-size: 1.125rem;
}

.list-page .cate {
  color: #2eb788;
  font-weight: normal;
}

.list-page .list {
  list-style: none;
  padding: 0 0.9375rem;
  margin: 0;
}

.list-page .item {
  padding: 0.9375rem 0;
  border-bottom: 1px solid #eee;
}

.list-page .item>a {
  display: flex;
  gap: 0.625rem;
  text-decoration: none;
  color: inherit;
}

.list-page .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.list-page .title {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list-page .description {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.3125rem;
}

.list-page .meta {
  display: flex;
  gap: 0.625rem;
  color: #999;
  font-size: 0.8125rem;
}

.list-page .image {
  width: 5.625rem;
  height: 5.625rem;
  flex-shrink: 0;
}

.list-page .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.25rem;
}

/* 触控友好区域扩展 */
.list-page .item>a {
  padding: 0.3125rem;
  margin: -0.3125rem;
  touch-action: manipulation;
}

/* 状态反馈 */
.list-page .item>a:active {
  background-color: #f5f5f5;
}

/* 移动端分页样式 - 修复原型问题并增加间隔 */
.pagination {
  padding: 1.25rem 0;
  text-align: center;
}

.pagination .page-numbers {
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.625rem;
  /* 10px 间隔 - 符合移动端触控间隔要求 */
}

.pagination .page-numbers a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.25rem;
  /* 4px 圆角 - 移动端标准圆角 */
  border: 1px solid #eee;
  text-decoration: none;
  color: #333;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}

.pagination .page-numbers .active a {
  background-color: #2eb788;
  color: #fff;
  border-color: #2eb788;
}

.pagination .page-numbers a:hover:not(.active) {
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* 触控友好区域扩展 - 保持44x44px触控区域 */
.pagination .page-numbers a {
  padding: 0.3125rem;

}

/* 箭头按钮样式统一 */
.pagination .page-numbers i {
  font-size: 0.875rem;
}

.pagination .page-numbers li:first-child a,
.pagination .page-numbers li:last-child a {
  min-width: 2.5rem;
  border-radius: 0.25rem;
  /* 与数字按钮保持一致 */
}

.section-title {
  margin-bottom: 1rem;
}

.fire-icon {
  color: var(--error);
}

.category-section {
  margin: 15px 0;
  padding: 0 15px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.category-grid>li {
  text-align: center;
  font-size: 14px;
  padding: 8px 0;
  background: #f8f9fa;
  border-radius: 4px;
  color: #333;
  box-sizing: border-box;
}