ul {
        list-style: none;
        padding: 0;
        margin: 0;
        padding-inline-start: 0px;
    }


    .selectTdClass {
        background-color: #edf5fa !important;
    }

    .gpTable {
        border-collapse: collapse;
        border: 1px solid #000;
    }

    .gpTable td,
    .gpTable th {
        border: 1px solid #000;
        padding: 2px 3px;
    }

    .gpTable caption {
        border: 1px dashed #DDD;
        border-bottom: 0;
        padding: 3px;
        text-align: center;
    }

    .gpTable th {
        border-top: 1px solid #BBB;
        background-color: #F7F7F7;
    }

    .gpTable tr.firstRow th {
        border-top-width: 2px;
    }

    .ue-table-interlace-color-single {
        background-color: #fcfcfc;
    }

    .ue-table-interlace-color-double {
        background-color: #f7faff;
    }

    td p {
        margin: 0;
        padding: 0;
    }

    th p {
        margin: 0;
        padding: 0;
    }

    blockquote {
        padding: 0 0 0 15px;
        margin: 0 0 18px;
        border-left: 5px solid #EEE;
    }

    .gradient-background {
        background: linear-gradient(to bottom, #F5F5F5 0%, #E8E8E8 100%);
        background: -webkit-linear-gradient(top, #F5F5F5 0%, #E8E8E8 100%);
        background: -moz-linear-gradient(top, #F5F5F5 0%, #E8E8E8 100%);
    }

    .nav ul {
        display: flex;
        justify-content: flex-start;
        padding: 0;
        margin: 0 auto;
    }

    .content3 h3 {
        font-size: 18px;
        color: #000;
        background: url(../images/pic.jpg) no-repeat 80px center;
        line-height: 30px;
        margin-bottom: 10px;
    }

    /* 核心盒子样式 */
    .shadow-box {
        width: 320px;
        height: 200px;
        padding: 24px;
        box-shadow:
            0 4px 6px rgba(0, 0, 0, 0.05),
            0 10px 20px rgba(0, 0, 0, 0.08);

        display: flex;
        justify-content: center;
        align-items: center;
        color: #333333;
        font-size: 1.2rem;
        font-weight: 500;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .shadow-box:hover {
        transform: translateY(-5px);
        box-shadow:
            0 6px 12px rgba(0, 0, 0, 0.08),
            0 15px 30px rgba(0, 0, 0, 0.12);
    }

    /* ========== 新 Footer 的样式 ========== */
    .footer_new {
        background: linear-gradient(92deg, #f00911 0%, #84070b 100%);
        margin-top: 20px;
        padding: 40px 20px;
        color: #ffffff;
    }

    .footer_new-container {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .footer_new-logo {
        max-width: 400px;
        width: 100%;
    }

    .footer_new-logo a {
        display: block;
    }

    .footer_new-logo img {
        width: 100%;
        height: auto;
        display: block;
    }

    .footer_new-text {
        color: #fff;
        line-height: 1.8;
        font-size: 14px;
        margin-left: 40px;
    }

    .footer_new-text p {
        margin: 0;
        opacity: 0.9;
        color: #fff;
    }

    .footer_new-text span {
        margin: 0;
        opacity: 0.9;
        color: #fff;
    }

    @media (max-width: 768px) {
        .footer_new-container {
            flex-direction: column;
            text-align: center;
        }

        .footer_new-logo {
            margin-bottom: 20px;
        }

        .footer_new-text {
            text-align: center;
        }
    }