@charset "utf-8";

/* CSS Document */
/*2024.3.25*/

.box {
    overflow: hidden;
}

.container {
    max-width: 1150px;
    width: 90%;
}

.banner {
}

.top-tit {
    height: 43px;
    background: #000000;
    /*background: rgba(0,0,0,0.55);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 2;*/
    padding-top: 8px;
}

    .top-tit span {
        font-size: 18px;
        color: #fff;
        padding-right: 40px;
        display: block;
        float: right;
    }

        .top-tit span img {
            padding-right: 10px;
            vertical-align: -8px;
        }

.searchbg {
    background: url(../images/searchbg.png) no-repeat left top;
    width: 150px;
    height: 27px;
    line-height: 27px;
    display: inline-block;
    float: right;
}

    .searchbg .inp-text {
        padding-left: 12px;
        width: 120px;
        height: 27px;
        line-height: 27px;
        background: none;
        border: none;
    }

        .searchbg .inp-text input.inp-text {
            padding: 0;
            width: 100%;
        }

    .searchbg .inp-but {
        background: none;
        border: none;
        width: 25px;
        height: 26px;
    }

        .searchbg .inp-but input.inp-but {
            cursor: pointer;
            width: 100%;
        }

.top {
    background: #af1d38;
    /*background: rgba(175,29,56,0.85);
    position: absolute;
    left: 0px;
    top: 43px;
    width: 100%;
    z-index: 2;*/
    padding: 22px 0;
}

.banner .swiper-container img {
    width: 1920px;
    max-height: 750px;
    object-fit: cover;
}

.wc-menu {
}

    .wc-menu ul {
        /*转化为table 并且，宽度百分百，*/
        display: table;
        text-align: center;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .wc-menu ul li {
            line-height: 35px;
            position: relative;
            /*居中并且转为table-cell*/
            text-align: center;
            display: table-cell;
            /*float: left;*/
            list-style: none;
            /*margin: 0 20px;*/
            margin: 0px;
        }




            .wc-menu ul li a {
                font-size: 18px;
                color: #fff;
                position: relative;
                display: inline-block;
                /*transition: all 0.2s;*/
                text-decoration: none;
                border-bottom: 2px solid transparent;
            }

                .wc-menu ul li a.active,
                .wc-menu ul li a.move,
                .wc-menu ul li a.selected,
                .wc-menu ul li a.parent,
                .wc-menu ul li a:hover {
                    color: #fff;
                    border-bottom: 2px solid #fff;
                }

            .wc-menu ul li .ernav {
                position: absolute;
                /*position: relative;*/
                left: 0px;
                top: 100%;
                background: #fff;
                width: 100%;
                z-index: 111 !important;
                display: none;
                opacity: 1;
                /*border-top: 2px solid #4abad2;
                padding: 5px;
                box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
                border-radius: 5px;*/
            }

                .wc-menu ul li .ernav ul {
                    padding-left: 0;
                    display: block;
                    margin-bottom: 0;
                    text-align: left;
                }

                    .wc-menu ul li .ernav ul li {
                        /*text-align: center;*/
                        float: none;
                        display: block;
                        /*二级下拉有影响，需要转化为块状*/
                        background: none;
                        text-align: center;
                        line-height: 26px;
                        border: none;
                        margin: 0;
                    }

                        .wc-menu ul li .ernav ul li:last-child {
                            border-bottom: none;
                        }

                        .wc-menu ul li .ernav ul li a {
                            line-height: 24px;
                            font-size: 16px;
                            /*text-align: center;*/
                            background: none;
                            box-shadow: none;
                            border-radius: 0;
                            color: #333;
                            margin: 0;
                            display: block;
                            padding: 10px 14px;
                            border-bottom: none;
                            font-weight: normal;
                            text-decoration: none;
                        }

                            .wc-menu ul li .ernav ul li a:hover {
                                background: #af1d38;
                                color: #fff;
                            }


/*menu End*/

.banner .swiper-container .swiper-slide a {
    text-decoration: none;
    display: block;
}

.banner .swiper-container a {
    text-decoration: none;
    display: block;
    position: relative;
}

.banner .swiper-pagination {
    bottom: 26px;
    width: 100%;
    float: none;
    z-index: 11;
    text-align: right;
    right:0px;
}

.banner .swiper-container .swiper-pagination-bullet {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #fff;
    cursor: pointer;
    opacity: 0.45;
    border-radius: 100%;
    margin-right: 33px;
}

.banner .swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
}

