a:link,
  /* 未访问的链接 */
a:visited,
  /* 已访问的链接 */
a:hover,
  /* 鼠标悬浮时 */
a:active {
  /* 点击激活时 */
  text-decoration: none;
  border-radius: initial;
}

.tea-bg {
  background-color: #f8f9fa;
}

body {
  height: auto !important;
  display: flex;
  flex-direction: column;
}

main.main-content {
  width: 100%;
  min-height: 500px;
  background: #fff;
}

.site-header {
  position: relative;
  z-index: 1000;
}

.header-nav {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  z-index: 100;
}

.nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.logo-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 25px;
}

.logo-section {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  margin-right: 100px;
}

.logo-section:hover {
  text-decoration: none;
  color: #fff;
}

.logo-img {
  width: 44px;
  height: 56px;
}

.main-nav {
  width: 100%;
  display: flex;
  align-items: center;
}

.nav-list {
  width: 100%;
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.nav-list > li {
  position: relative;
}

.nav-link {
  display: block;
  padding: 12px 14px;
  text-decoration: none;
  transition: all 0.3s;
  font-weight: 900;
  /*font-size: 20px;*/
  /*color: #fff;*/
  /*line-height: 26px;*/
  font-size: 22px;
  color: #251817;
  line-height: 35px;
}
.nav-link a,
.nav-link a:link,
.nav-link a:visited,
.nav-link a:hover,
.nav-link a:active {
  /*color: #fff;*/
  color: #251817;
}
.nav-link,
.nav-link:link,
.nav-link:visited,
.nav-link:hover,
.nav-link:active {
  /*color: #fff;*/
  color: #251817;
}

.nav-list > li:visited > .nav-link,
.nav-list > li:hover > .nav-link {
  /*background: #6e060e;*/
  text-decoration: none;
  /*color: #fff;*/
  color: #9e0027;
}

.nav-link.dropdown-toggle::after {
  margin-left: 6px;
  font-size: 11px;
}

.nav-list > li:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #9e0000;
  padding: 0;
  min-width: 100px;
  z-index: 1000;
  margin-top: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.dropdown-menu li {
  list-style: none;
}

.dropdown-menu li a {
  display: block;
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 22px;
  line-height: 35px;
  font-weight: 900;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dropdown-menu li:last-child a {
  border-bottom: none;
}

.dropdown-menu li a:hover {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.search-box {
  display: flex;
  align-items: center;
}

.search-section {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 4px 10px;
}

.search-input {
  border: none;
  background: transparent;
  outline: none;
  width: 150px;
  font-weight: 500;
  font-size: 9px;
  color: #999999;
  line-height: 17px;
}

.search-btn {
  background: transparent;
  border: none;
  color: #8b0000;
  cursor: pointer;
}

.mobile-menu-btn {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  margin-left: 16px;
}

.mobile-menu-btn span {
  width: 21px;
  height: 3px;
  background: #9e0027;
  margin-bottom: 4px;
  transition: all 0.3s;
  border-radius: 3px;
}

.header-carousel {
  position: relative;
}

.carousel-inner .item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.carousel-indicators {
  bottom: 20px;
}

.carousel-indicators li {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.carousel-indicators .active {
  background: #9e0027;
}

.carousel-control {
  opacity: 0.5;
}

.carousel-control:hover {
  opacity: 1;
}

.carousel-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 0 200px 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 10;
}

.association-info {
  color: #fff;
}

.association-info h1 {
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #ffd700;
  font-family: "KaiTi", "STKaiti", serif;
  letter-spacing: 4px;
}

.association-info .en-title {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 15px;
  font-weight: 300;
  letter-spacing: 2px;
}

.association-info .desc-text {
  font-size: 13px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  max-width: 800px;
}

.mobile-nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1500;
}

.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 188px;
  height: 100vh;
  z-index: 2000;
  overflow-y: auto;
  background: #9e0027;
  padding: 20px;
}

.mobile-search {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 5px;
  margin-bottom: 20px;
}

.mobile-search-input {
  border: none;
  background: transparent;
  padding: 8px 12px;
  font-size: 13px;
  outline: none;
  width: 100%;
  color: #fff;
}

.mobile-search-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.mobile-search-btn {
  background: transparent;
  border: none;
  color: #ffd700;
  padding: 5px 10px;
  cursor: pointer;
}

.mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav-link:hover {
  color: rgba(255, 255, 255, 0.9);
}

.mobile-nav-link:visited {
  color: rgba(255, 255, 255, 0.9);
}

.mobile-dropdown-menu {
  display: none;
  background: #9e0027;
  padding-left: 15px;
}

.mobile-dropdown-menu li {
  list-style: none;
}

.mobile-dropdown-menu li a {
  display: block;
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-dropdown-menu li a:hover {
  /*background: rgba(255, 255, 255, 0.1);*/
  /*color: #FFD700;*/
  /*text-decoration: none;*/
}

.carousel-section {
  margin-bottom: 30px;
}

.carousel {
  margin-bottom: 0;
}

.carousel-inner .item img {
  width: 100%;
  height: 730px;
  object-fit: cover;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 8px;
  bottom: 30%;
}

.carousel-caption h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.carousel-caption p {
  font-size: 16px;
  margin: 0;
}

.carousel-indicators {
  bottom: 10px;
}

.carousel-indicators li {
  border-color: #fff;
}

.carousel-indicators .active {
  background-color: #9e0027;
}

.carousel-control {
  width: 5%;
}

.carousel-control.left,
.carousel-control.right {
  background: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
}

.features-section {
  padding: 40px 0;
  background: #fff;
}

.section-title {
  margin-bottom: 40px;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 600;
  color: #2d5a27;
  margin-bottom: 10px;
}

.section-title p {
  font-size: 15px;
  color: #666;
  margin: 0;
}

.feature-item {
  text-align: center;
  padding: 25px;
  transition: transform 0.3s;
}

.feature-item:hover {
  transform: translateY(-5px);
}

.feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  background: linear-gradient(135deg, #2d5a27 0%, #1a3a16 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon i {
  font-size: 32px;
  color: #fff;
}

.feature-item h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.feature-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.news-section {
  padding: 40px 0;
  background: #f8f9fa;
}

.news-section .news-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
  transition: box-shadow 0.3s;
}

.news-section .news-item:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.news-section .news-image {
  height: 180px;
  overflow: hidden;
}

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

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

.news-section .news-content {
  padding: 20px;
}

.news-section .news-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.news-section .news-content h3 a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}

