﻿/* ------------------------------------------------------------------------------ 新闻详情 */
.ins_newCon1 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    background: #F7F7F7;
    padding-top: 80px;
    overflow: hidden;
}

    .ins_newCon1 .center_box {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 1;
    }

        .ins_newCon1 .center_box .swiper_box {
            width: 100%;
            height: auto;
            background: #FFFFFF;
            border-radius: var(--border-radius16);
            overflow: hidden;
        }

            .ins_newCon1 .center_box .swiper_box .centerInfo {
                width: 100%;
                height: auto;
                --left_width: 50%;
                --right_width: 50%;
            }

                .ins_newCon1 .center_box .swiper_box .centerInfo .hh_left {
                    padding: 30px;
                }

                    .ins_newCon1 .center_box .swiper_box .centerInfo .hh_left .word_box {
                        max-width: 560px;
                        width: 100%;
                        height: auto;
                    }

                        .ins_newCon1 .center_box .swiper_box .centerInfo .hh_left .word_box .time {
                            width: fit-content;
                            height: 28px;
                            padding: 0 16px;
                            border: 1px solid #e5e5e5;
                            border-radius: 100px;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: -webkit-flex;
                            display: flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            -webkit-align-items: center;
                            align-items: center;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            -webkit-justify-content: center;
                            justify-content: center;
                        }

                        .ins_newCon1 .center_box .swiper_box .centerInfo .hh_left .word_box .f20 {
                            margin-top: var(--num_20);
                            height: calc(2em * 1.5);
                            display: -webkit-box;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: 2;
                            overflow: hidden;
                        }

                        .ins_newCon1 .center_box .swiper_box .centerInfo .hh_left .word_box .f16 {
                            margin-top: var(--num_40);
                            line-height: 1.5;
                            height: calc(2em * 1.5);
                            display: -webkit-box;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: 2;
                            overflow: hidden;
                        }

                        .ins_newCon1 .center_box .swiper_box .centerInfo .hh_left .word_box .more {
                            width: 34px;
                            height: 34px;
                            background: #f5f6f7;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: -webkit-flex;
                            display: flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            -webkit-align-items: center;
                            align-items: center;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            -webkit-justify-content: center;
                            justify-content: center;
                            border-radius: 50%;
                            margin-top: var(--num_45);
                            -webkit-transition: all 0.3s ease;
                            -o-transition: all 0.3s ease;
                            transition: all 0.3s ease;
                        }

                            .ins_newCon1 .center_box .swiper_box .centerInfo .hh_left .word_box .more img {
                                filter: brightness(0) invert(0);
                                -webkit-transition: all 0.3s ease;
                                -o-transition: all 0.3s ease;
                                transition: all 0.3s ease;
                            }

                            .ins_newCon1 .center_box .swiper_box .centerInfo .hh_left .word_box .more:hover {
                                background: #e60012;
                            }

                                .ins_newCon1 .center_box .swiper_box .centerInfo .hh_left .word_box .more:hover img {
                                    filter: brightness(0) invert(1);
                                }

                .ins_newCon1 .center_box .swiper_box .centerInfo .hh_right .images {
                    width: 100%;
                    height: auto;
                }

                    .ins_newCon1 .center_box .swiper_box .centerInfo .hh_right .images .pb {
                        padding-bottom: 59.36%;
                    }

                        .ins_newCon1 .center_box .swiper_box .centerInfo .hh_right .images .pb .ab img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }

        .ins_newCon1 .center_box .idxPageShow {
            width: fit-content;
            position: absolute;
            bottom: 30px;
            left: 30px;
        }

@media (max-width:990px) {
    .ins_newCon1 {
        padding-top: 50px;
    }

        .ins_newCon1 .center_box .swiper_box .centerInfo .hh_left {
            padding: 30px 20px;
            padding-bottom: 0;
        }

            .ins_newCon1 .center_box .swiper_box .centerInfo .hh_left .word_box .f20 {
                height: unset !important;
            }

        .ins_newCon1 .center_box .idxPageShow {
            position: relative;
            z-index: 1;
            bottom: unset !important;
            left: unset !important;
            margin-top: 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            width: 100%;
            height: auto;
        }
}

