* {
  list-style: none;
  box-sizing: border-box;
}

/* 防止移动端出现横向滚动条 */
/* 全局容器样式 - 但不影响导航区域的下拉框 */
.container,
.container-fluid {
  overflow-x: hidden;
}

.row {
  overflow-x: hidden;
}

[class*="col-"] {
  overflow-x: hidden;
}

/* 导航区域容器特殊处理，允许下拉框显示 */
.navigation-section .container,
.navigation-section .container-fluid {
  overflow: visible !important;
}

.navigation-section .row {
  overflow: visible !important;
}

.navigation-section [class*="col-"] {
  overflow: visible !important;
}
html {
  background: #ffffff;
  font: normal 16px/1.5 "Microsoft Yahei", "PingFang", "Droid Sans";
  overflow-x: hidden;
}
body {
  color: #555;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  position: relative; /* 确保下拉框定位基准正确 */
}
a {
  color: #555;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.ss_search_bg {
  z-index: 0;
}
.header {
  height: 18.75rem;
  position: relative;
  background: url('./1723632822369017481.png') center center / cover no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}
#year .header {
  background: top center / auto 100% url(../img/header_year-bg.jpg) no-repeat;
}
.toppest-header {
  padding-top: 0.5rem;
  font-size: 0.875rem;
  color: #ffffff;
  position: relative;
}
.toppest-header a {
  color: #ffffff;
  line-height: 1.5rem;
}
.toppest-header a:hover {
  color: #ddd;
}
.top-header .container {
  padding: 1.5rem 4.375rem;
}
.logo-wrapper {
  flex: 0;
  text-align: center;
  margin-bottom: 1.875rem;
}
.logo-wrapper img {
  height: 5.625rem;
}
.search-wrapper {
  display: flex;
  flex-wrap: nowrap;
  transition: 0.5s all ease;
  width: 35rem;
  margin: auto;
}
.search-wrapper:focus-within {
  width: 30rem;
}

.search-wrapper input {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0.625rem;
  color: #595959;
  flex: 1;
  height: 3.125rem;
  padding-left: 1.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-sizing: border-box;
}
.search-wrapper .btn-search {
  background-color: #007bff;
  border-color: #007bff;
  padding-left: 1.25rem;
  padding-right: 1.875rem;
  border-radius: 0rem 0.5rem 0.5rem 0rem;
}
#topNav {
  background: linear-gradient(180deg, #feffff 0%, #bee1ff 76%);
  top: -0.0625rem;
  position: relative;
  padding-top: 8px; /* 为hover效果预留上边距 */
  padding-bottom: 4px; /* 为hover效果预留下边距 */
}
#topNav.fixed-top {
  position: fixed;
}
#topNav .navbar {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#topNav .navbar-nav {
  justify-content: center;
}
#topNav .nav-item {
  position: relative;
  flex-grow: 1;
  text-align: center;
  padding: 4px 0; /* 为hover效果预留垂直空间 */
}
#topNav .nav-link.active {
  background: linear-gradient(352deg, #005482 0%, #0073cf 100%);
  color: #fff;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 84, 130, 0.25),
    0 4px 10px rgba(0, 84, 130, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
#topNav .nav-link:hover,
#topNav .nav-link.cur {
  background-color: #005482;
  opacity: 1;
  background: linear-gradient(352deg, #0064e2 12%, #1f89f5 86%);
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(0, 100, 226, 0.3),
    0 6px 12px rgba(0, 100, 226, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#topNav .nav-link:active {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 100, 226, 0.4),
    0 3px 8px rgba(0, 100, 226, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.1s ease;
}

#topNav .nav-link.active::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: calc(50% - 0.625rem);
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-bottom: 0.5rem solid #fff;
}
#topNav .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  color: #015293;
  font-weight: bold;
  font-size: 1.375rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  border-radius: 8px;
  margin: 4px 2px; /* 增加上下边距为hover效果预留空间 */
  padding: 8px 12px; /* 增加内边距确保有足够的点击区域 */
}
#topNav .nav-link .iconfont {
  font-size: 2rem;
  font-weight: normal;
  margin-right: 0.625rem;
}
.breadcrumb-wrapper {
  background-color: #f8f8f8;
}
.breadcrumb {
  background-color: transparent;
}
#mainCarousel {
  height: 24.375rem;
}
.carousel,
.carousel-inner,
.carousel-item {
  height: 100%;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-indicators {
  left: unset;
  justify-content: flex-end;
  padding: 1rem 1rem 1rem 0;
  margin: 0;
}
#kanCarousel .carousel-indicators,
#shuoCarousel .carousel-indicators {
  padding: 0.5rem 1rem 0.5rem 0;
}
.carousel-indicators li {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  opacity: 0.9;
  border: 0;
  margin: 0 0.2rem;
}
#mainCarousel .carousel-indicators li.active {
  background-color: #ff0000;
}
#kanCarousel .carousel-indicators li.active,
#shuoCarousel .carousel-indicators li.active {
  background-color: #054b69;
}
#mainCarousel .carousel-caption {
  background-color: rgba(0, 0, 0, 0.55);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 8rem 0.75rem 1rem;
  text-align: left;
}
#mainCarousel .carousel-caption a {
  color: #fff;
}

/* 轮播控制按钮样式 */
#mainCarousel .carousel-control-prev,
#mainCarousel .carousel-control-next {
  width: 5%;
  opacity: 0.8;
  transition: all 0.3s ease;
}

#mainCarousel .carousel-control-prev:hover,
#mainCarousel .carousel-control-next:hover {
  opacity: 1;
}

#mainCarousel .carousel-control-prev-icon,
#mainCarousel .carousel-control-next-icon {
  width: 30px;
  height: 30px;
  background-size: 100%;
}

/* 轮播指示器优化 */
#mainCarousel .carousel-indicators {
  bottom: 3px;
  right: 15px;
  left: auto;
  margin: 0;
  justify-content: flex-end;
}

#mainCarousel .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

#mainCarousel .carousel-indicators li.active {
  background-color: #ff0000;
  border-color: #ffffff;
  transform: scale(1.2);
}
.headline-section {
  background: #ffffff;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  position: relative;
  z-index: 1;
  overflow: visible;
}
.headline-title {
  padding: 1rem;
  color: #ff0000;
  background: #f6f6f6;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.headline-desc {
  color: #555555;
}
.headline-title a {
  padding: 0 3rem;
  font-weight: bold;
  font-size: 2.25rem;
  font-family: FZDHTJW;
  color: #284e80;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 最多显示2行 */
  line-clamp: 2; /* 标准属性 */
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  max-height: calc(1.4em * 2); /* 2行的高度 */
  word-wrap: break-word;
  word-break: break-all;
  overflow-wrap: break-word;
  /* 兼容性处理：不支持line-clamp的浏览器 */
  white-space: normal;
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateZ(0);
  text-decoration: none;
}

.headline-title a:hover {
  color: #1e88e5;
  transform: translateY(-2px) scale(1.01);
  text-shadow: 0 4px 15px rgba(30, 136, 229, 0.2);
}

.headline-title a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #1e88e5, #2196f3);
  transform: translateX(-50%);
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 1px;
}

.headline-title a:hover::before {
  width: 80%;
}

/* 兼容性：不支持-webkit-line-clamp的浏览器使用单行省略 */
@supports not (-webkit-line-clamp: 2) {
  .headline-title a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: none;
  }
}

/* 头条标签样式 */
.headline-badge {
  position: absolute;
  top: 8px;
  left: 16px;
  z-index: 100;
  transform: rotate(-30deg);
}

.headline-badge .badge-text {
  display: inline-block;
  background: #dc0017;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 20px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}

.headline-badge .badge-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s ease;
}

.headline-badge:hover .badge-text::before {
  left: 100%;
}

.headline-badge:hover .badge-text {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(255, 71, 87, 0.4);
}

/* 头条标题响应式调整 */
@media (max-width: 1200px) {
  .headline-title a {
    font-size: 2rem;
    max-height: calc(1.4em * 2);
  }
}

@media (max-width: 992px) {
  .headline-title a {
    font-size: 1.8rem;
    max-height: calc(1.4em * 2);
  }
}

