.section {
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    min-height: 66vh;

    margin: 20px auto 100px;
}

.section * {
    /* 首字母大写 */
    text-transform: none;
}

.header_bottom_advert {
    display: none !important;
}

.section .cont_flex {
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
    background-color: #ffffff;

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    row-gap: 30px;
}

.section .cont_flex .section_left .pc_right_show {
    display: block;
    margin-top: 20px;
}

.section .cont_flex .section_left .pc_right_show .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 15px;
}

.section .cont_flex .section_left .pc_right_show .cont * {
    max-width: 100%;
    word-break: break-all;
    box-sizing: border-box;
}

.section .cont_flex .section_left .pc_right_show .cont img,
.section .cont_flex .section_left .pc_right_show .cont video {
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.h5_right_show {
    display: none;
}

.h5_right_show .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 15px;
}

.h5_right_show .cont * {
    max-width: 100%;
    word-break: break-all;
    box-sizing: border-box;
}

.h5_right_show .cont img,
.h5_right_show .cont video {
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.section .cont_flex .section_left .contactCont {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    row-gap: 15px;
}

.section .cont_flex .section_left .contactCont .contact_item {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: calc(50% - 7.5px);
    min-height: 42px;

    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ced4da;
    /* background-color: #f4f6fa; */

    /* 首字母 */
    text-transform: none;
}

.section .cont_flex .section_left .contactCont .contact_item .left {
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    line-height: 24px;

    word-break: break-all;
    max-width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.section .cont_flex .section_left .contactCont .contact_item .left .text {
    margin-left: 10px;
    word-break: break-all;
}

.section .cont_flex .section_left .contactCont .contact_item img {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    object-fit: cover;
}

.section .cont_flex .section_left_info {
    min-width: 1px;
    flex: 1;
    flex-shrink: 0;

    max-width: 620px;
}

.section .cont_flex .section_left_info .play_video {
    position: relative;
    max-width: 100%;
    height: 380px;
    border-radius: 15px;
    overflow: hidden;

    margin-bottom: 15px;
}

.section .cont_flex .section_left_info .play_video video {
    object-fit: cover;

    width: 100%;
    height: 380px;
    border: 1px solid #f4f6fa;
}

.section .cont_flex .section_left_info .play_video .absolute {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #00000050;
}

.icon-video {
    cursor: pointer;
}

.section .cont_flex .h5_bg {
    display: none;
}

.pc_bg {
    margin: 20px 0;
}

.section .cont_flex .h5_bg .hydrated {
    width: 100%;
}

.section .cont_flex .h5_bg img {
    width: 100%;
    height: auto;
}

.mb5 {
    margin-bottom: 5px;
}

.section .cont_flex .section_left_info .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 15px;
}

.section .cont_flex .section_left_info .time {
    color: #545c63;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}

.section .cont_flex .section_left_info .cont * {
    max-width: 100%;
    word-break: break-all;
    box-sizing: border-box;
    /* word-break: break-word; */

    /* word-break: break-all;
    color: #0b1721;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    max-height: 120px; */
}

.section .cont_flex .section_left_info .cont img,
.section .cont_flex .section_left_info .cont video {
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.section .section_right {
    box-sizing: border-box;
    min-width: 1px;
    flex: 1;
    flex-shrink: 0;

    max-width: 520px;
    padding: 20px;

    /* background-color: #ffffff; */
}

.section .section_right .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-top: 10px;
}

.section .section_right .cont {
    box-sizing: border-box;
    margin-top: 20px;

    width: 100%;
}

.section .section_right .cont .cont_item {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 15px;
}

.section .section_right .cont .cont_item .avatar {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 10px;
    object-fit: cover;
}

.section .section_right .cont .cont_item .key {
    flex-shrink: 0;
    box-sizing: border-box;
    word-break: break-all;
    max-width: 45%;
    line-height: 22px;
    color: #858a90;
    margin-right: 5px;
}

.section .section_right .cont .cont_item .val {
    min-width: 1px;
    flex: 1;
    flex-shrink: 0;

    word-break: break-all;
    height: 22px;
    line-height: 22px;
    text-align: right;

    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.section .section_left {
    box-sizing: border-box;
    min-width: 1px;
    flex: 1;
    flex-shrink: 0;

    max-width: 500px;

    /* padding: 20px; */

    background: #ffffff;
}

.section .section_left .top_img {
    box-sizing: border-box;
    width: 100%;

    margin: 0 auto 15px;
}

.section .section_left .top_img img {
    object-fit: cover;
    flex-shrink: 0;
    max-width: 100%;
    width: auto;
    height: 66px;
    background-color: transparent;
}

.section .section_left .header {
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    margin: 0 auto 0;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section .section_left .header .left {
    box-sizing: border-box;
    word-break: break-all;
    max-width: 45%;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}

.section .section_left .header .right {
}

._icon {
    margin: 0 5px !important;
}

.section .section_left .content {
    margin: 16px auto;
    width: 100%;
}

.section .section_left .content h1 {
    color: #0b1721;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 5px;
}

.section .section_left .content .url {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

    color: #f33d0b;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

.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;
    align-items: center;
}

.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 .tip {
    width: 100%;
    box-sizing: border-box;

    font-size: 16px;
    line-height: 1.4;

    padding: 40px 32px;
    margin: 40px 0;

    border-left: 4px solid rgb(60, 233, 168);
    background: rgb(248, 250, 253);
}

.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 .flex_right {
    display: flex;
    justify-content: flex-end;
}

.section .section_left .content .flex_right .btn {
    min-width: 100%;
}

.border_right {
    border-radius: 0 0.3rem 0.3rem 0;
}

.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;
}

/*  */

input {
    font-size: 14px !important;
}

.input_append {
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 19px;
    transform: translateY(-50%);
    padding-left: 12px;
    font-size: 14px;
    line-height: 22px;

    background-color: transparent;
}

.input-group-append .w_60 {
    cursor: pointer;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input_append img {
    cursor: pointer;
    box-sizing: border-box;
    object-fit: cover;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.btn-lg {
    font-size: 14px !important;
}

input::placeholder {
    font-size: 14px !important;
}

@media screen and (max-width: 1279px) {
    .section {
        max-width: 100vw;
        flex-direction: column;
    }

    .section .cont_flex {
        padding: 20px;
        gap: 20px;
        row-gap: 20px;
    }

    .section .section_right {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 1079px) {
    .section {
        flex-direction: column;
    }

    .section .section_left .header {
        max-width: 100%;
        margin-top: 12px;
    }

    .section .section_left {
        width: 100%;
    }

    .section .section_left .content {
        max-width: 100%;
    }

    .section .section_left .news_detail_footer {
        max-width: 100%;
    }

    .h5_right_show {
        display: block;
        margin: 20px 0;
    }
}

@media screen and (max-width: 1023px) {
    .section .cont_flex {
        flex-direction: column-reverse;
    }

    .section .cont_flex .section_left_info {
        display: none;
    }

    .section .cont_flex .section_left_info .play_video {
        display: none;
    }

    .section .cont_flex .h5_bg {
        display: block !important;
    }

    .pc_bg {
        display: none;
    }

    .section .section_left {
        padding: 0;
        max-width: 100%;
    }

    .section .section_left .top_img {
        display: none;
    }

    .section .cont_flex .section_left .pc_right_show {
        /* margin-top: 0; */
        /* display: none; */
    }
}

@media screen and (max-width: 767px) {
    .section {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .section .section_left .header .label {
        width: 100%;
        text-align: left;
        padding: 0;
    }

    .content form label {
        text-align: left !important;
    }

    .section .cont_flex .section_left_info {
        max-width: 100%;
        padding-top: 20px;
        border-top: 1px solid #ced4da;
    }

    .section .section_left .header {
        padding: 0;
    }

    .section .section_left .content .flex_right .btn {
        margin-left: 0;
        width: 100%;
    }

    .section .section_left .content .flex_right .btn {
        margin-left: 0;
        width: 100%;
    }
}

@media screen and (max-width: 520px) {
    .section .cont_flex .section_left .contactCont .contact_item {
        width: 100%;
        margin-bottom: 0;
    }
}