.ins_newCon2 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    background: #F7F7F7;
    padding-top: 70px;
    padding-bottom: 120px;
    overflow: hidden;
}

    .ins_newCon2 .center_box {
        width: 100%;
        height: auto;
    }

        .ins_newCon2 .center_box .ins_title {
            width: 100%;
            height: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
        }

            .ins_newCon2 .center_box .ins_title .name {
                font-weight: 700;
            }

            .ins_newCon2 .center_box .ins_title .list_box {
                width: auto;
                height: auto;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                gap: 26px;
                position: relative;
                z-index: 1;
            }

                .ins_newCon2 .center_box .ins_title .list_box::after {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    width: 100%;
                    height: 1px;
                    background: #dcdcdc;
                    -webkit-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                .ins_newCon2 .center_box .ins_title .list_box .item {
                    width: auto;
                    height: auto;
                    cursor: pointer;
                    position: relative;
                    z-index: 1;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    -webkit-align-items: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    -webkit-justify-content: center;
                    justify-content: center;
                    padding-bottom: 15px;
                }

                    .ins_newCon2 .center_box .ins_title .list_box .item::after {
                        content: '';
                        position: absolute;
                        bottom: 0;
                        width: 0%;
                        height: 2px;
                        background: #e60012;
                        -webkit-transition: all 0.3s ease;
                        -o-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                    }

                    .ins_newCon2 .center_box .ins_title .list_box .item span {
                        color: #666666;
                        font-size: var(--font16);
                        -webkit-transition: all 0.3s ease;
                        -o-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                    }

                    .ins_newCon2 .center_box .ins_title .list_box .item.active::after {
                        width: 100%;
                    }

                    .ins_newCon2 .center_box .ins_title .list_box .item.active span {
                        color: #1a1a1a;
                    }

                    .ins_newCon2 .center_box .ins_title .list_box .item:hover span {
                        opacity: 1;
                    }

        .ins_newCon2 .center_box .item_box {
            width: 100%;
            height: auto;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            margin-top: 50px;
        }

            .ins_newCon2 .center_box .item_box .item {
                width: 100%;
                height: auto;
                background: #FFFFFF;
                border-radius: var(--border-radius16);
                overflow: hidden;
                --color: #1a1a1a;
                --bor_color: #e5e5e5;
            }

                .ins_newCon2 .center_box .item_box .item .word_box {
                    width: 100%;
                    height: auto;
                    padding: 30px;
                    padding-bottom: var(--num_20);
                    position: relative;
                    z-index: 1;
                }

                    .ins_newCon2 .center_box .item_box .item .word_box::after {
                        content: '';
                        position: absolute;
                        bottom: 0;
                        right: 0;
                        width: 0%;
                        height: 3px;
                        background: #e60012;
                        -webkit-transition: all 0.3s ease;
                        -o-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                    }

                    .ins_newCon2 .center_box .item_box .item .word_box .time {
                        width: fit-content;
                        height: 28px;
                        padding: 0 16px;
                        border: 1px solid var(--bor_color);
                        border-radius: 100px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: -webkit-flex;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        -webkit-align-items: center;
                        align-items: center;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        -webkit-justify-content: center;
                        justify-content: center;
                        color: var(--color);
                        -webkit-transition: all 0.3s ease;
                        -o-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                    }

                    .ins_newCon2 .center_box .item_box .item .word_box .f20 {
                        margin-top: var(--num_20);
                        height: calc(2em * 1.5);
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2;
                        overflow: hidden;
                        color: var(--color);
                        -webkit-transition: all 0.3s ease;
                        -o-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                    }

                    .ins_newCon2 .center_box .item_box .item .word_box .more {
                        width: 34px;
                        height: 34px;
                        background: #f5f6f7;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: -webkit-flex;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        -webkit-align-items: center;
                        align-items: center;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        -webkit-justify-content: center;
                        justify-content: center;
                        border-radius: 50%;
                        margin-top: var(--num_45);
                        -webkit-transition: all 0.3s ease;
                        -o-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                    }

                        .ins_newCon2 .center_box .item_box .item .word_box .more img {
                            filter: brightness(0) invert(0);
                            -webkit-transition: all 0.3s ease;
                            -o-transition: all 0.3s ease;
                            transition: all 0.3s ease;
                        }

                .ins_newCon2 .center_box .item_box .item .images {
                    width: 100%;
                    height: auto;
                }

                    .ins_newCon2 .center_box .item_box .item .images .pb {
                        padding-bottom: 59.36%;
                    }

                        .ins_newCon2 .center_box .item_box .item .images .pb .ab img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }

                .ins_newCon2 .center_box .item_box .item:hover {
                    --color: #e60012;
                    --bor_color: #fce5e7;
                }

                    .ins_newCon2 .center_box .item_box .item:hover .word_box::after {
                        width: 100%;
                        left: 0;
                    }

                    .ins_newCon2 .center_box .item_box .item:hover .word_box .more {
                        background: #e60012;
                    }

                        .ins_newCon2 .center_box .item_box .item:hover .word_box .more img {
                            filter: brightness(0) invert(1);
                        }

@media (max-width:990px) {
    .ins_newCon2 {
        padding: 50px 0;
    }

        .ins_newCon2 .center_box .item_box .item .word_box {
            padding: 30px 20px;
        }

            .ins_newCon2 .center_box .item_box .item .word_box .f20 {
                height: auto !important;
            }

        .ins_newCon2 .center_box .item_box {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
        }

        .ins_newCon2 .center_box .ins_title {
            -webkit-box-orient: vertical;
            -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
            gap: 20px;
        }
}