@media (max-width: 768px) {
  .headline-title a {
    font-size: 1.6rem;
    line-height: 1.3;
    max-height: calc(1.3em * 2);
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .headline-badge {
    top: 5px;
    left: 10px;
  }

  .headline-badge .badge-text {
    font-size: 12px;
    padding: 6px 12px;
  }
}

@media (max-width: 576px) {
  .headline-title a {
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 0 10px;
    max-height: calc(1.2em * 2);
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .headline-badge {
    top: 5px;
    left: 8px;
  }

  .headline-badge .badge-text {
    font-size: 11px;
    padding: 5px 10px;
  }
}

@media (max-width: 480px) {
  .headline-title a {
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 0 5px;
    max-height: calc(1.2em * 1);
    -webkit-line-clamp: 1; /* 小屏幕只显示1行 */
    line-clamp: 1;
  }
}

@media (max-width: 360px) {
  .headline-title a {
    font-size: 1rem;
    line-height: 1.1;
    max-height: calc(1.1em * 1);
    -webkit-line-clamp: 1; /* 极小屏幕只显示1行 */
    line-clamp: 1;
  }
}
.headline-entry-wrapper {
  display: flex;
}
.headline-entry-wrapper .entry {
  min-width: 20%;
  max-width: 40%;
  text-align: center;
  padding: 0 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.headline-entry-wrapper .entry + .entry {
  border-left: 0.0625rem solid #9a9a9a;
}
.headline-entry-wrapper .entry a {
  color: #005888;
}
.column-title-wrapper {
  display: flex;
  align-items: baseline;
  position: relative;
}
.nav-column-title.nav {
  flex-wrap: nowrap;
}
.column-title-wrapper .title {
  font-size: 1.375rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #006eab;
  line-height: 2rem;
  padding-left: 1rem;
}
.column-title-wrapper .title::before {
  left: 0;
  top: 0.375rem;
  content: "";
  position: absolute;
  width: 0.3125rem;
  height: 1.25rem;
  border-radius: 0.1875rem;
  background: #006eab;
}
.column-title-wrapper .more-tag {
  margin-left: auto;
}
.column-title-wrapper .more-tag a {
  font-size: 0.875rem;
  color: #888888;
}
.column-title-wrapper .more-tag a:hover {
  color: #aaa;
}
.feature-image-wrapper {
  height: 4.375rem;
}
.feature-image-wrapper img {
  height: 4.375rem;
  width: 100%;
}
.file-database-wrapper .nav-column-title .nav-item {
  flex-grow: 1;
}
.file-database-wrapper .nav-column-title .nav-link {
  text-align: center;
  font-size: 1.125rem;
}
.addition-section .news-list-wrapper .entry-wrapper .title {
  padding-right: 0;
}
.file-search-wrapper {
  position: relative;
  border: 0.0625rem solid #ececec;
}
.file-search-wrapper .file-select {
  border: 0;
  border-right: 0.0625rem solid #ececec;
  border-radius: 0;
}
.file-search-wrapper .file-input {
  margin-left: 0.1875rem;
  border: 0;
  border-radius: 0;
  padding-right: 2.5rem;
}
.search-wrapper > .getmessage {
  flex: 1;
}
.file-search-wrapper .form-inline > .getmessage:nth-child(2) {
  flex: 1;
}
.file-database-wrapper.services {
  background: #fafeff;
}
.btn-file-search {
  position: absolute;
  top: calc(50% - 1.5625rem);
  right: -0.1875rem;
}
.btn-file-search .iconfont {
  font-size: 1.5rem;
  color: #888888;
}
.news-image-wrapper img {
  width: 100%;
  height: 12.5rem;
  object-fit: cover;
}
.news-info-container {
  background-color: #f9f9f9;
  padding: 0.5rem 1rem;
  border: 0.0625rem solid #e1e1e1;
}
.news-title-wrapper {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 4.75rem;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
}
.news-desc-wrapper {
  height: 6.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-date-wrapper {
  color: #898989;
  padding-top: 0.75rem;
  font-size: 1.25rem;
}
.zhuanti-swiper-wrapper {
  position: relative;
}

/* 专题轮播容器 */
.zhuanti-swiper-wrapper .swiper-slide {
  height: 8.5rem; /* 从6.25rem增加到8.5rem */
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.zhuanti-swiper-wrapper .swiper-slide:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

/* 专题内容容器 */
.zhuanti-slide-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* 专题图片 */
.zhuanti-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.zhuanti-swiper-wrapper .swiper-slide:hover .zhuanti-image {
  transform: scale(1.05);
}

/* 专题遮罩层 */
.zhuanti-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5rem;
}

/* 专题链接 */
.zhuanti-link {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  line-height: 1.3;
  display: block;
  transition: all 0.3s ease;
}

.zhuanti-link:hover {
  color: #ffffff;
  text-decoration: none;
  transform: scale(1.05);
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

/* 兼容旧样式 */
.zhuanti-swiper-wrapper .text-zhuanti {
  padding: 0.625rem;
  display: block;
  height: 8.5rem; /* 从6.25rem增加到8.5rem */
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  background: top center / cover url(../img/zhuanti-bg.jpg);
}

.zhuanti-swiper-wrapper .text-zhuanti:hover {
  opacity: 0.8;
}

.zhuanti-swiper-wrapper .text-zhuanti a {
  color: #10568a;
}

/* 专题轮播响应式样式 */
@media (max-width: 768px) {
.zhuanti-swiper-wrapper .swiper-slide {
    height: 7rem; /* 从5rem增加到7rem */
  }

  .zhuanti-link {
    font-size: 0.9rem;
    line-height: 1.2;
  }

  .zhuanti-overlay {
    padding: 0.3rem;
  }
}

@media (max-width: 576px) {
  .zhuanti-swiper-wrapper .swiper-slide {
    height: 6rem; /* 从4.5rem增加到6rem */
  }

  .zhuanti-link {
    font-size: 0.8rem;
    line-height: 1.1;
  }

  .zhuanti-overlay {
    padding: 0.25rem;
  }
}

@media (max-width: 480px) {
  .zhuanti-swiper-wrapper .swiper-slide {
    height: 5.5rem; /* 从4rem增加到5.5rem */
  }

  .zhuanti-link {
    font-size: 0.75rem;
    font-weight: 500;
  }
}
.zhuanti-swiper-wrapper .swiper-button-prev,
.zhuanti-swiper-wrapper .swiper-button-next {
  position: absolute;
  top: calc(50% + 0.3125rem);
  left: 0;
  right: auto;
  width: 1.125rem;
  height: 2.1875rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
}
.zhuanti-swiper-wrapper .swiper-button-next {
  left: auto;
  right: 0;
}
.zhuanti-swiper-wrapper .swiper-button-prev::after,
.zhuanti-swiper-wrapper .swiper-button-next::after {
  font-size: 1rem;
  font-weight: bold;
}
.notification-wrapper {
  display: flex;
  align-items: center;
  border: 0.0625rem solid #e1e1e1;
  padding: 0.5rem 1rem;
}
.notification-swiper-wrapper {
  width: calc(100% - 1.625rem);
  padding: 0 1.25rem 0 0.625rem;
}
.notification-wrapper .icon-wrapper {
  border-right: 0.125rem solid #ccc;
  padding-right: 0.5rem;
}
.notification-wrapper .iconfont {
  font-size: 2rem;
  line-height: 2rem;
  color: #15499a;
}
.notification-wrapper .swiper-slide {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.notification-wrapper .swiper-slide a::before {
  content: "\2022";
  font-size: 1rem;
  margin-right: 0.25rem;
  color: #15499a;
}
.notification-swiper .swiper-wrapper {
  margin-bottom: 0;
  padding: 0 0.5rem;
}
.overview-section {
  background: url(/_files/img/bg-2.jpg);
  background-position: top center;
}
.overview-image-wrapper img {
  width: 100%;
  height: 13.375rem;
  object-fit: cover;
}
.overview-desc-wrapper {
  line-height: 1.8;
}
.icon-images-container {
  display: flex;
  flex-wrap: wrap;
}
.icon-images-container a {
  flex: 0 0 25%;
}
.icon-image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icon-image-wrapper .icon-wrapper {
  font-size: 3rem;
  border-radius: 50%;
  background-color: #006227;
  text-align: center;
  line-height: 0;
  width: 5.625rem;
  height: 5.625rem;
  margin-bottom: 0.5rem;
  transition: 0.5s all ease;
}
.icon-image-wrapper .icon-wrapper .iconfont {
  line-height: 5.625rem;
  font-size: 3rem;
  color: #fff;
}
.icon-image-wrapper .text-wrapper {
  font-size: 1.125rem;
}
.icon-image-wrapper:hover .icon-wrapper {
  background-color: #1a9d4e;
}
.overview-news-wrapper .entry-wrapper {
  display: flex;
  margin: 2rem 0;
}
.overview-news-wrapper .entry-wrapper .entry-info-wrapper {
  padding-right: 0.75rem;
}
.overview-news-wrapper .entry-wrapper .entry-image-wrapper {
  padding: 0;
}
.overview-news-wrapper .entry-wrapper .entry-image-wrapper img {
  width: 100%;
  height: 9.375rem;
  object-fit: cover;
}
.overview-news-wrapper .entry-info-wrapper .entry-info {
  display: flex;
}
.overview-news-wrapper .entry-info-wrapper .info-wrapper {
  overflow: hidden;
  padding-left: 1rem;
  line-height: 2.4rem;
}
.overview-news-wrapper .entry-info-wrapper .entry-desc {
  padding-top: 1rem;
  line-height: 2rem;
}
.overview-news-wrapper .entry-info-wrapper .entry-desc .hash-tag a {
  color: #15499a;
}
.overview-news-wrapper .entry-info-wrapper .entry-desc .hash-tag a:hover {
  color: #aaa;
}
.tabpanel-nav {
  background-color: #eee;
  margin-bottom: 1.875rem;
  flex-wrap: nowrap;
}
.tabpanel-nav .nav-item {
  padding: 0;
}
.tabpanel-nav .nav-link {
  padding: 0.75rem 0;
  font-size: 1.875rem;
}
.tabpanel-nav .nav-link.active {
  position: relative;
  background-color: #1a9d4e;
  color: #fff;
}
.tabpanel-nav .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -1.125rem;
  left: calc(50% - 1.25rem);
  border-left: 1.25rem solid transparent;
  border-top: 1.25rem solid #1a9d4e;
  border-right: 1.25rem solid transparent;
}
.tabpanel-nav .nav-item + .nav-item {
  border-left: 0.0625rem solid #dedede;
}
.large-image-wrapper {
  text-align: center;
  height: 34.375rem;
  background-position: center;
  background-size: 102% 102%;
  transition: all 0.5s ease;
}
.large-image-wrapper .backdrop-wrapper {
  padding: 6rem 2.5rem 2rem;
  height: 100%;
  transition: all 0.5s ease;
}
.large-image-wrapper.hover {
  background-size: 120% 120%;
}
.large-image-wrapper.hover .backdrop-wrapper {
  backdrop-filter: blur(0.125rem) brightness(50%);
}
.large-image-wrapper .title-wrapper {
  transform: translateY(16.25rem);
  transition: 0.5s 0.1s all ease-out;
}
.large-image-wrapper.hover .title-wrapper {
  transform: translateY(0);
  transition: 0.5s all ease-out;
}
.large-image-wrapper .info-wrapper {
  opacity: 0;
  transition: 0.5s all ease-out;
}
.large-image-wrapper.hover .info-wrapper {
  opacity: 1;
  transition: 0.5s 0.1s all ease-out;
}
.large-image-wrapper .text-wrapper {
  padding-top: 0.5rem;
  font-size: 1.875rem;
  color: #fff;
}
.large-image-wrapper .desc-wrapper {
  line-height: 2;
  max-height: 11.875rem;
  overflow: hidden;
  text-align: left;
  margin: 2rem 0;
  color: #fff;
}
.large-image-wrapper .btn-more {
  padding-left: 2rem;
  padding-right: 2rem;
}
.large-image-wrapper .btn-more:hover {
  background-color: #1a9d4e;
  border-color: #1a9d4e;
  color: #fff;
}
.large-image-wrapper.chan-nongye {
  background-image: url("../img/s-bg-nongye.jpg");
}
.large-image-wrapper.chan-nongfu {
  background-image: url("../img/s-bg-nongfu.jpg");
}
.large-image-wrapper.chan-shuili {
  background-image: url("../img/s-bg-shuili.jpg");
}
.large-image-wrapper.chan-peisong {
  background-image: url("../img/s-bg-peisong.jpg");
}

.nav-column-title {
  border-bottom: 0.125rem solid #e5e5e5;
}
.nav-column-title .nav-item {
  flex-grow: 1;
  padding: 0;
  margin-bottom: -0.125rem;
}
.nav-column-title .nav-link {
  font-weight: bold;
  padding: 0.5rem;
  text-align: center;
  font-size: 1rem;
  color: #333;
}
.nav-column-title .nav-link.active {
  color: #024d94;
  border-bottom: 0.125rem solid #024d94;
}
.addition-tab-panel {
  position: relative;
}
.addition-tab-panel .more-tag {
  position: absolute;
  top: -2.625rem;
  right: 0.3125rem;
}
.addition-tab-panel .featured-wrapper {
  padding: 0.5rem 0;
}
.addition-tab-panel .featured-title a {
  font-size: 1.5rem;
  color: #da0716;
}
.addition-tab-panel .featured-title a:hover {
  color: #861a21;
}
.addition-tab-panel .featured-desc {
  text-indent: 2rem;
}
.addition-tab-panel .featured-desc a {
  color: #888;
}
.addition-tab-panel .featured-desc a:hover {
  color: #aaa;
}
.news-list-wrapper .entry-wrapper,
.news-list-wrapper li {
  display: flex;
  padding: 0.5rem 0;
}
/* 限制显示的内容条数，超出部分隐藏 */
.tab-syxx .news-list-wrapper li:nth-child(n+9) {
  display: none;
}
.news-list-wrapper ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-list-wrapper .entry-wrapper .title,
.news-list-wrapper li a {
  font-size: 1rem;
  padding-right: 0.5rem;
}
.news-list-wrapper li a{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list-wrapper .entry-wrapper .date,
.news-list-wrapper li span {
  text-align: right;
  flex: 0 0 4rem;
  font-size: 1rem;
  margin-left: auto;
  color: #898989;
}
.news-list-wrapper li span{
  min-width: 7rem;
}

.news-list-wrapper .entry-wrapper::before ,
.news-list-wrapper li::before {
  content: "\2022";
  margin-right: 0.75rem;
  color: #ababab;
}
.image-entry-wrapper .image img {
  width: 100%;
  height: 7.5rem;
  object-fit: cover;
}
.image-entry-wrapper + .image-entry-wrapper {
  margin-top: 1rem;
}
.image-entry-wrapper .title {
  font-size: 1.25rem;
  padding-bottom: 0.75rem;
}
.image-entry-wrapper .desc {
  max-height: 6.25rem;
  overflow: hidden;
}
.image-entry-wrapper .desc a {
  color: #888;
}
.image-entry-wrapper .desc a:hover {
  color: #aaa;
}
#bannerCarousel {
  height: 6.25rem;
}
#bannerCarousel .carousel-indicators li {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
}
#bannerCarousel .carousel-indicators li.active {
  background: #005470;
}
.servicesCarousel {
  height: 12.8125rem;
}
.servicesCarousel .carousel-inner {
  padding-bottom: 2.5rem;
}
.servicesCarousel .carousel-inner .carousel-item .entries-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: -0.5rem;
}
.servicesCarousel .carousel-indicators {
  justify-content: center;
  padding: 1rem;
  left: 0;
}
.servicesCarousel .carousel-indicators li {
  width: 1.25rem;
  height: 0.375rem;
  background: #d8d7d7;
  border-radius: 0.1875rem;
}
.servicesCarousel .carousel-indicators li.active {
  background: #006eab;
}
.service-btn {
  margin-bottom: 0.75rem;
  margin-right: 0.5rem;
  width: 29%;
  color: #333333;
  background: rgba(250, 250, 250, 0.5);
  border: 0.0625rem solid #ededed;
}
.service-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-btn a:hover {
  color: #aaa;
}
.service-btn .icon {
  padding-right: 0.25rem;
  font-size: 1.875rem;
  color: #bebebe;
}
.swiper-pagination-bullet {
  margin: 0.5rem;
}
.rating-wrapper {
  display: flex;
  border: 0.0625rem solid #ededed;
  background: #fdfdfd;
}
.rating-wrapper .iconfont {
  font-size: 2.25rem;
  line-height: 2.25rem;
}
.rating-wrapper * {
  color: #666666;
}
.rating-wrapper .rating-btn-wrapper:hover {
  background: #cdcdcd;
}
.rating-wrapper .rating-btn-wrapper {
  flex: 1;
  text-align: center;
  padding: 0.5rem 0;
}
.rating-btn-wrapper .iconfont {
  display: block;
}
.rating-btn-wrapper .text-wrapper {
  display: block;
}
.survey-wrapper .nav-column-title .more-tag a {
  font-size: 0.875rem;
  color: #888;
}
.survey-wrapper .nav-column-title .more-tag a:hover {
  color: #aaa;
}
.survey-entry-wrapper {
  padding: 0.75rem 1rem;
  background: #f6f6f6;
  border: 0.0625rem solid #efefef;
}
.survey-entry-wrapper .date {
  font-size: 0.875rem;
  color: #888888;
}
.survey-entry-wrapper .info-wrapper {
  display: flex;
  justify-content: space-between;
}
.survey-entry-wrapper .status {
  padding: 0 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.3125rem;
  color: #fff;
}
.survey-entry-wrapper .status.ongoing {
  background: #0ea54e;
}
.survey-entry-wrapper .status.finnished {
  background: #888;
}
/* 政府信息公开导航区域优化 */
.navigation-section {
  border-radius: 12px;
  overflow: visible !important; /* 强制可见，允许下拉菜单完全显示 */
  position: relative;
  z-index: 100;
  min-height: auto; /* 确保容器高度不限制下拉框 */
}

.navigation-title {
  padding: 1.5rem 1rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  width: 25%;
  color: #fff;
  background: linear-gradient(135deg, #1d74d1 0%, #2c8ce8 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}

.navigation-title .iconfont {
  font-size: 1.5rem;
  margin-right: 8px;
}

.navigation-title::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid #2c8ce8;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.navigation-selects-wrapper {
  margin: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  overflow: visible !important; /* 强制可见，允许下拉框完全显示 */
  box-sizing: border-box;
  position: relative;
  z-index: 1000;
}

.navigation-selects-wrapper > div {
  padding: 0 0.75rem;
  flex: 1;
  overflow: visible !important; /* 确保子容器也不会裁剪下拉框 */
  position: relative;
}

.navigation-selects-wrapper .dropdown {
  position: relative;
  z-index: 8; /* 确保dropdown容器层级足够高，避免被footer遮挡 */
  width: 100%;
  box-sizing: border-box;
}

.navigation-selects-wrapper .dropdown-menu {
  width: 250px; /* 固定宽度，确保足够空间 */
  min-width: 200px; /* 最小宽度 */
  max-height: 20rem;
  overflow-y: auto;
  overflow-x: hidden; /* 禁用横向滚动条 */
  border: none;
  border-radius: 12px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15), 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 0.75rem 0;
  margin-top: 8px;
  z-index: 99999; /* 提高层级确保显示在最上层，避免被footer遮挡 */
  position: absolute;
  background: #ffffff; /* 纯白色背景，去除蓝色 */
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.1); /* 改为灰色边框 */
  box-sizing: border-box; /* 确保padding包含在宽度内 */
  display: none; /* 默认隐藏 */
  top: 100%;
  left: 0;
}

/* 下拉菜单滚动条美化 */
.navigation-selects-wrapper .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.navigation-selects-wrapper .dropdown-menu::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 3px;
}

