* {
    box-sizing: border-box
}

.news-promote-post-small {
    flex: 1
}

.news-promote-post-large {
    width: 829px
}

.news-promote-post-small {
    flex: 1;
    display: flex;
    flex-direction: column;
    row-gap: 15px
}

.news-promote-post {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 60px 0 0 0;
    column-gap: 24px
}

.section-news-promote .news-promote-post .news-promote-post-small .news-promote-post-small-item img {
    width: 100%;
    height: 100%;
    max-height: 173px;
    object-fit: cover;
    object-position: center
}

.section-news-promote .news-promote-post .news-promote-post-small .news-promote-post-small-item .news-promote-post-small-content .small-content-exceprt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.section-news-promote .news-promote-post .news-promote-post-large .news-promote-post-large-container img {
    width: 100%;
    height: 467px;
    object-fit: cover;
    object-position: center
}

.section-news-promote .news-promote-post .news-promote-post-large .news-promote-post-large-container .news-promote-post-large-content {
    padding: 18px 0
}

.section-news-promote .news-promote-post .news-promote-post-small .news-promote-post-small-item .news-promote-post-small-content {
    padding: 10px 0
}

.section-news-promote .news-promote-post .news-promote-post-small .news-promote-post-small-item {
    margin-bottom: 0
}

.section-news-promote .news-promote-post .news-promote-post-large .news-promote-post-large-container .news-promote-post-large-content .large-content-exceprt {
    -webkit-line-clamp: 2
}

.section-news-promote .news-promote-post .news-promote-post-small .news-promote-post-small-item .news-promote-post-small-content {
    padding: 8px 0 0 0
}

.section-news-promote .news-promote-post .news-promote-post-small .news-promote-post-small-item .news-promote-post-small-content .small-content-title {
    margin-bottom: 4px
}

.subnav-expand-link:first-child {
    margin-top: 0
}

@media(max-width:769px) {
    .section-news-promote .news-promote-post .news-promote-post-small .news-promote-post-small-item img {
        max-height: 197px
    }

    .section-news-promote .news-promote-post .news-promote-post-large .news-promote-post-large-container img {
        max-height: 197px
    }
}