/* -----------------------  媒体与资讯  -------------------------------- */

/* banner */
.framework_cont_banner {
    position: relative;
}

.framework_cont_banner .news_box_title {
    width: 100%;
    max-width: 1650px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #262626;
    font-size: 2.5rem;
    padding: 0 3.2rem;
}

.framework_cont_banner .banner_news_box img {
    height: 188px;
    object-fit: cover;
    object-position: center;
}

.framework_cont_banner .banner_news_box .title h4 {
    font-size: 2rem;
    font-weight: 600;

}

.framework_cont_banner .banner_news_box .title p {
    color: #262626;
    font-size: 0.9rem;
    margin-top: 1rem;
}

.framework_cont_newsLsit {
    padding-bottom: 4rem;
    background: #f6f6f6;

}

.framework_cont_newsLsit .news_list_top {
    padding: 3rem 0;
    background: linear-gradient(180deg, #ffffff 10%, #f4f4f4 40%);
}

.news_list_top .href_items.active a {
    background: #5386e4;
    color: #ffffff;
    font-weight: bold;
}

.news_list_top .href_items a {
    margin: 0 1rem;
    padding: 0 1.5rem;
    line-height: 2.5rem;
    border-radius: 2rem;
    display: block;
    font-size: 1.3rem;
}

.news_list_content {
    max-width: 1650px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 1rem;
    overflow: hidden;
    padding: 2.5rem;
}

.news_list_content .news_list_flex {
    flex-wrap: wrap;
}

.news_list_content .news_list_flex .news_list_fl {
    flex: 0 0 75%;
    padding-right: 2rem;
    border-right: 1px solid #eeeeee;
}

.news_list_content .news_list_flex .news_list_fl .list_fl_title {
    color: #181818;
    font-size: 1.8rem;
    font-weight: 600;
    padding-left: 2rem;
}

.news_list_content .news_list_flex .news_list_fl .list_fl_content {
    margin-top: 0;
}

.news_list_content .news_list_flex .news_list_fl .list_fl_content .items {
    padding: 2.6rem 2rem;
    border-bottom: 1px solid #eeeeee;
}

.news_list_content .news_list_flex .news_list_fl .list_fl_content .items a {
    display: inline-block;
}

.news_list_content .list_fl_content .items .item_flex .img {
    flex: 0 0 18rem;
    border-radius: 0.8rem;
    overflow: hidden;
}

.time_box_img {
    min-height: 10rem;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #f8f7ff;
}


.news_list_content .list_fl_content .items .item_flex .text_box {
    padding-left: 2rem;
    flex: 1;
}

.news_list_content .list_fl_content .items .item_flex .text_box h4 {
    font-size: 1.45rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: #181818;
}

.news_list_content .list_fl_content .items .item_flex .text_box .text {
    font-size: 1rem;
    color: #646464;
    line-height: 2;
    margin-bottom: 0.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
}

.news_list_content .list_fl_content .items .item_flex .text_box .time {
    font-size: 0.9rem;
    color: #aaaaaa;
    margin-bottom: 0.5rem;
}

.news_list_content .list_fl_content .items .item_flex .text_box .more {
    color: #115df2;
    font-size: 1rem;
}

.news_list_content .news_list_fr {
    flex: 0 0 25%;
    padding-left: 2.5rem;
}

.news_list_content .news_list_fr .list_fr_title {
    color: #181818;
    font-size: 1.5rem;
    font-weight: 600;
}

.news_list_content .news_list_fr .list_fr_box {
    margin-top: 2rem;
}

.news_list_content .news_list_fr .list_fr_box .item {
    margin-bottom: 2rem;
}

.news_list_content .news_list_fr .list_fr_box .item a {
    display: inline-block;
    border-radius: 1rem;
    overflow: hidden;
}

.news_list_content .news_list_fr .list_fr_box .items .img {
    border-radius: 1rem;
}

.news_list_content .news_list_fr .list_fr_box .item .title {
    margin: 1rem 0;
    font-size: 1.1rem;
    font-weight: bold;
}

.news_list_content .news_list_fr .list_fr_box .item .time {
    font-size: 0.9rem;
    color: #aaaaaa;
    margin-bottom: 0.5rem;
}

.news_list_content .view_fl_top {
    padding-left: 2rem;
    font-size: 0.9rem;
    color: #616161;
}

.news_list_content .view_fl_top a {
    font-weight: bold;
    margin-right: 0.6rem;
}

.news_list_content .view_fl_top span {
    margin-left: 0.6rem;
}

.news_views_box {
    padding: 0 2rem;
}

.news_views_box .news_views_title {
    text-align: center;
    padding: 2.5rem 0;
    border-bottom: 1px solid #efefef;
}

.news_views_box .news_views_title h4 {
    font-size: 2rem;
    font-weight: 600;
    color: #181818;
    margin-bottom: 1rem;
}

.news_views_box .news_views_title p {
    margin-bottom: 0;
    color: #838383;
    font-size: 0.9rem;
}

.news_views_box .news_views_text {
    padding: 2.5rem 0;
    line-height: 2;
}

.news_views_box .news_views_text li{
    list-style: auto;
}

.news_views_box .news_pagination {
    padding: 0.5rem 0;
    margin-top: 0.6rem;
}

.news_views_box .news_pagination .news_views {
   line-height: 2;
    font-size: 1rem;
    margin: 0.6rem 0;
    color: #333333;
    padding: 0.6rem 1rem;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    display: block;
}

.news_views_box .news_pagination .news_views a {
    margin-left: 0.2rem;
    color: #000000;
}

.news_views_box .news_pagination .news_views a:hover {
    color: #286bf2;
}

.news_views_box .news_pagination .return.news_views{
    display: inline-block;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

.news_views_box .news_pagination .return.news_views a{
padding: 0.6rem 1rem;
display: block;
}

.news_views_box .news_pagination .return.news_views:hover{
    background-color: #f8f7ff;
    color: #286bf2;
    border: 1px solid #286bf2;
}

@media (max-width: 768px) {
    .news_list_content .view_fl_top{
        font-size: 1rem;
        padding-left: 1rem;
    }
    .news_views_box{
        padding: 0 1rem;
    }
    .framework_cont_banner .banner_news_box .title p{
        font-size: 1rem;
    }
}

/* 分页 */
.pagination_box {
    padding: 2rem 0;
    padding-left: 2rem;
    display: flex;
    align-items: center;
}

.pagination_box ul {
    display: flex;
    align-items: center;
}

.pagination_box ul li {
    margin-right: 0.5rem;
}

.pagination_box ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 0.2rem;
    border: 1px solid #d1d8e4;
}

.pagination_box ul li a.disabled {
    background-color: #f4f4f4;
    color: #aaaaaa;
    cursor: not-allowed;
    user-select: none !important;
}

.pagination_box ul li a.active {
    color: #286bf2;
    border: 1px solid #286bf2;
    font-weight: bold;
}

.pagination_box p {
    margin-bottom: 0;
    font-size: 1rem;
    margin-left: 0.6rem;
}

.date-display {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.date-display .day {
    font-size: 55px;
    font-weight: bold;
    color: #464646;
    line-height: 1;
}

.date-display .divider {
    font-size: 50px;

    color: #888;
    line-height: 1;
}

.date-display .meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.date-display .month,
.date-display .year {
    font-size: 18px;
    color: #8c8c8c;
    line-height: 1;
}


/* -----------------------  自适应适配  ----------------------- */
@media (max-width: 1200px) {
    .news_list_content {
        width: 95%;
    }

    .news_list_content .news_list_flex .news_list_fl {
        flex: 0 0 70%;
        padding-right: 1.5rem;
    }

    .news_list_content .news_list_fr {
        flex: 0 0 30%;
        padding-left: 1.5rem;
    }
}


@media (max-width: 992px) {
    .news_list_content .news_list_fr {
        display: none;
    }

    .news_list_content .news_list_flex .news_list_fl {
        flex: 0 0 100%;
        padding: 0;
        border-right: none;
    }

}



@media (max-width: 768px) {

    .framework_cont_newsLsit {
        padding-bottom: 2rem;
    }

    .time_box_img {
        min-height: 14rem;
    }

    .framework_cont_newsLsit .news_list_top {
        padding: 1.8rem 0;
    }

    .news_list_content .news_list_flex {
        flex-direction: column;
    }


    .news_list_content .list_fl_content .items .item_flex {
        flex-direction: column;
    }

    .news_list_content .list_fl_content .items .item_flex .img {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 1.2rem;
    }

    .news_list_content .list_fl_content .items .item_flex .text_box {
        padding-left: 0;
        width: 100%;
        padding: 0 1rem;
    }

    .news_list_content {
        padding: 1.5rem;
    }

    .news_list_content .news_list_flex .news_list_fl .list_fl_content .items {
        padding: 1.8rem 1rem;
    }


    .framework_cont_banner .news_box_title {
        font-size: 2rem;
    }

    .news_list_content .news_list_flex .news_list_fl .list_fl_title {
        padding: 0;
    }

    .news_list_content .news_list_flex .news_list_fl .list_fl_title h4 {
        font-size: 1.5rem;
        padding-left: 0;
        text-align: center;
        font-weight: bold;
        margin: 1rem 0;
    }

    .news_list_content .list_fl_content .items .item_flex .text_box h4 {
        font-size: 1.35rem;
    }
}

@media (max-width: 768px) {

    .news_list_top .href_items {
        margin-bottom: 0.95rem;
        width: 9rem;
        text-align: center;
    }

    .news_list_top .href_items a {
        margin: 0 0.5rem;
        padding: 0 1.2rem;
        line-height: 3.2rem;
        font-size: 1.2rem;
    }


    .framework_cont_banner .banner_news_box img {
        height: 140px;
    }

    .news_list_content .list_fl_content .items .item_flex .text_box .text {
        line-height: 1.5;
    }

    .news_list_content .list_fl_content .items .item_flex .text_box .time {
        font-size: 1rem;
    }

    .pagination_box {
        padding-left: 0;
        justify-content: center;
    }

    .pagination_box ul li a {
        width: 2.6rem;
        height: 2.6rem;
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {

    .framework_cont_banner .news_box_title {
        font-size: 1.6rem;
        padding: 0 1.2rem;
    }

    .framework_cont_banner .banner_news_box .title h4 {
        font-size: 1.5rem;
    }


    .news_list_content {
        padding: 1rem;

    }

    .news_list_content .news_list_flex .news_list_fl .list_fl_content .items {
        padding: 1.2rem 0.5rem;
    }

    .news_list_content .news_list_fr .list_fr_box .item {
        margin-bottom: 1.2rem;
    }
}