.navigation-selects-wrapper .dropdown-menu::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #cccccc 0%, #999999 100%);
  border-radius: 3px;
  transition: background 0.3s ease;
}

.navigation-selects-wrapper .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #888888 0%, #666666 100%);
}

.dropdown-item {
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  color: #555;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
  margin: 3px 8px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  white-space: nowrap; /* 防止文字换行 */
  text-overflow: ellipsis; /* 超长显示省略号 */
  width: calc(100% - 16px); /* 减去左右margin */
  box-sizing: border-box;
}

.dropdown-item + .dropdown-item {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 1px;
}

.dropdown-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: linear-gradient(135deg, #666666 0%, #888888 100%);
  transition: width 0.3s ease;
}

.dropdown-item:hover {
  background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f4 100%);
  color: #333333;
  border-left-color: #666666;
  transform: translateX(3px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-item:hover::before {
  width: 3px;
}

.dropdown-item:active {
  transform: translateX(1px);
  background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
}

.btn-navi {
  width: 100%;
  max-width: 100%;
  border: none; /* 去除边框 */
  background: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
  padding: 0.75rem 2.5rem 0.75rem 1rem; /* 右侧留出箭头空间 */
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; /* 防止文字换行 */
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  color: #333;
  box-sizing: border-box;
}

.btn-navi:hover {
  color: #1d74d1;
  background: linear-gradient(135deg, #edf7ff 0%, #f0f8ff 100%);
  box-shadow: 0 4px 15px rgba(29, 116, 209, 0.15);
  transform: translateY(-2px);
}

.btn-navi:focus {
  box-shadow: 0 0 0 3px rgba(29, 116, 209, 0.2);
  outline: none;
}

.btn-navi.dropdown-toggle::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  content: "▼";
  font-size: 0.8rem;
  color: #888;
  transition: all 0.3s ease;
}

.btn-navi:hover.dropdown-toggle::after {
  color: #1d74d1;
  transform: translateY(-50%) scale(1.1);
}

/* 下拉菜单展开时的按钮样式 */
.dropdown.show .btn-navi {
  background: linear-gradient(135deg, #1d74d1 0%, #2c8ce8 100%);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(29, 116, 209, 0.3);
  transform: translateY(-1px);
}

.dropdown.show .btn-navi.dropdown-toggle::after {
  color: #ffffff;
  transform: translateY(-50%) rotate(180deg);
}

/* Bootstrap下拉菜单显示状态 */
.dropdown.show .dropdown-menu {
  display: block;
  z-index: 9;
}
.chart-wrapper {
  padding-top: 3.125rem;
  text-align: center;
}
.chart-wrapper img {
  max-width: 80%;
}
.footer-section {
  background-color: #0073cf;
  padding-top: 1.25rem;
  padding-bottom: 3.75rem;
}
.footer-section img {
  max-width: 100%;
}
.external-link-wrapper {
  color: #fff;
  font-size: 1rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #1088ca;
}
.external-link {
  display: inline-block;
  margin: 0 0.5rem;
  color: #fff;
}
.external-link:hover {
  color: #aaa;
}
.footer-info-wrapper {
  padding-top: 1.875rem;
  font-size: 0.875rem;
}

.footer-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.footer-info-wrapper span {
  line-height: 1.5;
  margin: 0 1rem 0 0;
  display: inline-block;
  color: #fff;
  white-space: nowrap;
}
.footer-info-wrapper a {
  color: #fff;
}
.footer-info-wrapper a:hover {
  color: #aaa;
}
.footer-info img {
  margin-right: 3px;
}

@media only screen and (max-width: 1199.8px) {
  .header {
    height: 16.25rem;
    background: url('./header_alter-bg.png') center center / cover no-repeat;
    background-size: cover;
    background-position: center center;
    max-width: 100vw;
    overflow: hidden;
  }
  }
  .logo-wrapper img {
    height: 5rem;
  }
  #topNav .nav-link .iconfont {
    display: none;
  }
  .large-image-wrapper {
    height: 23.125rem;
  }
  .large-image-wrapper .backdrop-wrapper {
    padding: 3rem 2rem;
  }
  .large-image-wrapper .title-wrapper {
    transform: translateY(10rem);
  }
  .large-image-wrapper .text-wrapper {
    font-size: 1.75rem;
  }
  .large-image-wrapper .desc-wrapper {
    max-height: 6.25rem;
    line-height: 1.5rem;
    margin: 1.25rem 0;
  }
  .navigation-title {
    width: 15%;
    font-size: 1.1rem;
    padding: 1.2rem 0.8rem;
  }

  .navigation-selects-wrapper {
    padding: 0.8rem;
  }

  .btn-navi {
    font-size: 1rem;
    padding: 0.6rem 0.8rem;
  }
}
@media only screen and (max-width: 991.8px) {
  .feature-image-wrapper {
    height: 9.375rem;
  }
  .feature-image-wrapper img {
    height: 9.375rem;
  }
  .top-header .container {
    flex-wrap: wrap;
    padding: 1.875rem;
  }
  .header {
    height: 16.25rem;
  }
  .headline-entry-wrapper .entry {
    min-width: 50%;
    max-width: 50%;
  }
  #topNav .nav-link {
    font-size: 1.125rem;
  }
  .top-banner-section {
    height: 13.75rem;
  }
  #mainCarousel {
    height: 20rem;
  }
  
  /* 移动端轮播优化 */
  #mainCarousel .carousel-caption {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
  
  #mainCarousel .carousel-control-prev,
  #mainCarousel .carousel-control-next {
    width: 8%;
  }
  
  #mainCarousel .carousel-control-prev-icon,
  #mainCarousel .carousel-control-next-icon {
    width: 25px;
    height: 25px;
  }
  .top-header {
    text-align: center;
  }
  .top-header .search-wrapper {
    flex-grow: 1;
    padding: 1rem 0;
  }
  .top-header .search-wrapper:focus-within {
    flex-grow: 1;
  }
  .logo-wrapper {
    margin: auto;
  }
  .logo-wrapper img {
    margin: auto;
  }
  .search-wrapper {
    margin-top: 0.625rem;
  }
  .toppest-header a {
    font-size: 0.75rem;
  }
  .large-image-wrapper .text-wrapper {
    font-size: 1.625rem;
  }
  .addition-section .tab-nav .nav-link {
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
  }
  .addition-tab-panel .more-tag {
    top: -2.5rem;
    right: 0.125rem;
  }
}
@media only screen and (max-width: 767.8px) {
  .header {
    background: url('./header_alter-bg.png') center center / cover no-repeat;
    background-size: cover;
    background-position: center center;
    max-width: 100vw;
    overflow: hidden;
  }
  
  /* 移动端容器宽度限制 */
  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .row {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  
  .feature-image-wrapper {
    height: 6.25rem;
  }
  .feature-image-wrapper img {
    height: 6.25rem;
  }
  .headline-section {
    padding: 1rem 0.5rem;
  }
  .headline-entry-wrapper .entry {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .headline-title {
    padding: 0.5rem 0 1rem;
  }
  .headline-title a {
    font-size: 1.625rem;
  }
  .header .shadow-overlay {
    display: none;
  }
  .header {
    height: auto;
    background-position: top right -5rem;
  }
  .logo-wrapper {
    flex: 1 1 100%;
    padding-top: 0.625rem;
  }
  .logo-wrapper img {
    width: 95%;
    height: auto;
  }
  .top-header .container {
    padding: 0.625rem;
    padding-top: 1.75rem;
  }
  .top-header .search-wrapper {
    margin-top: 0.625rem;
    width: 90%;
    max-width: 13.75rem;
  }
  
  /* 热词搜索移动端优化 */
  .hotwords {
    margin: 0.75rem auto 0;
    padding: 0.5rem 0.75rem;
    max-width: 95%;
    gap: 0.25rem;
    justify-content: center;
  }
  
  .hotwords_img {
    width: 18px;
    height: 18px;
    margin-right: 0.25rem;
  }
  
  .hotwords span {
    font-size: 0.8rem;
    margin-right: 0.25rem;
  }
  
  .hotwords a {
    padding: 0.3rem 0.6rem;
    margin: 0.1rem;
    font-size: 0.75rem;
    border-radius: 12px;
  }
  .search-wrapper input {
    background: rgba(255, 255, 255, 0.7);
    padding-left: 0.75rem;
    height: auto;
  }
  .search-wrapper .btn-search {
    padding: 0 0.625rem;
  }
  .top-header .search-wrapper:focus-within {
    width: 95%;
    max-width: 17.5rem;
  }
  #topNav .nav-link {
    padding-left: 10%;
    justify-content: flex-start;
  }
  #topNav .nav-link .iconfont {
    display: inline;
  }
  #topNav .nav-item.active::after {
    display: none;
  }
  .top-banner-section {
    height: 10rem;
  }
  #mainCarousel {
    height: 15rem;
  }
  
  /* 小屏轮播优化 */
  #mainCarousel .carousel-caption {
    padding: 0.25rem 0.75rem;
    font-size: 0.8rem;
  }
  
  #mainCarousel .carousel-indicators {
    bottom: 2px;
    right: 12px;
  }
  
  #mainCarousel .carousel-indicators li {
    width: 10px;
    height: 10px;
  }
  #topNav .navbar {
    padding: 0;
  }
  #topNav .container {
    padding: 0;
  }
  #topNav .nav-item {
    border: 0 !important;
  }
  #topNav .navbar-brand {
    padding: 0.5rem 1rem;
    color: #015293;
    font-weight: 900;
  }
  #topNav .navbar-toggler {
    padding: 0.5rem 1rem;
  }
  .entry-wrapper .entry-info {
    padding-top: 1rem;
  }
  .overview-news-wrapper .entry-wrapper .entry-image-wrapper img {
    height: 15rem;
  }
  #topNav .search-wrapper {
    padding: 0.5rem 3rem 3rem;
    display: flex;
  }
  #topNav .search-wrapper:focus-within {
    padding: 0.5rem 2rem;
  }
  #topNav .search-wrapper .btn-search {
    background-color: #1a9d4e;
    border-color: #1a9d4e;
  }
  .large-image-wrapper {
    height: 31.25rem;
  }
  .large-image-wrapper .backdrop-wrapper {
    padding: 6rem 2rem;
  }
  .large-image-wrapper .title-wrapper {
    transform: translateY(13.125rem);
  }
  .large-image-wrapper .text-wrapper {
    font-size: 1.875rem;
  }
  .large-image-wrapper .desc-wrapper {
    max-height: 8.75rem;
    line-height: 1.9rem;
    margin: 1.75rem 0;
  }
  .navbar-collapse {
    max-height: 18.75rem;
    overflow: scroll;
    box-shadow: inset 0rem -4.375rem 3.125rem -3.125rem rgb(0, 0, 100, 0.7);
  }
  .footer-section {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }
  .external-link {
    font-size: 1rem;
  }
  .footer-info-wrapper {
    padding-top: 1rem;
  }

  .footer-info {
    justify-content: center;
    text-align: center;
  }

  .footer-info-wrapper span {
    margin: 0 0.5rem 0.5rem 0;
    font-size: 0.8rem;
  }
  .chart-wrapper img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575.8px) {
  .header {
    background: url('./header_alter-bg.png') center center / cover no-repeat;
    background-size: cover;
    background-position: center center;
    max-width: 100vw;
    overflow: hidden;
  }
  
  /* 超小屏幕容器优化 */
  .container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  /* 超小屏幕热词搜索优化 */
  .hotwords {
    margin: 0.5rem auto 0;
    padding: 0.4rem 0.5rem;
    max-width: 98%;
    gap: 0.2rem;
    flex-direction: column;
    align-items: center;
  }
  
  .hotwords_img {
    width: 16px;
    height: 16px;
    margin-right: 0.2rem;
  }
  
  .hotwords span {
    font-size: 0.75rem;
    margin-right: 0.2rem;
    margin-bottom: 0.25rem;
  }
  
  .hotwords a {
    padding: 0.25rem 0.5rem;
    margin: 0.05rem;
    font-size: 0.7rem;
    border-radius: 10px;
  }
  
  .feature-image-wrapper {
    height: 20vw;
  }
  .feature-image-wrapper img {
    height: 20vw;
  }
  .top-banner-section {
    height: 7.5rem;
  }
  #mainCarousel {
    height: 11.25rem;
  }
  
  /* 超小屏轮播优化 */
  #mainCarousel .carousel-caption {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    bottom: 5px;
  }
  
  #mainCarousel .carousel-control-prev,
  #mainCarousel .carousel-control-next {
    width: 10%;
  }
  
  #mainCarousel .carousel-control-prev-icon,
  #mainCarousel .carousel-control-next-icon {
    width: 20px;
    height: 20px;
  }
  
  #mainCarousel .carousel-indicators {
    bottom: 2px;
    right: 10px;
  }
  
  #mainCarousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }
  .icon-images-container a {
    flex: 0 0 50%;
  }
  .icon-images-container a:nth-child(-n + 2) {
    margin-bottom: 1rem;
  }
  .tabpanel-nav .nav-link {
    padding: 0.75rem 1.75rem;
    line-height: 1.5rem;
    font-size: 1.25rem;
  }
  .image-entry-wrapper .image img {
    height: 15rem;
    margin-bottom: 0.5rem;
  }
  .addition-tab-panel .news-list-wrapper .entry-wrapper .title {
    padding-right: 0.5rem;
  }
}

