.new-txt-list {
            overflow: hidden;
        }

        .bg-white {
            min-height: 560px;
        }

        .new-txt-list li {
            background: #fff;
            width: 328px;
            min-height: 60px;
            margin: 10px 6px;
            font-size: 16px;
            float: left;
            text-align: center;
            line-height: 60px;
            padding-left: 0;
            border: 1px solid #c7e3fb;
        }



        .title {
            display: flex;
            padding-left: unset;
        }

        .azt_title {
            background: url('/material/images/azt.png') no-repeat;
            background-size: 100%;
            color: #fff;
        }

        .axzqy_title {
            background: url('/material/images/axzqy.png') no-repeat;
            background-size: 100%;
            color: #fff;

        }

        .azt_title:hover {
            background: url('/material/images/azt.png') no-repeat;
            background-size: 100%;
            color: #fff;
        }

        .axzqy_title:hover {
            background: url('/material/images/axzqy.png') no-repeat;
            background-size: 100%;
            color: #fff;
        }

        .new-txt-list li a {
            width: 328px;
            display: block;
        }

        .new-txt-list li:hover {
            background: #f5faff;
        }

        #morelist {
            background: #f0f7fe;
            border-radius: 10px;
            margin-top: 60px;
        }

        .new-txt-list li a:hover {
            font-size: 20px;
            font-weight: 600;
            color: #0e6ee3;
            text-decoration: none;
        }

        .more-list {
            border: none;
            margin-top: 50px;
        }

        .more-list a {
            text-emphasis: none;
        }

        .c_title {
            width: 100%;
            font-size: 24px;
            color: #1878ed;
            height: 72px;
            font-weight: bold;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            position: relative;
        }

        .c_title::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: -10px;
            width: 85px;
            z-index: 1;
            height: 10px;
            border-radius: 15px;
            background-color: #fdd000;
            transform: translateX(-50%);
        }

        /* 选中标题样式（高亮） */
        .c_title.active {
            color: #fff;
        }

        .c_title.active::after {
            height: 0;
        }

        .new-txt-list a:hover {
            color: #3983e4;
        }

        #regionList li {
            width: 242px;
        }

        #regionList li a {
            width: 242px;
        }

        /* 隐藏列表 */
        .hidden {
            display: none !important;
            /* 强制隐藏，避免样式冲突 */
        }