body {
            background-color: #f5f5f5;
            color: #333;
            font-size: 14px;
            line-height: 1.5;
           
           /* padding-bottom: 60px;*/
        }
        .header-image{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .news-list {
            padding: 15px;
            /*background: #fff;*/
        }
        .latest-news-header{
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px;
            margin: 10px;
            margin-bottom: 0px;
            padding-bottom: 0px;
        }
        .read-text{
            color: #194b80;
        }
        .read-text-number{
            color: #194b80;
        }
        
        .today-must-read {
            /* background: #fff; */
            /* padding:15px; */
            margin: 10px;
            /*margin-bottom: 10px;*/
            /* border-radius: 8px; */
            /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
            margin-bottom: 0px;
            padding-bottom: 0px;
        }
        .today-must-read h2 {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 15px;
            color: #333;
        }
        .today-must-read ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .today-must-read li {
            position: relative;
            padding-left: 12px;
            margin-bottom: 12px;
            line-height: 1.5;
            color: #333;
        }
        .today-must-read li:before {
            content: "•";
            position: absolute;
            left: 0;
            color: #999;
        }
        .news-item {
            background: #fff;
            border-radius: 8px;
            margin-bottom: 35px;
            overflow: hidden;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
            padding:5px;
        }
        .news-title {
            font-size: 20px;
            color: #333;
            font-weight: bold;
            margin: 15px;
            line-height: 1.4;
        }
        .news-desc {
            font-size: 14px;
            color: #666;
            margin: 0 15px 15px;
            line-height: 1.6;
        }
        .news-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 0 15px 15px;
        }
        .news-image1 {
            width: calc(100% - 30px);  /* 减去左右各15px的间距 */
            height: 200px;
            object-fit: cover;
            margin: 15px 15px 0px 15px;  /* 上右下左的间距 */
            border-radius: 4px;  /* 添加圆角使图片更美观 */
        }
        .bottom-nav {
            background: #fff;
            padding: 10px 15px;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            border-top: 1px solid #eee;
            z-index: 1000;
        }
        .nav-item {
            text-align: center;
            color: #666;
            font-size: 12px;
        }
        .nav-item img {
            width: 24px;
            height: 24px;
            margin-bottom: 4px;
        }
        .source-text {
            font-size: 12px;
            color: #999;
        }
        .news-date {
            font-size: 12px;
            color: #999;
        }
        .daily-news-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            padding: 15px 15px 0 15px;
        }
        .daily-news-title {
            background-color: rgba(59, 88, 246, 1);
            color: white;
            padding: 5px 15px;
            /*border-radius: 4px;*/
            position: relative;
            display: flex;
            display: flex;
            align-items: center;
            overflow-wrap: break-word;
            color: rgba(255, 255, 255, 1);
            font-size: 25px;
            font-family: SourceHanSansCN-Medium;
            font-weight: 500;
            text-align: left;
            white-space: nowrap;
            line-height: 37px;
            /* padding-left: 12px; */
            padding-right: 10px;
        }
        .daily-news-title:after {
            content: "";
            width: 20px;
            height: 20px;
            background: url('../img/jt.png') no-repeat center;
            background-size: contain;
            margin-left: 8px;
        }
        .date-tag {
            background: url('../img/sjbj.png') no-repeat center;
            background-size: 100% 100%;
            color: white;
            padding: 2px 5px 4px 5px;
            text-align: center;
            min-width: 40px;
            position: relative;
            line-height: 1.1;
            font-size: 14px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 45px;
        }
        .date-tag .day {
            font-size: 16px;
            font-weight: bold;
        }
        .date-tag .month {
            font-size: 14px;
            margin-top: 1px;
        }
        .date-tag:before {
            display: none;  /* 移除原来的三角形 */
        }
        .daily-news-desc {
            width: 80%;
            background-color: rgba(51, 56, 70, 1);
            color: white;
            padding: 8px 15px;
            margin: 10px 15px;
            /* border-radius: 4px; */
            font-size: 13px;
            overflow-wrap: break-word;
            color: rgba(255, 255, 255, 1);
            font-size: 16px;
            font-family: SourceHanSansCN-Regular;
            font-weight: NaN;
            text-align: left;
            white-space: nowrap;
            line-height: 24px;
            margin-bottom: 30px;
        }