.ban-text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.ban-text1 {
    max-width: 660px;
    transition: all 0.8s;
}

    .ban-text1:hover {
        opacity: 0.8;
        transition: all 0.8s;
    }

    .ban-text1 .bant-top {
        background: rgba(175,29,56,0.75);
        padding: 15px 55px 11px 35px;
        position: relative;
    }

        .ban-text1 .bant-top h4 {
            font-size: 26px;
            color: #fff;
            line-height: 1.8;
            margin-bottom: 0;
        }

    .ban-text1 .bant-bot {
        background: rgba(0,0,0,0.45);
        padding: 25px 35px 0;
        position: relative;
        min-height: 170px;
        display: none;
    }

        .ban-text1 .bant-bot p {
            font-size: 16px;
            color: #fff;
            line-height: 1.9;
        }

        .ban-text1 .bant-top i {
            font-size: 16px;
            color: #fff;
            line-height: 40px;
            font-style: normal;
            background: #af1d38;
            display: inline-block;
            padding: 0 25px;
            position: absolute;
            right: 0px;
            bottom: 0;
        }

/*方向：上右下左*/
[cut="2em"] {
    clip-path: polygon(0 0.00em,0.00em 0,calc(100% - 4.00em) 0,100% 4.00em,100% calc(100% - 0.00em),calc(100% - 0.00em) 100%,0.00em 100%,0 calc(100% - 0.00em));
}

[cut="1em"] {
    clip-path: polygon(0 0.00em,0.00em 0,calc(100% - 1.00em) 0,100% 1.00em,100% calc(100% - 0.00em),calc(100% - 0.00em) 100%,0.00em 100%,0 calc(100% - 0.00em));
}


/*banner end*/
img {
    max-width: 100%;
}

.newbg {
    padding-top: 55px;
}

.new-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: url(../images/xian1.png) no-repeat right bottom;
}

.new-top2 {
    background: url(../images/xian2.png) no-repeat right bottom;
}

.new-top3 {
    background: none;
}

.new-tit {
    background: #fff;
    /*padding-right: 50px;*/
}

    .new-tit span {
        display: block;
        font-size: 14px;
        color: #af1d38;
        text-transform: uppercase;
    }

    .new-tit p {
        font-size: 42px;
        color: #323232;
        margin-bottom: 0;
    }

.news-lul {
    margin-top: 38px
}

    .news-lul ul li {
        margin-bottom: 42px;
    }

        .news-lul ul li a {
            text-decoration: none;
            display: block;
        }

            .news-lul ul li a .li-img {
                width: 333px;
                max-height: 191px;
                overflow: hidden;
            }

                .news-lul ul li a .li-img img {
                    transform: scale(1.0);
                    transition: all 0.4s ease;
                    object-fit: cover;
                }

                    .news-lul ul li a .li-img img:hover {
                        transform: scale(1.1);
                    }

            .news-lul ul li a .li-text {
                width: calc(100% - 360px );
            }

                .news-lul ul li a .li-text span {
                    display: block;
                    font-size: 16px;
                    color: #333
                }

                .news-lul ul li a .li-text h4 {
                    font-size: 24px;
                    font-weight: bold;
                    color: #ac1736;
                    line-height: 30px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical
                }

                .news-lul ul li a .li-text p {
                    font-size: 16px;
                    color: #333;
                    margin: 28px 0;
                    line-height: 28px;
                    height: 84px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical
                }


.news-right {
    background: #fcf8ef;
    border-top: 4px solid #ac1736;
    padding: 20px 20px 5px 30px
}

.new-rul ul {
    margin-top: 21px
}

    .new-rul ul li {
        margin-bottom: 33px
    }

.studybg .new-rul ul li {
    margin-bottom: 31px
}

