.news_wrap{
    max-width: 960px;
    margin: 40px auto;
}

.news_attribute{
    margin: 0 40px;
    display: flex;
    justify-content: space-between;
}

.news_category{
    display: flex;
    gap: 10px;
}

.news_content{
    margin: 40px auto;
}