/* ========================================
   通用样式
======================================== */
* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  overflow-x: auto;
}

body {
  font-family: '微软雅黑', Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  min-width: 1440px;
}

/* 清除浮动通用样式 */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* ========================================
   布局容器
======================================== */
.main-container {
  width: 100%;
  min-width: 1440px;
  margin: 0 auto;
}

header {
  width: 100%;
}

nav, section, footer {
  width: 100%;
}

.section {
  background: #fff;
  margin: 0;
  padding: 40px 0;
  border-radius: 8px;
  /* box-shadow: 0 2px 8px #eee; */
  box-shadow: none;
  width: 100%;
}

section.jydt-section {
  width: 100%;
  background: #ffffff;
}

section.jydt-section .main-container {
  width: 1440px;
  margin: 0 auto;
}

section.zw-section .main-container {
  width: 1440px;
  margin: 0 auto;
}

section.scjj-section {
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  padding: 0;
  margin: 40px 0;
  height:747px;
  padding-bottom: 100px;
}

section.scjj-section .main-container {
  width: 1440px;
  margin: 0 auto;
}

section.zs-section .main-container {
  width: 1440px;
  margin: 0 auto;
}

section.zyfw-section {
  background: #ffff;
}

section.zyfw-section .main-container {
  width: 1440px;
  margin: 0 auto;
}

/* ========================================
   智慧基金板块样式
======================================== */
section.zhjj-section {
  background-color: #f9f9f9;
}

section.zhjj-section .main-container {
  width: 1440px;
  margin: 0 auto;
}

/* ========================================
   相关单位板块样式
======================================== */
section.xgdw-section {
  background: #f9f9f9;
}

section.xgdw-section .main-container {
  width: 1440px;
  margin: 0 auto;
}

/* 相关单位内容样式 */
.xgdw-content {
  margin-top: 24px;
}

/* 选项标签样式 */
.xgdw-tabs {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 12px;
}

.xgdw-tab {
  width: 160px;
  height: 46px;
  padding: 12px 0;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  color: #666666;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.xgdw-tab.active {
  background: none;
  border: none;
  color: #009944;
  font-weight: bold;
}

.xgdw-tab:hover {
  background: none;
  border: none;
  color: #009944;
}

.xgdw-tab.active:hover {
  background: none;
  border: none;
  color: #009944;
  font-weight: bold;
}

/* 卡片列表样式 */
.xgdw-card-list {
  display: none;
  flex-wrap: wrap;
  gap: 16px;
}

.xgdw-card-list.active {
  display: flex;
}

/* 卡片样式 */
.xgdw-card {
  flex: 0 0 calc(25% - 12px);
  background: #fff;
  border-radius: 4px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bbbbbb;
  box-shadow: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.xgdw-card:hover {
  border: 1px solid #009944;
}

.xgdw-card img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

/* ========================================
   页脚样式
======================================== */
.footer-section {
  width: 100%;
  background: #222831;
}

.footer-container {
  width: 1440px;
  margin: 0 auto;
  padding-top: 48px;
  display: flex;
  flex-direction: column;
}

.footer-main {
  display: flex;
  gap: 16px;
  margin-bottom: 48px;
}

.footer-left {
  width: 530px;
  flex-shrink: 0;
}

.footer-right {
  width: 894px;
  flex-shrink: 0;
}

/* 页脚左侧样式 */
.footer-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 54px;
  color: #ffffff;
  margin-bottom: 16px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

.contact-label {
  flex-shrink: 0;
  margin-right: 8px;
}

.contact-value {
  flex: 1;
  word-wrap: break-word;
}

/* 公众号信息样式 */
.footer-qrcode {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.qrcode-img {
  width: 128px;
  height: 128px;
  margin-bottom: 8px;
}

.qrcode-text {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

/* 页脚右侧网站大纲样式 */
.footer-sitemap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sitemap-row {
  display: flex;
  gap: 16px;
}

.sitemap-column {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.sitemap-title {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 24px;
}

.sitemap-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sitemap-link {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.3s ease;
}

.sitemap-link:hover {
  color: #009944;
}

/* ========================================
   页脚版权信息样式
======================================== */
.footer-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.copyright-left {
  flex: 1;
}

.copyright-text {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.85);
}

.copyright-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.copyright-link {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.3s ease;
}

.copyright-link:hover {
  color: #009944;
}

.copyright-separator {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.4);
}

.zhjj-layout {
  display: flex;
  gap: 16px;
  height: 200px;
}

.zhjj-card {
  flex: 1;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.zhjj-card:hover {
  cursor: pointer;
}

.zhjj-card-bg {
  width: 100%;
  height: 100%;
  position: relative;
}

.zhjj-card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zhjj-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 153, 68, 0), rgba(0, 153, 68, 0));
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.zhjj-card:hover .zhjj-card-overlay {
  background: linear-gradient(135deg, rgba(0, 153, 68, 0.8), rgba(0, 153, 68, 0.6));
}

.zhjj-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 0 32px;
  color: #fff;
}

