    .list-banner img {
        display: block;
        width: 100%;}

    .list-main {
        clear: both;
        padding-top: 1.302083rem;
        background-color: #f4f4f4;
        padding-bottom: 2.604166rem;}

    .list-main h2 {
        text-align: center;
        margin-bottom: 0.260416rem;
        font-size: 0.520833rem;
        color: #333333;
        font-weight: normal;
    }

    .list-main ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
        padding: 0 0.390625rem;
        box-sizing: border-box;
        justify-content: flex-start;
    }

    .list-main>ul>li {
        /*改了*/
        width: 9.375rem;
        height: 3.059895rem;
        background-color: #FFFFFF;
        background: url(../img/addmission/dt-bg.jpg) no-repeat;
        margin-top: 1.041666rem;
        position: relative;}

    .list-main li .GradientBar {
        position: absolute;
        display: block;
        width: 100%;
        height: 0.130208rem;
        top: 0;
        background-image: linear-gradient(to right, #6551da, #ee81a9);}

    .list-main ul li:nth-child(even) {}

    .list-main ul li:nth-child(even) .GradientBar {
        /*改了*/
        background-image: linear-gradient(to right, #f15585, #6be2a5);}

    .list-main li a {
        font-size: 0.390625rem;
        color: #474747;
        line-height: 0.690104rem;
        display: block;
        padding: 0.520833rem;
        display: -webkit-box;
        max-width: 8.372395rem;
        height: 90["90.2px->1.174479rem"] -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;}

    .list-main li a p {
        position: absolute;
        bottom: 0.065104rem;
        right: 0.651041rem;
        font-size: 0.364583rem;}

    .list-main .switch {
        display: flex;
        /*改了*/
        justify-content: center;
        /*改了*/
        text-align: center;
        margin-top: 0.911458rem;}

    .list-main .switch li {
        float: left;}

    .list-main .switch a {
        background-color: white;
        width: 0.585937rem;
        height: 0.585937rem;
        font-size: 0.195312rem;
        margin-left: 0.130208rem;
        padding: 0.130208rem;}

    .current_style {
        line-height: 0.690104rem;
        padding: 0.130208rem;
        background-color: white;
        width: 0.585937rem;
        height: 0.585937rem;
        font-size: 0.195312rem;
        margin-left: 0.130208rem;
        color: #474747;
        line-height: 0.690104rem;
        max-width: 8.372395rem;
        overflow: hidden;
        text-overflow: ellipsis;}

    .switch li:first-child {
        line-height: 0.690104rem;
        padding: 0.130208rem;
        background-color: white;
        width: 0.585937rem;
        height: 0.585937rem;
        font-size: 0.195312rem;
        margin-left: 0.130208rem;
        color: #474747;
        line-height: 0.690104rem;
        max-width: 8.372395rem;
        overflow: hidden;
        text-overflow: ellipsis;}

    @media (min-width:769px) {
        .list-main {
            padding-top: 50px;
            padding-bottom: 50px;}

        .list-main h2 {
            margin-bottom: 20px;
            font-size: 40px;}

        .list-main ul {
            width: 1520px;
            padding: 0;}

        .list-main>ul>li {
            /*改了*/
            width: 480px;
            height: 150px;
            margin-top: 40px;
            margin-left: 23px;
        }

        .list-main li .GradientBar {
            width: 100%;
            height: 10px;}

        .list-main ul li:nth-child(even) {
            /*改了*/
            /* margin-left: 80px; */
        }

        .list-main li a {
            font-size: 17px;
            line-height: 25px;
            padding: 20px;
            max-width: 643px;
            height: 90.2px;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;}

        .list-main li a p {
            bottom: 5px;
            right: 50px;
            font-size: 28px;}

        .list-main .switch {
            margin-top: 70px;}

        .list-main .switch a {
            width: 45px;
            height: 45px;
            font-size: 15px;
            margin-left: 10px;
            padding: 10px;}

        .current_style {
            line-height: 53px;
            padding: 10px;
            width: 45px;
            height: 45px;
            font-size: 15px;
            margin-left: 10px;
            line-height: 53px;
            max-width: 643px;}

        .switch li:first-child {
            line-height: 53px;
            padding: 10px;
            width: 45px;
            height: 45px;
            font-size: 15px;
            margin-left: 10px;
            line-height: 53px;
            max-width: 643px;}
    }