.news-section .news-content h3 a:hover {
  /*color: #2d5a27;*/
}

.news-section .news-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-section .news-date {
  font-size: 13px;
  color: #999;
}

.more-news {
  margin-top: 20px;
}

.more-news .btn-primary {
  background: #2d5a27;
  border-color: #2d5a27;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 4px;
  transition: background 0.3s;
}

.more-news .btn-primary:hover {
  background: #1a3a16;
}

.container-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.back-to-top {
  position: fixed;
  right: 32px;
  bottom: 42px;
  z-index: 1000;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(158, 0, 39, 0.28);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.96);
  color: #9e0027;
  box-shadow: 0 8px 20px rgba(77, 27, 35, 0.14);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    background-color 0.22s ease,
    color 0.22s ease;
}

.back-to-top:hover,
.back-to-top:focus {
  background: #9e0027;
  color: #fff;
  outline: none;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top .glyphicon {
  font-size: 16px;
  line-height: 42px;
}

@media (max-width: 768px) {
  .back-to-top {
    right: 16px;
    bottom: 22px;
    width: 42px;
    height: 42px;
  }

  .back-to-top .glyphicon {
    line-height: 38px;
  }
}

.sidebar-index {
  width: 256px;
  flex-shrink: 0;
  background: #fcf9f8;
  border: 1px solid #e5e2e1;
  /* padding: 0 25px; */
}

.sidebar-index-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-index-menu li {
  display: flex;
  align-items: center;
  padding: 12px;
  font-weight: 500;
  color: #5b4040;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.3s;
  cursor: pointer;
}

.sidebar-index-menu li :hover {
}
.sidebar-index-menu li.active {
  background: #9e0027;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.sidebar-index-menu li.active-title a {
  color: #6b0008;
}

.sidebar-index-menu li.active1 {
  font-weight: 600;
}

.sidebar-index-menu > li:hover > a {
  color: #9e0027;
}
.sidebar-index-menu > li.active > a {
  color: #ffffff;
}

.sidebar-index-menu > li:hover > .sidebar-index-menu-icon {
  /*filter: brightness(0) invert(1);*/
  /*filter: brightness(0) drop-shadow(1 1 0 #9e0027);*/
  opacity: 0;
}
.sidebar-index-menu-icon {
  z-index: 9;
}
.sidebar-index-menu-icon2 {
  position: absolute;
  z-index: 8;
}
.sidebar-index-menu > li.active > img {
  filter: brightness(0) invert(1);
}

.sidebar-index-menu li img {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.sidebar-index-menu li a {
  display: block;
}

.sidebar-index-menu-name {
  font-weight: 500;
  font-size: 14px;
  color: #636363;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.sidebar-index-menu-name .active {
  color: #6a001b;
}
.sidebar-index-menu-name p {
  margin: 0 8px;
}

.sidebar {
  width: 256px;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid #e5e2e1;
  /* padding: 0 25px; */
}

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-menu li {
  padding: 16px 30px 16px 24px;
  font-weight: 500;
  color: #5b4040;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.3s;
  cursor: pointer;
}
.sidebar-menu li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar-menu li:hover,
.sidebar-menu li.active {
}
.sidebar-menu li.active-top {
  background: #9e0027;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.sidebar-menu li.active-top a {
  color: #f9f7f2;
  font-size: 24px;
  line-height: 34px;
}
.sidebar-menu > li.active-top:hover > a {
  color: #f9f7f2;
}

.sidebar-menu li.active1 {
  font-weight: 600;
}

.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
  color: #6b0008;
}
.sidebar-menu li .sidebar-active-icon {
  width: 7px;
  height: 12px;
  filter: none !important;
}

.sidebar-menu > li:hover > img,
.sidebar-menu > li.active > img {
  filter: brightness(0) invert(1);
}

.sidebar-menu li img {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.sidebar-menu-name {
  font-weight: 500;
  font-size: 14px;
  color: #636363;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.sidebar-menu-name .active {
  color: #6a001b;
}
.sidebar-menu-name p {
  margin: 0 8px;
}

.rightbar {
  width: 256px;
  flex-shrink: 0;
}

.rightbar-item {
  background: #fff;
  border: 1px solid rgba(227, 190, 189, 0.3);
  margin-bottom: 16px;
  width: 256px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rightbar-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rightbar-item img {
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
}

.rightbar-item h4 {
  font-weight: 500;
  font-size: 24px;
  color: #1c1b1b;
  line-height: 34px;
  margin-bottom: 7px;
}

.rightbar-item p {
  font-weight: 500;
  font-size: 16px;
  color: #5b4040;
  line-height: 26px;
  margin: 0;
}

.homepage-content {
  flex: 1;
  background: #fff;
  padding: 0px 20px 20px 20px;
}

.logo-img {
  width: 78px;
  height: 104px;
}

/* 三行两栏布局 */
.home-row {
  display: flex;
  gap: 20px;
  margin-bottom: 23px;
  align-items: stretch;
}

.home-row-image {
  width: 50%;
  position: relative;
  overflow: hidden;
}

/* 第一行左侧图片高度固定为140px，匹配右侧党建引领栏目 */
.home-row:nth-of-type(1) .home-row-image {
  height: 140px;
}

/* 第二行左侧轮播图高度固定为280px，匹配右侧协会动态栏目 */
.home-row:nth-of-type(2) .home-row-image {
  height: 280px;
}

/* 第三行右侧图片高度固定为265px，匹配左侧行业交流栏目 */
.home-row:nth-of-type(3) .home-row-image {
  height: 265px;
}

.home-row-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-row-image .carousel,
.home-row-image .carousel-inner,
.home-row-image .carousel-inner .item,
.home-row-image .carousel-inner .item img {
  height: 100%;
  width: 100%;
}

.home-row-content {
  flex: 1;
  min-width: 0;
}

.home-row-content .content-section {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* 行业交流：带边框的新闻列表项 */
.exchange-news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.exchange-news-list li {
  border-bottom: 1px solid rgba(224, 191, 188, 0.2);
  padding: 10px 10px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.exchange-news-list li:last-child {
  border-bottom: none;
}

.exchange-news-list li a {
  font-weight: 500;
  font-size: 16px;
  color: #251817;
  line-height: 26px;
  text-decoration: none;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.exchange-news-list li a:hover {
  color: #9e0027;
}

.exchange-news-date {
  font-size: 12px;
  color: #999;
  flex-shrink: 0;
}

.content-banner {
  margin-bottom: 25px;
}

.content-banner img {
  width: 100%;
  height: auto;
}

.content-section {
  margin-bottom: 30px;
}

.section-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  /*padding-bottom: 10px;*/
  /*border-bottom: 2px solid #9e0027;*/
}

.section-title {
  display: flex;
  align-items: center;
}

.title-icon {
  width: 4px;
  height: 24px;
  background: #8b0000;
  margin-right: 10px;
}

.section-title h3 {
  font-size: 24px;
  font-weight: 500;
  color: #1b1c1a;
  line-height: 32px;
  margin: 0;
}

.more-link {
  font-weight: 500;
  font-size: 14px;
  color: #8b1b2f;
  line-height: 20px;
  text-decoration: none;
}

.more-link:hover {
  color: #8b1b2f;
  text-decoration: none;
}

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-list li {
  padding: 10px 10px;
  border-bottom: 1px solid rgba(224, 191, 188, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.news-list li a {
  font-weight: 500;
  font-size: 16px;
  color: #251817;
  line-height: 26px;
  text-decoration: none;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 15px;
}

.news-list li a:hover {
  color: #9e0027;
}

.news-date {
  font-size: 12px;
  color: #999;
  flex-shrink: 0;
}

.feature-banners {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.banner-item {
  flex: 1;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.banner-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}

.party-banner {
  background: linear-gradient(135deg, #d40027 0%, #9e0027 100%);
}

.party-banner::before {
  background-image: url("https://trae-api-cn.mchost.guru/api/ide/v1/text_to_image?prompt=chinese%20communist%20party%20red%20flag%20abstract&image_size=square");
}

.party-tj-content {
  padding: 25px;
  border: 1px solid #e8e4db;
}
.party-tjtxt {
  background: linear-gradient(90deg, #ff002e 0%, #f87171 100%);
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  padding: 12px 16px;
  margin-bottom: 43px;
  display: flex;
  align-items: center;
}
.party-tjtxt i {
  margin-right: 6px;
}
.party-tj-list {
}
.party-tj-item {
}
.party-tj-item p a {
  font-weight: 500;
  font-size: 16px;
  color: #2c2c2c;
  line-height: 26px;
}
.party-tj-content {
}
.party-tj-date {
  font-weight: 400;
  font-size: 14px;
  color: #636363;
  line-height: 20px;
}

.policy-banner {
  background: linear-gradient(135deg, #e6c800 0%, #d4a800 100%);
}

.policy-banner::before {
  background-image: url("https://trae-api-cn.mchost.guru/api/ide/v1/text_to_image?prompt=chinese%20government%20policy%20document%20gold&image_size=square");
}

.banner-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

.policy-banner .banner-title {
  color: #8b0000;
  text-shadow: 0 2px 4px rgba(255, 255, 255, 0.5);
}

.article-row {
  margin-bottom: 15px;
}

.article-item {
  display: flex;
  gap: 15px;
  align-items: stretch;
}

.homepage-content .article-image {
  width: 260px;
  min-height: 150px;
  flex-shrink: 0;
  overflow: hidden;
}

.homepage-content .article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.article-info h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.article-info h4 a {
  color: #333;
  text-decoration: none;
}

.article-info h4 a:hover {
  color: #9e0027;
}

.article-info p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.grid-item {
  position: relative;
}

.grid-item img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}

.grid-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 12px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Notice Tabs */
.notice-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 15px;
}

.notice-tab {
  padding: 10px 0px;
  margin-right: 24px;
  font-weight: 500;
  font-size: 20px;
  color: #636363;
  line-height: 20px;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
  cursor: pointer;
}

.notice-tab:hover {
  color: #9e0027;
  text-decoration: none;
}

.notice-tab.active {
  color: #8b1b2f;
  border-bottom: 2px solid #8b1b2f;
  font-weight: 500;
}

.notice-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.notice-tag {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 12px;
  flex-shrink: 0;
  font-weight: 500;
}

.tag-red {
  background: #fff0f0;
  color: #e53935;
  border: 1px solid #ffcdd2;
}

.tag-blue {
  background: #e3f2fd;
  color: #1565c0;
  border: 1px solid #bbdefb;
}

.tag-green {
  background: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #c8e6c9;
}

/* Taiwan News Grid */
.taiwan-news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.taiwan-news-item {
  background: #fff;
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.taiwan-news-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.taiwan-news-item a {
  text-decoration: none;
  color: inherit;
}

.taiwan-news-img {
  position: relative;
  width: 100%;
  height: 130px;
  overflow: hidden;
}

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

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

.taiwan-news-info {
  padding: 10px;
}

.taiwan-news-info h4 {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  margin: 0 0 6px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.taiwan-news-info .news-date {
  font-size: 12px;
  color: #999;
}

/* Compact news list */
.compact-list {
  margin-top: 0 !important;
}

.compact-list li {
  padding: 6px 0;
}

/* Homepage section overrides - prevent article detail page styles from bleeding in */
.homepage-content .section-title {
  margin-bottom: 0;
}

.homepage-content .content-section {
  padding-bottom: 0;
  margin-bottom: 30px;
}

.homepage-content .news-list {
  margin-top: 0;
}

.tea-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.tea-card {
  text-align: center;
  padding: 5px;
}

.tea-card img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  margin-bottom: 8px;
}

.tea-name {
  font-size: 13px;
  color: #333;
  font-weight: 500;
}

.double-section {
  display: flex;
  gap: 20px;
}

.double-section .content-section {
  flex: 1;
}

.page-banner {
  background: linear-gradient(135deg, #2d5a27 0%, #1a3a16 100%);
  color: #fff;
  padding: 40px 0;
  margin-bottom: 30px;
}

.page-banner h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-banner p {
  font-size: 16px;
  opacity: 0.9;
  margin: 0;
}

.content-section {
  padding-bottom: 40px;
}

.main-content {
  background: #fff;
  padding: 30px 74px;
}
.main-content-news {
  background: #fff;
  padding: 30px 24px;
}

.main-content-newsvideo {
  background: #fff;
  padding: 6px 0px 0px 0px;
}
.newsvideo-type {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 38px;
}
.newsvideo-type .active {
  background: #860207 !important;
  color: #ffffff !important;
}
.newsvideo-type-item {
  background: #f5ece7;
  border-radius: 12px !important;
  font-weight: 500;
  font-size: 14px;
  color: #5a413d;
  line-height: 17px;
  padding: 8px 24px;
  margin-right: 12px;
  width: 107px;
  text-align: center;
}
.newsvideo-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0 30px; /* 列间距 36px，行间距 0（保留 margin-bottom） */
}
.newsvideo-item {
  width: 260px;
  height: 172px;
  margin-bottom: 38px;
}
.newsvideo-item img {
  width: 260px;
  height: 172px;
  object-fit: cover;
  transition: transform 0.3s;
}
.newsvideo-item:hover img {
  transform: scale(1.05);
}

.sidebar {
  /* padding-left: 20px; */
}

.sidebar-widget {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  padding: 20px;
  margin-bottom: 20px;
}

.sidebar-widget h3 {
  font-size: 16px;
  font-weight: 600;
  color: #2d5a27;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #2d5a27;
}

.sidebar-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-widget ul li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.sidebar-widget ul li:last-child {
  border-bottom: none;
}

.sidebar-widget ul li a {
  color: #555;
  text-decoration: none;
  transition: color 0.3s;
}

.sidebar-widget ul li a:hover {
}

.article-content {
  margin: 24px 0;
}
.article-content1 {
  padding: 25px;
  border: 1px solid #e8e8e8;
}
.article-content h2 {
  font-size: 48px;
  font-weight: 600;
  color: #2c2c2c;
  line-height: 56px;
  margin-top: 42px;
  margin-bottom: 4px;
}

.article-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-top: 30px;
  margin-bottom: 15px;
}
.article-content-bottom {
  width: 60px;
  height: 4px;
  background: #8b1b2f;
  margin: 0px;
}

.article-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 15px;
}

.article-content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.article-content ul li {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 8px;
}

.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.news-list {
  margin-top: 10px;
}

.news-item {
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}

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

.news-image {
  flex-shrink: 0;
  width: 200px;
  height: 130px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 8px;
}

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

.news-image:hover img {
  transform: scale(1.05);
}
.flex-box {
  display: flex;
  justify-content: space-between;
}

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

.news-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.news-content h3 a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}

.news-content h3 a:hover {
}

.news-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  flex: 1;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-date {
  font-size: 13px;
  color: #999;
}

.member-tag {
  display: inline-block;
  background: #2d5a27;
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.pagination-section {
  text-align: center;
  margin-top: 30px;
}

.pagination {
  display: inline-flex;
  padding-left: 0;
  list-style: none;
  border-radius: 4px;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  display: block;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #2d5a27;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #8b1b2f;
  border-color: #8b1b2f;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.apply-form,
.contact-form,
.activity-form {
  margin-top: 20px;
}

.apply-form .form-group,
.contact-form .form-group,
.activity-form .form-group {
  margin-bottom: 20px;
}

.apply-form label,
.contact-form label,
.activity-form label {
  font-weight: 600;
  color: #333;
}

.apply-form .required,
.contact-form .required,
.activity-form .required {
  color: #dc3545;
}

.apply-form .btn-primary,
.contact-form .btn-primary,
.activity-form .btn-primary {
  background: #2d5a27;
  border-color: #2d5a27;
  border-radius: 4px;
  padding: 12px 30px;
  font-size: 16px;
  transition: background 0.3s;
}

.apply-form .btn-primary:hover,
.contact-form .btn-primary:hover,
.activity-form .btn-primary:hover {
  background: #1a3a16;
}

.verify-code-row {
  display: flex;
  align-items: center;
}

.verify-code-row input {
  flex: 1;
  margin-right: 10px;
}

.verify-code-img {
  width: 120px;
  height: 34px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}

.member-section {
  margin-top: 10px;
}

.member-title {
  font-size: 18px;
  font-weight: 600;
  color: #2d5a27;
  margin-top: 25px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #2d5a27;
}

.member-title:first-child {
  margin-top: 0;
}

.member-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
}

.member-item img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 15px;
  object-fit: cover;
}

.member-info h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.member-info p {
  font-size: 14px;
  color: #666;
  margin-bottom: 3px;
}

.member-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.member-companies {
  margin-top: 15px;
}

.company-item {
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 15px;
}

.company-item h4 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.company-item p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.join-section {
  margin-top: 10px;
}

.join-item {
  margin-bottom: 25px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
}

.join-item h3 {
  font-size: 18px;
  font-weight: 600;
  color: #2d5a27;
  margin-bottom: 15px;
}

.join-item ol {
  padding-left: 20px;
}

.join-item ol li {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 10px;
}

.process-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
  flex-wrap: wrap;
}

.process-item {
  flex: 1;
  text-align: center;
  min-width: 120px;
}

.process-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #2d5a27;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.process-item h4 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.process-item p {
  font-size: 13px;
  color: #666;
  margin: 0;
}

.process-arrow {
  font-size: 24px;
  color: #ccc;
  padding: 0 10px;
}

.benefits-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 25px 0;
}

.benefit-item {
  text-align: center;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
}

.benefit-item i {
  font-size: 28px;
  color: #2d5a27;
  margin-bottom: 10px;
}

.benefit-item h4 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.benefit-item p {
  font-size: 13px;
  color: #666;
  margin: 0;
}

.apply-btn {
  margin-top: 30px;
}

.certificate-search {
  background: #f8f9fa;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.search-form {
  max-width: 500px;
}

.certificate-info {
  margin-top: 20px;
}

.info-item {
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 15px;
}

.info-item h4 {
  font-size: 15px;
  font-weight: 600;
  color: #2d5a27;
  margin-bottom: 8px;
}

.info-item p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.faq-section {
  margin-top: 20px;
}

.faq-item {
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 15px;
}

.faq-item h4 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.faq-item p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.file-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.category-item {
  padding: 8px 16px;
  background: #f8f9fa;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  transition: all 0.3s;
}

.category-item.active,
.category-item:hover {
  background: #2d5a27;
  color: #fff;
}

.file-list {
  margin-top: 10px;
}

.file-item {
  display: flex;
  align-items: center;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 10px;
}

.file-item i {
  font-size: 24px;
  color: #2d5a27;
  margin-right: 15px;
}

.file-info {
  flex: 1;
}

.file-info h4 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.file-info h4 a {
  color: #333;
  text-decoration: none;
}

.file-info h4 a:hover {
  color: #2d5a27;
}

.file-info p {
  font-size: 13px;
  color: #999;
  margin: 0;
}

.download-btn {
  padding: 8px 16px;
  background: #2d5a27;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.3s;
}

.download-btn:hover {
  background: #1a3a16;
  color: #fff;
}

/* 文件下载页 */
.download-page {
  padding-bottom: 48px;
}
.download-panel h1 {
  margin: 0 0 32px;
  color: #2f2b2b;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}
.download-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 38px;
}
.download-summary h2 {
  margin: 0 0 5px;
  color: #302a2a;
  font-size: 25px;
  font-weight: 500;
}
.download-summary p {
  margin: 0;
  color: #705d5d;
  font-size: 14px;
}
.download-search {
  display: flex;
  width: 348px;
  height: 48px;
  border: 1px solid #e7b9b9;
}
.download-search input {
  flex: 1;
  min-width: 0;
  padding: 0 12px;
  border: 0;
  outline: 0;
  color: #514242;
  font-size: 14px;
}
.download-search input::placeholder {
  color: #9193a0;
}
.download-search button {
  width: 48px;
  border: 0;
  background: #fff;
  color: #5b4444;
  font-size: 18px;
}
.download-search button:hover {
  color: #bd1730;
}
.download-table-wrap {
  overflow-x: auto;
  border: 1px solid #edbcbc;
  border-radius: 9px;
}
.download-table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
  table-layout: fixed;
}
.download-table th {
  height: 61px;
  padding: 0 26px;
  background: #fbf8f8;
  color: #654a4a;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.download-table th:nth-child(1) {
  width: 55%;
}
.download-table th:nth-child(2) {
  width: 16%;
}
.download-table th:nth-child(3) {
  width: 17%;
}
.download-table th:last-child {
  width: 12%;
  text-align: right;
}
.download-table td {
  height: 70px;
  padding: 0 26px;
  border-top: 1px solid #efc3c3;
  color: #302a2a;
  font-size: 15px;
  vertical-align: middle;
}
.download-name {
  font-weight: 500;
}
.download-name > i {
  margin-right: 17px;
  color: #bd1730;
  font-size: 21px;
  vertical-align: -2px;
}
.download-name a {
  color: inherit;
  text-decoration: none;
}
.download-name a:hover {
  color: #bd1730;
}
.file-type {
  display: inline-block;
  min-width: 38px;
  padding: 5px 7px;
  border-radius: 3px;
  background: #ffe1e3;
  color: #c41c32;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.file-type-doc,
.file-type-docx {
  background: #deebff;
  color: #1465c0;
}
.file-type-xls,
.file-type-xlsx {
  background: #e1f4e6;
  color: #27864a;
}
.download-date {
  color: #5b4848 !important;
  font-weight: 600;
}
.download-action {
  text-align: right;
}
.download-action a {
  color: #c3132d;
  font-size: 15px;
  text-decoration: none;
}
.download-action a:hover {
  color: #8d0e21;
}
.download-action i {
  margin-left: 3px;
  font-size: 12px;
}
.download-empty {
  height: 120px !important;
  color: #999 !important;
  text-align: center;
}
.download-page .pagination-section {
  margin-top: 28px;
}

@media (max-width: 767px) {
  .download-page {
    padding-bottom: 32px;
  }
  .download-panel h1 {
    margin-bottom: 25px;
    font-size: 32px;
  }
  .download-toolbar {
    display: block;
    margin-bottom: 24px;
  }
  .download-search {
    width: 100%;
    margin-top: 20px;
  }
  .download-table th,
  .download-table td {
    padding: 0 16px;
  }
}

.activity-list {
  margin-top: 10px;
}

.activity-item {
  display: flex;
  margin-bottom: 25px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
}

.activity-image {
  flex-shrink: 0;
  width: 250px;
  height: 160px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 8px;
}

.activity-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.activity-content {
  flex: 1;
}

.activity-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.activity-content p {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.activity-content p i {
  margin-right: 8px;
  color: #2d5a27;
}

.activity-desc {
  display: block !important;
  margin-top: 10px !important;
  line-height: 1.6;
}

.activity-tags {
  margin: 15px 0;
}

.activity-tags .tag {
  display: inline-block;
  padding: 4px 10px;
  background: #2d5a27;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 8px;
}

.activity-content .btn-primary {
  margin-top: 10px;
}

.calendar {
  text-align: center;
}

.calendar-header {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  padding: 10px;
  background: #2d5a27;
  color: #fff;
  border-radius: 4px;
}

.calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  font-size: 12px;
  color: #999;
  padding: 8px 0;
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

.calendar-days span {
  padding: 8px;
  font-size: 13px;
  color: #333;
  border-radius: 4px;
}

.calendar-days span.empty {
  visibility: hidden;
}

.contact-info-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.contact-item {
  text-align: center;
  padding: 25px;
  background: #f8f9fa;
  border-radius: 8px;
}

.contact-item i {
  font-size: 32px;
  color: #2d5a27;
  margin-bottom: 15px;
}

.contact-item h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.contact-item p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.map-container {
  margin-top: 10px;
}

.map-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

.article-headtitle {
  font-size: 32px !important;
  font-weight: 600 !important;
  color: #2c2c2c !important;
  line-height: 56px !important;
  margin-top: 48px !important;
  margin-bottom: 24px !important;
  text-align: center !important;
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.article-meta span {
  font-size: 14px;
  color: #2c2c2c;
  display: flex;
  align-items: center;
}

.article-meta span i {
  margin-right: 5px;
}

.article-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 25px;
}

.article-tags {
  margin-top: 25px;
  margin-bottom: 20px;
}

.article-tags .tag {
  display: inline-block;
  padding: 6px 12px;
  background: #2d5a27;
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
  margin-right: 8px;
}

.article-share {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.article-share span {
  font-size: 14px;
  color: #666;
  margin-right: 10px;
}

.share-btn {
  display: inline-block;
  padding: 6px 12px;
  background: #f8f9fa;
  color: #666;
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px;
  margin-right: 8px;
  transition: all 0.3s;
}

.article-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.nav-prev,
.nav-next {
  flex: 1;
  min-width: 250px;
}
.nav-next {
  display: flex;
  justify-content: flex-end;
}

.nav-prev a,
.nav-next a {
  color: #2c2c2c;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s;
}

.nav-prev a:hover,
.nav-next a:hover {
  color: #2c2c2c;
}

.hot-news li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

.hot-news li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #2d5a27;
  border-radius: 50%;
}

.achievement-item {
  margin-bottom: 25px;
}

.achievement-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.achievement-item h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .header-top {
    display: none;
  }

  .home-row {
    flex-direction: column;
    gap: 15px;
  }

  .home-row-image {
    width: 100%;
    height: 220px;
  }

  .home-row:nth-of-type(1) .home-row-image,
  .home-row:nth-of-type(2) .home-row-image,
  .home-row:nth-of-type(3) .home-row-image {
    height: 220px;
  }

  /* Reverse order on Row 3 on mobile so list is on top, image is below */
  .home-row:nth-child(3) {
    flex-direction: column-reverse;
  }

  .logo-text {
    display: none;
  }

  .logo-img {
    margin-right: 0;
  }
  .carousel-overlay {
    padding: 40px 0 40px 0;
  }
  .carousel-inner .item img {
    height: 300px;
  }

  .carousel-caption {
    bottom: 20%;
  }

  .carousel-caption h3 {
    font-size: 22px;
  }

  .carousel-caption p {
    font-size: 14px;
  }

  .about-image {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .about-image img {
    height: 250px;
  }

  .sidebar-index {
    display: none;
  }

  .sidebar {
    display: none;
  }

  .rightbar {
    display: none;
  }

  .container-box {
    display: block;
  }

  .member-list {
    grid-template-columns: 1fr;
  }

  .benefits-section {
    grid-template-columns: repeat(2, 1fr);
  }

  .activity-item {
    flex-direction: column;
  }

  .activity-image {
    width: 100%;
    height: 200px;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .contact-info-section {
    grid-template-columns: 1fr;
  }

  .homepage-rightbar {
    display: none;
  }

  .homepage-row {
    flex-direction: row;
  }

  .image-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tea-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .taiwan-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .association-info h1 {
    font-size: 28px;
  }

  .association-info .desc-text {
    font-size: 12px;
  }

  .article-content h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .article-headtitle {
    font-size: 22px !important;
    line-height: 30px !important;
  }

  .article-meta span {
    font-size: 12px;
  }

  /* 补充 991px 断点的响应式样式 */
  .main-content {
    padding: 20px 30px;
  }

  .main-content-news {
    padding: 20px 15px;
  }

  .homepage-content {
    padding: 0 15px 15px 15px;
  }

  .section-title h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .section-title h2 {
    font-size: 22px;
  }

  .news-list li a {
    font-size: 15px;
    line-height: 24px;
  }

  .news-date {
    font-size: 11px;
  }

  .exchange-news-list li a {
    font-size: 15px;
    line-height: 24px;
  }

  .exchange-news-date {
    font-size: 11px;
  }

  .more-link {
    font-size: 13px;
  }

  .grid-item img {
    height: 110px;
  }

  .grid-title {
    font-size: 11px;
  }

  .tea-card img {
    height: 90px;
  }

  .tea-name {
    font-size: 12px;
  }

  .taiwan-news-img {
    height: 110px;
  }

  .taiwan-news-info h4 {
    font-size: 12px;
  }

  .banner-item {
    height: 70px;
  }

  .banner-title {
    font-size: 18px;
  }

  .article-info h4 {
    font-size: 14px;
  }

  .article-info p {
    font-size: 12px;
  }

  .homepage-content .article-image {
    width: 200px;
    min-height: 130px;
  }

  .content-section {
    margin-bottom: 20px;
  }

  .section-title-row {
    margin-bottom: 10px;
  }

  .feature-banners {
    margin-bottom: 20px;
  }

  .double-section {
    gap: 15px;
  }

  .party-tjtxt {
    font-size: 15px;
    padding: 10px 14px;
  }

  .party-tj-item p a {
    font-size: 15px;
    line-height: 24px;
  }

  .party-tjdate {
    font-size: 12px;
  }

  .notice-tab {
    font-size: 18px;
    padding: 8px 0;
    margin-right: 18px;
  }

  .newsvideo-item {
    width: 220px;
    height: 146px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .newsvideo-item img {
    width: 220px;
    height: 146px;
  }
}

@media (max-width: 767px) {
  .carousel-inner .item img {
    height: 200px;
  }

  .carousel-caption {
    bottom: 10%;
    padding: 10px;
  }

  .carousel-caption h3 {
    font-size: 18px;
  }

  .carousel-caption p {
    font-size: 12px;
  }

  .section-title h2 {
    font-size: 20px;
  }

  .section-title h3 {
    font-size: 18px;
  }

  .news-content h3 {
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .news-content p {
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .feature-item {
    padding: 15px;
  }

  .feature-icon {
    width: 60px;
    height: 60px;
  }

  .feature-icon i {
    font-size: 24px;
  }

  .news-section .news-image {
    height: 150px;
  }

  .about-content h2 {
    font-size: 20px;
  }

  .page-banner h1 {
    font-size: 24px;
  }

  .page-banner p {
    font-size: 14px;
  }

  .main-content {
    padding: 15px;
  }
  .main-content-news {
    padding: 15px;
  }

  .news-item {
    flex-direction: column;
  }

  .news-image {
    width: 100%;
    height: 180px;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .process-section {
    flex-direction: column;
  }

  .process-arrow {
    display: none;
  }

  .process-item {
    margin-bottom: 20px;
  }

  .benefits-section {
    grid-template-columns: 1fr;
  }

  .article-image {
    height: 200px;
  }

  .article-nav {
    flex-direction: column;
  }

  .homepage-sidebar {
    display: none;
  }

  .homepage-rightbar {
    display: none;
  }

  .homepage-row {
    flex-direction: column;
  }

  .homepage-content {
    padding: 15px;
  }

  .article-item {
    flex-direction: column;
  }

  .article-image {
    width: 100%;
    height: 180px;
  }

  .image-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tea-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-banners {
    flex-direction: column;
  }

  .banner-item {
    height: 60px;
  }

  .double-section {
    flex-direction: column;
  }

  .taiwan-news-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .carousel-overlay {
    padding: 15px 0;
  }

  .association-info h1 {
    font-size: 22px;
    letter-spacing: 2px;
  }

  .association-info .en-title {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .association-info .desc-text {
    display: none;
  }

  /* Logo */
  .logo-img {
    width: 50px;
    height: 65px;
  }

  /* Article content */
  .article-content h2 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
  }

  .article-content h3 {
    font-size: 18px;
    margin-top: 20px;
  }

  .article-content p {
    font-size: 14px;
  }

  .article-content ul li {
    font-size: 14px;
  }

  /* News list */
  .news-list li a {
    font-size: 14px;
    line-height: 22px;
  }

  .news-date {
    font-size: 11px;
  }

  /* Rightbar */
  .rightbar {
    width: 100%;
  }

  .rightbar-item {
    width: 100%;
    height: 150px;
  }

  .rightbar-item h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .rightbar-item p {
    font-size: 14px;
    line-height: 20px;
  }

  .rightbar-item img {
    width: 36px;
    height: 36px;
    margin-bottom: 15px;
  }

  /* Home row */
  .home-row-image {
    width: 100%;
  }

  .home-row:nth-of-type(1) .home-row-image {
    height: 180px;
  }

  .home-row:nth-of-type(2) .home-row-image {
    height: 200px;
  }

  .home-row:nth-of-type(3) .home-row-image {
    height: 180px;
  }

  /* Grid items */
  .grid-item img {
    height: 100px;
  }

  .grid-title {
    font-size: 11px;
    padding: 6px 8px;
  }

  /* Tea cards */
  .tea-card img {
    height: 80px;
  }

  .tea-name {
    font-size: 12px;
  }

  /* Taiwan news */
  .taiwan-news-img {
    height: 100px;
  }

  .taiwan-news-info h4 {
    font-size: 12px;
  }

  /* More link */
  .more-link {
    font-size: 13px;
  }

  /* Exchange news list */
  .exchange-news-list li a {
    font-size: 14px;
    line-height: 22px;
  }

  .exchange-news-date {
    font-size: 11px;
  }

  /* Party tj */
  .party-tjtxt {
    font-size: 14px;
    padding: 10px 12px;
    margin-bottom: 20px;
  }

  .party-tj-item p a {
    font-size: 14px;
    line-height: 22px;
  }

  .party-tjdate {
    font-size: 12px;
  }

  /* Notice tabs */
  .notice-tab {
    font-size: 16px;
    padding: 8px 0;
    margin-right: 16px;
  }

  /* Newsvideo */
  .newsvideo-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .newsvideo-item img {
    width: 220px;
    height: 146px;
  }
}

@media (max-width: 480px) {
  .carousel-inner .item img {
    height: 150px;
  }

  .carousel-caption {
    display: none;
  }

  .features-section,
  .news-section,
  .about-section,
  .contact-section {
    padding: 25px 0;
  }

  .page-banner {
    padding: 30px 0;
  }

  .page-banner h1 {
    font-size: 20px;
  }

  .file-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .download-btn {
    margin-top: 10px;
  }

  /* Logo */
  .logo-img {
    width: 40px;
    height: 52px;
  }

  /* Article content */
  .article-content h2 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
  }

  .article-content h3 {
    font-size: 16px;
    margin-top: 15px;
  }

  .article-content p {
    font-size: 13px;
    line-height: 1.6;
  }

  .article-content ul li {
    font-size: 13px;
  }

  /* Section title */
  .section-title h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .section-title h2 {
    font-size: 18px;
  }

  /* News list */
  .news-list li {
    padding: 8px 6px;
  }

  .news-list li a {
    font-size: 13px;
    line-height: 20px;
  }

  /* News content */
  .news-content h3 {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .news-content p {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .news-date {
    font-size: 10px;
  }

  /* Grid items */
  .grid-item img {
    height: 80px;
  }

  .grid-title {
    font-size: 10px;
    padding: 4px 6px;
  }

  /* Image grid */
  .image-grid {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }

  /* Tea cards */
  .tea-cards {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }

  .tea-card img {
    height: 70px;
  }

  .tea-name {
    font-size: 11px;
  }

  /* Taiwan news */
  .taiwan-news-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .taiwan-news-img {
    height: 80px;
  }

  .taiwan-news-info {
    padding: 6px;
  }

  .taiwan-news-info h4 {
    font-size: 11px;
  }

  /* Banner */
  .banner-item {
    height: 50px;
  }

  .banner-title {
    font-size: 16px;
  }

  /* Home row */
  .home-row {
    gap: 10px;
    margin-bottom: 15px;
  }

  .home-row-image {
    height: 150px !important;
  }

  /* Rightbar */
  .rightbar-item {
    height: 120px;
  }

  .rightbar-item h4 {
    font-size: 16px;
    line-height: 22px;
  }

  .rightbar-item p {
    font-size: 12px;
    line-height: 18px;
  }

  .rightbar-item img {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }

  /* More link */
  .more-link {
    font-size: 12px;
  }

  /* Exchange news list */
  .exchange-news-list li a {
    font-size: 13px;
    line-height: 20px;
  }

  /* Party tj */
  .party-tjtxt {
    font-size: 13px;
    padding: 8px 10px;
    margin-bottom: 15px;
  }

  .party-tj-item p a {
    font-size: 13px;
    line-height: 20px;
  }

  .party-tjdate {
    font-size: 11px;
  }

  /* Notice tabs */
  .notice-tab {
    font-size: 14px;
    padding: 6px 0;
    margin-right: 12px;
  }

  /* Content section */
  .content-section {
    margin-bottom: 15px;
  }

  .section-title-row {
    margin-bottom: 8px;
  }

  /* Main content */
  .main-content {
    padding: 10px;
  }

  .main-content-news {
    padding: 10px;
  }

  /* Homepage content */
  .homepage-content {
    padding: 10px;
  }

  /* Feature banners */
  .feature-banners {
    gap: 10px;
    margin-bottom: 15px;
  }

  /* Double section */
  .double-section {
    gap: 10px;
  }

  /* Article item */
  .homepage-content .article-image {
    width: 100%;
    min-height: 120px;
  }

  .article-info h4 {
    font-size: 14px;
  }

  .article-info p {
    font-size: 12px;
  }

  /* Newsvideo */
  .newsvideo-item {
    width: 100%;
  }

  .newsvideo-list {
    justify-content: center;
  }
  .newsvideo-item img {
    width: 260px;
    height: 172px;
  }

  /* Footer */
  .footer-logo h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .footer-col h4 {
    font-size: 16px;
  }

  .footer-links li a {
    font-size: 13px;
  }

  .footer-contact li span {
    font-size: 13px;
  }

  /* Association info */
  .association-info h1 {
    font-size: 18px;
  }

  .association-info .en-title {
    font-size: 11px;
  }
}

.site-footer {
  background: #9e0027;
  color: #fff;
  margin-top: 30px;
  padding: 30px 0;
}

.footer-content {
  display: flex;
  justify-content: space-between;
}

.footer-col {
  flex: 1;
  padding: 0 20px;
}

.footer-info {
  flex: 2;
}

.footer-links {
  flex: 1;
}

.footer-contact {
  flex: 1;
}

.footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.footer-logo img {
  width: 27px;
  height: 35px;
  margin-right: 8px;
}

.footer-logo-logo {
  width: 27px;
  height: 35px;
  margin-right: 8px;
}
.footer-logo-title {
  width: auto !important;
  height: 35px;
}

.footer-logo h3 {
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  color: #d4af37;
  line-height: 34px;
}

.footer-info p {
  font-weight: 500;
  font-size: 14px;
  color: rgba(249, 247, 242, 0.7);
  line-height: 17px;
  margin: 0 0 25px 0;
}

.copyright p {
  font-weight: 500;
  font-size: 14px;
  color: rgba(249, 247, 242, 0.5);
  line-height: 17px;
}

.footer-col h4 {
  font-weight: 500;
  font-size: 18px;
  color: #f9f7f2;
  line-height: 22px;
  margin: 0 0 16px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(224, 191, 188, 0.2);
}

.footer-links ul,
.footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  padding: 6px 0;
}

.footer-links li::marker {
  color: #d4af37;
}

.footer-links li a {
  font-weight: 500;
  font-size: 14px;
  color: rgba(249, 247, 242, 0.7);
  line-height: 17px;
}

.footer-links li a:hover {
  color: #d4af37;
}

.footer-contact li {
  padding: 8px 0;
  display: flex;
  align-items: center;
}

.footer-contact li img {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}

.footer-contact li span {
  font-weight: 500;
  font-size: 14px;
  color: rgba(249, 247, 242, 0.7);
  line-height: 17px;
}

@media (max-width: 991px) {
  .main-nav {
    display: none;
  }

  .header-nav {
    top: 16px;
  }

  .search-section {
    /*display: none;*/
    padding: 3px 7px;
  }

  .search-input {
    width: 100px;
    font-size: 6px;
    line-height: 12px;
  }

  .mobile-menu-btn {
    display: flex;
  }

  .carousel-inner .item img {
    height: 350px;
  }

  .association-info h1 {
    font-size: 24px;
  }

  .association-info p:last-of-type {
    font-size: 12px;
  }

  .footer-content {
    flex-direction: column;
    gap: 25px;
  }

  .footer-col {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .mobile-nav {
    display: none;
  }

  .mobile-nav.show {
    display: block;
  }

  .carousel-inner .item img {
    height: 250px;
  }

  .carousel-overlay {
    padding: 20px 0;
  }

  .association-info h1 {
    font-size: 20px;
  }

  .association-info p:first-of-type {
    font-size: 14px;
  }

  .association-info {
    display: none;
  }
  .association-info p:last-of-type {
    display: none;
  }
}

/* ==================== Dialog 弹窗样式 ==================== */
.dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.dialog-overlay.dialog-show {
  opacity: 1;
}

.dialog-box {
  background: #fff;
  border-radius: 12px;
  width: 380px;
  max-width: 90%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  transform: scale(0.85) translateY(20px);
  opacity: 0;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
  overflow: hidden;
}

.dialog-box.dialog-show {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.dialog-body {
  padding: 32px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.dialog-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #fff;
}

.dialog-icon-info {
  background: #9e0027;
}

.dialog-icon-warn {
  background: #e6a23c;
}

.dialog-message {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  word-break: break-word;
}

.dialog-footer {
  padding: 16px 24px 24px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.dialog-btn {
  padding: 8px 28px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid #ddd;
  background: #fff;
  color: #666;
  transition: all 0.15s ease;
  min-width: 80px;
}

.dialog-btn:hover {
  opacity: 0.85;
}

.dialog-btn-primary {
  background: #9e0027;
  color: #fff;
  border-color: #9e0027;
}

.dialog-btn-primary:hover {
  background: #8a0022;
}

.dialog-btn-default {
  background: #fff;
  color: #666;
}

.dialog-btn-default:hover {
  background: #f5f5f5;
}