.ins_newdateCon1 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    background: #FFF;
    padding-top: 70px;
    padding-bottom: 110px;
}

    .ins_newdateCon1 .center_box {
        width: 100%;
        height: auto;
        margin-top: var(--num_40);
        --left_width: 30.38%;
        --right_width: 61.53%;
    }

        .ins_newdateCon1 .center_box .hh_left {
            position: sticky;
            top: calc(var(--header-height) + var(--height_num));
            height: 100%;
            height: 70vh;
        }

            .ins_newdateCon1 .center_box .hh_left .time {
                margin-top: var(--num_50);
                padding-bottom: var(--num_40);
                border-bottom: 1px solid #e5e5e5;
                font-family: 'pill_re';
            }

            .ins_newdateCon1 .center_box .hh_left .share_box {
                width: 100%;
                height: auto;
                margin-top: 30px;
            }

                .ins_newdateCon1 .center_box .hh_left .share_box .name {
                    font-size: var(--font18);
                    color: #666666;
                }

                .ins_newdateCon1 .center_box .hh_left .share_box .item_box {
                    width: 100%;
                    height: auto;
                    margin-top: 20px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    gap: 20px;
                }

                    .ins_newdateCon1 .center_box .hh_left .share_box .item_box .item {
                        width: auto;
                        height: auto;
                        position: relative;
                        z-index: 1;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: -webkit-flex;
                        display: flex;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        -webkit-justify-content: center;
                        justify-content: center;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        -webkit-align-items: center;
                        align-items: center;
                    }

                        .ins_newdateCon1 .center_box .hh_left .share_box .item_box .item i {
                            color: #FFF;
                            width: 30px;
                            height: 30px;
                            background: #d8d8d8;
                            border-radius: 50%;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: -webkit-flex;
                            display: flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            -webkit-align-items: center;
                            align-items: center;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            -webkit-justify-content: center;
                            justify-content: center;
                            cursor: pointer;
                            -webkit-transition: all 0.3s ease;
                            -o-transition: all 0.3s ease;
                            transition: all 0.3s ease;
                        }

                        .ins_newdateCon1 .center_box .hh_left .share_box .item_box .item .images {
                            position: absolute;
                            top: calc(100% + 10px);
                            width: max-content;
                            max-width: 120px;
                            opacity: 0;
                            visibility: hidden;
                            -webkit-transition: all 0.3s ease;
                            -o-transition: all 0.3s ease;
                            transition: all 0.3s ease;
                            border: 1px solid #e5e5e5;
                            border-radius: 8px;
                            overflow: hidden;
                        }

                        .ins_newdateCon1 .center_box .hh_left .share_box .item_box .item:hover .images {
                            opacity: 1;
                            visibility: visible;
                        }

                        .ins_newdateCon1 .center_box .hh_left .share_box .item_box .item:hover i {
                            background: #e60012;
                        }

        .ins_newdateCon1 .center_box .hh_right .content {
            width: 100%;
            height: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-orient: vertical;
            -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
            gap: 5px;
            line-height: 1.77;
        }

            .ins_newdateCon1 .center_box .hh_right .content * {
                font-size: var(--font18);
            }

            .ins_newdateCon1 .center_box .hh_right .content h3 {
                font-size: var(--font22);
                font-weight: 800;
            }

            .ins_newdateCon1 .center_box .hh_right .content p {
                min-height: 0.4em;
            }

        .ins_newdateCon1 .center_box .hh_right .item_box {
            width: 100%;
            height: auto;
            margin-top: var(--num_90);
            padding: 0 var(--num_50);
            min-height: 80px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            border: 1px solid #e5e5e5;
        }

            .ins_newdateCon1 .center_box .hh_right .item_box * {
                font-size: var(--font16);
            }

            .ins_newdateCon1 .center_box .hh_right .item_box .item {
                cursor: pointer;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
                gap: 10px;
                -webkit-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

                .ins_newdateCon1 .center_box .hh_right .item_box .item span {
                    -webkit-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                .ins_newdateCon1 .center_box .hh_right .item_box .item:hover span {
                    color: #e60012;
                }

                .ins_newdateCon1 .center_box .hh_right .item_box .item img {
                    -webkit-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                .ins_newdateCon1 .center_box .hh_right .item_box .item:hover img {
                    transform: translateX(-5px);
                }

                .ins_newdateCon1 .center_box .hh_right .item_box .item:nth-child(2) * {
                    color: #e60012;
                }

                .ins_newdateCon1 .center_box .hh_right .item_box .item:nth-child(3):hover img {
                    transform: translateX(5px);
                }

@media (max-width:990px) {
    .ins_newdateCon1 {
        padding: 50px 0;
    }
        .ins_newdateCon1 .center_box .hh_left {
            height: auto !important;
        }
        .ins_newdateCon1 .center_box .hh_right .item_box {
            min-height: unset !important;
            padding: 20px;
        }
}