/* 导航区域响应式设计 */
@media (max-width: 768px) {
  .navigation-section .container {
    flex-direction: column;
  }

  .navigation-title {
    width: 100%;
    border-radius: 8px 8px 0 0;
    min-height: 60px;
    font-size: 1.1rem;
  }

  .navigation-title::after {
    display: none;
  }

  .navigation-selects-wrapper {
    padding: 1rem 0.5rem;
    flex-direction: column;
    gap: 0.75rem;
  }

  .navigation-selects-wrapper > div {
    padding: 0;
    width: 100%;
  }

  .btn-navi {
    font-size: 1rem;
    padding: 0.8rem 1rem;
    margin-bottom: 0.5rem;
  }

  /* 移动端下拉菜单宽度调整 */
  .navigation-selects-wrapper .dropdown-menu {
    width: 300px;
    min-width: 250px;
  }
}

@media (max-width: 576px) {
  .navigation-title {
    font-size: 1rem;
    padding: 1rem;
    min-height: 50px;
  }

  .navigation-selects-wrapper {
    padding: 0.75rem 0.25rem;
    gap: 0.5rem;
  }

  .btn-navi {
    font-size: 0.95rem;
    padding: 0.7rem 0.8rem;
  }

  .dropdown-item {
    padding: 0.6rem 0.8rem;
    font-size: 0.9rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 16px);
    box-sizing: border-box;
  }

  /* 576px断点下拉菜单宽度调整 */
  .navigation-selects-wrapper .dropdown-menu {
    width: 280px;
    min-width: 230px;
  }
}