/* 悬浮图片样式 */
.floating-image {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 1000;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.floating-image:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.floating-image img {
    width: 80px;
    height: auto;
    border-radius: 8px;
}

.xz_div{
    height: 60px;
    background: rgba(0,0,0,0.66);
    border-radius: 14px;
    backdrop-filter: blur(5px);  
    position: fixed;
    right: 15px;
    left: 15px;
    bottom: 10px;
    z-index: 1000;   
    display: flex;
    justify-content: space-between;
    display: none;
}
.xz_img{
    width:42px;
    height: 42px;
    object-fit: cover;
    align-items: center;
    margin-left: 16px;
    margin-top: 9px;
}
.xz_text{
    margin-left: 9px;
    display: flex;
    flex-direction: column;
}
.xz_text1{
    margin-top: 10px;
    height: 22px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}
.xz_text2{
    margin-top: 1px;
    height: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 16px;
    text-align: left;
    font-style: normal;
}
.xz_button{
    height: 28px;
    background: #FFFFFF;
    border-radius: 14px;
    margin-right: 18px;
    margin-top: 16px;
}
.xz_button span{
    padding: 4px 13px;
    height: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #6200EA;
    line-height: 20px;
    text-align: center;
    font-style: normal;
}
.news-content{
    width: 100%;
}
/* 响应式调整悬浮图片 */
@media (max-width: 767px) {
    .floating-image {
        right: 15px;
        bottom: 80px;
    }
    
    .floating-image img {
        width: 60px;
    }
   .news-item {
        display: block;
      }
      
     .news-image {
        width: calc(100% - 30px);
        max-height: 200px;
        object-fit: cover;
        margin: 15px 15px 0px 15px;
    } 
}

  /* 桌面端：大于768px时的样式（图片在左，文字在右） */
  @media (min-width: 768px) {
    .news-item {
      display: flex;
      gap: 20px;
      align-items: flex-start;
    }
    
    .news-item a {
      display: flex;
      gap: 20px;
      width: 100%;
    }
    
     .news-image {
      width: 100%;
      max-width: 300px;
      height: 200px;
      margin:20px;
    } */
    
    .news-content {
      flex: 1;
      display: flex;
      flex-direction: column;
      min-width: 0; /* 防止内容溢出 */
    }
    
    .news-meta {
      margin-top: auto; /* 将meta信息推到最底部 */
      padding-top: 10px;
    }
    .header-section{
        height: 300px !important;
        padding: 20px 40px !important;
    }
    .must-read-container{
        margin: 0 40px !important;
    }
    .news-list{
        padding: 40px;
    }
    .must-read-index{
        font-size: 18px !important;
    }
    .must-read-title{
        font-size: 22px !important;
    }
    .news-title{
        font-size: 22px !important;
    }
    .news-desc{
        font-size: 16px !important;
    }
    .news-date{
        font-size: 14px !important;
    }
    /* .must-read-item{
        margin-bottom: 35px !important;
    } */
    .news-item{
        margin-bottom: 40px !important;
    }
  }
  @media (min-width: 1025px) {
    .must-read-index{
        font-size: 18px !important;
    }
    .must-read-title{
        font-size: 22px !important;
    }
    .news-title{
        font-size: 22px !important;
    }
    .news-desc{
        font-size: 16px !important;
    }
    .news-date{
        font-size: 14px !important;
    }
    /* .must-read-item{
        margin-bottom: 35px !important;
    } */
    .news-item{
        margin-bottom: 40px !important;
    }
    .header-section{
        height: 350px !important;
        padding: 20px 60px !important;
    }
    .must-read-container{
        margin: 0 60px !important;
    }
    .news-list{
        padding: 60px;
    }
  }

  /* 首先添加基础样式 */
.news-highlight-effect {
    transform: scale(1.05) !important;
    background-color: #f9f9f9 !important; /* 灰色背景 */
    transition: transform 0.3s ease, background-color 0.3s ease !important;
    z-index: 5;
    position: relative;
    border-radius: 8px;
  
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}



/* 确保图片容器也放大 */
.news-item.news-highlight-effect .news-image {
    transform: scale(1.02);
    transition: transform 0.3s ease;
}

/* 深色模式 */
@media (prefers-color-scheme: dark) {
  :root {
    --bg-color: #121212;
    --text-color: #e0e0e0;
    --primary-color: #4dabf7;
  }
  .news-item {
        background: #0f172a;
    }
}