.container {
    position: relative;
    background-color: #fff;
    z-index: 10;
}

/* 叙府头条 */
.xufu_t {
    font-size: 0.28rem;
    color: #141414;
    text-align: center;
}

.xufu_p::after {
    content: '';
    position: absolute;
    width: 0.2rem;
    height: 0.2rem;
    border: 1px solid #379188;
    border-radius: 50%;
    bottom: 0rem;
    left: 56.5%;
    z-index: -1;
}

.xufu_p {
    font-size: 0.54rem;
    color: #141414;
    text-align: center;
    position: relative;
    z-index: 2;
}

.xufu_news {
    background-color: #fff;
    padding: 0.7rem 2rem;
}

.xufu_news .btn_search {
    border: none;
    width: 1.6rem;
    height: 0.5rem;
    border-radius: 0.5rem;
    background: #DAB97E;
    color: #fff;
    position: relative;
    cursor: pointer;
    margin-top: 1rem;
}

.xufu_news .btn_search::after {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #dab97e;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0.5rem;
    transform: scale(1.2);
    animation: move4 4s infinite;
}

.xufu_news .xufu_news_content {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    margin-top: 0.8rem;
}

.xufu_news .xufu_product_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
}

.xufu_news .xufu_product_menu .menu_item {
    font-size: 0.22rem;
    margin-right: 0.25rem;
    border: 1px solid #141414;
    /*padding: 0.16rem 0.22rem;*/
    cursor: pointer;
    width: 1.4rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;;
}

.xufu_news .xufu_product_menu .menu_item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.xufu_news .xufu_product_menu .menu_item.active {
    border-color: #00524C;
    color: #00524C;
    font-weight: bolder;
}

.xufu_news .xufu_news_content .news_main_view {
    width: 49%;
    overflow: hidden;
    height: 6.8rem;
}

.xufu_news .xufu_news_content .news_main_view img {
    height: 4.8rem;
    min-width: 100%;
    object-fit: cover;
}

.xufu_news .xufu_news_content .news_main_view .news_desc {
    height: 2rem;
}

.news_tt {
    font-size: 0.3rem;
    font-weight: bolder;
    color: #141414;
}

.news_tt_desc {
    color: #707070;
    font-size: 0.18rem;
    margin-top: 0.1rem;
}

.news_desc {
    background-color: #F9F9F9;
    width: 100%;
    padding: 0.45rem 0.43rem;
    box-sizing: border-box;
    margin-top: -0.25rem;
    display: flex;
    flex-direction: column;
}

.xufu_news .xufu_news_content .news_desc span {
    color: #707070;
    font-size: 0.18rem;
    margin-top: 0.1rem;
}

.xufu_news .news_main_tj {
    width: 49%;
}

.xufu_news .news_main_tj .news_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #F9F9F9;
    height: 3.4rem;
    padding: 0.6rem 0.4rem;
    box-sizing: border-box;
}

.xufu_news .news_main_tj .news_item:nth-child(1) {
    border-bottom: 1px solid #e1e1e1;
}

.time {
    color: #141414;
    font-size: 0.16rem;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.news_list {
    margin-top: 0.6rem;
}

.news_list .news_list_item {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0.55rem 0.4.rem;
    background-color: #F9F9F9;
    padding: 0.28rem 0.42rem;
    margin-bottom: 0.3rem;
}

.news_list .news_list_item .new_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 55%;
    padding-bottom: 0.2rem;
}

.news_list .news_list_item .new_content .new_title {
    font-weight: bold;
    color: #141414;
    font-size: 0.3rem;
    margin-top: 0.1rem;
}

.news_list .news_list_item .new_content .new_desc {
    font-size: 0.18rem;
    color: #707070;
    font-weight: 400;
    margin-top: 0.15rem;
}

.news_list .news_list_item img {
    width: 35%;
    height: 2.85rem;
    object-fit: cover;
}

/* 新闻详情 */
.news_container {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0.7rem 1.95rem;
    position: relative;
}

.news_container .news_content {
    max-width: 60%;
}

.news_container .nes_content_rich {
    background-color: #F9F9F9;
    padding: 0.35rem 0.5rem;
    box-sizing: border-box;
    font-size: 0.16rem;
    color: #707070;
    font-weight: 400;
}

.news_container .nes_content_rich .title {
    font-size: 0.4rem;
    color: #141414;
}

.news_container .nes_content_rich .time {
    margin-top: 0.25rem;
    color: #707070;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 0.4rem;
    margin-bottom: 15px;
}

.news_container .news_content .nes_content_richcontent {
    min-height: 60vh;
    width: 100%;
    overflow: hidden;
}