.zhjj-card-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 8px 0;
  line-height: 34px;
  color: #fff;
}

.zhjj-card-arrow {
  width: 20px;
  height: 20px;
}

.zhjj-card-arrow img {
  width: 100%;
  height: 100%;
}

/* ========================================
   专业服务板块样式
======================================== */
.zyfw-three-column {
  display: flex;
  gap: 16px;
  width: 100%;
}

.zyfw-column {
  flex: 1;
  height: 320px;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.zyfw-column::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.zyfw-column-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: white;
  z-index: 2;
}

.zyfw-column-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
}

.zyfw-column-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.zyfw-column-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  color: white;
  margin-bottom: 8px;
}

.zyfw-column-desc {
  font-size: 16px;
  line-height: 24px;
  color: white;
  height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 16px;
}

.zyfw-column-arrow {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  display: none;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  transition: color 0.2s, opacity 0.3s, transform 0.3s;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
}



.zyfw-column-arrow img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: inline-block;
}
.zyfw-column:hover{
  cursor: pointer;
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 153, 68, 0.3);
}

.zyfw-column:hover::before {
  opacity: 1;
}

.zyfw-column:hover .zyfw-column-arrow {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

.scjj-cards {
  display: flex;
  width: 100%;
  height: 100%;
}

.scjj-card {
  flex: 1 1 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 100%;
}

.scjj-card.scjj-card-title {
  background: #fff;
}

.placeholder {
  color: #aaa;
  text-align: center;
  padding: 40px 0;
  font-size: 1.2em;
}

/* ========================================
   顶部用户区样式
======================================== */
.header-login {
  width: 100%;
  min-width: 1440px;
  margin: 0 auto;
  background: #f5f5f5;
}

.user-bar {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  padding: 0 16px;
  box-sizing: border-box;
  width: 1440px;
  margin: 0 auto;
}

.user-bar-left {
  display: flex;
  align-items: center;
}

.user-bar-right {
  display: flex;
  align-items: center;
}

.lang {
  background-color: #fff;
  border-radius: 12px;
  display: block;
}

.lang-switch {
  display: inline-block;
  min-width: 22px;
  padding: 0 4px;
  height: 22px;
  line-height: 22px;
  border-radius: 12px;
  background: #fff;
  color: #666;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
  float: left;
  box-sizing: content-box;
}

.lang-switch.active {
  background: #009944;
  color: #fff;
}

.service-phone {
  margin-left: 16px;
  color: #666;
  font-weight: 400;
}

/* ========================================
   导航栏样式
======================================== */
.nav-bar {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  width: 1440px;
  box-sizing: border-box;
  margin: 0 auto;
}

.nav-logo {
  display: flex;
  align-items: center;
}

.nav-logo img {
  height: 80px;
  display: block;
}

.nav-search {
  display: flex;
  align-items: center;
}

/* ========================================
   搜索框样式
======================================== */
.search-input::placeholder {
  color: #999999;
  opacity: 1;
}

.search-input {
  width: 473px;
  height: 54px;
  border: 1px solid #009944;
  border-radius: 4px 0 0 4px;
  padding: 0 24px;
  font-size: 16px;
  outline: none;
  background: #f8fffb;
  transition: border 0.2s;
  box-sizing: border-box;
}

.search-input:focus {
  border-color: #16a34a;
}

.search-btn {
  height: 54px;
  border: none;
  border-radius: 0 4px 4px 0;
  background: #16a34a;
  color: #fff;
  font-size: 16px;
  padding: 0 32px;
  cursor: pointer;
  transition: background 0.2s;
}

.search-btn:hover {
  background: #009944;
}

/* 资讯动态 Tab 区样式 */
.news-tabs-bar {
  width: 100%;
  height: 48px;
  background: rgba(255,255,255,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -48px;
  margin-bottom: -48px;
  z-index: 2;
}
.news-tabs-bar-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.news-tabs-bar-tab {
  height: 48px;
  padding: 12px 32px;
  font-size: 17px;
  line-height: 24px;
  color: #333333;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: none;
  border: none;
  outline: none;
  border-radius: 0;
  transition: color 0.2s;
  width: auto;
  min-width: 0;
  box-shadow: none;
}
.news-tabs-bar-tab.active {
  color: #009944;
  font-weight: bold;
  border-bottom: 3px solid #009944;
  background: none;
  border-radius: 0;
}

.news-tabs-bar-tab:hover {
  color: #009944;
}

/* ========================================
   菜单栏样式
======================================== */
.menu-bar {
  height: 60px;
  background: #009944;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-bottom: none;
}

.menu-list {
  display: block;
  align-items: center;
  height: 100%;
  padding: 0;
  list-style: none;
  justify-content: center;
  width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}

.menu-item {
  height: 60px;
  display: block;
  align-items: center;
  width: 120px; /* 1440px ÷ 12个菜单项 = 120px */
  box-sizing: border-box;
  float: left;
}

.menu-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  line-height: 60px;
  padding: 0 8px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.2s, border-bottom 0.2s;
  text-align: center;
}

.menu-item a:hover,
.menu-item.active a {
  color: #fff;
  text-decoration: none;
  background-color: #007A36;
}

/* ========================================
   二级菜单样式
======================================== */
.menu-item.has-submenu {
  position: relative;
}

.submenu {
  position: absolute;
  top: 60px;
  left: 0;
  min-width: 120px;
  width: auto;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  display: none;
  z-index: 1000;
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  white-space: nowrap;
}

.menu-item.has-submenu:hover .submenu {
  display: block;
}

.submenu li {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #f0f0f0;
}

.submenu li:last-child {
  border-bottom: none;
}

.submenu li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
  color: #333;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.2s, font-weight 0.2s;
}

