@media only screen and (min-width:750px) and (max-width: 1920px) {
    main {
        display: block;
    }

    main-m {
        display: none;
    }

    main .news-box {
        display: flex;
        flex-direction: column;
        width: 59%;
        margin: 0 auto;
        margin-top: 40px;
        padding-bottom: 80px;
    }

    .news-box .news-title {
        /* font-size: 3.5rem; */
        font-size: 2.5rem;
        font-weight: bold;
    }

    .news-box .info {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-top: 20px;
    }

    main .author {
        width: 100px;
        font-size: 1.3rem;
    }

    main .date {
        width: 200px;
        font-size: 1.3rem;
    }

    main .detail {
        display: flex;
        margin-top: 40px;
        flex-direction: column;
        justify-content: center;
        /* align-items: initial; */
    }

    main .p {
        /* font-size: 1.8rem; */
        font-size: 1.4rem;
        margin-top: 30px;
        line-height: 3rem;
    }

    .tdr-2 {
        margin-top: 30px;
    }

    /* 女足夺冠 */
    .n-t-1 {
        width: 554px !important;
        height: 373px !important;
    }

    .n-t-2 {
        width: 700px !important;
        height: 1227px !important;
    }

    .n-t-3 {
        width: 640px !important;
        height: 296px !important;
    }

    /* 女足硬核数据 */
    .n-t-4 {
        width: 554px !important;
        height: 389px !important;
    }

    .n-t-5 {
        width: 488px !important;
        height: 316px !important;
    }

    .n-t-6 {
        width: 529px !important;
        height: 355px !important;
    }



    .download {
        display: flex;
        width: 100%;
        background-color: #f7f7f7;
        justify-content: center;
        margin-top: 100px;
        padding-bottom: 50px;
        padding-top: 20px;
    }

    .download .wrapper {
        width: 90%;
        height: 200px;
    }

    .download .head {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
    }

    .download .title {
        position: relative;
        font-size: 2rem;
        text-align: left;
        padding: 20px 0 20px 0;
        margin-top: 30px;
        /* background-color: #5956a5; */
    }

    .download .title::after {
        position: absolute;
        content: ' ';
        left: 0px;
        bottom: 10px;
        width: 50px;
        height: 3px;
        background-color: #eb6100;
    }

    .download-files {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-top: 30px;
    }

    .file {
        color: #101010;
        margin-right: 25px;
        background: url(../image/download.png) no-repeat right;
        padding-right: 21px;
        font-size: 1.2rem;
        cursor: pointer;
        background-size: contain;
    }
}


@media only screen and (max-width: 750px) {
    main {
        display: none;
    }

    main-m {
        display: block;
    }

    main-m .news-box {
        display: flex;
        flex-direction: column;
        width: 94vw;
        margin: 0 auto;
        margin-top: 20px;
        padding-bottom: 80px;
    }

    .news-box .news-title {
        font-size: 2rem;
        font-weight: bold;
        line-height: 3.1rem;
    }

    .news-box .info {
        display: flex;

        flex-direction: row;
        justify-content: flex-start;
        margin-top: 20px;
    }

    main-m .author {
        width: 100px;
        font-size: 1.3rem;
    }

    main-m .date {
        width: 200px;
        font-size: 1.3rem;
    }

    main-m .detail {
        display: flex;
        margin-top: 40px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    main-m .p {
        font-size: 1.4rem;
        margin-top: 30px;
        line-height: 3rem;
    }

    .tdr-1 {
        width: 100%;
        background-size: cover;
        object-fit: cover;
    }

    .tdr-2 {
        width: 100%;
        background-size: cover;
        object-fit: cover;
    }

    .tdr-2 {
        margin-top: 30px;
    }

    .download {
        display: flex;
        width: 100%;
        background-color: #f7f7f7;
        justify-content: center;
        margin-top: 100px;
        padding-bottom: 50px;
        padding-top: 20px;
    }

    .download .wrapper {
        width: 90%;
        height: 200px;
    }

    .download .head {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
    }

    .download .title {
        position: relative;
        /* font-size: 2rem; */
        font-size: 1.4rem;
        text-align: left;
        padding: 20px 0 20px 0;
        margin-top: 10px;
        /* background-color: #5956a5; */
    }

    .download .title::after {
        position: absolute;
        content: ' ';
        left: 0px;
        bottom: 10px;
        width: 50px;
        height: 3px;
        background-color: #eb6100;
    }

    .download-files {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 20px;
    }

    .file {
        margin-right: 25px;
        background: url(../image/download.png) no-repeat right;
        /* padding-right: 21px; */
        margin-top: 10px;
        background-size: contain;
        line-height: 20px;
        margin-top: 9px;
        font-size: 1.2rem;
        color: #101010;
    }

    .file a {
        color: #101010;
        font-size: 1.2rem;
    }
}