.press_center_body {
    margin-top: 5rem;
}
.press_center_page{
    color: #ca2e2f;
}

.press_center_top_menu {
    padding: 1rem 10rem;
    background: #f8f8f8;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.crumbs_bar_box .breadcrumb_navigation_bar {
    color: #707070;
}

.crumbs_bar_box .breadcrumb_navigation_bar_icon::before {
    background: url(../imgs/shouye.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.scrolling_notification_subtitles_box {
    display: flex;
    width: 30%;
    align-items: center;
}

.scrolling_notification_subtitles_icon {
    width: 1.4rem;
    height: 1.4rem;
    background: url(../imgs/broadcast.png) no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 0.5rem;
}

.scrolling_notification_subtitles_list {
    height: 25px;
    font-size: 0.7rem;
    width: calc(100% - 1.9rem);
    font-weight: bold;
    overflow: hidden;
}

.swiper-container {
    height: 100%;
    margin: 0;
}

.scrolling_notification_subtitles_list .swiper-slide {
    height: 25px;
    width: 100%;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popular_press_box {
    padding: 5rem 10rem;
}

.popular_press_content {
    display: flex;
    width: 100%;
    height: 25rem;
    position: relative;
}

.popular_press_content_img,
.popular_press_content_describe {
    width: 50%;
    height: 100%;
}

.popular_press_content_img {
    overflow: hidden;
}

.popular_press_content_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    transform: scale(1.01);
}

.popular_press_content:hover img {
    transform: scale(1.10);
}

.popular_press_content_describe {
    padding: 5rem 3rem;
    background: #f8f8f8;
}

.popular_press_content::before {
    background: #ca2e2f;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    content: "";
    display: block;
    height: 6.2rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 6.2rem;
}

.popular_press_content::after {
    width: 2.2rem;
    height: 2.2rem;
    content: "";
    display: block;
    position: absolute;
    background: url(../imgs/fire.png) no-repeat;
    background-size: contain;
    right: 0.5rem;
    top: 1rem;
    z-index: 2;
}

.popular_press_content_describe_title {
    font-size: 2.15rem;
    font-weight: bold;
    cursor: pointer;
}

.popular_press_content_describe_title:hover {
    color: #ca2e2f;
}

.popular_press_content_describe_time {
    color: #222a32;
    margin-top: 1.5rem;
}

.popular_press_describe {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1.5rem;
}

.popular_press_content_describe_button {
    display: inline-block;
    padding: 0.8rem 3rem;
    background: #ca2e2f;
    margin-top: 2rem;
    color: #fff;
    font-size: 1.1rem;
    cursor: pointer;
}

.press_category_box {
    background: #f8f8f8;
    border-top: 1px solid #eee;
    padding: 5rem 10rem;
}

.prese_category_navigation_box {
    background: #222a32;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 0.5rem;
}

.prese_category_navigation {
    margin: 0 4rem;
    cursor: pointer;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 1rem 3rem;
    border-radius: 3px;
    background: transparent;
    transition: background 0.5s;
    border-bottom: 2px solid transparent;
}

.prese_category_navigation:hover {
    background: #ca2e2f;
}


.prese_category_list {
    margin-top: 2rem;
    display: flex;
    flex-flow: wrap;
}

.prese_category_list_li {
    width: 30%;
    margin: 0 1.5%;
    margin-bottom: 3rem;
}

.prese_category_li_pic {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    height: 17rem;
}

.prese_category_li_pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    transform: scale(1.01);
}

.prese_category_list_li:hover img {
    transform: scale(1.1);
}

.prese_category_li_title {
    margin: 1rem 0;
    font-weight: bold;
    font-size: 1.3rem;
    cursor: pointer;
}

.prese_category_li_title:hover {
    color: #ca2e2f;
}

.prese_category_li_time {
    color: #222a32;
}








@media (max-width: 1200px) {
    .press_center_top_menu {
        padding: 1rem 7rem;
    }

    .press_category_box {
        padding: 5rem 7rem;
    }
}

@media (max-width: 899px) {
    .press_category_box {
        margin-bottom: 6rem;
    }

    .press_center_top_menu {
        padding: 1rem 5rem;
    }

    .press_category_box {
        padding: 5rem 5rem;
    }


    .prese_category_list_li {
        width: 45%;
    }
}

@media (max-width: 550px) {
    .press_center_top_menu {
        padding: 1rem 2rem;
    }

    .press_category_box {
        padding: 2rem 2rem;
    }

    .prese_category_navigation_box {
        background: transparent;
        color: #3d3d3d;
        padding: 0;
    }

    .prese_category_navigation {
        padding: 0;
    }

    .prese_category_navigation:hover {
        background: transparent;
        border-image: linear-gradient(to right, #ca2e2f, transparent) 1;
    }

    .prese_category_list {
        justify-content: space-around;
    }
    .prese_category_list_li {
        width: 95%;
    }

}

@media (max-width: 500px) {
    .scrolling_notification_subtitles_box {
        display: none;
    }
}