body {
            background-color: #f5f5f5;
            color: #333;
            font-size: 14px;
            line-height: 1.5;
           /* padding-bottom: 60px;*/
        }
        .news-list {
            padding: 15px;
            /*background: #fff;*/
        }
        .today-must-read {
            background: #fff;
            padding:15px;
            margin: 15px;
            /*margin-bottom: 10px;*/
            border-radius: 8px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        }
        .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: 15px;
            overflow: hidden;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        }
        .news-title {
            font-size: 18px;
            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-image {
            width: calc(100% - 30px);  /* 减去左右各15px的间距 */
            height: 200px;
            object-fit: cover;
            margin: 0 15px 15px 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;
        }
        .div_cc{
            text-align: center;
            margin-top: 10px;
        }