.new-rul ul li a {
    display: block;
    text-decoration: none
}

    .new-rul ul li a .li-date {
        width: 73px;
        height: 88px;
        background: #ac1736;
        text-align: center
    }

        .new-rul ul li a .li-date .dd {
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 60px;
            padding: 0 4px
        }

            .new-rul ul li a .li-date .dd p:first-child {
                font-size: 32px;
                color: #fff
            }

            .new-rul ul li a .li-date .dd p {
                font-size: 12px;
                color: #fff
            }

            .new-rul ul li a .li-date .dd p {
                margin-bottom: 0
            }

        .new-rul ul li a .li-date p.p1 {
            background: #8b112a;
            font-size: 14px;
            color: #fff;
            line-height: 30px
        }

    .new-rul ul li a .li-tt {
        width: calc(100% - 97px );
        border-bottom: 1px dotted #ccc;
        padding-bottom: 20px;
        height: 88px;
        padding-top: 10px
    }

        .new-rul ul li a .li-tt p {
            margin-bottom: 0;
            font-size: 18px;
            color: #333;
            line-height: 28px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical
        }

    .new-rul ul li a:hover .li-tt {
        border-bottom: 1px solid #ac1736
    }

        .new-rul ul li a:hover .li-tt p {
            color: #ac1736
        }



.new-a {
}

.news-ban {
    padding-top: 40px;
}

    .news-ban .swiper-container {
    }

        .news-ban .swiper-container a {
            text-decoration: none;
            display: block;
        }

            .news-ban .swiper-container a img {
                width: 100%;
                min-height: 383px;
            }

            .news-ban .swiper-container a .new-text {
                background: #af1d38;
                padding: 15px 30px;
                -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 66%, 86% 100%, 0% 100%);
                clip-path: polygon(0% 0%, 100% 0, 100% 66%, 86% 100%, 0% 100%);
            }

                .news-ban .swiper-container a .new-text span {
                    display: block;
                    font-size: 16px;
                    line-height: 26px;
                    color: #fff;
                }

                .news-ban .swiper-container a .new-text p {
                    font-size: 24px;
                    color: #fff;
                    margin-bottom: 10px;
                    font-weight: bold;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                }

    .news-ban .swiper-pagination {
        bottom: 22px;
        width: 100%;
        float: none;
        z-index: 11;
        text-align: right;
    }

    .news-ban .swiper-container .swiper-pagination-bullet {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #fff;
        cursor: pointer;
        opacity: 0.45;
        border-radius: 100%;
        margin-right: 16px;
    }

    .news-ban .swiper-container .swiper-pagination-bullet-active {
        opacity: 1;
    }

.new-rcon {
    padding-top: 38px;
}

    .new-rcon .nli {
        margin-bottom: 53px;
        position: relative
    }

        .new-rcon .nli a {
            text-decoration: none;
            display: flex;
            transition: all 0.8s;
            background: #f5f5f5;
            min-height: 90px;
            transition: all 0.3s ease-out;
            box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
        }

            .new-rcon .nli a:hover {
                box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
                transform: scale(1.08);
                position: relative;
                z-index: 9;
                cursor: pointer;
            }

            .new-rcon .nli a .date {
                background: url(../images/datebg.png) no-repeat left top;
                width: 70px;
                height: 88px;
                padding: 10px 0;
                justify-content: center;
                align-items: center;
                position: absolute;
                left: 0px;
                top: -7px;
                text-align: center;
            }

        .new-rcon .nli .date span {
            font-weight: bold;
            display: block;
            font-size: 22px;
            color: #fff;
            padding-top: 3px;
        }

        .new-rcon .nli .date i {
            display: block;
            font-size: 14px;
            color: #fff;
            font-style: normal;
            margin-top: -4px;
        }

        .new-rcon .nli a .ltt {
            padding: 10px 25px;
            display: flex;
            align-items: center;
            margin-left: 70px;
        }

            .new-rcon .nli a .ltt p {
                font-size: 18px;
                color: #333;
                line-height: 1.6;
                margin-bottom: 0;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }


.noticebg {
    margin-top: 7px;
}

.nleftcon {
    padding-top: 43px;
}

