.swiper-wrapper{
    margin-bottom: 1rem;
}

.img-news-title{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear,0 0,0 90%,from(rgba(0,0,0,0)),to(rgba(0, 0, 0, 0.8)));
    color: white;
    padding: 0.5rem;
    margin: 0;
    border-radius:0.5rem;
}

.img-news-container{
    position: relative;
    display: inline-block;
    margin-bottom: 6px;
    border-radius: 10px;
}

.img-news{
     display: block;
     border-radius:0.5rem;
}

.img-news-outer{
    padding-left: 1rem;
}

.left-img{
    padding-right: 0px;
}

.symbol-label.waterfall-label{
    height: 11.5rem !important;
    width: 17.2rem !important;
}

.kuaixun{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3; 
    text-overflow: ellipsis; 
}

#is_member, #dr_row_source{
    display: flex;
}

.footer_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.site-footer {
  background-color: #1b1b1b;
  color: white;
  padding-top: 48px;
  padding-bottom: 24px;
  transition: box-shadow 0.3s ease;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.footer-link {
  color: white;
  text-decoration: none;
  margin-right: 16px;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #ff6600;
}

.footer-border-bottom {
  border-bottom: 1px solid #444;
  padding-bottom: 16px;
  margin-bottom: 24px;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #ccc;
}

.contact-icon {
  width: 24px;
  color: #ff6600;
  margin-right: 8px;
  text-align: center;
}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20%;
  margin-top: 10%;
}

@media (min-width: 768px) {
  .footer-logo {
    justify-content: flex-end;
  }
}

.footer-logo img {
  height: 64px;
  width: auto;
  filter: invert(100%) brightness(120%) contrast(90%);
}

.copyright {
  border-top: 1px solid #444;
  margin-top: 30px;
  padding-top: 24px;
  text-align: center;
  color: #aaa;
  font-size: 12px;
}

.shadow-effect {
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 2fr 1fr;
  }
}

@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: 7fr 3fr;
  }
}

@media (min-width: 768px) {
  .footer-logo {
    justify-content: flex-end;
  }
}

.header_search {
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* 搜索框样式 */
.search-form {
  position: relative;
  width: 11rem;
  display: flex; /* 将表单设为flex容器 */
  align-items: center; /* 垂直居中 */
  margin-right: 1rem;
}

.search-input {
  width: 100%;
  padding: 8px 12px 8px 36px;
  border: 1px solid #d1d5db;
  border-radius: 9999px;
  outline: none;
  transition: border-color 0.2s;
  font-size: 14px;
}

.search-input:focus {
  border-color: #1e40af;
}

.search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
}

/* 登录注册区域 */
.auth-links {
  display: flex;
  align-items: center;
}

.auth-links a {
  color: #374151;
  text-decoration: none;
  font-size: 15px;
}

.auth-links a:hover {
  color: #1e40af;
}

.divider {
  color: #d1d5db;
}

.my-fs-5 {
    font-size: 1.12rem !important;
    font-weight: 600;
}

.neirong video{
    max-width: 100%;
}

/*手机版布局*/
@media (max-width: 1199px) {
    .left-img .img-news {
        height: 250px !important; /* 使用!important确保覆盖其他可能的样式 */
    }
    
    .right-img,
    .col-xl-4 {
        display: none !important; /* 隐藏元素 */
    }
}

.article-tag{
    margin-top:10px;
}

/*首页手机版列表*/
/* 板块整体容器 */
.social-public-welfare {
  width: 100%;
  /*max-width: 600px; */
  padding: 15px;
  margin: 20px auto;
  box-sizing: border-box;
  position: relative;
}

/* 板块标题 */
.social-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  border-bottom: 1px solid blue; /* 模拟红色左侧标题栏 */
  padding-left: 8px;
}

/* 新闻列表容器 */
.news-list {
  display: flex;
  flex-direction: column;
  gap: 10px; /* 新闻条目之间的间距 */
}

/* 单条新闻样式 */
.news-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee; /* 新闻条目底部分割线 */
}

/* 新闻图片 */
.news-item img {
  width: 120px;
  height: 80px;
  object-fit: cover; /* 保持图片比例，防止变形 */
  border-radius: 10px;
}

/* 新闻文字内容 */
.news-content {
  flex: 1;
}

.news-title {
  font-size: 16px;
  color: #333;
  margin: 0 0 5px 0;
}

.news-desc {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

/* 更多按钮 */
.more-btn {
  font-size: 14px;
  color: #0066cc;
  text-decoration: none;
  display: flex;
  position: absolute;
  right: 0;
  top: 20px;
  right: 19px;
}

.more-btn:hover {
  text-decoration: underline; /* hover时加下划线，增强交互感 */
}