.submenu li a:hover {
  background: #f8fffb;
  color: #009944;
  text-decoration: none;
  font-weight: 700;
}

/* ========================================
   Banner轮播图样式
======================================== */
.banner-section {
  width: 100%;
  min-width: 1440px;
  max-width: none;
  height: 480px;
  max-height: 480px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

@media (min-width: 1920px) {
  .banner-section {
    width: 100%;
    max-width: none;
    height: 480px;
  }
  .banner-slide img {
    max-width: 1920px;
    margin: 0 auto;
    display: block;
  }
}

.banner-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner-slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.banner-slide.active {
  opacity: 1;
}

.banner-slide img {
  display: block;
  width: 100%;
  height: 480px;
  /* object-fit: cover; */
}

/* 左右切换按钮 */
.banner-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 96px;
  background: none;
  border: none;
  border-radius: 0;
  font-size: 0;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  opacity: 1;
}

.banner-prev {
  left: 0;
  background-image: url('images/left.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 48px 96px;
  color: transparent;
}

.banner-next {
  right: 0;
  background-image: url('images/right.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 48px 96px;
  color: transparent;
}

/* 指示器 */
.banner-indicators {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.indicator {
  width: 8px;
  height: 8px;
  background: #009944;
  border-radius: 2px;
  display: inline-block;
  transition: width 0.3s, background 0.3s;
}

.indicator.active {
  width: 36px;
  height: 8px;
  background: #fff;
  border-radius: 2px;
}

.indicator:hover {
  background: rgba(255, 255, 255, 0.8);
}

/* ========================================
   资讯动态模块样式
======================================== */
.news-section {
  width: 100%;
  background: #fff;
}

.news-container {
  width: 1440px;
  margin: 0 auto;
  padding: 60px 0;
}

.news-title-bar {
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  text-align: center;
  margin-bottom: 24px;
}

.news-title-img-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}

.news-title-img {
  height: 48px;
  margin: 0 auto;
  display: block;
  float: none;
}

.news-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  position: relative;
  z-index: 2;
}

.news-title-text {
  font-size: 32px;
  font-weight: bold;
  color: #009944;
  line-height: 48px;
  margin: 0 6px;
  display: inline-block;
}

.news-title-line {
  display: inline-block;
  width: 36px;
  height: 1px;
  background: #009944;
  margin: 0 6px;
}

.news-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}

.news-left,
.news-right {
  flex: 1 1 0;
  min-width: 0;
  max-width: calc(50% - 8px);
}

.news-left {
  width: 712px;
  min-width: 712px;
  max-width: 712px;
  height: 398px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.news-carousel {
  width: 100%;
  height: 100%;
  position: relative;
}

.news-carousel-slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.news-carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 1;
}

.news-carousel-slide.active {
  opacity: 1;
  z-index: 2;
}

.news-carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.news-carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 54px;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 16px;
  box-sizing: border-box;
  border-radius: 0;
}
.news-carousel-title {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 0;
  padding-right: 100px;
  cursor: pointer;
}

.news-carousel-desc {
  flex: 0 0 auto;
  min-width: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: normal;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 0;
  padding-right: 100px;
  cursor: pointer;
}
.news-carousel-indicators {
  position: absolute;
  right: 24px;
  bottom: 11px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  height: 32px;
  min-width: 72px;
  background: none;
  border-radius: 12px;
  padding: 0;
  z-index: 10;
}

