.newsDetails {
    width: 100%;
    max-width: 1242px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 18px;
}

* {
    box-sizing: border-box;
}

@media(min-width:1200px) {
    .newsDetails>h2 {
        font-size: 28px;
        color: #333;
        margin-top: 40px;
    }

    .resource {
        margin-top: 30px;
        font-size: 12px;
        color: #333;
        padding-bottom: 15px;
        border-bottom: 1px dotted #ccc;
        width: 100%;
    }

    .newsDetails h3 {
        font-size: 21px;
        padding: 0 15px;
        border-bottom: 1px solid #000;

    }

    .newsDetails>div {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .newsDetails p {
        font-size: 15px;
        color: #333;
        letter-spacing: 2px;
        line-height: 30px;
        margin: 20px 0;
    }

    .newsDetails>.nextPre {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .newsDetails>.nextPre>p {
        line-height: 2;
        font-size: 14px;
        margin: 0 0;
        color: #666;
    }

    .newsDetails>.nextPre>p>span {
        cursor: pointer;
    }


}

.newsDetails img {
    max-width: 100%;
}
@media(max-width:1200px){
    .newsDetails>h2 {
        font-size: 18px;
        color: #333;
        margin-top: 40px;
    }

    .resource {
        margin-top: 30px;
        font-size: 12px;
        color: #333;
        padding-bottom: 15px;
        border-bottom: 1px dotted #ccc;
        width: 100%;
    }

    .newsDetails h3 {
        font-size: 21px;
        padding: 0 15px;
        border-bottom: 1px solid #000;

    }

    .newsDetails>div {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .newsDetails p {
        font-size: 15px;
        color: #333;
        letter-spacing: 2px;
        line-height: 30px;
        margin: 20px 0;
    }

    .newsDetails>.nextPre {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .newsDetails>.nextPre>p {
        line-height: 2;
        font-size: 14px;
        margin: 0 0;
        color: #666;
    }

    .newsDetails>.nextPre>p>span {
        cursor: pointer;
    }

}