@media only screen and (max-width: 349.9px) {
  .navigation-title {
    padding: 0.75rem;
    font-size: 0.9375rem;
    min-height: 45px;
  }

  .btn-navi {
    font-size: 0.9rem;
    padding: 0.6rem 0.7rem;
  }

  /* 349px断点下拉菜单宽度调整 */
  .navigation-selects-wrapper .dropdown-menu {
    width: 260px;
    min-width: 220px;
  }
}
.zhuanti-txt {
  padding: 1.875rem 0.5rem 0rem;
  height: 5.375rem;
  text-align: center;
  font-size: 1.25rem;
  color: #10568a;
  background: top center / 100% auto url(../img/zhuanti-bg.jpg);
}
.zhuanti-txt a {
  color: #10568a;
}
/*.grayscale,.footer-section{-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);_filter: none;}*/

.government-guide {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(135deg, #edf7ff 0%, #f0f8ff 100%);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  gap: 15px;
}

.guide-item {
  display: flex;
  align-items: center;
  padding: 20px 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  flex: 1;
  min-width: 200px;
  position: relative;
}

.government-guide>a:not(:last-child)::after,
.guide-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, transparent, #ddd, transparent);
}

.guide-item:hover {
  transform: translateY(-2px);
}

.guide-item:active {
  transform: translateY(0);
}