.news-carousel-indicators-text {
  flex-shrink: 0;
  font-size: 16px;
  color: #fff;
  min-width: 48px;
  text-align: right;
  margin-left: 12px;
}

.news-carousel-indicator {
  width: 8px;
  height: 8px;
  background: #009944;
  border-radius: 2px;
  display: inline-block;
  transition: width 0.3s, background 0.3s;
}

.news-carousel-indicator.active {
  width: 24px;
  height: 8px;
  background: #fff;
  border-radius: 2px;
}

.news-right {
  width: 712px;
  min-width: 712px;
  max-width: 712px;
}

.news-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 12px;
}

.news-tab {
  flex: 1 1 0;
  height: 48px;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 4px;
  font-size: 17px;
  color: #1e1e1e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border 0.2s;
  box-sizing: border-box;
  text-align: center;
}

.news-tab.active {
  background: #009944;
  color: #fff;
  border: 1px solid #009944;
}

.news-tab:not(.active):hover {
  background: #009944;
  color: #fff;
  border: 1px solid transparent;
}

/* 新闻列表样式 */
.news-list-content {
  margin-top: 16px;
}

.news-list {
  width: 100%;
}

.news-item {
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}



.news-item-headline {
  padding-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
  display: block;
}

.news-item-headline .news-item-title {
  font-size: 24px;
  line-height: 32px;
  color: #1e1e1e;
  font-weight: bold;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: color 0.3s ease;
}

.news-item-headline:hover .news-item-title {
  color: #009944;
}

.news-item-headline:hover .news-item-content {
  color: #666666;
}

.news-item-headline:hover {
  opacity: 1;
}

