﻿
/*全局样式*/
:root {
    --primary-color: #3498db;
    --font-a-color: #212121;
    --font-title-color: #277398;
    --font-a-hover-color: #10a6c4;
    --font-a-hover-more-color: #1f526b;
    --font-bt: #212121;
    --font-more: #C29460;
    --font-zhaiyao-size: 14px;
    --font-zhaiyao-lh: 30px;
    --font-zhaiyao-color: #707070;
    --tt-line-color: #10a6c4;
    --font-btitle-color: #d96b1c
}

ul,
ol,
dl,
table,
th,
tr,
td,
input,
textarea,
li,
a,
div,
span,
em,
i,
img {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    transition: transform 0.5s ease; /* 平滑过渡效果 */
    transform-origin: center center; /* 放大中心点 */
}

/* img:hover {
        transition: 1s;
        transform: scale(1.1);
    }*/

a {
    text-decoration: none;
    color: var(--font-a-color);
    font-size: 18px;
}

    a:hover {
        text-decoration: none;
    }

li {
    list-style: none;
}

.te-c {
    text-align: center;
}


html,
body {
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
}

button, input, select, textarea {
    font: 14px/20px 'Helvetica Neue','Helvetica','Arial','Sans-serif','微软雅黑';
    color: #333;
}

input, select, textarea {
    font-size: 100%;
}


/*= 清除浮动=*/

.clear {
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

.container {
    width: 1400px;
    margin: 0 auto;
}

.fl {
    float: left
}

.fr {
    float: right
}

.fle {
    display: flex
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mr20 {
    margin-right: 20px;
}

.mr10 {
    margin-right: 10px;
}

.mr300 {
    margin-right: 300px;
}

.mr450 {
    margin-right: 450px;
}

.w500 {
    width: 500px;
}
/*头部*/
.g-head {
    position: fixed;
    z-index: 50;
    left: 0;
    top: 5px;
    width: 100%;
}

    .g-head:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: -0.05rem;
        right: 0;
        height: 138px;
        background: url("../home/head-bg05.png") center repeat-x;
        background-size: auto 99%;
    }

    .g-head:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: -5px;
        right: 0;
        height: 5px;
        background: #d57c3a;
    }

    .g-head .wal {
        min-height: 110px;
        position: relative;
        max-width: 100%;
        margin: 0 4px;
    }

    .g-head a.logo {
        display: block;
        background: url("../home/logo.png") center no-repeat;
        background-size: 100%;
        width: 400px;
        position: absolute;
        z-index: 1;
        left: 40px;
        right: auto;
        top: 0;
        bottom: 0;
    }

    .g-head .btn-list {
        position: absolute;
        z-index: 1;
        left: auto;
        right: 166px;
        top: 0;
        bottom: auto;
        line-height: 43px;
        color: #fff;
        display: flex
    }

        .g-head .btn-list a {
            color: #fff;
        }

        .g-head .btn-list ul {
            margin-right: 2px;
        }

            .g-head .btn-list ul li {
                padding-left: 14px;
                float: left;
            }

            .g-head .btn-list ul a {
                display: block;
                opacity: 0.75;
            }

                .g-head .btn-list ul a:hover {
                    opacity: 1;
                }

                .g-head .btn-list ul a em {
                    padding: 0 10px;
                    font-style: normal
                }

.search-container {
    position: absolute;
    display: inline-block; /* 使容器能够包裹内部元素 */
    top: 12px;
    right: 136px;
    z-index: 2
}

.search_img {
    width: 20px;
    height: 20px;
    border: 0;
    outline: 0
}

.hidden-input {
    position: absolute;
    top: 0px;
    right: 0;
    width: 300px;
    height: 36px;
    opacity: 0; /* 初始透明度为0，即不可见 */
    transition: opacity 0.3s ease; /* 平滑过渡效果 */
    border: none;
    padding: 0;
    line-height: 36px;
    padding-left: 16px;
}

    .hidden-input:focus {
        outline: none;
    }

.btn_search {
    position: absolute;
    right: 10px;
    background: url(../Home/icon_search02.png) no-repeat;
    width: 20px;
    height: 20px;
    top: 5px;
    opacity: 0;
    cursor: pointer
}

.g-nav {
    position: absolute;
    /*z-index: 1;*/
    left: auto;
    right: 100px;
    top: 35px;
    bottom: auto;
}

    .g-nav li {
        position: relative;
        margin-left: 32px;
        float: left;
        margin-right: 10px;
    }

    .g-nav a.name {
        display: block;
        height: 62px;
        line-height: 62px;
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        padding-right: 2px;
        position: relative;
        font-style: normal;
    }

        .g-nav a.name i.line {
            display: block;
            position: absolute;
            left: 0;
            top: 100%;
            right: 2px;
            height: 2px;
            background: #e2ca5b;
            margin-top: -0.12rem;
            opacity: 0;
        }

        .g-nav a.name em {
            display: block;
            margin-right: -20px;
            padding-right: 20px;
            position: relative;
            font-style: normal;
        }

            .g-nav a.name em:after {
                content: url(../Home/arrow2.png);
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                width: 11px;
                height: 6px
            }

        .g-nav a.name.on {
            color: #e2ca5b;
        }

            .g-nav a.name.on i.line {
                opacity: 1;
            }

    .g-nav .list {
        position: absolute;
        z-index: 1;
        left: 50%;
        right: auto;
        /*top: -100vh;*/
        top: 0;
        bottom: auto;
        background: #fff;
        width: 200px;
        margin-left: -100px;
        box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
        -webkit-box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
        -moz-box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
        border-top: #EE9640 solid 4px;
        padding: 20px 0;
        opacity: 0;
        visibility: hidden
    }

        .g-nav .list dl dd {
            margin: 0
        }

        .g-nav .list a {
            display: block;
            text-align: center;
            font-size: 17px;
            line-height: 48px;
            color: var(--font-a-hover-color)
        }

            .g-nav .list a:hover {
                background: #ededed;
            }

    .g-nav li:hover a.name {
        color: #e2ca5b;
    }

        .g-nav li:hover a.name i.line {
            opacity: 1;
        }

    .g-nav li:hover .list {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transition: opacity 0.5s ease;
        -webkit-transition: opacity 0.5s ease;
        -moz-transition: opacity 0.5s ease;
        -o-transition: opacity 0.5s ease;
    }

    .g-nav li:hover .em:after {
        -webkit-transition: -webkit-transform 0.4s ease-out;
        -moz-transition: -webkit-transform 0.4s ease-out;
        transition: -webkit-transform 0.4s ease-out;
        transform-origin: center center;
        transform: rotate(180deg);
    }