.news_container .news_content .nes_content_richcontent p {
    background-color: transparent !important;
    /*display: flex;*/
}

.news_container .news_content .nes_content_richcontent img {
    width: 100% !important;
    height: auto !important;
}

.news_container .news_content .tag {
    display: flex;
}

.news_container .news_content .tag .tg_name {
    color: #333333;
    font-size: 0.16rem;
    margin-right: 0.2rem;
}

.news_container .news_content .tag .tg_item {
    color: #8F8F8F;
    font-size: 0.14rem;
    padding: 2px 8px;
    border: 1px solid #CCCCCC;
    margin-right: 0.1rem;
}

.news_container .news_change {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #D1D1D1;
    padding: 0.37rem 0;
    font-size: 0.18rem;
    color: #141414;
}

.news_container .news_change .left_change {
    max-width: 45%;
    display: block;
    cursor: pointer;
}

.news_container .news_change .change_btn {
    font-size: 0.16rem;
    color: #707070;
    font-weight: 400;
    margin-bottom: 0.1rem;
}

.news_container .news_recommend {
    width: 30%;
    height: fit-content;
    position: sticky;
    top: 2rem;
}

.news_container .news_recommend .rec_top {
    display: flex;
    justify-content: space-between;
}

.news_container .news_recommend .title_zh {
    font-size: 0.28rem;
    font-weight: 500;
}

.news_container .news_recommend .title_zh .dot_circle::after {
    width: 14px;
    height: 14px;
}

.news_container .news_recommend .list_item {
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 0.2rem;
    cursor: pointer;
    display: block;
}

.news_container .news_recommend .list_item .title {
    font-size: 0.22rem;
    color: #141414;
    margin-top: 0.3rem;
    font-weight: 400;
}

.news_container .news_recommend .list_item .time {
    color: #707070;
    font-size: 0.16rem;
    margin-top: 0.2rem;
}

@media screen and (max-width: 1366px) {
    .news_container .news_content .nes_content_richcontent p span{
       /*font-size: 0.2rem !important; */
       line-height: 2;
    }
}

/* 移动端样式 */


@media screen and (max-width: 750px) {
    .xufu_news {
        padding: 0;
        margin-top: 25px;
    }

    .xufu_news .xufu_news_content {
        flex-direction: column;
    }

    .xufu_news .xufu_news_content .news_main_view {
        width: 100%;
        padding: 25px 20px;
        box-sizing: border-box;
        background-color: #F9F9F9;
        margin-bottom: 10px;
    }

    .xufu_news .xufu_news_content .news_main_view img {
        max-width: 100%;
    }

    .news_desc {
        padding: 25px 0 0;
    }

    .news_desc .news_tt {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .xufu_news .news_main_tj {
        width: 100%;
    }

    .xufu_news .news_main_tj .news_item {
        padding: 25px 20px;
    }

    .xufu_news .news_main_tj .news_item:nth-child(1) {
        border-bottom: none;
        margin-bottom: 10px;
    }

    .news_list {
        margin-top: 10px;
    }

    .news_list .news_list_item {
        margin-bottom: 10px;
        flex-direction: column;
    }

    .news_list .news_list_item img {
        width: 100%;
        height: 220px;
        margin-bottom: 10px;
    }

    .news_list .news_list_item .new_content {
        max-width: 100%;
    }
    
    .xufu_news .pages, .xufu_news .pages div {
        margin-bottom: 0.2rem;
        margin-top: 0.2rem;
    }
    
    .xufu_news .pages a {
        width: 0.7rem;
    }

    .pagination {
        margin-top: 25px;
        display: flex;
        margin-bottom: 25px;
    }

    .pagination .next {
        width: 25%;
        height: 35px;
        margin-right: 10px;
    }

    .news_container {
        flex-direction: column;
        padding: 25px 20px;
    }

    .news_container .news_content {
        max-width: 100%;
    }

    .news_container .nes_content_rich .title {
        font-size: 18px;
    }

    .xufu_news .xufu_news_content .news_desc span {
        font-size: 14px;
    }

    .news_container .news_change {
        padding: 20px;
        box-sizing: border-box;
    }

    .news_container .news_recommend {
        width: 100%;
        margin-top: 20px;
    }

    .news_container .news_recommend .dot_circle {
        font-size: 16px;
        font-weight: bold;
    }

    .news_container .news_recommend .list_item .title {
        max-width: 80%;
        margin: 0;
    }

    .news_container .news_recommend .rec_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .news_container .news_recommend .list_item {
        width: 49%;
        margin-bottom: 10px;
    }

    .news_container .news_recommend .rec_top {
        margin-bottom: 20px;
    }
}