.news-item{}
.news-item-header{
    margin: 0;
    font-weight: 500;
    font-size: 36px;
    color: #000000;
}
.news-item-date-author{
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    line-height: 14px;
    color: #A0A0A0;

}
.news-item-date-author > p{
    margin: 0;
    padding: 0;
}
.new-item-image{
    margin-top: 30px;
    width: 100%;
    height: 480px;
    border-radius: 4px;
    overflow: hidden;
}
.new-item-image-item{
    /* height: 100%; */
    width: 100%;
}
.news-item-articel{
    margin-top: 40px;
    width: 100%;
    font-weight: normal;
    font-size: 18px;
    color: #000000;
}
.news-item-article-text{
    margin: 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}