.news-header{
    background-color: #2d78b4;
    padding: 20px;
    margin-top: 0;
    color: #fff;

    font-size: 28px;
    font-weight: 600;
}

.news-container{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}


.news-list{
    width: 870px;
}


.news-item{
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid grey;
}

.news__thumbnail{
    width: 220px;
    height: 220px;
}

.news__content{
    margin-left: 15px;
}

.news__date{
    color: grey;
    font-weight: 600;
}

.news__intro{
    font-size: 16px;
    line-height: 1.5;
}

.news-category{
    width: 244px;
    height: 90px;
    padding: 12px;
    background: #f2f2f2;
    border-radius: 5px;
    border:1px solid #e3e3e3;
}

.news-category__title{
    font-weight: 400;
    color: #696969;
    font-size: 24px;
}

.news-category__list{
    display: flex;
    flex-direction: column;
}

.news-category__link{
    border-bottom: 0;
    line-height: 18px;
    padding: 7px;
    font-size: 16px;
    color: #002b5c;
}


.news-show-container{
    margin-top: 25px;
}
