

/* Banner样式 */
.company-banner {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
                url('https://omo-oss-image.thefastimg.com/portal-saas/pg2024062517012452190/cms/image/2e64cf4b-9e3b-44b1-b084-a5c730fd0fc9.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding: 100px 0;
    text-align: center;
  }
  
  .banner-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
  }
  
  .company-banner h1 {
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  }
  
  .company-banner .lead {
    font-size: 14px;
    margin-bottom: 2.5rem;
    opacity: 0.9;
  }
  
  .banner-btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }
  
  /* 响应式调整 */
  @media (max-width: 992px) {
    .company-banner {
      padding: 80px 0;
    }
    
    .company-banner h1 {
      font-size: 2.4rem;
    }
  }
  
  @media (max-width: 768px) {
    .company-banner {
      padding: 60px 0;
    }
    
    .company-banner h1 {
      font-size: 2rem;
    }
    
    .company-banner .lead {
      font-size: 1.1rem;
    }
    
    .banner-btns .btn {
      padding: 0.5rem 1rem;
      font-size: 1rem;
    }
  }
  
  @media (max-width: 576px) {
    .company-banner {
      padding: 50px 20px;
    }
    
    .company-banner h1 {
      font-size: 1.8rem;
    }
    
    .banner-btns {
      flex-direction: column;
      width: 100%;
    }
    
    .banner-btns .btn {
      width: 100%;
      margin: 5px 0 !important;
    }
  }

  


     
  .page-header {
    padding: 60px 0;
    background-color: #0d6efd;
    color: white;
    margin-bottom: 40px;
}

.page-header h1 {
    font-size: 2.5rem;
    font-weight: 600;
}

.page-header .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}

.page-header .breadcrumb-item a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
}

.page-header .breadcrumb-item.active {
    color: white;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255,255,255,0.5);
}

/* news.css */

.news-container {
    padding: 40px 0; /* 增加一些顶部和底部内边距 */
    background-color: #f9f9f9; /* 浅灰色背景，增加视觉层次感 */
}

.news-list-header {
    margin-bottom: 30px; /* 增加间距 */
    text-align: center; /* 标题居中 */
    color: #333; /* 更深的标题颜色 */
}

.news-list-header h2 {
    font-size: 2.2rem; /* 更大的标题字体 */
    font-weight: 600; /* 标题加粗 */
    position: relative; /* 相对定位用于下划线 */
    padding-bottom: 15px; /* 底部内边距，用于下划线 */
    display: inline-block; /* 使下划线适应标题宽度 */
}

.news-list-header h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%); /* 居中下划线 */
    width: 50px; /* 下划线长度 */
    height: 3px; /* 下划线高度 */
    background-color: #007bff; /* 下划线颜色 */
}

.news-item {
    margin-bottom: 40px; /* 增加项目间距 */
    padding-bottom: 30px; /* 增加项目内边距 */
    border-bottom: 1px solid #ddd;
    transition: transform 0.3s ease; /* 添加过渡效果 */
}

.news-item:hover {
    transform: translateY(-5px); /* 悬停时向上轻微移动 */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* 悬停时添加阴影 */
}

.news-item:last-child {
    border-bottom: none;
    padding-bottom: 0; /* 移除最后一个项目底部内边距 */
}

.news-date {
    color: #888; /* 稍微柔和的日期颜色 */
    font-size: 14px;
    margin-bottom: 15px;
}

.news-title a {
    color: #333;
    text-decoration: none;
    font-size: 14px; /* 增大标题字体 */
    transition: color 0.3s ease; /* 添加过渡效果 */
}

.news-title a:hover {
    color: #0056b3; /* 悬停时标题颜色变深 */
    font-size: 16px; /* 增大标题字体 */

}

.news-summary {
    color: #666; /* 稍微柔和的摘要颜色 */
    line-height: 1.7; /* 增加行高 */
}

.read-more {
    color: #007bff;
    text-decoration: none;
    font-weight: 500; /* 加粗阅读更多 */
    display: inline-block; /* 使其可设置内边距 */
    padding: 8px 15px; /* 增加内边距 */
    border: 1px solid #007bff; /* 添加边框 */
    border-radius: 5px; /* 添加圆角 */
    transition: all 0.3s ease; /* 添加过渡效果 */
}

.read-more:hover {
    background-color: #007bff; /* 悬停时背景颜色 */
    color: #fff; /* 悬停时文字颜色 */
}

/* 侧边栏 */
.sidebar {
    padding-left: 30px; /* 增加左侧内边距 */
}

.latest-news-header {
    margin-bottom: 25px; /* 增加间距 */
    color: #333;
}

.latest-news-header h3 {
    font-size: 1.7rem; /* 更大的标题字体 */
    font-weight: 600; /* 标题加粗 */
}

.latest-news-item {
    margin-bottom: 20px; /* 增加项目间距 */
}

.latest-news-date {
    color: #888; /* 稍微柔和的日期颜色 */
    font-size: 13px;
}

.latest-news-title a {
    color: #444; /* 稍微柔和的标题颜色 */
    text-decoration: none;
    transition: color 0.3s ease; /* 添加过渡效果 */
    font-size:14px;
}

.latest-news-title a:hover {
    color: #0056b3; /* 悬停时标题颜色变深 */
    font-size:14px;
}

/* 联系我们卡片 */
.card-header.bg-primary {
    background-color: #007bff !important; /* 确保颜色 */
    color: #fff; /* 确保文字颜色 */
}

.card-body p {
    margin-bottom: 8px; /* 减少段落间距 */
}

.card-body a.btn-outline-primary {
    transition: all 0.3s ease; /* 添加过渡效果 */
}

.card-body a.btn-outline-primary:hover {
    background-color: #007bff; /* 悬停时背景颜色 */
    color: #fff; /* 悬停时文字颜色 */
}

/* 分页 */
.pagination .page-link {
    color: #007bff; /* 链接颜色 */
    border-color: #ddd; /* 边框颜色 */
}

.pagination .page-link:hover {
    background-color: #f0f0f0; /* 悬停时背景颜色 */
    border-color: #ddd; /* 悬停时边框颜色 */
}

.pagination .page-item.active .page-link {
    background-color: #007bff; /* 选中时背景颜色 */
    border-color: #007bff; /* 选中时边框颜色 */
    color: #fff; /* 选中时文字颜色 */
}

.pagination .page-item.disabled .page-link {
    color: #aaa; /* 禁用时链接颜色 */
    border-color: #ddd; /* 禁用时边框颜色 */
}