.guide-icon {
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #1d74d1 0%, #2c8ce8 100%);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.guide-item:hover .guide-icon {
  background: linear-gradient(135deg, #2c8ce8 0%, #1d74d1 100%);
  transform: scale(1.1);
}

.guide-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.guide-text {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.guide-item:hover .guide-text {
  color: #1d74d1;
}

/* 响应式设计 */
@media screen and (max-width: 1200px) {
  .government-guide {
    padding: 15px;
    gap: 12px;
  }

  .guide-item {
    min-width: 180px;
    padding: 18px 12px;
  }

  .guide-text {
    font-size: 15px;
  }
}

@media screen and (max-width: 992px) {
  .government-guide {
    padding: 12px;
    gap: 10px;
  }

  .guide-item {
    min-width: 160px;
    padding: 16px 10px;
  }

  .guide-icon {
    width: 36px;
    height: 36px;
    margin-right: 12px;
  }

  .guide-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .guide-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .government-guide {
    padding: 10px;
    gap: 8px;
  }

  .guide-item {
    min-width: calc(50% - 4px);
    padding: 14px 8px;
    margin-bottom: 8px;
  }

  .guide-item:not(:last-child)::after {
    height: 30px;
  }

  .guide-icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }

  .guide-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .guide-text {
    font-size: 13px;
  }
}

@media screen and (max-width: 576px) {
  .government-guide {
    padding: 8px;
    gap: 6px;
  }

  .guide-item {
    min-width: 100%;
    padding: 12px 8px;
    margin-bottom: 6px;
  }

  .guide-item:not(:last-child)::after {
    display: none;
  }

  .guide-icon {
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }

  .guide-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .guide-text {
    font-size: 12px;
  }
}

.tab-zcjd .nav-column-title .nav-item {
  flex-grow: inherit;
}

.tab-zcjd .nav-column-title .nav-link.active {
  border-bottom: 0.2rem solid #024d94;
}
.tab-zcjd .nav-column-title.nav {
  align-items: center;
}
.tab-zcjd .more_zcjd {
  text-align: right;
  cursor: pointer;
}
.tab-zcjd .news-list-wrapper .entry-wrapper .date {
  flex: 0 0 6rem;
}

.tab-zcjd .nav-column-title .nav-link {
  cursor: pointer;
  border-bottom: 0.2rem solid transparent;
  transition: all 0.3s ease;
}

.tab-zcjd .nav-column-title .nav-link:hover {
  color: #024d94;
  background-color: rgba(2, 77, 148, 0.05);
}

.tab-zcjd .tab-content {
  margin-top: 10px;
}

.tab-zcjd .tab-pane {
  display: none;
}

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

/* 固定tab面板高度，避免切换时页面闪动 */
.tab-zcjd .tab-pane .news-list-wrapper {
  min-height: 16rem; /* 8条内容的高度：8 × 1.5rem = 12rem */
  max-height: 16rem;
  overflow: hidden; /* 隐藏超出内容，不显示滚动条 */
}

/* 确保每个entry-wrapper的高度一致 */
.tab-zcjd .news-list-wrapper .entry-wrapper {
  min-height: 1.5rem;
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}

/* 限制显示的内容条数，超出部分隐藏 */
.tab-zcjd .news-list-wrapper .entry-wrapper:nth-child(n + 9) {
  display: none; /* 隐藏第9条及以后的内容 */
}

/* 响应式调整 */
@media (max-width: 1200px) {
  .tab-zcjd .tab-pane .news-list-wrapper {
    min-height: 11rem;
    max-height: 11rem;
  }
}

@media (max-width: 992px) {
  .tab-zcjd .tab-pane .news-list-wrapper {
    min-height: 10rem;
    max-height: 10rem;
  }
}

@media (max-width: 768px) {
  .tab-zcjd .tab-pane .news-list-wrapper {
    min-height: 9rem;
    max-height: 9rem;
  }
}

@media (max-width: 576px) {
  .tab-zcjd .tab-pane .news-list-wrapper {
    min-height: 8rem;
    max-height: 8rem;
  }
}

/* 服务网格布局 */
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px;
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 15px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1d74d1 0%, #2c8ce8 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(29, 116, 209, 0.15);
  border-color: rgba(29, 116, 209, 0.2);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-card:active {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(29, 116, 209, 0.2);
}

.service-icon-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(29, 116, 209, 0.3);
}