/*foot start*/
.copyright {
    background: var(--tt-line-color);
    padding: 20px 0;
    display: flex;
    min-width: 1400px;
    text-align: center
}

    .copyright img:hover {
        transform: none;
    }

.friend {
    display: flex;
    margin-top: 20px;
}

    .friend ul li {
        float: left;
        list-style: none;
        padding: 0 6px 6px;
        padding-right: 20px;
    }

        .friend ul li a {
            color: var(--font-title-color);
            font-size: 16px;
            line-height: var(--font-zhaiyao-lh)
        }

            .friend ul li a:hover {
                color: var(--font-a-hover-color)
            }



.copyright p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

    .copyright p a {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        line-height: 30px;
        margin: 0;
        float: left;
    }
/*foot end*/
/*nav start*/
.nav_fixed {
    position: fixed !important;
    top: 0px;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.6);
    backface-visibility: hidden;
    z-index: 9;
    -moz-box-shadow: 0 3px 3px -3px rgba(0,0,0,.35);
    -o-box-shadow: 0 3px 3px -3px rgba(0,0,0,.35);
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .35);
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .35);
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.fadeInDown {
    animation-name: fadeInDown;
}

.rm_nav {
    background: #F5F5F7;
    position: relative;
    height: 55px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    /*overflow: hidden;*/
}

    .rm_nav ul {
        line-height: 55px;
        font-size: 16px;
        font-weight: 500;
        font-family: "Microsoft YaHei",\5FAE\8F6F\96C5\9ED1;
    }

    .rm_nav li.shouye {
        margin-right: 11px
    }


    .rm_nav li {
        display: inline-block;
        line-height: 55px;
        margin: 0 1px;
        cursor: pointer;
        padding: 0 18px;
    }

        .rm_nav li.menu_item ul {
            display: none;
        }

        .rm_nav li span {
            line-height: 55px;
            height: 55px;
            display: block;
            padding: 0 10px;
            font-size: 18px
        }


        .rm_nav li.navmoon div {
            display: block;
            position: absolute;
            top: 55px;
            border-bottom: 1px solid #E1E1E1;
            background: #fff;
            width: 100%;
            left: 0;
            z-index: 1111;
            height: 55px;
            /*box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5)*/
        }

        .rm_nav li.navmoon ul {
            width: 1100px;
            margin: 0 auto;
            display: block;
            float: none;
        }

            .rm_nav li.navmoon ul li {
                padding: 0 50px 0 0px;
                margin: 0 auto;
            }

                .rm_nav li.navmoon ul li a:hover {
                    color: #0146ae;
                    font-weight: bold
                }


    /*.rm_nav li.navmoon span.active {
    background: #fff;
    color: #D23939
}*/

    .rm_nav li {
        display: inline-block;
        height: 55px;
        vertical-align: top;
    }


        .rm_nav li.nav_more img, .sou img {
            margin-top: 30%;
        }

.vis {
    display: block
}

.nav_jia img {
    margin-top: 12%;
}

.nav_jia {
    padding-right: 10px;
}

.rm_nav span img.zhuan {
    vertical-align: middle;
    margin-left: 4px;
}

.arrowDown {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transform-origin: center center;
    transform: rotate(0deg);
}

.arrowUp {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transform-origin: center center;
    transform: rotate(180deg);
}
/*nav end*/


/*banner start*/

