.news-list-area {
    padding-bottom: 45px;
}

.news-list-title {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 40px;
    color: #58595B;
}

.news-list {
    display: flex;
    align-items: center;
    justify-content: normal;
    flex-wrap: wrap;
}

.news {
    width: 43%;
    margin: 0px 1% 20px 1%;
    background: rgba(230, 230, 230, 0.8);
    padding: 25px 25px;
    border-radius: 7px;
}

.news-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-title a {
    all: unset;
    color: #000;
    cursor: pointer;
}

.news-title a:hover {
    color: #1cb8c8;
}

.news-date {
    padding-top: 7px;
    font-size: 14px;
    line-height: 18px;
    color: #595757;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}