.main > section {
  width: 100%;
  min-width: 1440px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

  /* 顶部背景区域  */
  .news-hero {
    background: url('../../../img/news/bg-4.png') no-repeat right center;
    background-blend-mode: normal;
    background-size: auto, contain;
    height: 350px;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
  }
  
  .news-hero .container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
  }
  
  /* 面包屑导航 */
  .breadcrumb {
    position: absolute;
    top: -40px;
    right: 40px;
    font-size: 16px;
    color: #ccc;
    z-index: 2;
  }
  
  .breadcrumb .home-link {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .breadcrumb .home-link:hover {
    color: #fff;
  }
  
  .breadcrumb span {
    color: #fff;
  }
  
  .news-hero-content {
    width: 100%;
    text-align: center;
  }
  
  .news-title {
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 30px;
    position: relative;
    display: block;
    text-align: center;
  }
  
  .news-description {
    font-size: 20px;
    line-height: 30px;
    width: 884px;
    margin: 0 auto 30px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
  }
  
  .news-hero-line {
    width: 96px;
    height: 2px;
    background: white;
    margin: 0 auto;
  }
  
  /* 最新新闻卡片区域（三栏布局） */
  .latest-news-cards {
    background: #FFFFFF;
    padding: 60px 0 35px 0;
  }
  
  .latest-news-cards .container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .latest-news-container {
    display: flex;
    gap: 40px;
    justify-content: center;
  }
  
  /* 最新新闻卡片 - 固定尺寸464px × 600px */
  .news-card {
    width: 464px;
    height: 600px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(186, 52, 52, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  
  .news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(186, 52, 52, 0.2);
  }
  
  /* 卡片图片区域 */
  .news-card-image {
    width: 100%;
    height: 310px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  
  /* 卡片内容区域 */
  .news-card-content {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background: white;
  }
  
  /* 新闻标签 - 灰色 #666666，18px */
  .news-card-tag {
    display: inline-block;
    color: #666666;
    font-size: 18px;
    margin-bottom: 20px;
    align-self: flex-start;
    font-weight: 500;
    line-height: 27px;
  }
  
  /* 标题下的横线 - 颜色#DCDCDC */
  .news-card-title-line {
    width: 100%;
    height: 1px;
    background: #DCDCDC;
    margin-bottom: 20px;
  }
  
  /* 新闻标题 */
  .news-card-title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
    line-height: 28px;
    text-align: left;
    min-height: 56px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  /* 新闻摘要 */
  .news-card-excerpt {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 30px;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  /* 卡片底部 */
  .news-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    margin-top: auto;
  }
  
  .news-card-date {
    font-size: 14px;
    color: #999;
    font-weight: 500;
  }
  
  /* 查看详情 - 颜色#1A1A1A，字号16px */
  .news-card-link {
    color: #1A1A1A;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
  }
  
  .news-card-link:hover {
    color: #BA3434;
  }
  
  .news-card-link:after {
    content: '>';
    margin-left: 5px;
    font-weight: bold;
  }
  
  
  /* 企业新闻列表区域 - 调整间距使其更靠近最新新闻卡片 */
  .news-list {
    margin-bottom: 40px;
    background: #FFFFFF;
  }
  
  .news-list .container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .news-items {
    display: flex;
    flex-direction: column;
    gap: 20px; /* 增加新闻项之间的间距 */
  }
  
  /* 企业新闻项卡片 - 宽1440px, 高212px */
  .news-item {
    width: 1440px;
    height: 212px;
    background: white;
    border-radius: 8px; /* 与最新新闻卡片相同的圆角 */
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    margin: 0 auto; /* 水平居中 */
    padding: 16px 30px; /* 调整内边距 */
    border: 1px solid #f0f0f0; /* 添加边框分隔 */
  }
  
  .news-item:last-child {
    border-bottom: 1px solid #f0f0f0; /* 保持最后一个也有边框 */
  }
  
  /* 企业新闻卡片 - 鼠标悬停时只改变标题颜色 */
  .news-item:hover {
    /* 移除了背景色变化 */
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15); /* 悬停时增加阴影 */
  }
  
  /* 新闻项图片 - 宽264px, 高178px */
  .news-item-image {
    width: 264px;
    height: 178px;
    background: #f5f5f5;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
  }
  
  .news-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .news-item-content {
    flex: 1;
    min-width: 0;
    position: relative;
    padding-bottom: 40px; /* 增加底部内边距以适应新的底部布局 */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  /* 企业新闻标题 - 颜色#333333，字号20px，行高28px */
  .news-item-title {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 12px;
    top:25px;
    line-height: 28px;
    text-align: left;
    padding-top: 0;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer; /* 添加手型光标 */
    position: relative;
  }
  
  .news-item-title a {
    color: inherit; /* 继承父元素颜色 */
    text-decoration: none; /* 移除下划线 */
    display: block; /* 使整个区域可点击 */
    width: 100%;
    height: 100%;
  }
  
  .news-item-title a:hover {
    color: inherit; /* 悬停时继承父元素颜色 */
  }
  
  .news-item:hover .news-item-title {
    color: #BA3434;
  }
  
  /* 企业新闻描述 - 颜色#666666，字号16px，行高24px，限制两行 */
  .news-item-excerpt {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    margin-bottom: 15px;
    min-height: 48px;
    cursor: pointer; /* 添加手型光标，可点击整个摘要区域 */
  }
  
  /* 企业新闻底部 - 调整布局 */
  .news-item-footer {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  /* 左侧标签 - 颜色#666666，字号16px，行高24px */
  .news-item-tag {
    color: #666666;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    transition: all 0.3s ease;
  }
  
  /* 右侧日期 - 颜色#666666，字号16px，行高24px */
  .news-item-date {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    font-weight: 500;
  }
  
  /* 移除分页样式 */
  .pagination {
    display: none;
  }