.newsbox {
    width: 100%;
    padding: 120px 0;
}

.newtop {
    width: 1200px;
    margin: 0 auto;
}

.newsnav {
    width: 100%;
    line-height: 26px;
}

.newsnav text {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    color: #000;
}

.newsnavtitle {
    font-weight: 600 !important;
    text-decoration: none !important;
}

.newsdetail {
    width: 1200px;
    margin: 30px auto;
}

@media (max-width: 1200px) {
    .newsbox {
        padding: 20px;
    }

    .newtop {
        width: 100%;
        box-sizing: border-box;
        margin-top: 50px;
    }

    .newsnav {
        width: 100%;
    }

    .newsnav text {
        font-family: Source Han Sans SC;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0%;
        text-decoration: underline;
        text-decoration-style: solid;
        text-decoration-offset: 0%;
        text-decoration-thickness: 0%;
    }


    .newsdetail {
        width: 100%;
        box-sizing: border-box;
    }
    .newsdetail img{
        width: 100%;
    }
}