.nleftcon {
}

    .nleftcon .cli {
    }

        .nleftcon .cli a {
            text-decoration: none;
            display: block;
            background: #f5f5f5;
            padding: 18px 30px 5px 30px;
            min-height: 216px;
            margin-bottom: 35px;
            transition: all 0.8s;
        }

            .nleftcon .cli a .cli-top {
                display: flex;
            }

                .nleftcon .cli a .cli-top .cli-timg {
                    width: 53px;
                }

                    .nleftcon .cli a .cli-top .cli-timg img {
                        border-radius: 12px;
                    }

                .nleftcon .cli a .cli-top .cli-tt {
                    padding-left: 20px;
                }

                    .nleftcon .cli a .cli-top .cli-tt span {
                        display: block;
                        font-size: 14px;
                        color: #af1d38;
                        margin-bottom: 6px;
                    }

                    .nleftcon .cli a .cli-top .cli-tt p {
                        font-size: 18px;
                        color: #333;
                    }

            .nleftcon .cli a .cli-text {
            }

                .nleftcon .cli a .cli-text p {
                    font-size: 18px;
                    color: #333;
                    line-height: 1.6;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    margin-bottom: 6px;
                }

                .nleftcon .cli a .cli-text span {
                    display: block;
                    font-size: 14px;
                    color: #af1d38;
                    margin-bottom: 4px;
                }

            .nleftcon .cli a:hover {
                transition: all 0.8s;
                background: #e5e3e3;
            }

.notice-ul {
    padding-top: 40px;
}

    .notice-ul .uli {
        margin-bottom: 50px;
    }

        .notice-ul .uli a {
            text-decoration: none;
            display: flex;
            transition: all 0.8s;
            background: #f5f5f5;
            min-height: 90px;
        }

            .notice-ul .uli a .not-date {
                background: #af1d38;
                width: 72px;
                height: 90px;
                padding: 15px 0;
                justify-content: center;
                align-items: center;
                text-align: center;
            }

                .notice-ul .uli a .not-date span {
                    display: block;
                    color: #fff;
                    font-size: 22px;
                    font-weight: bold;
                }

                .notice-ul .uli a .not-date p {
                    color: #fff;
                    font-size: 14px;
                }


            .notice-ul .uli a .not-ltt {
                padding: 10px 25px;
                display: flex;
                align-items: center;
                width: calc(100% - 72px);
            }

                .notice-ul .uli a .not-ltt p {
                    font-size: 18px;
                    color: #333;
                    line-height: 1.6;
                    margin-bottom: 0;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

            .notice-ul .uli a:hover {
                background: #be2945;
                transition: all 0.8s;
            }

                .notice-ul .uli a:hover .not-ltt p {
                    color: #fff;
                    transition: all 0.8s;
                }


/*yanjiu*/
.yanjiu {
    margin-top: 8px;
    padding-bottom: 30px;
}

.yanjiu-con {
    padding-top: 40px;
}

    .yanjiu-con .not-li {
        margin-bottom: 30px;
    }

        .yanjiu-con .not-li a {
            text-decoration: none;
            display: block;
            transition: all 0.8s;
        }

        .yanjiu-con .not-li .not-limg {
            position: relative;
        }

            .yanjiu-con .not-li .not-limg img {
                width: 100%;
                object-fit: cover;
            }

            .yanjiu-con .not-li .not-limg .not-dt {
                position: absolute;
                left: 0px;
                top: 0px;
                text-align: center;
                color: #fff;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.45);
                opacity:0;
                font-size: 50px;
                font-weight: bold;
                align-items: center;
                display: flex;
                justify-content: center;
            }

            .yanjiu-con .not-li .not-limg:hover .not-dt {
                opacity: 1;
            }

        .yanjiu-con .not-li .not-ltt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../images/xian2.png) no-repeat right center;
}

        .yanjiu-con .not-li .new-title {
            padding: 7px 30px 7px 18px;
            -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
            background: #b01d39;
            font-size: 24px;
            color: #fff;
            font-weight: bold;
            display: inline-block;
        }



/*footer*/

.footer {
    background: #4b3623;
    padding: 40px 0 35px;
}

    .footer .footer-left p {
        font-size: 16px;
        color: #fff;
        line-height: 2.1;
        margin: 0;
    }

        .footer .footer-left p:first-child span {
            display: inline-block;
            width: 20px;
        }

        .footer .footer-left p:nth-child(2) span {
            display: inline-block;
            width: 40px;
        }

    .footer .f-er {
        text-align: right;
    }


    .footer a {
        color: #fff;
    }

    .footer .f-line select {
        width: 100%;
        height: 40px;
        border-radius: 6px;
        text-align: center;
        color: #999;
        font-size: 16px;
    }


/*.wc-copyEnd*/


