@media (max-width: 640px) {
    .content {
        margin: 1.25rem 1.2rem auto;
        width: calc(100% - 2.4rem);
        text-align: justify;
        font-size: 1rem;
    }

    .content.rich-text-content {
        width: calc(100% - 2.4rem);
        text-align: justify;
    }

    .content-title {
        font-size: 1rem;
        font-weight: 500;
        text-align: justify;
    }

    .content-time {
        font-size: 0.875rem;
        justify-content: start;
    }

    .content-bottom {
        border: none;
    }

    .content-bottom .text-20px {
        font-size: 1rem;
    }
}


@media (min-width: 641px) {
    .news-list a:hover {
        background: #fff;
        box-shadow: 9px 0 22px 0 rgba(0, 0, 0, 0.06),
            5px 9px 22px 0 rgba(0, 0, 0, 0.06);

    }

    .news-list a:hover .a-left {
        background: #B8292D;
        color: #fff;
        transition: all 0.3s ease;
        color: #fff;
    }

    .news-list a:hover .a-left .date {
        color: #fff;
    }
}

@media (max-width: 640px) {
    .news-list {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

    .news-list a {
        padding: 1.47rem 0;
    }

    .news-list a .a-left {
        width: 6.08rem;
        margin-left: 0;
        flex-shrink: 0;
        height: auto;
    }

    .news-list a .a-left .date {
        font-size: 1.875rem;
        margin-top: 0;
    }

    .news-list a .a-left .time {
        font-size: 1rem;
        margin-top: 0.88rem;
    }

    .news-list a .a-right {
        padding-left: 1.23rem;
        padding-right: 1.23rem;
        margin-left: 0 !important;
    }

    .news-list a .a-right .title {
        font-size: 1rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}