.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}
        /* ========== 清除浮动 ========== */
        .clearfix:after {
            content: "";
            display: block;
            clear: both;
        }
        
        /* ========== 分页样式 ========== */
        .caidjsy_pages {
            text-align: center;
            margin-top: 60px;
            margin-bottom: 60px;
            clear: both;
        }

        .caidjsy_pages a {
            display: inline-block;
            height: 40px;
            line-height: 40px;
            padding-left: 25px;
            padding-right: 25px;
            border: 1px solid #7d7d7d;
            border-radius: 4px;
            color: #7d7d7d;
            font-size: 18px;
            margin-left: 10px;
            margin-right: 10px;
            text-decoration: none;
        }

        .caidjsy_pages span {
            display: inline-block;
            height: 40px;
            line-height: 40px;
            padding-left: 15px;
            padding-right: 15px;
            border: 1px solid #3ec178;
            background: #3ec178;
            border-radius: 4px;
            color: #fff;
            font-size: 18px;
            margin-left: 10px;
            margin-right: 10px;
        }

        .caidjsy_pages a.num {
            padding-left: 15px;
            padding-right: 15px;
        }

        .caidjsy_pages a.first {
            padding-left: 20px;
            padding-right: 20px;
        }

        .caidjsy_pages a.end {
            padding-left: 20px;
            padding-right: 20px;
        }

        .caidjsy_pages a:hover {
            border: 1px solid #3ec178;
            color: #3ec178;
        }
        
        /* ========== 左侧导航样式 ========== */
        .tabs_box {
            float: left;
            width: 25%;
        }
        
        .tabs_box .tab_head {
            width: 100%;
            height: 210px;
            background: #33A56D;
            position: relative;
            overflow: hidden;
        }
        
        .tabs_box .tab_head::before {
            content: 'ON';
            font-size: 150px;
            color: #5CB78A;
            position: absolute;
            bottom: -66px;
            left: -60px;
        }
        
        .tabs_box .tab_head::after {
            content: 'NE';
            font-size: 150px;
            color: #5CB78A;
            position: absolute;
            top: -90px;
            right: -8px;
        }
        
        .tabs_main ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }
        
        .tabs_main li {
            list-style: none;
        }
        
        .tabs_main li a {
            width: 100%;
            height: 66px;
            line-height: 66px;
            text-align: center;
            background: #F6F8FD;
            color: #008F48;
            border: none;
            font-size: 20px;
            border-bottom: 1px solid #fff;
            border-radius: 0;
            display: block;
            text-decoration: none;
        }
        
        .tabs_main li.active>a,
        .tabs_main li.active>a:hover,
        .tabs_main li.active>a:focus {
            border: none;
            background: #9BE6C1;
            color: #008F48;
        }
        
        /* ========== 右侧内容样式 ========== */
        .tab-content {
            width: 70%;
            float: left;
            margin-left: 5%;
        }
        
        .tab-content .content .title {
            text-align: center;
        }
        
        /* ========== 新闻列表样式 ========== */
        .news_list {
            margin-top: 80px;
            padding: 0;
            list-style: none;
        }
        
        .news_list li {
            margin-bottom: 70px;
            list-style: none;
            /* 关键：li也需要清除浮动，因为内部有浮动元素 */
            overflow: hidden;
        }
        
        /* 让a标签占满li，并保持块级 */
        .news_list li a {
            display: block;
            overflow: hidden;
            text-decoration: none;
        }
        
        .news_list .image {
            width: 300px;
            height: 200px;
            margin-right: 43px;
            float: left;
            object-fit: cover;
            display: block; /* 去掉图片底部空隙 */
        }
        
        .list_right {
            height: 264px;
            font-size: 15px;
            text-align: left;
            overflow: hidden;
        }
        
        .content .list_right .title {
            color: #070707;
            font-size: 30px;
            text-align: left;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin: 0 0 10px 0;
            padding: 0;
        }
        
        .list_right .time {
            color: #333333;
            margin: 0 0 20px 0;
            padding: 0;
            font-size: 14px;
        }
        
        .list_right .detail {
            color: #777373;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            -webkit-line-clamp: 7;
            overflow: hidden;
            line-height: 1.6;
            font-size: 14px;
            max-height: 160px; /* 7行 * 23px ≈ 160px */
        }
        
        /* ========== Section标题样式（如果缺失） ========== */
        .section-title {
            font-size: 32px;
            color: #03883E;
            text-align: center;
            margin: 0;
        }
        
        .section-en-title {
            font-size: 16px;
            color: #999;
            text-align: center;
            letter-spacing: 2px;
        }
        
        /* ========== 响应式 ========== */
        @media (max-width: 768px) {
            .tabs_box {
                float: none;
                width: 100%;
                margin-bottom: 30px;
            }
            
            .tab-content {
                float: none;
                width: 100%;
                margin-left: 0;
            }
            
            .news_list .image {
                float: none;
                width: 100%;
                height: auto;
                margin-right: 0;
                margin-bottom: 20px;
            }
            
            .list_right {
                height: auto;
            }
            
            .news_list li {
                margin-bottom: 40px;
            }
        }
        
        /* ========== banner样式（补全） ========== */
        #banner {
            width: 100%;
            height: 700px;
            background: url(/theme/new/images/news_banner.jpg) 100% 100% no-repeat;
            background-size: cover;
            cursor: default;
        }

        .news_text {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            margin-left: 10%;
        }

        .banner_title {
            font-size: 80px;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 0px;
            cursor: pointer;
            background-image: -webkit-linear-gradient(bottom, #ffffff, #ffffff, #3E9769);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            cursor: default;
        }
        
        .banner_titles {
            width: 630px;
            color: #ffffff;
            border: 2px #ffffff solid;
            padding: 15px;
            text-align: center;
            margin-left: 45px;
            cursor: default;
        }
        
        .banner_titles p:nth-child(1) {
            font-size: 28px;
            cursor: default;
            margin: 0 0 5px 0;
        }
        
        .banner_titles p:nth-child(2) {
            font-size: 14px;
            cursor: default;
            margin: 0;
        }