/* 为每个service-card设置不同的渐变背景 */
.service-card:nth-child(1) .service-icon-wrapper {
  background-image: linear-gradient(to right, #6cd7fd, #5597ff);
  box-shadow: 0 4px 12px rgba(108, 215, 253, 0.3);
}

.service-card:nth-child(2) .service-icon-wrapper {
  background-image: linear-gradient(to right, #c29eff, #7667f8);
  box-shadow: 0 4px 12px rgba(194, 158, 255, 0.3);
}

.service-card:nth-child(3) .service-icon-wrapper {
  background-image: linear-gradient(to right, #ffac11, #ff8b1a);
  box-shadow: 0 4px 12px rgba(255, 172, 17, 0.3);
}

.service-card:nth-child(4) .service-icon-wrapper {
  background-image: linear-gradient(to right, #fe7257, #fe3257);
  box-shadow: 0 4px 12px rgba(254, 114, 87, 0.3);
}

.service-card:hover .service-icon-wrapper {
  transform: scale(1.1);
}

/* 每个service-card悬停时的不同阴影效果 */
.service-card:nth-child(1):hover .service-icon-wrapper {
  box-shadow: 0 6px 20px rgba(108, 215, 253, 0.4);
}

.service-card:nth-child(2):hover .service-icon-wrapper {
  box-shadow: 0 6px 20px rgba(194, 158, 255, 0.4);
}

.service-card:nth-child(3):hover .service-icon-wrapper {
  box-shadow: 0 6px 20px rgba(255, 172, 17, 0.4);
}

.service-card:nth-child(4):hover .service-icon-wrapper {
  box-shadow: 0 6px 20px rgba(254, 114, 87, 0.4);
}

.service-icon {
    width: 30px;
    height: 30px;
  transition: all 0.3s ease;
}

.service-card:hover .service-icon {
  transform: scale(1.1);
}

.service-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-align: center;
  line-height: 1.4;
  margin: 0;
  transition: color 0.3s ease;
}

.service-card:hover .service-title {
  color: #1d74d1;
}

.gov-zwfw .container .headline-title {
  background: url('./fww.png') center center no-repeat;
  background-size: 100% 100%;
  position: relative;
  min-height: 200px;
  padding: 1rem 0;
}

.gov-zwfw .container .headline-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
}

.gov-zwfw .container .headline-title .row {
  position: relative;
  z-index: 2;
}

.gov-zwfw .zwfw-left {
  text-align: left;
  padding-left: 2rem;
}

.gov-zwfw .zwfw-right {
  text-align: right;
  padding-right: 2rem;
}

/* 政务服务区域响应式样式 */
@media (max-width: 768px) {
  .gov-zwfw .container .headline-title {
    min-height: 150px;
    background-size: 100% 100%;
    background-position: center center;
    padding: 1rem 0;
  }
  
  .gov-zwfw .zwfw-left,
  .gov-zwfw .zwfw-right {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .gov-zwfw .container .headline-title {
    min-height: 120px;
    padding: 0.8rem 0;
    background-size: 100% 100%;
  }
  
  .gov-zwfw .zwfw-left,
  .gov-zwfw .zwfw-right {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.gov-zwfw .service-icon {
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 300px;
}

.gov-zwfw .service-title-1 {
  line-height: 1.4;
  background: #0073cf;
  color: #ffffff;
  width: 100%;
  max-width: 333px;
  padding: 6px;
  border-radius: 6px;
  font-size: 16px;
  margin-top: 15px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gov-zwfw .service-title-2 {
  margin-bottom: 10px;
}

.gov-zwfw .service-title-2 span {
  line-height: 1.4;
  background: linear-gradient(180deg, #f1ffff 0%, #ffffff 100%);
  color: #2582dc;
  width: 100%;
  max-width: 350px;
  padding: 8px 12px;
  border-radius: 12px;
  font-size: 16px;
  margin-top: 10px;
  border: 1px solid #bfe1ff;
  display: inline-block;
  text-align: center;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .gov-zwfw .zwfw-left {
    padding-left: 1rem;
    text-align: center;
  margin-bottom: 2rem;
}

  .gov-zwfw .zwfw-right {
    padding-right: 1rem;
    text-align: center;
  }

  .gov-zwfw .service-icon {
    max-width: 250px;
  }

  .gov-zwfw .service-title-1 {
    max-width: 300px;
    font-size: 14px;
    padding: 10px 12px;
    white-space: nowrap;
  }

  .gov-zwfw .service-title-2 span {
    max-width: 300px;
    font-size: 14px;
    padding: 6px 10px;
  }
}

@media (max-width: 576px) {
  .gov-zwfw .zwfw-left,
  .gov-zwfw .zwfw-right {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .gov-zwfw .service-icon {
    max-width: 200px;
  }

  .gov-zwfw .service-title-1 {
    max-width: 280px;
    font-size: 13px;
    padding: 8px 10px;
    white-space: nowrap;
  }

  .gov-zwfw .service-title-2 span {
    max-width: 280px;
    font-size: 13px;
    padding: 5px 8px;
  }
}

/* 互动交流区域样式 */
.interaction-section {
  padding: 20px;
}

/* 互动交流标题特殊调整，与左侧tab选项栏对齐 */
.interaction-section .column-title-wrapper {
  margin-top: -10px; /* 向上调整与tab选项栏对齐 */
}

.interaction-section .title {
  padding-left: 1rem; /* 恢复左内边距，为蓝色竖线留出空间 */
  position: relative; /* 确保伪元素定位相对于标题 */
}

.interaction-section .title::before {
  display: block; /* 保持蓝色左边框 */
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  width: 0.3125rem;
  height: 1.25rem;
  background: #006eab;
}

.interaction-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.interaction-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  background: url("../images/colList-dd2-bg.jpg") center center / cover;
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  min-height: 200px;
}

.interaction-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1d74d1 0%, #2c8ce8 100%);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

/* 移除白色遮罩层，让背景图片完全显示 */

/* 确保内容在遮罩层之上 */
.interaction-card .interaction-icon-wrapper,
.interaction-card .interaction-title {
  position: relative;
  z-index: 2;
}

.interaction-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(29, 116, 209, 0.15);
  border-color: rgba(29, 116, 209, 0.2);
}

.interaction-card:hover::before {
  transform: scaleX(1);
}

.interaction-card:active {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(29, 116, 209, 0.2);
}

.interaction-icon-wrapper {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.interaction-card:hover .interaction-icon-wrapper {
  transform: scale(1.1);
}

.interaction-icon {
  width: 60px;
  height: 60px;
  transition: all 0.3s ease;
}

.interaction-card:hover .interaction-icon {
  transform: scale(1.1);
}

.interaction-title {
  font-size: 20px;
  font-weight: 700;
  color: #444444;
  text-align: center;
  line-height: 1.4;
  margin: 0;
}

.interaction-card:hover .interaction-title {
  color: #1d74d1;
}

/* 互动交流响应式设计 */
@media (max-width: 1200px) {
  .interaction-section {
    padding: 18px;
  }


  .interaction-grid {
    gap: 18px;
    margin-top: 25px;
  }

  .interaction-card {
    padding: 35px 18px;
    min-height: 180px;
    background-size: cover;
  }

  .interaction-icon-wrapper {
    width: 80px;
    height: 80px;
    margin-bottom: 18px;
  }

  .interaction-icon {
    width: 55px;
    height: 55px;
  }

  .interaction-title {
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .interaction-section {
    padding: 15px;
  }


  .interaction-grid {
    gap: 15px;
    margin-top: 22px;
  }

  .interaction-card {
    padding: 32px 15px;
    min-height: 160px;
    background-size: cover;
  }

  .interaction-icon-wrapper {
    width: 75px;
    height: 75px;
    margin-bottom: 15px;
  }

  .interaction-icon {
    width: 50px;
    height: 50px;
  }

  .interaction-title {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .interaction-section {
    padding: 12px;
  }


  .interaction-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 20px;
  }

  .interaction-card {
    padding: 28px 12px;
    min-height: 140px;
    background-size: cover;
  }

  .interaction-icon-wrapper {
    width: 70px;
    height: 70px;
    margin-bottom: 12px;
  }

  .interaction-icon {
    width: 45px;
    height: 45px;
  }

  .interaction-title {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .interaction-section {
    padding: 10px;
  }


  .interaction-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .interaction-card {
    padding: 25px 15px;
    min-height: 120px;
    flex-direction: row;
    align-items: center;
    text-align: left;
    background-size: cover;
    background-position: center right;
  }

  .interaction-icon-wrapper {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
    margin-right: 15px;
    flex-shrink: 0;
  }

  .interaction-icon {
    width: 40px;
    height: 40px;
  }

  .interaction-title {
    font-size: 14px;
    text-align: left;
    flex: 1;
  }
}

@media (max-width: 480px) {
  .interaction-section {
    padding: 8px;
  }


  .interaction-grid {
    gap: 8px;
    margin-top: 15px;
  }

  .interaction-card {
    padding: 20px 12px;
    min-height: 100px;
    background-size: cover;
    background-position: center right;
  }

  .interaction-icon-wrapper {
    width: 55px;
    height: 55px;
    margin-right: 12px;
  }

  .interaction-icon {
    width: 35px;
    height: 35px;
  }

  .interaction-title {
    font-size: 13px;
  }
}

/* 服务网格响应式设计 */
@media (max-width: 1200px) {
  .service-grid {
    gap: 18px;
    padding: 18px;
  }

  .service-card {
    padding: 22px 12px;
  }

  .service-icon-wrapper {
    width: 55px;
    height: 55px;
  }

  /* 响应式下每个service-card的不同背景 */
  .service-card:nth-child(1) .service-icon-wrapper {
    background-image: linear-gradient(to right, #6cd7fd, #5597ff);
    box-shadow: 0 3px 10px rgba(108, 215, 253, 0.3);
  }

  .service-card:nth-child(2) .service-icon-wrapper {
    background-image: linear-gradient(to right, #c29eff, #7667f8);
    box-shadow: 0 3px 10px rgba(194, 158, 255, 0.3);
  }

  .service-card:nth-child(3) .service-icon-wrapper {
    background-image: linear-gradient(to right, #ffac11, #ff8b1a);
    box-shadow: 0 3px 10px rgba(255, 172, 17, 0.3);
  }

  .service-card:nth-child(4) .service-icon-wrapper {
    background-image: linear-gradient(to right, #fe7257, #fe3257);
    box-shadow: 0 3px 10px rgba(254, 114, 87, 0.3);
  }

  .service-icon {
    width: 28px;
    height: 28px;
  }

  .service-title {
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .service-grid {
    gap: 15px;
    padding: 15px;
  }

  .service-card {
    padding: 20px 10px;
  }

  .service-icon-wrapper {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
  }

  .service-icon {
    width: 25px;
    height: 25px;
  }

  .service-title {
    font-size: 14px;
  }

  /* 992px断点下每个service-card的不同背景 */
  .service-card:nth-child(1) .service-icon-wrapper {
    background-image: linear-gradient(to right, #6cd7fd, #5597ff);
    box-shadow: 0 3px 8px rgba(108, 215, 253, 0.3);
  }

  .service-card:nth-child(2) .service-icon-wrapper {
    background-image: linear-gradient(to right, #c29eff, #7667f8);
    box-shadow: 0 3px 8px rgba(194, 158, 255, 0.3);
  }

  .service-card:nth-child(3) .service-icon-wrapper {
    background-image: linear-gradient(to right, #ffac11, #ff8b1a);
    box-shadow: 0 3px 8px rgba(255, 172, 17, 0.3);
  }

  .service-card:nth-child(4) .service-icon-wrapper {
    background-image: linear-gradient(to right, #fe7257, #fe3257);
    box-shadow: 0 3px 8px rgba(254, 114, 87, 0.3);
  }
}

@media (max-width: 768px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 12px;
  }

  .service-card {
    padding: 18px 8px;
  }

  .service-icon-wrapper {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }

  .service-icon {
    width: 22px;
    height: 22px;
  }

  .service-title {
    font-size: 13px;
  }

  /* 768px断点下每个service-card的不同背景 */
  .service-card:nth-child(1) .service-icon-wrapper {
    background-image: linear-gradient(to right, #6cd7fd, #5597ff);
    box-shadow: 0 2px 6px rgba(108, 215, 253, 0.3);
  }

  .service-card:nth-child(2) .service-icon-wrapper {
    background-image: linear-gradient(to right, #c29eff, #7667f8);
    box-shadow: 0 2px 6px rgba(194, 158, 255, 0.3);
  }

  .service-card:nth-child(3) .service-icon-wrapper {
    background-image: linear-gradient(to right, #ffac11, #ff8b1a);
    box-shadow: 0 2px 6px rgba(255, 172, 17, 0.3);
  }

  .service-card:nth-child(4) .service-icon-wrapper {
    background-image: linear-gradient(to right, #fe7257, #fe3257);
    box-shadow: 0 2px 6px rgba(254, 114, 87, 0.3);
  }
}

@media (max-width: 576px) {
  .service-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px;
  }

  .service-card {
    padding: 20px 15px;
    flex-direction: row;
    align-items: center;
    text-align: left;
  }

  .service-icon-wrapper {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    margin-right: 15px;
    flex-shrink: 0;
  }

  .service-icon {
    width: 25px;
    height: 25px;
  }

  .service-title {
    font-size: 14px;
    text-align: left;
    flex: 1;
  }

  /* 576px断点下每个service-card的不同背景 */
  .service-card:nth-child(1) .service-icon-wrapper {
    background-image: linear-gradient(to right, #6cd7fd, #5597ff);
    box-shadow: 0 2px 5px rgba(108, 215, 253, 0.3);
  }

  .service-card:nth-child(2) .service-icon-wrapper {
    background-image: linear-gradient(to right, #c29eff, #7667f8);
    box-shadow: 0 2px 5px rgba(194, 158, 255, 0.3);
  }

  .service-card:nth-child(3) .service-icon-wrapper {
    background-image: linear-gradient(to right, #ffac11, #ff8b1a);
    box-shadow: 0 2px 5px rgba(255, 172, 17, 0.3);
  }

  .service-card:nth-child(4) .service-icon-wrapper {
    background-image: linear-gradient(to right, #fe7257, #fe3257);
    box-shadow: 0 2px 5px rgba(254, 114, 87, 0.3);
  }
}

@media (max-width: 480px) {
  .service-grid {
    padding: 8px;
    gap: 8px;
  }

  .service-card {
    padding: 15px 12px;
  }

  .service-icon-wrapper {
    width: 45px;
    height: 45px;
    margin-right: 12px;
  }

  .service-icon {
    width: 22px;
    height: 22px;
  }

  .service-title {
    font-size: 13px;
  }

  /* 480px断点下每个service-card的不同背景 */
  .service-card:nth-child(1) .service-icon-wrapper {
    background-image: linear-gradient(to right, #6cd7fd, #5597ff);
    box-shadow: 0 2px 4px rgba(108, 215, 253, 0.3);
  }

  .service-card:nth-child(2) .service-icon-wrapper {
    background-image: linear-gradient(to right, #c29eff, #7667f8);
    box-shadow: 0 2px 4px rgba(194, 158, 255, 0.3);
  }

  .service-card:nth-child(3) .service-icon-wrapper {
    background-image: linear-gradient(to right, #ffac11, #ff8b1a);
    box-shadow: 0 2px 4px rgba(255, 172, 17, 0.3);
  }

  .service-card:nth-child(4) .service-icon-wrapper {
    background-image: linear-gradient(to right, #fe7257, #fe3257);
    box-shadow: 0 2px 4px rgba(254, 114, 87, 0.3);
  }
}

.top-header .hotwords {
  margin: auto;
  margin-top: 16px;
  width: 35rem;
  text-align: left;
}

.top-header .hotwords_img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.header .oldBtn {
  padding: 4px 8px;
  width: max-content;
  font-size: 15px;
  color: #fefeff;
  line-height: 30px;
  text-align: center;
  background: #ce0228;
  border-radius: 3px;
  margin-top: 10px;
  cursor: pointer;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
}

/* 顶部左右区域居中对齐样式 */
.toppest-header .row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 40px !important;
}

.toppest-header-left,
.toppest-header-right {
  display: flex !important;
  align-items: center !important;
  line-height: 1.5rem !important;
}

/* 为分隔符添加间距 */
.toppest-header-left,
.toppest-header-right {
  gap: 8px !important;
}

.toppest-header-left {
  justify-content: flex-start !important;
}

.toppest-header-right {
  justify-content: flex-end !important;
  gap: 8px !important;
}

.toppest-header-right a {
  display: inline-block !important;
  vertical-align: middle !important;
  margin: 0 !important;
  padding: 2px 6px !important;
}

.toppest-header-right a.oldBtn {
  background-color: #e74c3c !important;
  color: #ffffff !important;
  padding: 4px 12px !important;
  border-radius: 3px !important;
  text-decoration: none !important;
}

.toppest-header-right a.oldBtn:hover {
  background-color: #c0392b !important;
  color: #ffffff !important;
}