@media (min-width: 1200px) {
    .new-left {
        max-width: 65%;
    }

    .new-right {
        max-width: 33%;
        margin-left: 2%;
    }

    .noticebg .row {
        margin-right: -25px;
        margin-left: -25px;
    }

    .noticebg .col-lg-4 {
        padding-right: 25px;
        padding-left: 25px;
    }
}



@media (min-width: 991px) {
    .nlibox, .uli, .not-li {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 1500px) {

    .ban-text {
        bottom: 75px;
    }

    .banner .swiper-pagination {
        bottom: 15px;
    }
}

@media (max-width: 1400px) {
    .banner .swiper-pagination {
        bottom: 10px;
    }

    .banner .swiper-container .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        margin-right: 16px;
    }

    .new-tit p {
        font-size: 34px;
    }

    .ban-text1 .bant-bot {
        padding: 20px 30px 25px;
    }

    .ban-text1 .bant-top h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .ban-text1 .bant-bot p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .ban-text1 .bant-bot {
        min-height: auto;
        padding-bottom: 30px;
    }

    .ban-text {
        bottom: 52px;
    }

    .yan-right .not-li a {
        margin-bottom: 20px;
    }

    .yan-right .not-li a {
        padding: 15px 0;
        margin-bottom: 10px;
    }
}


@media (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
    .top-tit span {
        font-size: 16px;
    }

    .wc-menu ul li a {
        font-size: 16px;
    }

    .new-tit p {
        font-size: 26px;
    }

    .nleftcon {
        padding-top: 30px;
    }

    .yanjiu {
        margin-top: 0px;
    }

    .yan-ban .y-tt p a {
        font-size: 18px;
    }

    .yan-right .not-li a .not-ltt p {
        font-size: 16px;
    }

    .yan-right .not-li a {
        padding: 10px 0;
        margin-bottom: 10px;
    }

    .yanjiu-con .not-li .not-ltt {
        font-size: 20px;
    }

    .news-lul ul li a .li-text h4 {
        font-size: 20px;
    }

    .ban-text1 .bant-top h4 {
        font-size: 20px;
    }

    .footer {
        background: #333;
        padding: 20px 0;
    }
}

