.top-news {
    display: flex;
    flex-direction: row;
}

.top-news .top-first {
    width: 50%;
    height: 100%;
    position: relative;
    padding-right: 8px;
}

.top-news .top-first a {
    display: block;
    color: #ffffff;
    text-decoration: none;
}

.top-news .top-first img {
    width: calc(100% - 8px);
    height: 494px;
    object-fit: cover;
}

.top-news .top-articl-data {
    position: absolute;
    bottom: 4px;
    width: calc(100% - 16px);
    padding: 24px 64px 24px 24px;
    color: #ffffff;
    background-color: rgb(37, 37, 37, .2);
}

.top-news .top-articl-data .article-view {
    position: relative;
    bottom: unset;
}

.top-news .top-article-title h2 {
    font-size: 26px;
    word-break: break-word;
}

.top-news .top-article-right-content {
    position: relative;
}

.top-news .article-view {
    margin-top: 5px;
}

.top-news .aritcle-cat {
    width: max-content;
    position: relative;
    top: unset;
    left: unset;
}

.top-news .aritcle-cat a:hover {
    text-decoration: underline;
}

.top-news i {
    font-size: 16px;
}

.top-others {
    width: 50%;
    padding: 0 8px;
}

.top-others article {
    margin-bottom: 16px;
}

.top-others article a {
    color: #22242f;
    text-decoration: none;
}

.top-others article a.aritcle-cat-href {
    color: #ffffff;
}

.top-others article > div {
    display: flex;
}

.top-others article > div > a {
    width: 50%;
    height: 154px;
}

.top-others article > div > a img {
    width: 100%;
    height: 154px;
    object-fit: cover;
}

.top-others article > div .article-view {
    color: #22242f;
}

.top-others article > div > div {
    width: 50%;
    margin-left: 16px;
}

.top-others article h2 {
    font-size: 19px;
    word-break: break-word;
}

.top-others article .aritcle-cat {
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .top-news {
        flex-direction: column;
        max-height: unset;
    }

    .top-news .top-first {
        width: 100%;
        height: auto;
        padding: 0;
        margin-bottom: 16px;
    }

    .top-news .top-first img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .top-news .top-first .top-articl-data {
        width: 100%;
        position: relative;
    }

    .top-news .top-article-title h2 {
        font-size: 18px;
    }

    .top-news .top-others {
        width: 100%;
        padding: 0;
    }

    .top-news .top-others article {
        font-size: 1.125rem;
    }

    .top-news .top-others article > div > a {
        width: 40%;
        height: auto;
    }

    .top-news .top-others article > div img {
        width: 100%;
        height: auto;
    }

    .top-news .top-others article > div > div {
        width: 60%;
    }
}