.banner_full_slide {
    width: 100%;
    position: relative;
    height: 100vh;
    background: #000;
}

    .banner_full_slide .bd {
        margin: 0 auto;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

        .banner_full_slide .bd ul {
            width: 100% !important;
            height: 100vh;
        }

        .banner_full_slide .bd li {
            width: 100% !important;
            height: 500px;
            overflow: hidden;
            text-align: center;
            height: 100vh;
        }

        .banner_full_slide .bd li {
            display: block;
            height: 100%;
        }

            .banner_full_slide .bd li img {
                height: 100%;
                width: 100%;
                transition: transform 0.5s ease; /* 平滑过渡效果 */
            }


    .banner_full_slide .hd {
        width: 100%;
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 0;
        height: 30px;
        line-height: 30px;
    }

        .banner_full_slide .hd ul {
            text-align: center;
        }

            .banner_full_slide .hd ul li {
                cursor: pointer;
                display: inline-block;
                *display: inline;
                zoom: 1;
                width: 42px;
                height: 11px;
                margin: 1px;
                overflow: hidden;
                background: #000;
                filter: alpha(opacity=50);
                opacity: 0.5;
                line-height: 999px;
            }

            .banner_full_slide .hd ul .on {
                background: #f00;
            }

    .banner_full_slide .prev, .banner_full_slide .next {
        display: block;
        position: absolute;
        z-index: 1;
        top: 50%;
        margin-top: -30px;
        left: 0%;
        z-index: 1;
        width: 53px;
        height: 53px;
        background: url(../home/slider-arrow.png) no-repeat;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: 0.5;
        display: none;
        border-radius: 50%
    }

    .banner_full_slide .next {
        left: auto;
        right: 0%;
        background-position: -53px 0px;
    }


/*banner end*/

/*content start*/
/*热点推荐 start*/

.hot_img {
    width: 690px;
    margin-right: 20px;
    position: relative
}

.hot_iocn {
    position: absolute;
    left: -30px;
    background: url(../Home/hot.png) no-repeat;
    width: 30px;
    height: 163px;
}

.hot_con {
    flex-grow: 1; /* 使得这个div填充剩余空间 */
}

.hot_slide_box {
    width: 690px;
    height: 508px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

    .hot_slide_box .hd {
        height: 15px;
        overflow: hidden;
        position: absolute;
        right: 5px;
        bottom: 10px;
        z-index: 1;
    }

        .hot_slide_box .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
        }

            .hot_slide_box .hd ul li {
                float: left;
                margin-right: 2px;
                width: 10px;
                height: 6px;
                line-height: 14px;
                text-align: center;
                background: #fff;
                cursor: pointer;
                border-radius: 20px
            }

                .hot_slide_box .hd ul li.on {
                    background: #f00;
                    color: #fff;
                    width: 18px;
                }

    .hot_slide_box .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .hot_slide_box .bd li {
            zoom: 1;
            vertical-align: middle;
        }

        .hot_slide_box .bd img {
            width: 100%;
            /* height: 100%; */
            display: block;
            object-fit: cover;
        }

    /* 下面是前/后按钮代码，如果不需要删除即可 */
    .hot_slide_box .prev,
    .hot_slide_box .next {
        position: absolute;
        left: 3%;
        top: 50%;
        margin-top: -25px;
        display: block;
        width: 32px;
        height: 40px;
        /*background: url(../images/slider-arrow.png) -110px 5px no-repeat;*/
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .hot_slide_box .next {
        left: auto;
        right: 3%;
        background-position: 8px 5px;
    }

        .hot_slide_box .prev:hover,
        .hot_slide_box .next:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }

    .hot_slide_box .prevStop {
        display: none;
    }

    .hot_slide_box .nextStop {
        display: none;
    }

    .hot_slide_box .bd p {
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        position: absolute;
        bottom: 0;
        line-height: 30px;
        padding: 4px 5px;
        width: 100%;
        margin: 0
    }

.bt_title01 {
    line-height: 42px;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
}

    .bt_title01 span {
        /*padding: 0 20px 15px 76px;*/
        padding: 0 20px 15px 10px;
       
        display: inline-block;
        position: relative;
        font-size: 30px;
        color: var(--font-bt);
    }

        .bt_title01 span::after {
            content: '';
            background: url(../home/sk_v2022_icon_bg.png) no-repeat center center #fff;
            height: 5px;
            width: 10px;
            position: absolute;
            right: 0;
            bottom: -5px;
            z-index: 9;
        }

.bt_span01 {
    background: url(../Home/bt_xinwen.png) no-repeat left top;
}

.bt_span02 {
    background: url(../Home/bt_jiaoxue.png) no-repeat left top;
}

.bt_span03 {
    background: url(../Home/bt_kexue.png) no-repeat left top;
}

.bt_span04 {
    background: url(../Home/bt_tongzhi.png) no-repeat left top;
}

.bt_span05 {
    background: url(../Home/bt_xinxi.png) no-repeat left top;
}

.bt_line01 {
    border-bottom: 2px solid #ccc;
}

.more {
    float: right;
}

    .more a {
        display: block;
        padding-right: 4px;
        color: var(--font-more);
        font-size: 14px
    }

.line {
    height: 4px;
    background: var(--tt-line-color);
    width: 140px;
    margin-left: 0px;
    position: absolute;
    top: 54px;
}

.frist_con {
    height: 65px;
    margin: 20px 0;
    padding: 0;
    position: relative;
}

    .frist_con .time {
        width: 65px;
        border: 1px solid #d57c3a;
        font-size: 16px;
        text-align: center;
        overflow: hidden;
    }

        .frist_con .time .date {
            display: block;
            height: 36px;
            color: #fff;
            line-height: 36px;
            background: #d57c3a
        }

        .frist_con .time .year {
            display: block;
            width: 100%;
            height: 24px;
            font-size: 14px;
            text-align: center;
            line-height: 24px
        }

    .frist_con .word {
        position: absolute;
        left: 80px;
        top: 0px;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 26px;
    }

        .frist_con .word a {
            text-decoration: none
        }

            .frist_con .word a:hover {
                color: #003A79
            }


.bt_title02 {
    line-height: 42px;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
}

    .bt_title02 span {
        background: url(sk_v2022_icon_sk.png) no-repeat left top;
        padding: 0 20px 15px 76px;
        padding-bottom: 15px;
        border-bottom: 5px solid var(--tt-line-color);
        display: inline-block;
        position: relative;
        font-size: 30px;
    }

    .bt_title02::after {
        content: '';
        height: 1px;
        background-color: var(--tt-line-color);
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    .bt_title02 span::after {
        content: '';
        background: url(../home/sk_v2022_icon_bg.png) no-repeat center center #fff;
        height: 5px;
        width: 10px;
        position: absolute;
        right: 0;
        bottom: -5px;
        z-index: 9;
    }





















.n_list1 {
    height: auto;
    padding: 0 0 0 0 !important;
    position: relative;
}

    .n_list1 li {
        position: relative;
        padding-left: 0;
        height: 50px;
        overflow: hidden;
    }

        .n_list1 li a {
            position: relative;
            line-height: 48px;
            padding-left: 20px;
            /*color: #212121;*/
            color: var(--font-a-color);
            display: block;
            /* width: 90%;*/
            box-sizing: border-box;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .n_list1 li a:hover {
                color: var(--font-a-hover-color);
            }

        .n_list1 li .date {
            font-size: 14px;
            color: #999999;
            line-height: 50px;
        }

        .n_list1 li::before {
            content: '';
            width: 5px;
            height: 5px;
            border-radius: 100%;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            background-color: #E61F1A;
            position: absolute;
            top: 24px;
            display: block;
        }

.jiu_ye {
    display: flex;
    justify-content: space-between;
}

    .jiu_ye .list_itme {
        width: 31%;
    }


.list_itme .item_top {
    height: 74px;
    line-height: 74px;
    overflow: hidden;
    position: relative;
}

.item_top::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #2181b0;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.item_title {
    float: left;
    overflow: hidden;
}

    .item_title a,
    .item_title {
        float: left;
    }

        .item_title a {
            font-size: 24px;
            font-weight:bold;
            color: var(--font-bt);
        }

            .item_title a span {
                height: 100%;
                display: inline-block;
                position: relative;
                padding-right: 10px;
            }

            .item_title a.active span:after {
                content: '';
                width: 100%;
                height: 5px;
                background: var(--tt-line-color) url(../home/sk_v2022_icon_bg.png) no-repeat bottom right;
                position: absolute;
                bottom: 0;
                left: 0;
                z-index: 10;
            }

.list_itme ul {
    margin-top: 20px;
}

    .list_itme ul li {
        position: relative;
        height: 46px;
        line-height: 25px;
        margin-bottom: 10px;
    }

        .list_itme ul li::before {
            content: "";
            width: 7px;
            position: absolute;
            top: 9px;
            height: 7px;
            border-radius: 50%;
            background-color: #e61f1a;
            display: block;
        }

        .list_itme ul li a {
            color: #595758;
            padding-left: 15px;
            display: block;
            display: -webkit-box;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

            .list_itme ul li a:hover {
                color: var(--font-a-hover-color);
            }

.yuanxi_title {
    background: url(../home/icon_yx.png) left no-repeat;
    width: 130px;
    margin: 0 auto;
    color: #003A79;
    font-size: 26px;
    padding-left: 50px;
}

.bt_t {
    background: url(../home/icon_tz.png) no-repeat 0 50%;
    float: left;
    padding-left: 40px;
    font-size: 24px;
    font-weight: normal;
    line-height: 39px;
    color: #003A79;
}

.tz_l {
    width: 896px;
    margin-right: 20px;
}

    .tz_l .zd_content {
        display: flex;
        flex-wrap: wrap;
        /* flex-direction: row;*/
        box-sizing: border-box
    }

        .tz_l .zd_content .item {
            background: #F0F0F0;
            padding: 14px;
            box-sizing: border-box;
            flex-basis: calc(50% - 20px); /*控制每个item的宽度*/
            margin-right: 20px;
            margin-bottom: 20px;
        }

            .tz_l .zd_content .item a {
                display: flex;
            }

                .tz_l .zd_content .item a:hover {
                    color: var(--font-a-hover-color);
                }

            .tz_l .zd_content .item:nth-child(2n) {
                margin-right: 0;
                flex-basis: 50%
            }

            .tz_l .zd_content .item .item_date {
                /* background: var(--font-a-hover-color);
                padding: 6px 14px;
                text-align: center;
                display: inline;*/
                background: var(--font-a-hover-color);
                width: 70px;
                font-size: 16px;
                text-align: center;
                overflow: hidden;
                display:inline-table
            }

                .tz_l .zd_content .item .item_date .y {
                    display: block;
                    width: 70px;
                    font-size: 14px;
                    text-align: center;
                    line-height: 40px;
                    font-weight: bold;
                    color: #fff;
                }

                .tz_l .zd_content .item .item_date .md {
                    display: block;
                    height: 24px;
                    color: #fff;
                    line-height: 20px;
                    font-size: 14px;
                }

            .tz_l .zd_content .item .item_con {
                padding: 0 10px 0px;
            }

                .tz_l .zd_content .item .item_con b {
                    padding-bottom: 10px
                }

            .tz_l .zd_content .item .item_source {
                font-size: 12px;
                text-align: right;
                margin-bottom: 0
            }

.tz_r {
    width: 474px;
}

.xun_bg {
    background: url(../Home/bg_yuanxi.png) no-repeat center bottom;
    background-size: 100%
}

.yan {
    width: 100%;
}

    .yan li {
        background: #F2F7FB;
        margin-top: 10px;
        box-sizing: border-box;
        padding-bottom: 10px;
    }

        .yan li .date {
            background: #2188ba;
            line-height: 40px;
            color: #fff;
            border-bottom-right-radius: 20px;
            width: 140px;
            text-align: center;
            font-size: var(--font-zhaiyao-size);
        }

        .yan li .title a {
            color: var(--font-title-color);
            font-weight: bold;
            line-height: 50px;
            padding: 0 20px;
            display: block
        }

            .yan li .title a:hover {
                color: var(--font-a-hover-more-color);
            }

        .yan li .jj {
            color: var(--font-title-color);
            line-height: var(--font-zhaiyao-lh);
            padding: 0px 20px;
            font-size: var(--font-zhaiyao-size)
        }

.kstd_img {
    width: 314px;
    overflow: hidden
}

.tab_xunlian {
    margin-top: 20px;
    text-align: left;
}

    .tab_xunlian .hd {
        height: 46px;
        line-height: 46px;
        padding: 0px;
        position: relative;
    }

        .tab_xunlian .hd ul {
            float: left;
            position: absolute;
            left: 0px;
            top: -1px;
            height: 48px;
            width: 100%;
        }

            .tab_xunlian .hd ul li {
                float: left;
                cursor: pointer;
                font-size: 18px;
                width: 16%;
                box-sizing: border-box;
                text-align: center;
            }

                .tab_xunlian .hd ul li.on {
                    height: 49px;
                    color: #fff;
                    font-weight: bold;
                    background: #2188ba;
                    border-radius: 20px;
                }

                    .tab_xunlian .hd ul li.on a {
                        color: #fff;
                    }

.index_title {
    font-weight: bold;
    text-align: center;
    /*margin-top: 30px;*/
    margin: 0
}

    .index_title a {
        color: var(--font-title-color);
    }

        .index_title a:hover {
            color: var(--font-a-hover-more-color);
        }

.index_info {
    margin: 10px auto 0 auto;
    /*white-space: nowrap;*/
    overflow: hidden;
}

    .index_info a {
        margin: 0 10px;
        color: var(--font-zhaiyao-color);
        font-size: var(--font-zhaiyao-size);
        line-height: var(--font-zhaiyao-lh)
    }

.yxdh {
    display: grid
}

    .yxdh li {
        width: 11.1%;
        float: left;
        margin-top: 15px;
    }

        .yxdh li img {
            transition: transform 0.5s ease; /* 平滑过渡效果 */
            width:100%
        }

        .yxdh li:hover img {
            transform: scaleX(-1); /* 水平翻转图片 */
        }

.gongkai {
    background: url(../Home/gongkai_line.png) no-repeat center bottom;
    padding-bottom: 20px;
}

    .gongkai .tt {
        margin: 10px 0
    }

        .gongkai .tt a {
            color: var(--font-bt);
            font-weight: bold;
            text-align: center;
            line-height: 30px;
            display: block
        }

            .gongkai .tt a:hover {
                color: var(--font-a-hover-color)
            }

.middelLine_title01 {
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    color: var(--tt-line-color);
    text-align: center;
    position: relative;
}

    .middelLine_title01 a {
        color: var(--tt-line-color);
    }

    .middelLine_title01::before {
        content: '';
        width: 522px;
        height: 1px;
        background-color: var(--tt-line-color);
        position: absolute;
        left: 0;
        top: 26px;
        display: block;
    }

    .middelLine_title01::after {
        content: '';
        width: 522px;
        height: 1px;
        background-color: #277398;
        position: absolute;
        right: 0;
        top: 26px;
        display: block;
    }






















.kstd_content {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: row;*/
    box-sizing: border-box;
    margin-left: 30px;
}

    .kstd_content .item {
        padding: 14px;
        box-sizing: border-box;
        flex-basis: calc(33.333% - 20px); /*控制每个item的宽度*/
        margin-right: 20px;
        margin-bottom: 20px;
        border: 12px #F0F0F0 solid;
        border-radius: 6px;
        text-align: center;
        padding-top: 40px
    }

        .kstd_content .item:nth-child(3n) {
            margin-right: 0;
            flex-basis: 33.333%
        }

        .kstd_content .item:nth-child(4), .kstd_content .item:nth-child(5), .kstd_content .item:nth-child(6) {
            margin-bottom: 0
        }

        .kstd_content .item img {
            transition: .3s
        }

        .kstd_content .item:hover img {
            box-shadow: 0 0 0 4px rgba(128,148,255,.9),0 0 0 8px rgba(128,148,255,.5),0 0 0 12px rgba(128,148,255,.1)
        }


/* ========== 内页banner start ========== */
.subBanner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .subBanner:before {
        display: block;
        content: '';
        padding-top: 29.1667%;
    }

    .subBanner img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: cover;
        object-position: center center;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transition: all 3s ease;
        -webkit-transition: all 3s ease;
    }

    .subBanner.on img {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    .subBanner .text {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        /*	background-color: rgba(0, 74, 178, .3); */
    }

    .subBanner .wrap {
        height: 100%;
    }

    .subBanner .textC {
        position: relative;
        top: 180px;
    }

        .subBanner .textC .cnTitle {
            font-size: 40px;
            color: #ffffff;
            line-height: 56px;
        }

.location {
    overflow: hidden;
    position: relative;
}

    .location a {
        display: inline;
        float: left;
        height: 36px;
        line-height: 36px;
        padding-left: 26px;
        margin-right: 18px;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: auto 16px;
        background-image: url('../home/arrowRight.png');
        color: #ffffff;
        font-size: 16px;
        transition: .3s linear;
        -webkit-transition: .3s linear;
    }

        .location a.home {
            background-image: url('../home/home.png');
            padding-left: 32px;
        }

/* ========== 内页banner end ========== */
/* ========== 当前位置 start ========== */
.locationSubBox {
    position: relative;
}

.locationBox {
    clear: both;
    width: 100%;
    height: 70px;
    line-height: 70px;
    box-shadow: 0 3px 5px #dcdcdc;
    -webkit-box-shadow: 0 3px 5px #dcdcdc;
    background-repeat: no-repeat;
    background-image: url(../home/locationBg2.png);
    background-size: auto 70px;
    position: absolute !important;
    top: -170px;
    left: 0;
    /* z-index: 10; */
    background-position: left bottom;
}


.subNavBox {
    position: relative;
    margin: 25px -30px 0;
    font-size: 0;
}

.subNav::after {
    display: block;
    content: '';
    clear: both;
    visibility: hidden;
}

.subNav a {
    display: inline;
    float: left;
    line-height: 20px;
    height: 20px;
    color: #ffffff;
    font-size: 16px;
    margin: 0 30px;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto 20px;
}

    .subNav a::after {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: auto 20px;
        background-image: url(../home/active.png);
        position: absolute;
        left: 0;
        right: 0;
        bottom: -25px;
        margin: auto;
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transition: .3s linear;
        -webkit-transition: .3s linear;
    }

    .subNav a.hover::after,
    .subNav a:hover::after {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
    }
/* ========== 当前位置 end ========== */

/* ========== 新闻列表 start ========== */

.list_xinx {
    width: 100%;
    float: left;
    margin-bottom: 50px
}

    .list_xinx ul li {
        border-bottom: solid 1px #ededed;
        padding: 25px 0;
        width: 100%;
        float: left;
        transition: all .5s
    }

        .list_xinx ul li h3 {
            font-size: 16px;
            float: left;
            font-weight: inherit;
            display: inline-block;
            max-width: 77%;
            color: #666
        }

        .list_xinx ul li time {
            font-size: 14px;
            color: #999;
            float: right
        }

        .list_xinx ul li:hover h3 {
            color: var(--font-a-hover-color)
        }

        .list_xinx ul li:hover {
            box-shadow: 0 5px 5px #efefef
        }
/* ========== 新闻列表 end ========== */
/* ========== 通知公告 start ========== */

.notice_list .list {
    position: relative;
    padding-left: 180px;
    border-left: 1px solid #c6c6c6;
    margin: 3% 0;
    min-height: 200px
}

    .notice_list .list time {
        position: absolute;
        left: -179px;
        top: -4px;
        width: 170px;
        padding-left: 22px;
        font-size: 20px;
        color: #0146ae
    }

        .notice_list .list time:before {
            content: '';
            position: absolute;
            left: -4px;
            top: 50%;
            width: 7px;
            height: 7px;
            margin-top: -3px;
            background: #0146ae;
            border-radius: 100%
        }

    .notice_list .list ul {
        padding-top: 13px
    }

    .notice_list .list li {
        position: relative;
        padding-left: 0px;
        margin: 0 0 5%;
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 4%
    }


    .notice_list .list h3 {
        margin: 0 0 2%;
        font-size: 18px;
        color: #555;
        font-weight: 400
    }

    .notice_list .list p {
        color: #999;
        margin: 0;
        padding-left: 28px;
        background: url(../home/icon6.png) no-repeat left 6px
    }

        .notice_list .list p.add {
            background: url(../home/icon7.png) no-repeat left 4px;
            font-size: 14px;
        }

    .notice_list .list li:last-child {
        border-bottom: none
    }

    .notice_list .list li a:hover h3 {
        color: #0146ae
    }

.news_show {
    display: none
}

/* ========== 通知公告 end ========== */

/* ========== 招生就业 end ========== */
.recru_list {
    width: 100%;
}

    .recru_list li {
        float: left;
        width: 49%;
        margin: 1% 2% 1% 0;
        padding-bottom: 1%;
        transition: background-color 0.5s ease
    }

        .recru_list li:hover a {
            background-color: #f1f0f0
        }

        .recru_list li:nth-child(2n) {
            margin-right: 0
        }

        .recru_list li a {
            display: flex
        }

    .recru_list time {
        width: 85px;
        border: 1px dashed #dddcdd;
        text-align: center;
        color: #333;
    }

        .recru_list time span {
            font-size: 48px;
            display: block;
            line-height: normal;
            margin-bottom: -5px;
            padding: 0 10px;
        }

    .recru_list div {
        flex-grow: 1; /* 使得这个div填充剩余空间 */
        margin-left: 20px;
    }

    .recru_list h3 {
        font-size: 18px;
        color: #333;
        font-weight: 400;
        margin: 2% 0 2%;
    }

    .recru_list p {
        margin: 0;
        line-height: 20px;
        color: #999;
        height: 44px;
        overflow: hidden;
        font-size: 14px;
    }

    .recru_list a:hover h3 {
        color: var(--font-a-hover-color)
    }
/* ========== 招生就业 end ========== */

/* ========== 详情页 end ========== */
.detail {
}

.con-title {
    border-bottom: 2px solid #8ca7d7;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

    .con-title h3 {
        font-size: 28px;
        line-height: 40px;
        color: #333;
        font-weight: normal;
    }

    .con-title p {
        font-size: 0.76vw;
        line-height: 1.5;
        color: #999;
        font-weight: normal;
    }

.con-content p {
    line-height: 36px;
}
/* ========== 详情页 end ========== */

/* ========== 学院领导 start ========== */
.nav_department {
    background: #fff;
    padding: 3.5% 2%
}

    .nav_department dl {
        font-size: 0;
        margin-bottom: 4.5%
    }

    .nav_department dt {
        margin-bottom: 30px;
        border-bottom: solid 2px #0146ae
    }

        .nav_department dt span {
            display: inline-block;
            padding-bottom: 15px;
            font-size: 24px;
            display: inline-block;
            color: #0146ae
        }

    .nav_department dd {
        margin-right: 2%;
        margin-bottom: 2%;
        line-height: 50px;
        width: 15%;
        border: 1px dashed #054993;
        display: inline-block;
        font-size: 14px;
        position: relative
    }

        .nav_department dd:hover a {
            background: #0146ae;
            color: #fff
        }

        .nav_department dd a {
            width: 100%;
            display: block;
            text-align: center;
            position: relative;
            border: solid 1px #fff;
            /*background: #00746d;
            color: #333;*/
            overflow: hidden
        }

            .nav_department dd a span {
                display: inline-block;
                vertical-align: middle;
                line-height: 16px
            }

        .nav_department dd:nth-child(6n+1) {
            margin-right: 0
        }

        .nav_department dd a:after, .nav_department dd a:before, .nav_department dd:after, .nav_department dd:before {
            content: '';
            background-color: #fff;
            position: absolute
        }

        .nav_department dd a:after, .nav_department dd a:before {
            width: 8px;
            height: 8px;
            right: -1px;
            top: -1px
        }

        .nav_department dd:after, .nav_department dd:before {
            width: 7px;
            height: 7px;
            right: -1px;
            top: -1px;
            z-index: 2;
            border-left: solid 1px #00736d;
            border-bottom: solid 1px #00736d
        }

        .nav_department dd a:after {
            top: auto;
            bottom: -1px
        }

        .nav_department dd:after {
            top: auto;
            bottom: -1px;
            border-bottom: none;
            border-top: solid 1px #00736d
        }

        .nav_department dd .line3:after, .nav_department dd .line3:before, .nav_department dd .line2:after, .nav_department dd .line2:before {
            content: '';
            position: absolute;
            background-color: #fff;
            display: block
        }

        .nav_department dd .line3:after, .nav_department dd .line3:before {
            width: 8px;
            height: 8px;
            left: -1px;
            top: -1px
        }

        .nav_department dd .line2:after, .nav_department dd .line2:before {
            width: 7px;
            height: 7px;
            left: -1px;
            top: -1px;
            z-index: 2;
            border-right: solid 1px #00736d;
            border-bottom: solid 1px #00736d
        }

        .nav_department dd .line3:after {
            top: auto;
            bottom: -1px
        }

        .nav_department dd .line2:after {
            top: auto;
            bottom: -1px;
            border-bottom: none;
            border-top: solid 1px #00736d
        }

.news04 {
    margin: 0px 0 60px 0;
    width: 80%
}

.xrldlink {
    display: block;
    background: #f6f6f6;
    margin-bottom: 30px;
    padding: 25px;
    cursor: pointer
}

    .xrldlink b {
        display: block;
        color: var(--tt-line-color);
        border-bottom: 1px solid #c5c5c5;
        font-size: 21px;
        padding-bottom: 10px;
    }

        .xrldlink b i {
            font-style: normal;
            color: #333;
            font-weight: 300;
            font-size: 21px;
            padding-left: 10px;
        }

    .xrldlink span {
        display: block;
        padding-top: 10px;
        color: #424846;
        line-height: 23px;
    }

.zoombox {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

    .zoombox .img {
        float: left;
        width: 130px;
        padding: 5px;
        margin-left: 20px;
        border: 1px solid #c5c5c5;
        margin-right: 40px;
    }

    .zoombox .leader_con {
        float: right;
        width: 450px;
        box-sizing: border-box
    }

    .zoombox .intro {
        width: 430px;
        text-align: left;
        overflow-y: auto;
        color: #555;
    }

    .zoombox .title {
        margin-right: 20px;
        text-align: left;
        border-bottom: 1px solid #c5c5c5;
        padding-bottom: 10px;
        width: 430px;
    }

        .zoombox .title i {
            font-size: 20px;
            font-style: normal;
            color: var(--font-a-hover-color);
        }

        .zoombox .title em {
            margin-left: 10px;
            color: #414141;
            font-style: normal;
        }

.masking {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.5);
    display: none;
    top: 0;
    left: 0;
}

.layer {
    position: relative;
    width: 700px;
    height: 400px;
    background: #fff;
    border: #dbb866 1px solid;
    left: 45%;
    margin-left: -250px;
    top: 50%;
    margin-top: -150px;
    padding: 60px 20px 20px;
    box-sizing: border-box;
}

.close {
    position: absolute;
    right: 15px;
    top: 15px;
    background-image: url(../Home/icon_x.jpg) !important;
    background-repeat: no-repeat !important;
    background-color: rgba(0,0,0,0) !important;
    cursor: pointer;
    width: 34px;
    height: 32px;
}


/* ========== 学院领导 end ========== */

/* ========== 分页 start ========== */
.fenye {
    text-align: center;
    padding-bottom: 10px;
    font-size: 16px;
    margin-top: 40px;
}

    .fenye a {
        display: inline-table;
        padding: 6px 14px;
        border: 1px #ccc solid;
        margin: 0 2px;
        color: #666;
        text-decoration: none;
        background: #f1f1f1;
    }

        .fenye a:hover {
            color: #FFF;
            background: #c29460;
            border: 1px #c29460 solid;
        }

    .fenye .fy_text {
        width: 30px;
        height: 18px;
        line-height: 18px;
    }

    .fenye .currpage {
        background: var(--font-a-hover-color);
        display: inline-table;
        padding: 6px 10px;
        border: 1px var(--font-a-hover-color) solid;
        margin: 0 2px;
        color: #fff;
        text-decoration: none;
    }

    .fenye span {
        display: inline-table;
        padding: 6px 6px;
        border: 1px #ccc solid;
        margin: 0 2px;
        color: #666;
        text-decoration: none;
        background: #f1f1f1;
    }
/* ========== 分页 end ========== */

/* ========== 组织机构、领导信箱 start ========== */
.organList ul {
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
    width: 110%;
}

    .organList ul li {
        width: 19%;
        height: 40px;
        float: left;
        text-align: center;
        line-height: 40px;
        border: 1px solid #f1f1f1;
        margin: 5px 2.1% 5px 0;
        display: inline;
        font-size: 14px;
    }

        .organList ul li:hover a {
            background: var(--tt-line-color);
            color: #fff;
            display: block
        }

.breadcrumb {
    margin: 0;
    border-bottom: 4px #2d87db solid;
    width: 800px;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .breadcrumb a {
        font-size: 16px;
        font-weight: bold;
        color: #d81012;
        text-decoration: none;
        /*border-left: 5px solid #d81012;*/
        padding-left: 0.5em;
    }

    .breadcrumb h3 {
        font: 24px/24px "microsoft yahei";
        color: #2d87db;
        text-decoration: none;
        border-left: 5px solid #2d87db;
        padding-left: 0.5em;
        margin: 0
    }

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.tab-content {
    padding: 20px 0;
    font-size: 12px;
    color: #666;
}

    .tab-content dl, .div-content dl {
        clear: both;
        display: block;
        padding: 8px 0;
        line-height: 30px;
    }

        .tab-content dl:after, .div-content dl:after {
            clear: both;
            content: ".";
            display: block;
            height: 0;
            visibility: hidden;
        }

        .tab-content dl:first-child {
            border-top: none;
        }

        .tab-content dl dt {
            display: block;
            float: left;
            width: 70px;
            text-align: right;
            color: #333;
        }

        .tab-content dl dd {
            margin-left: 90px;
        }

.btn-list {
    text-align: center
}

.btn {
    background: #16a0d3;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Microsoft Yahei";
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    margin: 0 1px 0 0;
    padding: 0 20px;
}

    .btn:hover {
        background: #117ea6;
    }

    .btn.green {
        background: #52A152;
    }

        .btn.green:hover {
            background: #328032;
        }

    .btn.yellow {
        background: #FF9C30;
    }

        .btn.yellow:hover {
            background: #c87316;
        }

.content {
    padding: 0;
    width: 940px;
    /*margin-top:180px;*/
}

.contact_left_bar {
    width: 100%;
    height: 670px;
    float: left;
    *+height:1170px;
    min-height: 670px;
    _height: 100%;
    height: auto !important;
}

/* ========== 组织机构、领导信箱 end ========== */

/* ========== 搜索 start ========== */
.head_search {
    margin: 40px auto;
    text-align: center
}

.article {
    float: left;
    box-sizing: border-box;
    width: 860px;
    min-height: calc(100vh - 400px);
    margin-top: 30px;
    margin-bottom: 40px
}

    .article li {
        box-sizing: border-box;
        height: 210px;
        overflow: hidden;
        padding-top: 21px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        display: flex
    }

        .article li img {
            width: 200px;
            margin-right: 30px;
        }

        .article li .content {
            height: 170px;
        }

        .article li .cont-img {
            width: 255px;
            height: 170px;
            overflow: hidden;
            margin-right: 30px;
        }

            .article li .cont-img img {
                width: 100%;
                object-fit: cover
            }

        .article li .content .ttl {
            height: 29px;
            margin-bottom: 8px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .article li .content .ttl a {
                font-size: 18px;
                line-height: 28px;
                color: #212121;
            }

        .article li .content .abs {
            color: #333;
            line-height: 24px;
            margin-bottom: 22px;
            height: 72px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            font-size: 14px;
        }


        .article li .content .fot {
            color: #999;
            line-height: 22px;
            font-size: 12px;
        }

/* ========== 搜索 end ========== */

/* ========== 视频列表 start ========== */
.list_pic_txt {
    display: flex;
    box-sizing: border-box
}

    .list_pic_txt ul li {
        float: left;
        width: 30.469%;
        margin-right: 4.2965%;
        margin-bottom: 4.2965%;
    }

        .list_pic_txt ul li:nth-child(3n) {
            margin-right: 0;
        }

    .list_pic_txt ul li {
        position: relative
    }

        .list_pic_txt ul li .pic {
            overflow: hidden
        }

            .list_pic_txt ul li .pic:after, .list_pic_txt ul li .pic:before {
                content: '';
                position: absolute;
                z-index: 2;
                display: block;
                width: 10px;
                height: 10px;
                top: 0;
                background: url(../home/vod_list_li_bg.jpg)
            }

            .list_pic_txt ul li .pic:before {
                left: 0
            }

            .list_pic_txt ul li .pic:after {
                right: 0
            }

            .list_pic_txt ul li .pic span {
                display: block
            }

            .list_pic_txt ul li .pic span {
                padding-bottom: 66.67%;
                background: no-repeat center center;
                background-size: cover;
            }

            .list_pic_txt ul li .pic a {
                display: block;
                position: relative;
                min-height: 236px;
            }

        .list_pic_txt ul li .border {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0
        }

        .list_pic_txt ul li .box_t {
            position: absolute;
            width: 92%;
            left: 4%;
            top: 2%;
            height: 4%;
            display: block;
            border: solid 1px rgba(255,255,255,.6);
            border-bottom: none
        }

        .list_pic_txt ul li .box_c {
            position: absolute;
            width: 97%;
            height: 92%;
            left: 1.2%;
            bottom: 2%;
            border: solid 1px rgba(255,255,255,.6);
            border-top: none
        }

            .list_pic_txt ul li .box_c:after, .list_pic_txt ul li .box_c:before {
                content: '';
                position: absolute;
                top: 0;
                width: 3%;
                height: 1px;
                background-color: rgba(255,255,255,.6)
            }

            .list_pic_txt ul li .box_c:before {
                left: 0
            }

            .list_pic_txt ul li .box_c:after {
                right: 0
            }

        .list_pic_txt ul li .box_b {
            height: 10px;
            margin: 0 10px;
            background-color: #f9f8f8
        }

        .list_pic_txt ul li .txt {
            background-color: #f9f8f8;
            padding: 20px;
            min-height: 108px;
        }

            .list_pic_txt ul li .txt h3 {
                font-size: 18px;
                font-weight: 700
            }

            .list_pic_txt ul li .txt p {
                margin: 10px 0
            }

            .list_pic_txt ul li .txt time {
                color: #888
            }

        .list_pic_txt ul li .pic .imgload {
            display: none;
        }

            .list_pic_txt ul li .pic .imgload img {
                width: 100%;
            }

        .list_pic_txt ul li:hover .txt h3 a {
            color: #00746d
        }

.imgzoom:hover .imgload {
    transform: scale(1.2)
}
/* ========== 视频列表 end ========== */

/* ========== 首页专题 end ========== */


.zt_pic_scroll {
    width: 100%;
    overflow: hidden
}

    .zt_pic_scroll .bd {
        position: relative;
    }

    .zt_pic_scroll .prev, .zt_pic_scroll .next {
        position: absolute;
        top: 45%;
        /*left: -1px;*/
        width: 24px;
        height: 24px;
        background: url(../home/icon_zt_slide.png) 0 -24px;
        z-index: 9;
        overflow: hidden;
        filter: alpha(opacity=50);
        opacity: 0.5;
        display: none
    }

    .zt_pic_scroll .next {
        left: auto;
        right: -1px;
        background-position: -26px -24px;
    }
    /*
    .zt_pic_scroll .prev:hover {
        background-position: 0 -130px;
        opacity: 1;
        display: none
    }

    .zt_pic_scroll .next:hover {
        background-position: -26px -130px;
    }
*/


    .zt_pic_scroll .scrollWrap {
        padding-left: 24px
    }

    .zt_pic_scroll ul {
        overflow: hidden;
        zoom: 1;
    }

    .zt_pic_scroll li {
        width: calc((100% - 30px) / 3);
        margin: 15px 25px 15px 0;
        position: relative;
        float: left;
        display: inline;
    }

        .zt_pic_scroll li .pic {
            position: relative;
            display: block;
            overflow: hidden;
        }

            .zt_pic_scroll li .pic img {
                display: block;
                background: #ddd;
                object-fit: cover;
                width: 100%;
            }

                .zt_pic_scroll li .pic img:hover,.zt_1400 img:hover {
                    transition: 1s;
                    transform: scale(1.1);
                }
.zt_1400 {
    width: 1400px;
    overflow: hidden;
}
.zt_1400 img{width:100%}
/* ========== 首页专题 end ========== */
/* ========== 专题 end ========== */
.zt_banner {
    width: 100%;
}

    .zt_banner img {
        width: 100%
    }

        .zt_banner img:hover {
            transition: 1s;
            transform: scale(1);
        }

.news-box2head {
    margin-bottom: 30px;
    color: #333;
    font-size: 30px;
    font-weight: 700;
    left: 0;
    top: 0;
    z-index: 999;
    width: 500px;
    color: var(--font-title-color);
}

    .news-box2head img {
        width: 37px;
        margin: 0 10px -10px 0;
    }

    .news-box2head a {
        color: #454545;
        font-size: 14px;
        border-left: 1px solid #454545;
        padding-left: 24px;
        margin-left: 24px;
    }
/* ========== 专题 end ========== */

/* ========== 教学训练 start ========== */
.xunlian {
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    padding-top:30px;

}

    .xunlian .item {
        width: 48%;
        background: #F5F5F7;
        padding: 0 53px 40px 40px;
        margin: 0px 20px 32px 0px;
        box-sizing: border-box;

    }

        .xunlian .item h3 a {
            margin: 20px 0;
            font-size: 22px;
        }

        .xunlian .item em {
            font-size: 16px;
            line-height: 26px;
            font-style: normal;
            color: #666
        }

        .xunlian .item:nth-child(2n) {
            margin-right: 0
        }
/* ========== 教学训练 end ========== */

/* 针对小屏幕设备 */
@media (max-width: 600px) {
    .element {
        font-size: 14px;
    }
}

/* 针对中等屏幕设备 */
@media (min-width: 601px) and (max-width: 1200px) {
    .container {
        width: 100%;
        min-width:1400px;
    }

    .banner_full_slide {
        height: 600px;
        min-width: 1400px;
    }

        .banner_full_slide .bd li {
            height: 600px;
        }

    .g-nav {
        right: 0
    }

    .locationBox {
        top: -40px
    }

    .subBanner {
        min-width: 1400px;
    }
}

/* 针对大屏幕设备 */
@media (min-width: 1201px) {
    .banner_full_slide {
        min-width: 1400px;
    }
}

/*教学教育科学研究 start*/
.jy_l {
    width: 690px;
}
.jy_r {
   /* flex-grow: 1;*/
    margin-left:20px;
    width:690px
}
/*教学教育 end*/