.news-item-headline .news-item-content {
  font-size: 16px;
  line-height: 24px;
  color: #888888;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

/* 普通新闻项样式 */
.news-item:not(.news-item-headline) {
  height: 36px;
}

.news-item-dot {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #009944;
  margin-right: 8px;
  flex-shrink: 0;
}

.news-item-title {
  font-size: 16px;
  line-height: 24px;
  color: #1e1e1e;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  flex: 1;
  margin-right: 24px;
  transition: color 0.3s ease;
}

.news-item:not(.news-item-headline):hover .news-item-title {
  color: #009944;
  font-weight: bold;
}

.news-item:not(.news-item-headline):hover .news-item-date {
  color: #999999;
  opacity: 1;
}

/* 更多资讯链接样式 */
.news-more {
  display: flex;
  justify-content: flex-end;
}

.news-more-link {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 8px 0;
  font-size: 14px;
  line-height: 22px;
  color: #009944;
  text-decoration: none;
  transition: color 0.3s ease;
}

.news-more-link:hover {
  color: #007a33;
  font-weight: bold;
}

.news-more-text {
  margin-right: 8px;
}

.news-more-arrow {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.news-item-date {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  flex-shrink: 0;
}

.news-tab-content { display: none; }
.news-tab-content.active { display: block; }

.jydt-cards {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.jydt-card {
  flex: 1 1 0;
  background: #fff;
  border: 1px solid #009944;
  border-radius: 4px;
  box-sizing: border-box;
  height: 318px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 36px 12px;
  transition: all 0.3s ease;
}

.jydt-card:hover {
  cursor: pointer;
   transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 153, 68, 0.3);
}

.jydt-card-img {
  width: 128px;
  height: 128px;
  margin-bottom: 0;
}

.jydt-card-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  color: #1e1e1e;
  text-align: center;
  margin: 12px 0;
}

.jydt-card-desc {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  text-align: center;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.jydt-card-link {
  color: #16a34a;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  display: none;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  transition: color 0.2s, opacity 0.3s, transform 0.3s;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
}

.jydt-card:hover .jydt-card-link {
  display: flex;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.jydt-card-link:hover {
  color: #009944;
}

.jydt-card-arrow {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: inline-block;
}

.zw-quick-entries {
  width: 100%;
  margin-top: 0;
}

.zw-quick-row {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.zw-quick-row:last-child {
  margin-bottom: 0;
}

.zw-quick-card {
  flex: 0 0 calc(25% - 18px);
  display: flex;
  align-items: center;
  background: none;
  box-shadow: none;
  min-width: 0;
  box-sizing: border-box;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
  border: 1px solid transparent;
  transition: border-color 0.2s, padding 0.2s;
  border-radius: 4px;
}

.zw-quick-card:hover {
  cursor: pointer;
  border-color: #009944;
  padding-left: 16px;
  padding-right: 16px;
}

.zw-quick-img {
  width: 64px;
  height: 64px;
  margin-right: 12px;
  flex-shrink: 0;
}

.zw-quick-info {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.zw-quick-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #1e1e1e;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zw-quick-desc {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zw-quick-card:hover {
  cursor: pointer;
  border-color: #009944;
  padding-left: 12px;
  padding-right: 12px;
  transform: translateY(0px);
  box-shadow: 0 4px 12px rgba(0, 153, 68, 0.3);
  background: #fff;
}

.scjj-card.scjj-card-title {
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  background: none;
  height: 100%;
  padding: 24px;
}

.scjj-title {
  font-size: 32px;
  line-height: 48px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: right;
}

.scjj-title-img {
  width: 225px;
  height: 17px;
  margin-bottom: 12px;
  display: block;
}

.scjj-title-bar {
  width: 60px;
  height: 6px;
  background: #fff;
  border-radius: 0;
  margin: 0;
}

.scjj-card-bg {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.scjj-card-bg::after {
  content: '';
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0);
  pointer-events: none;
  transition: background 0.3s;
  z-index: 1;
}

.scjj-card-bg:hover::after {
  background: rgba(0,0,0,0.5);
}

.scjj-card-center {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.scjj-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
}

.scjj-card-label {
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  color: #ffffff;
  margin-bottom: 16px;
  text-align: center;
}

.scjj-card-more {
  display: none;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  gap: 6px;
  margin-top: 8px;
}

.scjj-card-bg:hover .scjj-card-more {
  display: flex;
}

.scjj-card-more img {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.zs-cards {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  /* margin-top: 24px; */
  box-sizing: border-box;
}

.zs-card {
  flex: 0 0 calc(25% - 15px);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.zs-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.zs-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.zs-card-desc {
  padding: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background: #fff;
  min-height: 80px;
  display: flex;
  align-items: center;
}

.zs-more-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.zs-more-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  color: #333;
}

.zs-more-btn:hover {
  background: #009944;
  color: #fff;
  border-color: #009944;
}

.zs-more-btn-text {
  font-weight: 500;
}

.zs-more-btn-arrow {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.zs-more-btn:hover .zs-more-btn-arrow {
  transform: translateX(4px);
}

.location-bar {
  display: inline-flex;
  align-items: center;
  margin-left: 24px;
  height: 100%;
  cursor: pointer;
}
.location-icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.location-text {
  font-size: 14px;
  line-height: 22px;
  color: #1e1e1e;
  vertical-align: middle;
}
.location-arrow {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.city-modal-mask {
  position: fixed;
  left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.2);
  z-index: 1000;
}
/* 区域选择弹窗位置调整 */
.city-modal {
  position: fixed;
  top: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1200px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.12);
  z-index: 1001;
  padding: 12px 24px;
  font-family: inherit;
}
.city-modal-header {
  font-size: 16px;
  color: #1e1e1e;
  font-weight: normal;
  display: flex;
  align-items: center;
  height: 36px;
  padding:  0;
  margin: 8px 0;
  justify-content: space-between;
  width: 100%;
}
.city-modal-location-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
}
.city-modal-path {
  font-size: 18px;
  line-height: 36px;
  color: #1e1e1e;
  display: flex;
  align-items: center;
}
.city-modal-arrow {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 4px;
  vertical-align: middle;
}
.city-modal-city {
  font-size: 18px;
  font-weight: bold;
  color: #009944;
  line-height: 36px;
  vertical-align: middle;
}
.city-modal-divider {
  border-bottom: 1px solid #eeee;
  margin: 16px 0;
}
.city-modal-list {
  margin-bottom: 8px;
}
.city-modal-levels {
  display: flex;
  flex-wrap: wrap;
  gap: 0 32px;
  padding: 0;
}
.city-modal-level {
  font-size: 15px;
  color: #222;
  padding: 6px 0;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 8px;
  transition: background 0.2s, color 0.2s;
}
.city-modal-level-active {
  background: #f5f7fa;
  color: #1890ff;
  font-weight: bold;
}
.city-modal-selected {
  flex: 1;
  font-size: 14px;
  color: #888;
  display: flex;
  align-items: center;
  line-height: 22px;
  min-height: 36px;
}
.city-modal-selected-text {
  color: #222;
  font-size: 14px;
  line-height: 22px;
}
.city-modal-selected-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
  margin: 16px 0 0 0;
}
.city-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 0;
}
.city-modal-btn {
  min-width: 80px;
  height: 36px;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  background: #f9f9f9;
  color: #222;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.city-modal-btn.city-modal-confirm {
  background: #009944;
  color: #fff;
  border: 1px solid #009944;
}
.city-modal-btn.city-modal-cancel {
  border: 1px solid #bbbbbb;
}
.city-modal-btn.city-modal-confirm:hover {
  background: #009944;
  color: #fff;
  border: 1px solid #009944;
}

.city-modal-recent {
  font-size: 14px;
  color: #1e1e1e;
  font-weight: normal;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.city-modal-recent-item {
  font-size: 14px;
  color: #666666;
  border-radius: 4px;
  padding: 4px 12px;
  margin-right: 0;
  line-height: 22px;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.city-modal-recent-item:hover {
  background: #F8FFFB;
  color: #009944;
}
.city-modal-recent-clear {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  margin-left: auto;
  cursor: pointer;
  font-weight: normal;
  background: none;
  border: none;
  padding: 0;
}
.city-modal-recent-clear:hover {
  color: #009944;
}

.city-modal-recent-list {
  display: flex;
  flex: 1 1 auto;
  gap: 12px;
  min-width: 0;
}

.city-modal-cities {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  width: 100%;
}
.city-modal-city-btn {
  flex: 0 0 calc((100% - 7 * 12px) / 8);
  box-sizing: border-box;
  height: 36px;
  line-height: 22px;
  border-radius: 4px;
  border: 1px solid #eee;
  background: #fff;
  color: #222;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.city-modal-city-btn:hover, .city-modal-city-btn.active {
  background: #F8FFFB;
  color: #009944;
  border-color: #009944;
}



/* 新资讯动态模块样式 */
.news-section-new {
  width: 100%;
  background: #fff;
  padding: 40px 0;
}
.news-section-new-container {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.news-section-new-left {
  width: 1076px;
  min-height: 200px;
}
.news-section-new-right {
  width: 348px;
  min-height: 200px;
  background: none;
}
.news-section-new-left .news-content {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  gap: 16px;
}
.news-section-new-left .news-left,
.news-section-new-left .news-right {
  width: 530px;
  min-width: 0;
}
@media (max-width: 1076px) {
  .news-section-new-left .news-content {
    flex-direction: row;
    gap: 16px;
  }

}
.news-section-new-left .news-carousel {
  height: 340px;
  overflow: hidden;
}
.news-section-new-left .news-carousel-slider {
  height: 340px;
}
.news-section-new-left .news-carousel-slide {
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-section-new-left .news-carousel-slide img {
  height: 340px;
  width: 100%;
  object-fit: cover;
}
.news-section-new-left .news-left {
  width: 530px;
  min-width: 0;
  height: 340px;
}
.news-section-new-left .news-right .news-tabs {
  display: flex;
  gap: 8px;
}
.news-section-new-left .news-right .news-tab {
  padding: 8px 12px;
  height: 40px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.news-section-new-left .news-right .news-list-content {
  margin-top: 16px;
}
.news-section-new-left .news-right .news-item-headline {
  padding-bottom: 12px;
}
.news-section-new-left .news-right .news-item-headline .news-item-title {
  font-size: 20px;
  line-height: 28px;
  width: 100%;
  height: 36px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.news-section-new-left .news-main-title-bar {
  display: flex;
  align-items: center;
  height: 36px;
  margin-bottom: 12px;
  justify-content: space-between;
}
.news-section-new-left .news-main-title-group {
  display: flex;
  align-items: center;
}
.news-section-new-left .news-main-title-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.news-section-new-left .news-main-title-text {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #009944;
  margin: 0 8px;
  flex-shrink: 0;
}
.news-section-new-left .news-main-title-img {
  width: 199px;
  height: 22px;
  flex-shrink: 0;
}
.news-section-new-left .news-item-title {
  text-align: center;
}
.news-section-new-left .news-item-headline .news-item-title {
  text-align: center;
}
.news-section-new-left .news-item-title {
  text-align: left;
}
.news-section-new-right .news-main-title-bar {
  display: flex;
  align-items: center;
  height: 36px;
  margin-bottom: 12px;
  justify-content: space-between;
}
.news-section-new-right .news-main-title-group {
  display: flex;
  align-items: center !important;
  height: 36px;
}
.news-section-new-right .news-main-title-group .news-main-title-icon {
  margin-right: 0;
}
.news-section-new-right .news-main-title-icon {
  margin-right: 8px;
}
.news-section-new-right .news-main-title-text {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #009944;
  margin: 0 8px;
  flex-shrink: 0;
}
.news-section-new-right .news-main-title-img {
  width: 199px;
  height: 22px;
  flex-shrink: 0;
  margin-left: 8px;
}
.news-section-new-right .news-main-title-bar {
  display: flex;
  align-items: center;
  height: 36px;
  margin-bottom: 12px;
}
.news-section-new-right .news-main-title-img {
  margin-right: auto;
}
.news-section-new-left .news-main-title-btn , .news-section-new-right .news-main-title-btn {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0;
  text-decoration: none;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  margin-left: auto;
}
.news-section-new-left .news-main-title-btn-text , .news-section-new-right .news-main-title-btn-text {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
.news-section-new-left .news-main-title-btn-arrow , .news-section-new-right .news-main-title-btn-arrow {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.news-section-new-left .news-main-title-btn:hover .news-main-title-btn-text , .news-section-new-right .news-main-title-btn:hover .news-main-title-btn-text {
  color: #009944;
}
.news-section-new-left .news-main-title-btn:hover .news-main-title-btn-arrow , .news-section-new-right .news-main-title-btn:hover .news-main-title-btn-arrow {
  content: url('images/more-grey-hover.png');
}
.news-section-new-right .news-right-content {
  height: 340px;
  border: 1px solid #009944;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}

.site-select-bar {
  display: flex;
  align-items: center;
  margin: 0;
  background: #f3f3f3;
  border-top: 1px solid #e0e0e0;
  padding: 0 0 0 0;
  height: 40px;
}
.site-select {
  width: 120px;
  height: 40px;
  border: none;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 32px 0 12px;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-right: 2px;
  background-image: url('data:image/svg+xml;utf8,<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5" stroke="%23333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 20px 20px;
}
.site-select:last-of-type {
  margin-right: 0;
}
.site-select:focus {
  outline: none;
  box-shadow: none;
}
.site-select-btn {
  flex: 1 1 auto;
  width: auto;
  height: 40px;
  background: #F8FFFB;
  color: #009944;
  border: none;
  font-size: 16px;
  cursor: pointer;
  margin-left: 2px;
  transition: background 0.2s, color 0.2s;
}
.site-select-btn:disabled {
  background: #ededed;
  color: #999;
  cursor: not-allowed;
}
.site-select-btn:not(:disabled):hover {
  background: #009944;
  color: #fff;
}

/* 资讯动态 Banner 区样式 */
.news-banner {
  width: 100%;
  height: 300px;
  background: url('images/zxdt-banner.png') center center/cover no-repeat;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.news-banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
  width: 100%;
}
.news-banner-en {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
}
.news-banner-zh {
  color: #fff;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}
.news-banner-content > .news-banner-en + .news-banner-zh {
  margin-top: 0;
}

/* 资讯动态中心动态轮播模块样式 */
.news-center-carousel-section {
  width: 100%;
  padding: 40px 0;
  background: none;
  background-color: #f9f9f9;
}
.news-center-carousel-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.news-center-carousel {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.news-center-carousel-item {
  display: none;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
.news-center-carousel-item.active {
  display: flex;
}
.news-center-carousel-img-wrap {
  flex: 0 0 591px;
  width: 591px;
  height: 332px;
  overflow: hidden;
  border-radius: 4px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-center-carousel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}
.news-center-carousel-content {
  flex: 1 1 0;
  margin-left: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-center-carousel-title {
  font-size: 24px;
  font-weight: bold;
  color: #1e1e1e;
  margin-bottom: 24px;
  line-height: 32px;
}
.news-center-carousel-summary {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
}
.news-center-carousel-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  margin-top: 36px;
}
.news-center-carousel-date {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
}
.news-center-carousel-link {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: text-decoration 0.2s;
}
.news-center-carousel-link-arrow {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
}
.news-center-carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  gap: 6px;
}
.news-center-carousel-indicator {
  width: 12px;
  height: 8px;
  border-radius: 2px;
  background: #bbbbbb;
  display: inline-block;
  transition: background 0.2s, width 0.2s;
  cursor: pointer;
}
.news-center-carousel-indicator.active {
  width: 36px;
  background: #009944;
}

.news-center-carousel-section:hover .news-center-carousel-link {
  color: #009944;
}
.news-center-carousel-section:hover .news-center-carousel-link-arrow {
  content: url('images/more.png');
}

.news-center-list-section {
  width: 100%;
  background: none;
}
.news-center-list-container {
  width: 100%;
  margin: 0 auto;
}
.news-center-list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 auto;
}
.news-center-list-item:hover {
  background: #009944;
}
.news-center-list-item:hover .news-center-list-title,
.news-center-list-item:hover .news-center-list-summary,
.news-center-list-item:hover .news-center-list-date-md,
.news-center-list-item:hover .news-center-list-date-year {
  color: #fff !important;
}
.news-center-list-item:hover .news-center-list-date-line {
  background: #fff;
}
.news-center-list-item-inner {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.news-center-list-img-wrap {
  flex: 0 0 284px;
  width: 284px;
  height: 160px;
  border-radius: 4px;
  overflow: hidden;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 36px;
}
.news-center-list-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}
.news-center-list-content {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 36px;
}
.news-center-list-title {
  font-size: 24px;
  color: #1e1e1e;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 32px;
  text-align: justify;
}
.news-center-list-summary {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-center-list-date {
  flex: 0 0 142px;
  width: 142px;
  text-align: center;
  font-size: 15px;
  color: #999;
  padding-left: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 128px;
  border-left: 1px solid #ddd;
}
.news-center-list-date-md {
  font-size: 40px;
  line-height: 40px;
  font-family: 'D-DIN-PRO', 'Arial', 'Helvetica Neue', Arial, sans-serif;
  font-weight: bold;
  color: #009944;
  margin-bottom: 8px;
}
.news-center-list-date-year-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.news-center-list-date-year {
  font-size: 16px;
  line-height: 24px;
  font-family: 'D-DIN-PRO', 'Arial', 'Helvetica Neue', Arial, sans-serif;
  color: #1e1e1e;
  font-weight: normal;
  margin: 0 8px;
}
.news-center-list-date-line {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #1e1e1e;
  vertical-align: middle;
}

.news-center-pagination {
  width: 100%;
  margin: 48px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.news-center-pagination-btn {
  background: #fff;
  border: 1px solid #ddd;
  color: #222;
  font-size: 16px;
  padding: 6px 18px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.news-center-pagination-btn:disabled {
  color: #bbb;
  border-color: #eee;
  background: #f8f8f8;
  cursor: not-allowed;
}
.news-center-pagination-page {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  color: #222;
  border-radius: 4px;
  margin: 0 2px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #fff;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.news-center-pagination-page.active {
  background: #009944;
  color: #fff;
  border: 1px solid #009944;
}
.news-center-pagination-page:hover:not(.active) {
  background: #f0f0f0;
}
/*==========智慧基金==========*/
.fund-public {
  flex: 7; /* 占比70%左右 */
}

.sidebar {
  flex: 3; /* 占比30%左右 */
}

.carousel-container {
  width: 100%;
  overflow: hidden; /* 隐藏超出容器的部分 */
  position: relative; /* 设置为相对定位 */
}
.card-list {
  display: flex;
  white-space: nowrap;
  gap: 20px;
  padding: 20px 0;
  width: 100%;
  overflow: hidden;
  transition: transform 0.5s ease;
}

.card-wrapper {
  margin: 0 10px;
  /*min-width: 100px; !* 固定卡片宽度 *!*/
  max-width: 20%;
  flex-shrink: 0; /* 防止被压缩 */
  animation: scroll 20s linear infinite;
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform-origin: center center;
}

.card img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes scroll {
  0% {
    transform: translateX(0); /* 从左侧开始 */
  }
  100% {
    transform: translateX(calc(-220px * 3)); /* 滚动距离 = (卡片宽度+边距) * 卡片数量 */
  }
}
/* 鼠标悬停时暂停动画并放大卡片 */
.card-list:hover .card-wrapper {
  animation-play-state: paused; /* 暂停所有卡片动画 */
}
.card:hover .donate-button {
  display: block; /* 鼠标悬停时显示按钮 */
}
.card:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* 半透明蒙版 */
  z-index: 5; /* 蒙版在卡片之上 */
}

.notice ul li {
  display: flex;
  gap: 20px; /* 设置所有元素之间的间隔 */
  border:1px solid #EEEEEE;
  justify-content: space-between;
}
.notice ul li p {
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0px;
  font-variation-settings: "opsz" auto;
  color: #1E1E1E;
}
.notice {
  display: flex;
  justify-content: start;
  width: 100%;
  overflow: hidden; /* 隐藏超出容器的部分 */
  position: relative; /* 设置为相对定位 */
  border: 2px solid #009944;
  height:350px;
}
.notice-s {
  padding-left: 0px;
  animation: notice 10s linear infinite; /* 设置动画 */
}
@keyframes notice {
  0% {
    transform: translateY(0); /* 从左侧开始 */
  }
  100% {
    transform: translateY(-100%); /* 滚动至全部离开 */
  }
}
.jjgydt {
  display: flex;
  justify-content: space-between; /* 关键：让左右内容向两端对齐 */
  align-items: center; /* 垂直方向居中对齐 */
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #009944;
  margin: 0 8px;
  flex-shrink: 0;
}
.more {
  color:#999999;
  font-size: 14px;
  font-family: PingFang SC;
  display: flex;
  align-items: center;
}
.morre {
  display: flex;
  align-items: center;
}
.cate-item {
  background-image: url("images/zhjj/jjfl01.png");
  width: 348px;
  height: 93px;
  border-radius: 4px;
  opacity: 1;
}
