.section {
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    min-height: 66vh;

    margin: 20px auto 100px;
    display: flex;
    /* align-items: flex-start; */
}

.section .section_left {
    box-sizing: border-box;
    min-width: 1px;
    flex: 1;
    flex-shrink: 0;


    padding: 10px 20px;

    background: #ffffff;
}


.section .section_left .header {
    box-sizing: border-box;

    /* max-width: 800px; */
    width: 100%;
    min-height: 48px;
    /* margin: 10px auto 0; */

    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 5px;
}

.section .section_left .header .label {
    color: #455058;
    font-size: 14px;
    line-height: 20px;
    word-break: break-word;
}




._icon {
    margin: 0 5px !important;
}


.section .section_left .content {
    margin: 16px auto;
    /* max-width: 800px; */
}

.section .section_left .content h1 {
    color: #0b1721;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 14px;
}

.section .section_left .content .info {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

    color: #858a90;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

.section .section_left .content .info .info_left {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.section .section_left .content .info .info_left .number_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.section .section_left .content .info .info_left .number_flex img {
    margin-top: -2px;
    box-sizing: border-box;
    object-fit: cover;
    flex-shrink: 0;
    margin-right: 5px;
    width: 20px;
    height: 20px;
}


.section .section_left .content .info .info_left .number_flex .text {
    color: #858a90;
}



.section .section_left .content .info .author {
    margin-right: 19px;

    cursor: pointer;
    color: #f33d0b;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;

}



.section .section_left .content .info .time {
    color: #858a90;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.section .section_left .content .info .info_right {
    display: flex;
    align-items: center;
}

.section .section_left .content .info .info_right img {
    cursor: pointer;
    margin-left: 10px;
}

.section .section_left .content .content_text * {
    box-sizing: border-box;
    max-width: 100% !important;
    /* height: auto !important; */
    word-break: break-all;
}

.section .section_left .content .content_text p {
    word-wrap: break-word;
    font-size: 16px;
    /* margin-bottom: 30px; */
    /* margin-top: 28px; */

    color: #0b1721;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
}

.section .section_left .content .content_text * img {
    height: auto;
}

.section .section_left .content .content_text h1,
.section .section_left .content .content_text div {
    display: none;
}

.section .section_left .news_detail_footer {
    margin: 0 auto;
    /* max-width: 800px; */
}

.section .section_left .news_detail_footer .detail_top {
    color: #858a90;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 43px;
}

.section .section_left .news_detail_footer .detail_top .detail_color {
    color: #f33d0b;
}

a {
    cursor: pointer !important;
    color: #f33d0b;
}

.section .section_left .news_detail_footer .detail_top p {
    margin-bottom: 4px;
}


.section .section_right {
    margin-left: 10px;
    flex-shrink: 0;
    width: 312px;
    flex-wrap: wrap;
    /* background-color: #ffffff; */

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
}

.section .section_right .personalInfo {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
    padding-top: 20px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    background: #fff;
}

.section .section_right .personalInfo .personalInfo_img {
    object-fit: cover;

    border-radius: 50%;
    display: block;
    height: 80px;
    margin: 0 auto 10px;
    width: 80px;
}

.section .section_right .personalInfo .personalInfo_name {
    color: #0b1721;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.section .section_right .personalInfo .personalInfo_info {
    margin-top: 20px;

    font-size: 12px;
    line-height: 1.5;
    width: 100%;
}

.section .section_right .personalInfo .personalInfo_info div.number {
    cursor: pointer;
    width: 100%;
    color: #f33d0b;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.section .section_right .personalInfo .personalInfo_info div:last-of-type {
    width: 100%;
    color: #858a90;
    font-size: 12px;
    line-height: 17px;
    margin-top: 4px;
    text-align: center;
}


/* 7x24小时快讯 */
.section .section_right .card72 {
    margin-bottom: 20px;
    /* margin-top: 27px; */
    width: 100%;
    box-sizing: border-box;
}

/* .side_advert_box {
    width: calc(100%) !important;
}

.side_advert_box .advert_item {
    margin-top: 0 !important;
} */

.section .section_right .card72.gap {
    margin-top: 0px;
}

.section .section_right .card72 .title_bar {
    height: 36px;
    display: flex;
    align-items: center;
    color: #0b1721;
    font-size: 16px;
    font-weight: 600;
}

.section .section_right .card72 .title_bar .gap {
    background: #f33d0b;
    height: 16px;
    margin-right: 8px;
    vertical-align: -2px;
    width: 3px;
}

.section .section_right .card72 .card72_conent {
    min-height: 250px;
    max-height: 666px;
    overflow-y: auto;
    box-sizing: border-box;
    background-color: #fff;
    /* padding-bottom: 16px; */
}

.section .section_right .card72 .card72_conent .card72_new_item {
    cursor: pointer;
    box-sizing: border-box;

    width: 100%;
    height: 44px;
    padding: 0 12px;

    line-height: 42px;
    color: #0b1721;
    display: block;
    font-size: 14px;
    font-weight: 400;

    border-bottom: 1px solid #edf1f6;
}

.section .section_right .card72 .card72_conent .card72_new_item:last-of-type {
    border-bottom: none;
}

.section .section_right .card72 .card72_conent .card72_new_item:hover {
    color: #f33d0b;
}





.section .section_right .card72_new_list {
    padding: 20px;
}


@media screen and (max-width: 1280px) {
    .section {
        max-width: 100vw;
    }
}

@media screen and (max-width: 1079px) {}

@media screen and (max-width: 1023px) {
    .section {
        flex-direction: column;
    }

    .section .section_left {
        width: 100%;
    }

    .section .section_left .content {
        max-width: 100%;
    }

    .section .section_left .header {
        max-width: 100%;
    }

    .section .section_left .news_detail_footer {
        max-width: 100%;
    }

    .section .section_right {
        /* width: 100%;
        margin-left: 0;
        margin-top: 20px;

        display: flex;
        justify-content: space-between; */

        box-sizing: border-box;
        width: 100%;
        /* margin-top: 20px; */
        padding: 20px 0;
        margin-left: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .section .section_right .card72 .card72_conent {
        max-height: none;
        overflow-y: visible;
    }

    /* .section .section_right>div {
        width: calc(50% - 10px) !important;
    } */

    .section .section_right .card72 {
        margin-top: 0;
        width: 100%;

        min-width: 1px;
        flex: 1;
        flex-shrink: 0;
    }
}


@media screen and (max-width: 767px) {
    .section {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .section .section_right {
        flex-direction: column;
        margin-top: 0;
        padding: 0;
    }

    .section .section_right>div {
        width: 100% !important;
    }
}