a {
    text-decoration: none;
}

.news {
    margin-top: 48px;
    padding: 0 10px;
}

.news .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.news .header .h {
    color: #005993;
    /*font-family: SVN-Gilroy;*/
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 100% */
}

.news .view-more {
    color: #005993;

    /* Paragraph/Header/S */
    /*font-family: SVN-Gilroy;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
}

.news .lst {
    margin-top: 25px;
    display: flex;
}

.news .item {
    width: 100%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    max-height: 520px;
}

.news .item img {
    width: 100%;
    height: 258px;
    object-fit: cover;
    object-position: 70% 0;
    border-radius: 4px;
}

.news .item p {
    height: 100%;
    max-height: 100px;
    margin-top: 15px;
    margin-bottom: 0 !important;
}

.news .item .title {
    margin-top: 15px;
    color: var(--subtle, #20567B);

    /* Paragraph/Header/M */
    /*font-family: SVN-Gilroy;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    height: 100%;
    max-height: 60px;
    /* 140% */
}

.news .item .sum {
    display: none!important;
    color: var(--subtlest, #799AB0);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-top: 15px;
    line-height: 1.5 !important;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 100%;
    max-height: 95px;
    text-align: justify;
    padding-top: 20px;
}

.news .item .date {
    color: var(--subtle, #20567B);

    /* Paragraph/Header/S */
    /*font-family: SVN-Gilroy;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
}

.news .box {
    overflow: hidden;
    border-radius: 4px;
}