        /* 只优化样式，不改变结构与逻辑 */
        .new_banner06 {
            font-size: 16px;
            padding: 15px 20px;
            background: #fff;
            border: 1px solid #eee;
            border-radius: 8px;
            margin-bottom: 20px;
        }

        .core-red {
            color: #165DFF;
            font-weight: 500;
        }

        .new_cont02s {
            display: flex;
            gap: 20px;
        }

        .new_cont02 {
            flex: 1;
        }

        .new_cont02a {
            background: #fff;
            border: 1px solid #eee;
            border-radius: 8px;
            padding: 20px 24px;
            margin-bottom: 12px;
        }

        .new_cont02a:hover {
            border-color: #165DFF;
        }

        .new_cont02b {
            font-size: 16px;
            font-weight: 500;
            color: #165DFF;
            margin-bottom: 8px;
            display: block;
        }

        .new_cont02b:hover {
            text-decoration: underline;
        }

        .new_cont02c {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
            margin: 0;
        }

        /* 右侧工具 */
        .new_cont02d {
            width: 260px;
        }

        .new_cont02e {
            background: #fff;
            border: 1px solid #eee;
            border-radius: 8px;
            overflow: hidden;
        }

        .new_cont02f {
            background: #165DFF;
            color: #fff;
            padding: 5px 18px;
            font-size: 15px;
            font-weight: 500;
            margin: 0;
        }

        .new_cont02g {
            padding: 15px;
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .new_cont02g a {
            display: block;
            width: calc(50% - 4px);
            padding: 5px 10px;
            font-size: 13px;
            background: #f7f8fa;
            border-radius: 6px;
            text-align: center;
            color: #333;
        }

        .new_cont02g a:hover {
            background: #e8f3ff;
            color: #165DFF;
            text-decoration: none;
        }

        /* 分页居中 */
        .pageitem {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }

        .pagination {
            margin: 0;
        }

        .page-link {
            color: #333;
        }

        .page-item.active .page-link {
            background-color: #165DFF;
            border-color: #165DFF;
        }