.newsarea
{
    overflow: auto;
    display: flex;
    justify-content: space-between;
}

.news
{
    width: 30%;
    height: 250px;
    overflow: auto;
    margin: 3px;
    box-sizing: border-box;
}
