﻿.news_item_box {
    display: flex;
    cursor: pointer;
}

.news_item_box:not(:first-child) {
    margin-top: 30px;
}

.news_item_box:hover .news_title {
    color: #ac0022;
}

.news_bgc {
    width: 254px;
    height: 167px;
    object-fit: cover;
}

.news_container_box {
    flex: 1;
    margin-left: 22px;
    padding-top: 20px;
    padding-left: 20px;
    padding-left: 26px;
    border-bottom: 2px solid #e4e4e4;
}

.row_vertical_center {
    display: flex;
    justify-content: flex-end;
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.news_title_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.news_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: unset;
    color: #383838;
}

.news_time {
    font-size: 18px;
    color: #383838;
}

.news_rcmd {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #4a4a4a;
}

.icon_news_arrow {
    width: 8px;
    height: 12px;
}

.page_box {
    margin-top: 30px;
    text-align: right;
}

.page_item {
   min-width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #3a3a3a;
    display: inline-block;
    box-sizing: border-box;
    border: 2px solid #e2e3e4;
    margin-left: 12px;
}

 .page_item:hover a {
        color: #ac0022;
    }
 
.page_item:hover{
    border: 2px solid #ac0022;
}

section {
    background-color: unset !important;
}

p {
    background-color: unset !important;
}

.page_item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #999999;
}

.recommend_title_cn {
    text-align: center;
    font-size: 23px;
    color: #ac0022;
}



.news_tag {
    font-size: 16px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #e7e7e7;
    box-sizing: border-box;
}

@media (max-width: 992px) {
    .news_item_box {
        flex-direction: column;
        align-items: center;
    }

    .news_container_box {
        width: 100%;
        margin-left: unset;
        padding-left: unset;
    }

    .news_title_box {
        justify-content: center;
    }

    .news_time {
        text-align: center;
    }

    .icon_news_arrow {
        display: none;
    }

    .item_container_box {
        margin-left: unset;
    }

    .page_box {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 771px) {
    .news_bgc {
        width: 100%;
        height: 100%;
    }
}
