.news_container{
    border-bottom: 1px solid gray;
    padding-top: 10px;
    padding-bottom: 10px;
}

.news_date{
    font-weight: 600;
    margin-bottom: 5px;
}

.news_title{
    margin-bottom: 20px;
}

.news_body{
    font-size: 12px;
}