@media (max-width: 991px) {
    /*小屏幕设备 平板*/
    .container {
        width: 94%;
    }

    .logo1 img {
        max-width: 60%;
    }

    .new-top {
        background: url(../images/xian3.png) no-repeat right bottom;
    }

    .new-tit {
        padding-right: 30px;
    }

    /*    .newbg {
        padding-top: 20px;
    }*/

    .news-ban {
        padding-top: 20px;
    }


            .news-ban .swiper-container a img {               
                   min-height: max-content;
            }

        .news-ban .swiper-container a .new-text p {
            font-size: 20px;
        }

        .news-ban .swiper-container a .new-text span {
            margin-bottom: 0;
        }

        .news-ban .swiper-container a .new-text span {
            font-size: 18px;
        }

    .new-right {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .news-lul ul li a .li-img {
        width: 50%
    }

    .news-lul ul li a .li-text {
        width: 50%
    }

    .new-rcon {
        padding-top: 20px;
    }

        .new-rcon .nli a p {
            margin-bottom: 0;
        }

        .new-rcon .nli {
            margin-bottom: 30px;
        }

    .notice-ul .uli {
        margin-bottom: 30px;
    }


    .noticebg {
        margin-top: 10px;
    }

    .nleftcon {
        padding-top: 20px;
    }

        .nleftcon .cli a .cli-text p {
            font-size: 16px;
        }

    .notice-ul .uli a .not-ltt p {
        font-size: 16px;
    }

    .news-lul {
        margin-top: 20px;
    }

    .notice-ul {
        padding-top: 20px;
    }

    .yanjiu {
        padding-bottom: 30px;
    }

    .yan-right {
        margin-top: 30px;
    }

        .yan-right .not-li a {
            margin-bottom: 20px;
        }

    .footer .f-er {
        text-align: center;
        margin-top: 15px;
    }

    .f-line {
        margin: 20px 0;
    }

    .ban-text1 .bant-top h4 {
        font-size: 22px;
    }

    .new-tit p {
        font-size: 22px;
    }

    .yan-ban .y-tt p a {
        font-size: 16px;
    }

    .yanjiu-con .not-li {
        margin-bottom: 20px;
    }

        .yanjiu-con .not-li .not-ltt {
            font-size: 18px;
        }

    .news-lul ul li {
        margin-bottom: 30px;
    }

    .notice-left {
        margin-bottom: 50px;
    }

    .yanjiu-con {
        padding-top: 20px;
    }

    .notice-middle, .notice-right {
        margin-bottom: 30px;
    }
}


@media (max-width: 767px) {

.ban-text1 .bant-top i{
  display: none;
}

    /*超小屏幕设备 手机*/
    .right-nr table td,
    .right-nr table th {
        white-space: nowrap;
    }      

    .logo1 img {
        max-width: 80%;
    }

    .container {
        width: 100%;
    }

    .banner .swiper-container .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin-right: 6px;
    }

    .banner .swiper-pagination {
        bottom: 5px;
        text-align: center;
    }

    .ban-text1 .bant-bot {
        display: none;
    }

    .ban-text1 .bant-top h4 {
        font-size: 16px;
    }

    .ban-text1 .bant-top {
        padding: 4px 35px 4px 10px;
    }

    [cut="2em"] {
        clip-path: polygon(0 0.00em,0.00em 0,calc(100% - 2.00em) 0,100% 2.00em,100% calc(100% - 0.00em),calc(100% - 0.00em) 100%,0.00em 100%,0 calc(100% - 0.00em));
    }

    .new-tit span {
        font-size: 12px;
    }

    .new-tit p {
        font-size: 16px;
    }

    .new-tit {
        padding-right: 4px;
    }

    .new-top {
        background: url(../images/xian1.png) no-repeat right bottom;
    }

    .news-ban .swiper-container a .new-text {
        padding: 10px;
    }

        .news-ban .swiper-container a .new-text span {
            font-size: 16px;
        }

        .news-ban .swiper-container a .new-text p {
            font-size: 16px;
            margin-bottom: 10px;
        }

    .news-ban .swiper-pagination {
        bottom: 2px;
    }

    .news-ban .swiper-container .swiper-pagination-bullet {
        margin-right: 6px;
    }

    .new-rcon {
        padding-top: 23px;
    }

        .new-rcon .nli a .ltt p {
            font-size: 16px;
        }


    .noticebg {
        margin-top: 0px;
    }

    .nleftcon .cli a {
        margin-bottom: 20px;
    }

    .notice-ul .uli {
        margin-bottom: 20px;
    }

    .newbg {
        padding-top: 30px;
    }

    .new-right {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .news-lul {
        margin-top: 15px;
    }

    .news-ban {
        padding-top: 15px;
    }

    .notice-ul {
        padding-top: 15px;
    }

    .yanjiu-con {
        padding-top: 15px;
    }

    .yan-ban .y-tt p a {
        font-size: 14px;
    }

    .yan-ban .y-tt p {
        padding: 15px 15px 5px;
    }

    .yan-right {
        margin-top: 20px;
    }

    .yanjiu-con .not-li .not-ltt {
        font-size: 16px;
    }

    .yanjiu-con .not-li {
        margin-bottom: 20px;
    }

        .yanjiu-con .not-li img {
            width: 100%;
            object-fit: cover;
        }

    .new-rcon .nli {
        margin-bottom: 20px;
    }


    .news-lul ul li a .li-img {
        width: 45%;
    }

        .news-lul ul li a .li-img img {
            width: 100%;
            object-fit: cover;
        }

    .news-lul ul li a .li-text {
        width: 50%;
    }

    .news-lul ul li {
        margin-bottom: 20px;
    }

        .news-lul ul li a .li-text h4 {
            font-size: 16px;
            -webkit-line-clamp: 2;
            font-weight: normal;
        }

        .news-lul ul li a .li-text p {
            display: none;
        }


    .notice-left {
        margin-bottom: 30px;
    }

    .notice-middle, .notice-right {
        margin-bottom: 10px;
    }

    .footer .footer-left p {
        font-size: 14px;
    }

        .footer .footer-left p:first-child span {
            display: none;
        }

        .footer .footer-left p:nth-child(2) span {
            display: none;
        }

    .f-line {
        margin: 20px 0;
    }

    .yanjiu {
        padding-bottom: 10px;
    }
}


#toTop {
    background: url(../images/top.png);
    background-size: cover;
}