    .DownTop {
        border: 1px solid #ccc;
        width: 100%;
        margin-bottom: 20px;
    }

    .DownList {
        padding: 0 30px;
        height: 60px;
        display: flex;
        align-items: center;
    }

    .DownList h1 {
        width: 30%;
        font-size: 18px;
        line-height: 1.25;
        color: #000;
    }

    .DownList p {
        text-align: center;
        width: 10%;
        font-size: 18px;
        line-height: 1.25;
        color: #000;
    }


    .DownListBox .DownList {
        background: #f5f5f5;
    }

    @media (max-width: 1440px) {}

    @media (max-width: 1200px) {}


    @media (max-width: 720px) {

        .DownList h1:nth-child(2),
        .DownList h1:nth-child(3) {
            display: none;
        }

        .DownList h1 {
            width: 70%;
            font-size: 16px;
        }

        .DownList p {
            width: 30%;
            font-size: 14px;
        }
    }