@charset "utf-8";
/* CSS Document */
/*2021.02.02*/
.d-none{
   display: none !important;
}

.nycon {
    min-height: 800px;
}

.nyban img {
    max-width: 100%;
}

.nybanbg {
    background: url(../images/nybanbg.png) repeat left top;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
}

.nyban::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 9;
            height: 13.542vw;
            /*background: linear-gradient(180deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, 0) 100%);*/
        }

.dd1 {
    padding-top: 30px;
    padding-bottotm: 50px;
}

.nytop {
    background: none;
}


.ke-tie {
    position: absolute;
    left: 10px;
    bottom: 20px;
}


/*内页面包屑侧导航*/
.ke-tit {
    z-index: 111;
    border-bottom: 1px solid #b8cbd6;
}

.ke {
    font-size: 32px;
    color: #00446a;
    padding-bottom: 15px;
    display: inline-block;
    border-bottom: 4px solid #00446a;
}

.nav-path {
    z-index: 1;
    margin-top: 20px;
    color: #000;
    font-size: 18px;
    font-weight: lighter;
}

    .nav-path a {
        color: #000;
        font-size: 18px;
        font-weight: lighter;
        padding: 0 3px;
    }

        .nav-path a:hover, .nav-path a.active {
            text-decoration: none;
            color: #c8a85c;
        }

/******左侧导航******/

.main-left {
}

/******右侧样式******/
.main-right {
    position: relative;
    min-height: 800px;
}
/*左侧导航：*/

/*左侧导航：*/

.side-nav-panel {
    background: #f1f4f7 url(../images/leftbg.jpg) no-repeat left bottom;
    padding-bottom: 50px;
    padding-top: 30px;
}

.nav-panel-title {
    font-size: 42px;
    color: #fff;
    min-height: 135px;
    background: #00274b url(../images/ntbg.png) no-repeat right center;
    padding-left: 45px;
    padding-top: 30px;
}

    .nav-panel-title i {
        width: 77px;
        height: 3px;
        background: #fff;
        display: block;
        margin-top: 14px;
    }




.slide-nav-ul {
    margin-left: 45px;
}

    .slide-nav-ul li:first-child {
        /* border-top: none; */
    }

    .slide-nav-ul li {
        position: relative;
        /*border-bottom: 1px solid #bbb;*/
    }

        .slide-nav-ul li.js-item {
            margin-bottom: 0px;
        }

        .slide-nav-ul li a {
            color: #000;
            display: block;
            position: relative;
            padding: 20px 0px 20px 20px;
            font-size: 20px;
            line-height: 25px;
            text-decoration: none;
        }


            /* 左侧二级选中 .parent */
            .slide-nav-ul li a:hover, .slide-nav-ul li a.active, .slide-nav-ul li a.selected, .slide-nav-ul li a.parent {
                font-weight: bold;
                color: #00446a;
            }


/*内页三级导航*/
.slide-nav-item-ul1 {
    display: none;
}

.slide-nav-item-ul {

}

    .slide-nav-item-ul li {
        line-height: 26px;
        border: none;
        padding: 0px;
        display: block;
    }

        .slide-nav-item-ul li:hover {
            border-bottom: none;
        }

        .slide-nav-item-ul li a {
            display: block;
            color: #000;
            font-weight: normal;
            font-size: 18px;
            padding: 10px 0px 10px 40px;
            line-height: 22px;
            border: none;
            background: none;
        }


/* 三级选中 .selected */
.slide-nav-ul li .slide-nav-item-ul li a:hover, .slide-nav-ul li .slide-nav-item-ul a.active, .slide-nav-ul li .slide-nav-item-ul a.selected {
    font-weight: normal;
    color: #00446a;
}



/* 手机二级导航下拉 */
.main-menu {
    float: none;
}

.nav_name {
    background: #0e4877;
    width: 100%;
    font-size: 18px;
    padding: 10px 0 10px 15px;
    color: #fff;
    line-height: initial;
    cursor: pointer;
}

    .nav_name img {
        position: absolute;
        right: 10px;
        top: 15px;
    }

.nav_menu {
    display: none;
}

    .nav_menu .nav_menu_list li {
        display: block;
        width: 100%;
    }

        .nav_menu .nav_menu_list li a {
            padding: 10px 0 10px 25px;
            border-bottom: 1px solid #F6EAEA;
            font-size: 14px;
            display: block;
            width: 100%;
            color: #000;
            line-height: initial;
            text-decoration: none;
        }

    .nav_menu .nav_menu_item_list li a {
        padding: 10px 0 10px 45px;
    }
/* 手机二级导航下拉end */

/*右侧内容*/
.right-nr {
    font-size: 16px;
    color: #000;
    position: relative;
    margin-top: 30px;
    padding-bottom: 50px;
}

.view-cnt img {
    max-width: 100% !important;
    height: auto !important;
}


/*文章滚动条样式*/
/******单篇文章******/
.view-title {
    text-align: center;
    line-height: 36px;
    color: #000;
    /*font-weight: lighter;*/
    margin-bottom: 10px;
    font-size: 24px;
    /*margin-top: 20px;*/
    margin-bottom: 20px;
}
 .s-title{
    text-align: center;
    color: #333;
    margin-bottom: 15px;
    font-size: 18px;
    margin-top: 20px;
}

    .view-title h1 {
        font-size: 16px;
    }

.view-info {
    text-align: center;
    color: #000;
}

    .view-info span {
        font-size: 16px;
        font-weight: normal;
        display: block;
        margin: 20px 0;
    }

.view-cnt {
    margin-top: 10px;
    line-height: 29px;
}


    .view-cnt p {
        text-align: justify;
        text-justify: inter-ideograph;
        /*解决ie不兼容问题*/
        font-size: 16px;
        color: #000;
        line-height: 29px;
        margin: 10px 0;
    }

    .view-cnt ul li, .wp_entry ul li {
        list-style-type: disc;
        line-height: 28px;
        height: auto;
        color: #000;
    }

    .view-cnt a {
        color: #c8a85c;
    }

        .view-cnt a:hover {
            text-decoration: underline;
            /*color: #268fe0;*/
        }

    .view-cnt ol, .view-cnt ul, .wp_entry ul, .wp_entry ol {
        padding-left: 17px;
        margin-left: 10px;
    }

        .view-cnt ol li, .wp_entry ol li {
            list-style-type: decimal;
            line-height: 28px;
            height: auto;
            color: #000;
        }


    /*table*/

    .view-cnt table {
        border-collapse: collapse;
        border-spacing: 0;
        border: medium none;
    }

        .view-cnt table td, .view-cnt table th {
            border-color: #ddd;
        }

/******news,down,title样式******/
.data-list {
    /*padding-top: 15px;*/
    padding-bottom: 30px;
    padding-top: 5px;
}

    .data-list li {
        font-size: 16px;
        line-height: 40px;
        /*padding: 0 10px;*/
    }


ul.data-list > li > a {
    color: #000;
    font-size: 16px;
    float: left;
    /*background: url(../images/rs/lia.png) no-repeat left center;*/
    padding-left: 2px;
}

.data-list li a:hover {
    color: #00446a;
    text-decoration: none;
}

.data-list li span {
    font-size: 16px;
    color: #000;
    float: right;
}

/******pictrue,videolist样式******/
ul.pic-list {
    padding-bottom: 30px;
}

    ul.pic-list li .li-box{
        float: left;
        margin-bottom: 30px;
        transition: 0.6s all;
        background: rgb(241 244 247);
        border:1px solid #edf0f7;
    }


    ul.pic-list .li-img {
        overflow: hidden;
    }

    ul.pic-list li a {
        color: #000;
        text-decoration: none;
    }
ul.pic-list li span{
    padding: 5px 10px;
    display: block;
    position: absolute;
    bottom: 0;
    background: rgb(95 95 95 / 80%);
    color: #fff;
}
    ul.pic-list li p {
        margin: 15px 10px;
        height: 44px;
        overflow: hidden;
    }


    ul.pic-list li .li-box:hover a {
        color: #fff;
    }

    ul.pic-list li:hover img {
        transition: 0.4s;
    }

    ul.pic-list li .li-box:hover {
        box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
        position: relative;
        z-index: 9;
        transition: 0.6s all;
        background:#0d356b;
    }


/******pictrueleft pictrueright样式******/
ul.pic-bothside li {
    padding: 30px 39px;
    border: 1px solid #ccc;
    margin-top: 25px;
}

ul.pic-bothside a img {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
    margin: 3px 13px 3px 0px;
}

a.pic-a {
    color: #000;
}

span.pic-span {
    color: #000;
}


/*左图右文*/

.picleft-list {
    /*padding-top: 10px;*/
    padding-bottom: 20px;
    margin-top: -10px;
}

    .picleft-list li {
        margin: 20px 0 25px 0;
    }

        .picleft-list li .pli-img {
            width: 23%;
            border: 3px solid transparent;
            transition: all 1s;
        }

            .picleft-list li .pli-img:hover {
                border: 3px solid #1b4692;
                box-shadow: 0px 1px 4px 3px #d4d4d4;
                transition: all 1s;
                cursor: pointer;
            }

            .picleft-list li .pli-img img {
                max-width: 100%;
            }

        .picleft-list li .pli-text {
            width: 75%;
            min-height: 130px;
            border-bottom: 1px dotted #ddd;
        }

            .picleft-list li .pli-text a {
                font-size: 16px;
                color: #000;
                display: block;
                margin-bottom: 10px;
                font-weight: bold;
            }

                .picleft-list li .pli-text a.a2 {
                    font-size: 14px;
                    color: #0d4f99;
                    margin-top: 10px;
                    display: none;
                }

            .picleft-list li .pli-text span {
                font-size: 14px;
                color: #000;
                display: block;
                margin: 3px 0;
            }

            .picleft-list li .pli-text p {
                font-size: 14px;
                color: #000;
                line-height: 23px;
                overflow: hidden;
                height: 50px;
            }

/*视频列表*/
.video-list {
    padding-top: 10px;
}

    .video-list li {
        width: 30%;
        min-height: 283px;
        border: 1px solid #ddd;
        float: left;
        margin-right: 5%;
        margin-bottom: 30px;
        padding-bottom: 20px;
        background: #fbfbfb;
        transition: all 0.4s ease-out;
    }

        .video-list li:hover {
            box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
            transform: scale(1.02);
            cursor: pointer;
        }



        .video-list li:nth-child(3n) {
            margin-right: 0px;
        }

        .video-list li:hover {
            border: 1px solid #ccc;
            cursor: pointer;
        }

ul.video-list li.mar0 {
    /*margin-right:0;*/
}

.video-list li .vi-vi {
    position: relative;
    /*height: 135px;*/
}

    .video-list li .vi-vi img {
        max-width: 100%;
    }

    .video-list li .vi-vi span img {
        position: absolute;
        left: 42%;
        top: 35px;
    }

.video-list li .vi-text {
    padding: 5px 30px 10px 20px;
    height: 132px;
    overflow: hidden;
}

    .video-list li .vi-text a {
        display: block;
        font-size: 16px;
        color: #000;
        line-height: 25px;
    }

    .video-list li .vi-text span {
        display: block;
        font-size: 14px;
        color: #000;
        margin: 8px 0;
    }

    .video-list li .vi-text p {
        font-size: 14px;
        color: #000;
        line-height: 21px;
        height: 47px;
        overflow: hidden;
    }
/*下载页面*/

.down-list {
    padding-bottom: 50px;
}

    .down-list li {
        border-bottom: 1px solid #ddd;
        padding: 16px;
        transition: all 0.4s ease-out;
        box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
    }

        .down-list li:hover {
            box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
            transform: scale(1.02);
            cursor: pointer;
        }



        .down-list li:first-child {
            padding-top: 0px;
        }

        .down-list li .down-left {
        }

            .down-list li .down-left a {
                color: #000;
                font-size: 16px;
            }

                .down-list li .down-left a img {
                    margin-right: 10px;
                }

            .down-list li .down-left p {
                margin-top: 12px;
                font-size: 14px;
                color: #000;
            }

                .down-list li .down-left p span {
                    margin-left: 54px;
                }

        .down-list li .down-xia {
            display: block;
            margin-top: 18px;
        }

/*piclist1 个人图片列表*/


.picleft1-list {
    padding-top: 16px;
    padding-bottom: 20px;
}

    .picleft1-list li {
        margin-bottom: 10px;
        width: 242px;
        height: 88px;
        border: 1px solid #ececec;
        padding: 8px;
        float: left;
        margin-right: 20px;
        margin-bottom: 26px;
    }

        .picleft1-list li:hover {
            box-shadow: 1px 1px 2px 2px #e8effb;
        }

        .picleft1-list li .pli-img1 {
        }

        .picleft1-list li .pli-text1 {
            margin-top: 10px;
            width: 130px;
            padding-left: 23px;
        }

            .picleft1-list li .pli-text1 a {
                font-size: 20px;
                color: #000;
                display: block;
                margin-top: -5px;
                text-decoration: none;
                /*	margin-top: 10px;*/
            }

            .picleft1-list li .pli-text1 span {
                font-size: 18px;
                color: #000;
                display: block;
                margin: 15px 0 10px 0;
            }

        .picleft1-list li.mar0 {
            margin-right: 0px;
        }

/*字母序列表*/
.az {
    padding-top: 20px;
    color: #000;
    font-size: 16px;
    height: 35px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
}

    .az ul {
        line-height: 30px;
    }

        .az ul li {
            float: left;
            padding-right: 16px;
            line-height: 30px;
        }

            .az ul li a {
                color: #000;
                font-size: 16px;
                text-decoration: none;
            }

                .az ul li a:hover {
                    color: #9ac209;
                }

.az-aa {
    padding-top: 10px;
}

.zza {
    padding: 10px 0;
    border-bottom: 1px dotted #cdcdcd;
}

    .zza h4 {
        font-size: 24px;
        color: #9ac209;
        font-weight: normal;
    }

    .zza ul {
        padding-top: 20px;
    }

        .zza ul li {
            float: left;
            font-size: 16px;
            color: #000;
            padding-right: 40px;
            width: 60px;
            margin-bottom: 10px;
        }

            .zza ul li.mar0 {
                margin-right: 0px;
            }

/*datime*/
.datime .dat-top {
    margin: 40px 0 10px 0;
}

    .datime .dat-top img {
        width: 880px;
        height: 124px;
    }

.time-top {
    position: relative;
}

    .time-top a.prev {
        position: absolute;
        left: 0px;
        top: 30px;
        width: 46px;
        height: 46px;
        display: block;
        cursor: pointer;
        z-index: 1;
    }

    .time-top a.next {
        position: absolute;
        right: 0px;
        top: 30px;
        width: 46px;
        height: 46px;
        display: block;
        cursor: pointer;
        z-index: 1;
    }

.timg {
    height: 1px;
    background: #b12330;
    position: absolute;
    left: 2%;
    top: 53px;
    width: 97%;
}

.time-ul {
    padding-top: 18px;
    position: relative;
}

    .time-ul ul {
        padding-top: 18px;
        padding-left: 50px;
    }

        .time-ul ul li {
            float: left;
            cursor: pointer;
            margin: 0 6px;
            background: url(../images/rts.png) no-repeat center top;
        }

            .time-ul ul li a {
                text-decoration: none;
                margin: 0 20px;
                display: block;
                height: 100px;
                margin-top: 18px;
                width: 34px;
            }

                .time-ul ul li a span {
                    font-size: 14px;
                    color: #000;
                    display: block;
                    padding-top: 40px;
                }

            .time-ul ul li.active {
                background: url(../images/rt.png) no-repeat center top;
            }


.time-one {
}

    .time-one h4 {
        font-size: 24px;
        color: #000;
        text-align: center;
        margin: 20px 0;
    }

    .time-one p {
        font-size: 14px;
        color: #000;
        line-height: 25px;
        margin: 20px 0;
    }


.newic-list {
    padding-bottom: 50px;
    margin-top: 0px;
}

    .newic-list li {
        padding: 20px 20px;
        border: 1px solid transparent;
        border-bottom: 1px solid #ccc;
    }

        .newic-list li:hover {
            border: 1px solid #ccc;
            cursor: pointer;
        }

        .newic-list li a.a1 {
            font-size: 16px;
            color: #00446a;
            display: block;
            text-decoration: none;
        }

        .newic-list li span {
            font-size: 14px;
            color: #000;
            display: block;
            margin: 10px 0;
        }

        .newic-list li a.a2 {
            font-size: 14px;
            color: #000;
            display: block;
            text-decoration: none;
            margin-top: 10px;
        }

        .newic-list li p {
            font-size: 14px;
            color: #000;
            line-height: 25px;
        }

/*下载2*/
.searchbg1 {
    background: url(../images/searchbg1.png) no-repeat left top;
    width: 270px;
    height: 39px;
    position: absolute;
    right: 20px;
    top: 10px;
}

    .searchbg1 .inp-text {
        background: none;
        border: none;
        line-height: 37px;
        width: 237px;
        padding-left: 3px;
    }

    .searchbg1 .inp-but {
        background: none;
        border: none;
        height: 37px;
        width: 30px;
    }

.down-list1 {
    padding-bottom: 50px;
    /*padding-top: 15px;*/
    padding: 15px 10px 30px;
}

    .down-list1 li {
        position: relative;
        padding: 20px 25px;
        margin-bottom: 30px;
        background: #f5f5f5;
    }

        .down-list1 li:hover {
            /*opacity: 0.8;*/
            background: #fdf1f1;
            cursor: pointer;
        }

        .down-list1 li .down-left {
            width: 95%;
        }

            .down-list1 li .down-left a {
                color: #2d3644;
                font-size: 16px;
                text-decoration: none;
                font-weight: bold;
            }

                .down-list1 li .down-left a img {
                    margin-right: 15px;
                    float: left;
                }

                .down-list1 li .down-left a span {
                    float: left;
                    width: 78%;
                    line-height: 40px;
                }

        .down-list1 li .down-xia {
            display: block;
            margin-top: 8px;
            width: 4%;
        }

        .down-list1 li:after {
            content: "";
            position: absolute;
            left: 0px;
            top: 20px;
            height: 50px;
            width: 6px;
            background: #c1c6cd;
        }



/*piclist 2*/
ul.piclist2 {
    padding-top: 20px;
}

    ul.piclist2 li {
        width: 258px;
        margin-right: 56px;
        float: left;
        margin-bottom: 30px;
        background: #f5f5f5;
        border: 1px solid #f5f5f5;
    }

        ul.piclist2 li:hover {
            background: #0f4c81;
        }

            ul.piclist2 li:hover .pi-tt h4 a {
                color: #fff;
            }

            ul.piclist2 li:hover .pi-tt .ul-desc li a {
                color: #fff;
            }

            ul.piclist2 li:hover .pi-tt .ul-desc li {
                list-style-type: disc;
                color: #fff;
            }

            ul.piclist2 li:hover .pi-tt a.more {
                color: #fff;
            }

        ul.piclist2 li.mar0 {
            margin-right: 0;
        }

.wc-top {
    min-height: 100px;
}

ul.piclist2 li .pi-tt {
    padding: 20px 30px;
}

    ul.piclist2 li .pi-tt .ul-desc {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom: 0;
        height: 94px;
        color: #000;
        padding-left: 30px;
    }

        ul.piclist2 li .pi-tt .ul-desc li {
            float: none;
            width: 100%;
            margin-right: 0px;
            margin-bottom: 0px;
            background: none;
            border: none;
        }

    ul.piclist2 li .pi-tt h4 {
        color: #000;
        margin-bottom: 10px;
        height: 27px;
        line-height: 27px;
        overflow: hidden;
        /*line-height: 140%;*/
    }

        ul.piclist2 li .pi-tt h4 a {
            color: #000;
        }

            ul.piclist2 li .pi-tt h4 a:hover {
                color: #fff;
                text-decoration: none;
            }

    ul.piclist2 li .pi-tt .ul-desc li {
        list-style-type: disc;
        line-height: 30px;
    }

        ul.piclist2 li .pi-tt .ul-desc li a {
            color: #000;
        }

            ul.piclist2 li .pi-tt .ul-desc li a:hover {
            }

    ul.piclist2 li .pi-tt a.more {
        font-size: 18px;
        color: #1f8dcc;
        margin-top: 15px;
        display: block;
        text-decoration: none;
    }

        ul.piclist2 li .pi-tt a.more img {
            padding-left: 10px;
        }

/*线的效果*/
.pic-box {
}

ul.piclist2 li a.a1 {
    position: relative;
    display: block;
}

    ul.piclist2 li a.a1 i {
        position: absolute;
        left: 0px;
        bottom: 0px;
        height: 6px;
        background: #a8ca2d;
        display: block;
        width: 100%;
        opacity: 0;
        z-index: 1;
    }

    ul.piclist2 li a.a1 i {
        width: 0px;
        height: 4px;
        background: #f2c230;
        margin-top: 100px;
        display: inline-block;
    }

ul.piclist2 li:hover a.a1 i {
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/*data-list22*/

ul.data-list22 {
    padding-bottom: 10px;
}

    ul.data-list22 li {
        padding: 16px;
        border-bottom: 1px solid #dbe3eb;
        transition: all 0.4s ease-out;
        box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
    }

        ul.data-list22 li .li-date2 {
            width: 6%;
            float: left;
            height: 43px;
            border-right: 1px dotted #c5c5c5;
        }

            ul.data-list22 li .li-date2 p {
                font-size: 24px;
                font-weight: bold;
                color: #880400;
                line-height: 25px;
            }

            ul.data-list22 li .li-date2 span {
                font-size: 14px;
                color: #000;
            }

        ul.data-list22 li:hover {
            box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
            transform: scale(1.02);
            cursor: pointer;
        }

        ul.data-list22 li a {
            width: 88%;
            float: left;
            font-size: 16px;
            color: #000;
            display: block;
            line-height: 40px;
            line-height: 26px;
            padding-left: 3%;
        }
/*新闻列表2*/
/*data-list2*/
.data-list2 {
    padding-bottom: 20px;
}

ul.data-list2 > li > a {
    float: left;
    display: block;
    padding-left: 15px;
    background: url(../images/rs/hj.png) no-repeat left 10px;
    color: #000;
}

.data-list2 li span {
    float: right;
    display: block;
    padding-left: 15px;
}

.data-list2 li {
    font-size: 16px;
    padding: 15px 20px;
    border: 1px solid transparent;
    border-bottom: 1px solid #ccc;
    transition: all 0.4s ease-out;
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
}

    .data-list2 li:hover {
        box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
        transform: scale(1.02);
        cursor: pointer;
    }

        .data-list2 li:hover a {
            color: #00446a;
            text-decoration: none;
        }


/**/
.picleft-list22 {
}

    .picleft-list22 li {
        width: 49%;
        float: left;
        margin-bottom: 20px;
        margin-right: 2%;
    }

        .picleft-list22 li:nth-child(2n) {
            margin-right: 0;
        }

        .picleft-list22 li .pli-img img {
            max-width: 100%;
        }

        .picleft-list22 li .pli-img {
            width: 26%;
            border: 3px solid transparent;
            transition: all 1s;
        }

        .picleft-list22 li .pli-text {
            width: 71%;
            min-height: 158px;
            padding-bottom: 10px;
            border-bottom: 1px dotted #ddd;
        }

            .picleft-list22 li .pli-text a {
                font-size: 18px;
                color: #7894cc;
                display: block;
                margin-bottom: 10px;
                font-weight: bold;
            }

            .picleft-list22 li .pli-text p {
                font-size: 14px;
                color: #000;
                line-height: 29px;
            }

.picleft-list23{
    padding-bottom: 30px;
}
.picleft-list23 li {
    background: #fff;
    box-shadow: 0px 1px 10px 6px #d4d4d4;
    padding: 30px;
    margin: 30px 0 30px 0;
    transition: all 0.4s ease-out;
}

    .picleft-list23 li:hover {
        /*opacity: 0.8;*/
        cursor: pointer;
        box-shadow: 0px 35px 77px -17px rgb(0 0 0 / 64%);
        transform: scale(1.02);
        cursor: pointer;
    }

    .picleft-list23 li .pli-img {
        width: 20%;
        float: left;
    }

        .picleft-list23 li .pli-img img {
        }

    .picleft-list23 li .pli-text {
        width: 80%;
        padding-left: 3%;
    }


        .picleft-list23 li .pli-text h5 a {
            display: block;
            color: #0d356b;
            font-size: 18px;
            text-decoration: none;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

        .picleft-list23 li .pli-text span {
            font-size: 16px;
            color: #000;
            margin: 15px 0 10px;
            display: block;
        }

        .picleft-list23 li .pli-text p {
            line-height: 30px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

/*add*/
ul.newic-list11 {
}


    ul.newic-list11 li {
        padding: 20px 0;
        border-bottom: 1px dotted #ccc;
    }

        ul.newic-list11 li:first-child {
            padding-top: 0px;
        }

        ul.newic-list11 li .li-date {
            float: left;
            width: 10%;
            border: 1px solid #ccc;
            height: 70px;
            text-align: center;
            line-height: 35px;
        }

            ul.newic-list11 li .li-date p {
                font-size: 18px;
                font-weight: bold;
                height: 35px;
                color: #00274b;
                border-bottom: 1px solid #ccc;
            }

            ul.newic-list11 li .li-date span {
                font-size: 18px;
                font-weight: bold;
                color: #00274b;
                font-style: italic;
            }

        ul.newic-list11 li .li-tt {
            width: 70%;
            float: left;
            margin: 0 5%;
        }

            ul.newic-list11 li .li-tt a {
                font-size: 18px;
                font-weight: bold;
                color: #00274b;
                text-decoration: none;
                line-height: 30px;
            }

            ul.newic-list11 li .li-tt p {
                margin-top: 20px;
                line-height: 25px;
            }

        ul.newic-list11 li a.a2 {
            font-size: 14px;
            color: #fff;
            background: #b8cbd6;
            padding: 3px 10px;
            line-height: 30px;
            border-radius: 12px;
            margin-top: 20px;
            display: inline-block;
            text-decoration: none;
            float: left;
        }

            ul.newic-list11 li a.a2:hover {
                background: #00446a;
                opacity: 0.9;
            }

        ul.newic-list11 li:hover {
            border-bottom: 1px solid #00446a;
            cursor: pointer;
        }

/*page1*/
.page1 ul {
    width: 100%;
    text-align: center;
}

    .page1 ul li {
        /*float: left;*/
        border: 1px solid #ddd;
        line-height: 40px;
        margin: 0 5px;
        padding: 0 30px;
        display: inline-block;
    }

        .page1 ul li a {
            float: left;
            color: #444;
            font-size: 14px;
            text-decoration: none;
            display: inline-block;
        }

        .page1 ul li.ye {
            border: none;
            margin: 0;
        }

        .page1 ul li.tiao {
            border: none;
            padding-left: 0;
        }

            .page1 ul li.tiao span {
                border: 1px solid #ddd;
                line-height: 40px;
                width: 40px;
                display: inline-block;
                height: 40px;
                float: left;
                margin-right: 15px;
            }




/*page1 end*/
/*dang-ul*/
ul.dang-ul {
}

    ul.dang-ul li {
        float: left;
        width: 31%;
        margin-right: 3%;
        margin-bottom: 22px;
        transition: all 0.4s ease-out;
        box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
    }

        ul.dang-ul li:nth-child(3n) {
            margin-right: 0;
        }

        ul.dang-ul li a {
            text-decoration: none;
            display: block;
            color: #000;
            font-size: 16px;
        }

            ul.dang-ul li a img {
                max-width: 100%;
            }

            ul.dang-ul li a span {
                margin: 15px 0;
                color: #000;
                display: block;
                padding: 0 10px;
            }

            ul.dang-ul li a p {
                color: #000;
                padding: 0 10px 10px;
            }

        ul.dang-ul li:hover {
            box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
            transform: scale(1.02);
            cursor: pointer;
        }

/*inb-ul*/
.inb-ul {
    margin-top: 30px;
}

    .inb-ul ul {
    }

        .inb-ul ul li {
            float: left;
            width: 22%;
            margin-right: 3%;
            margin-bottom: 35px;
            overflow: hidden;
        }

            .inb-ul ul li p.p1 {
            }

                .inb-ul ul li p.p1 img {
                    border-radius: 10px;
                }


            .inb-ul ul li p.p2 {
                margin-top: 10px;
            }

                .inb-ul ul li p.p2 a {
                    display: block;
                    margin: 10px 0;
                    font-size: 16px;
                    font-weight: bold;
                    color: #000;
                }

            .inb-ul ul li p.p3 {
                font-size: 16px;
                color: #000;
            }

            .inb-ul ul li p.p4 {
                margin: 10px 0;
                line-height: 25px;
            }

            .inb-ul ul li p.p5 {
            }

            .inb-ul ul li:hover .p1 img {
                box-shadow: 2px 2px 5px 5px #d2e0f2;
            }

/*book-nav*/
.b-nav {
    position: absolute;
    right: 0px;
    bottom: 0px;
    /*max-width: 240px;*/
    width: 100%;
}

.book-nav {
    width: 240px;
    background: rgba(153,19,27,0.85);
    padding: 20px;
    position: absolute;
    right: 15px;
    bottom: 0px;
}

    .book-nav ul li {
        padding: 15px 0;
        border-bottom: 1px solid #b34e54;
    }

        .book-nav ul li a {
            text-decoration: none;
            color: #fff;
            font-size: 16px;
        }

            .book-nav ul li a i {
                float: right;
            }

/*book-ttop*/
.book-ttop {
    margin-bottom: 10px;
}

    .book-ttop .book-tleft {
        padding-left: 0;
    }

        .book-ttop .book-tleft ul li {
            float: left;
            padding-right: 70px;
            line-height: 30px;
        }

            .book-ttop .book-tleft ul li a {
                text-decoration: none;
                font-size: 16px;
                color: #000;
            }

                .book-ttop .book-tleft ul li a:hover {
                    color: #365798;
                }

.search4 {
    background: url(../images/search3.png) no-repeat left top;
    width: 376px;
    height: 39px;
    float: right;
}

    .search4 input.inp-text {
        line-height: 38px;
        width: 340px;
        border: none;
        background: none;
        padding-left: 10px;
    }

    .search4 input.inp-but {
        border: none;
        background: none;
        width: 30px;
        height: 39px;
        cursor: pointer;
    }

.book-month {
}

    .book-month h3 {
        color: #99131b;
        font-size: 42px;
        font-style: lighter;
    }

.book-monthul {
}

    .book-monthul ul li {
        background: url(../images/book1bg.jpg) no-repeat center center;
        padding: 15px 0 0;
        background-size: cover;
        margin: 30px 0;
        transition: all 0.4s ease-out;
        box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
    }

        .book-monthul ul li:hover {
            box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
            transform: scale(1.02);
            cursor: pointer;
        }

        .book-monthul ul li .li-tt {
            padding-top: 30px;
        }

        .book-monthul ul li a {
            display: block;
            font-weight: bold;
            color: #be1f1f;
            font-size: 32px;
            margin-bottom: 20px;
        }

        .book-monthul ul li p {
            font-size: 18px;
            color: #000;
            line-height: 31px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
        }

        .book-monthul ul li span {
            display: block;
            font-size: 42px;
            color: #be1f1f;
            font-weight: lighter;
            margin-top: 40px;
        }

/**/

.trul2 {
}

.book-ttop .trul2 ul li {
    padding-right: 35px;
}

.book-ul2 {
}

    .book-ul2 ul li {
        float: left;
        width: 23%;
        margin-right: 2%;
        margin-bottom: 35px;
        transition: all 0.4s ease-out;
    }

        .book-ul2 ul li:nth-child(4n) {
            margin-right: 0;
        }

        .book-ul2 ul li a {
            display: block;
            text-decoration: none;
        }

            .book-ul2 ul li a img {
                background: url(../images/bookbg.png) no-repeat center bottom;
                padding-bottom: 22px;
            }

            .book-ul2 ul li a p {
                font-size: 18px;
                color: #1a4689;
            }

            .book-ul2 ul li a span {
                display: block;
                margin: 11px 0 5px;
                font-size: 16px;
                color: #000;
            }

            .book-ul2 ul li a i {
                display: block;
                font-style: normal;
                font-size: 32px;
                color: #ee2d1e;
                font-weight: lighter;
            }

        .book-ul2 ul li:hover {
            transform: scale(1.02);
            cursor: pointer;
        }

/*dianzi*/
.book-tt {
}

    .book-tt p {
        font-size: 16px;
        color: #000;
        line-height: 31px;
    }

.search5 {
    background: url(../images/search5.jpg) no-repeat left top;
    width: 272px;
    height: 41px;
}

    .search5 input.inp-text {
        background: none;
        border: none;
        width: 230px;
        line-height: 40px;
        padding-left: 5px;
    }

    .search5 input.inp-but {
        background: none;
        border: none;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }

.book-ul3 {
    padding-top: 20px;
}

    .book-ul3 ul li {
        text-align: center;
        float: left;
        margin-bottom: 40px;
        width: 23%;
        margin-right: 2%;
    }

        .book-ul3 ul li:nth-child(4n) {
            margin-right: 0px;
        }

        .book-ul3 ul li a {
            text-decoration: none;
        }

            .book-ul3 ul li a:hover {
            }


            .book-ul3 ul li a img {
                border: 2px solid transparent;
                border-radius: 100%;
                transition: all 1.5s;
            }

        .book-ul3 ul li:hover a img {
            border: 2px solid #007AFF;
            transition: all 1.5s;
        }


        .book-ul3 ul li a p {
            font-weight: bold;
            font-size: 16px;
            color: #000;
            margin-top: 15px;
        }





/**/
/*公共样式*/
.pb_sys_common {
    font-size: 16px;
    font-family: '微软雅黑';
    line-height: 24px;
    color: #222;
}

    .pb_sys_common a {
        text-decoration: none;
    }

    .pb_sys_common .p_pages {
        margin-left: -5px;
    }

    .pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
        border: 1px solid #ccc;
        padding: 10px;
        margin: 0px 0px 10px 8px;
        height: auto;
        line-height: 12px;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
    }

    .pb_sys_common .p_t {
        line-height: 12px;
        margin: 0px;
        padding: 0px;
        display: inline-block;
        vertical-align: middle;
    }

    .pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o {
        color: #ccc;
    }

    .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
        color: #222;
    }

    .pb_sys_common .p_dot {
        margin-left: 4px;
        margin-right: -4px;
        color: #222;
    }

    .pb_sys_common .p_goto input, .pb_sys_common .p_search input {
        /*
    height:22px;
    border: 1px solid #aaa;
    outline-width:thin;
    outline-color:#258CFF;

    text-align:center;
    vertical-align:middle;
    */
        font-family: SimSun;
        font-size: 12px;
        border: 1px solid #aaa;
        height: 22px;
        line-height: 20px;
        box-sizing: border-box;
        vertical-align: middle;
        outline-width: thin;
        outline-color: #258CFF;
        margin: 0px 2px;
        padding: 0px 1px;
    }


    .pb_sys_common .p_goto input {
        width: 22px;
        text-align: center;
    }

    .pb_sys_common .p_search input {
        width: 100px;
        text-align: left;
    }

        .pb_sys_common .p_goto input:hover, .pb_sys_common .p_goto input:focus, .pb_sys_common .p_search input:hover, .pb_sys_common .p_search input:focus {
            border: 1px solid #258CFF;
        }

    .pb_sys_common .p_goto a, .pb_sys_common .p_search a {
        border: 1px solid #ccc;
        padding: 5px 6px;
        color: #222;
        margin: 0px;
        height: 24px;
        -height: auto;
        line-height: 12px;
        display: inline-block;
        box-sizing: border-box;
        vertical-align: middle;
    }

    .pb_sys_common .p_dosize_d, .pb_sys_common .p_dosize a {
        /*
    border-width:1px 0px 1px 1px;
    border-style:solid;
    border-color:#ccc;
    padding: 5px 6px;
    color: #222;
    */
        border-right: 1px solid #ccc;
        padding: 1px 5px;
        color: #888888;
    }

    .pb_sys_common .p_dosize_d {
        /*background-color:#f5f5f5;*/
        color: #222;
    }

    .pb_sys_common .p_dosize a:hover {
        /*background-color:#f5f5f5;*/
        color: #222;
    }

    .pb_sys_common .p_dosize_last_d, .pb_sys_common .p_dosize_last a {
        /*border-right-width:1px*/
        border-right-width: 0px;
    }


/*按钮控制*/
.pb_sys_normal .p_first, .pb_sys_normal .p_first_d, .pb_sys_normal .p_last, .pb_sys_normal .p_last_d {
    display: none;
}

.pb_sys_normal2 .p_first, .pb_sys_normal2 .p_first_d, .pb_sys_normal2 .p_last, .pb_sys_normal2 .p_last_d, .pb_sys_normal2 .p_prev_d, .pb_sys_normal2 .p_next_d {
    display: none;
}

.pb_sys_full {
}

.pb_sys_full2 .p_first_d, .pb_sys_full2 .p_last_d, .pb_sys_full2 .p_prev_d, .pb_sys_full2 .p_next_d {
    display: none;
}

.pb_sys_short .p_no, .pb_sys_short .p_no_d, .pb_sys_short .p_no_o, .pb_sys_short .p_dot {
    display: none;
}

.pb_sys_short2 .p_no, .pb_sys_short2 .p_no_d, .pb_sys_short2 .p_no_o, .pb_sys_short2 .p_dot, .pb_sys_short2 .p_first, .pb_sys_short2 .p_first_d, .pb_sys_short2 .p_last, .pb_sys_short2 .p_last_d {
    display: none;
}

/*样式1-4*/
.pb_sys_style1 .p_no a:hover, .pb_sys_style1 .p_fun a:hover, .pb_sys_style1 .p_goto a:hover, .pb_sys_style1 .p_search a:hover,
.pb_sys_style2 .p_no a:hover, .pb_sys_style2 .p_fun a:hover, .pb_sys_style2 .p_goto a:hover, .pb_sys_style2 .p_search a:hover,
.pb_sys_style3 .p_no a:hover, .pb_sys_style3 .p_fun a:hover, .pb_sys_style3 .p_goto a:hover, .pb_sys_style3 .p_search a:hover,
.pb_sys_style4 .p_no a:hover, .pb_sys_style4 .p_fun a:hover, .pb_sys_style4 .p_goto a:hover, .pb_sys_style4 .p_search a:hover {
    background-color: #f5f5f5;
}
/*样式1 蓝*/
.pb_sys_style1 .p_no_d {
    border: 1px solid #1d4e89;
    color: #fff;
    background-color: #1d4e89;
}

/*样式2 红*/
.pb_sys_style2 .p_no_d {
    border: 1px solid #d71010;
    color: #fff;
    background-color: #d71010;
}
/*样式3 绿*/
.pb_sys_style3 .p_no_d {
    border: 1px solid #32B907;
    color: #fff;
    background-color: #32B907;
}
/*样式4 灰*/
.pb_sys_style4 .p_no_d {
    border: 1px solid #888;
    color: #fff;
    background-color: #888;
}

/*样式5-8*/
.pb_sys_style5 .p_fun_d, .pb_sys_style5 .p_no_d, .pb_sys_style5 .p_no_o, .pb_sys_style5 .p_fun a, .pb_sys_style5 .p_no a, .pb_sys_style5 .p_goto a, .pb_sys_style5 .p_search a,
.pb_sys_style6 .p_fun_d, .pb_sys_style6 .p_no_d, .pb_sys_style6 .p_no_o, .pb_sys_style6 .p_fun a, .pb_sys_style6 .p_no a, .pb_sys_style6 .p_goto a, .pb_sys_style6 .p_search a,
.pb_sys_style7 .p_fun_d, .pb_sys_style7 .p_no_d, .pb_sys_style7 .p_no_o, .pb_sys_style7 .p_fun a, .pb_sys_style7 .p_no a, .pb_sys_style7 .p_goto a, .pb_sys_style7 .p_search a,
.pb_sys_style8 .p_fun_d, .pb_sys_style8 .p_no_d, .pb_sys_style8 .p_no_o, .pb_sys_style8 .p_fun a, .pb_sys_style8 .p_no a, .pb_sys_style8 .p_goto a, .pb_sys_style8 .p_search a {
    border: 1px solid transparent;
}

    .pb_sys_style5 .p_no_d, .pb_sys_style5 .p_no a:hover,
    .pb_sys_style6 .p_no_d, .pb_sys_style6 .p_no a:hover,
    .pb_sys_style7 .p_no_d, .pb_sys_style7 .p_no a:hover,
    .pb_sys_style8 .p_no_d, .pb_sys_style8 .p_no a:hover {
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
    }

    .pb_sys_style5 .p_fun a:hover, .pb_sys_style5 .p_goto a:hover, .pb_sys_style5 .p_search a:hover,
    .pb_sys_style6 .p_fun a:hover, .pb_sys_style6 .p_goto a:hover, .pb_sys_style6 .p_search a:hover,
    .pb_sys_style7 .p_fun a:hover, .pb_sys_style7 .p_goto a:hover, .pb_sys_style7 .p_search a:hover,
    .pb_sys_style8 .p_fun a:hover, .pb_sys_style8 .p_goto a:hover, .pb_sys_style8 .p_search a:hover {
        text-decoration: underline;
    }


    /*样式5 蓝*/
    .pb_sys_style5 .p_no_d, .pb_sys_style5 .p_no a:hover {
        border: 1px solid #258CFF;
        color: #fff;
        background-color: #258CFF;
    }
    /*样式6 红*/
    .pb_sys_style6 .p_no_d, .pb_sys_style6 .p_no a:hover {
        border: 1px solid #F04646;
        color: #fff;
        background-color: #F04646;
    }
    /*样式7 绿*/
    .pb_sys_style7 .p_no_d, .pb_sys_style7 .p_no a:hover {
        border: 1px solid #32B907;
        color: #fff;
        background-color: #32B907;
    }
    /*样式8 灰*/
    .pb_sys_style8 .p_no_d, .pb_sys_style8 .p_no a:hover {
        border: 1px solid #888;
        color: #fff;
        background-color: #888;
    }
/* end */

/* 检索结果 */
.newic-list {
    padding-bottom: 50px;
}

    .newic-list li {
        padding: 20px 0px;
        border-bottom: 1px solid #eee;
    }

        .newic-list li a.a1 {
            font-size: 18px;
            color: #268fe0;
            display: block;
            text-decoration: none;
            margin-bottom: 10px;
        }

            .newic-list li a.a1 span {
                font-size: 16px;
                color: #dd4b39;
            }

            .newic-list li a.a1:hover {
                text-decoration: underline;
            }

        .newic-list li .span {
            font-size: 16px;
            color: #dd4b39;
            display: block;
            margin: 10px 0;
        }

        .newic-list li a.a2 {
            font-size: 14px;
            color: #295999;
            display: block;
            text-decoration: none;
            margin-top: 10px;
        }

        .newic-list li p {
            font-size: 16px;
            color: #000;
            line-height: 28px;
        }
/* end */


.peson-box {
}

.person-top {
    margin-bottom: 20px;
}

.person-img {
    width:150px;
}

    .person-img img {
        max-width: 100%;
    }

.person-tt {
    padding-left: 2%;
    padding-top: 10px;
     width:80%;
}

    .person-tt p.p1 {
        color: #00446a !important;
        font-size: 22px !important;
        margin-bottom: 34px;

    }


    .person-tt p {
        line-height: 30px;
        color: #000;
        margin: 0 0;
    text-align: left;
    }

        .person-tt p a {
            color: #000;
        }


.person-dcon {
    margin: 20px 0;
}

    .person-dcon h4 {
        color: #fff;
        font-weight: bold;
        background: #224b9b;
        display: inline-block;
        line-height: 50px;
        width: 100%;
        padding-left: 16px;
        border-left: 8px solid #ecc746;
    }

    .person-dcon h4 {
        background: none;
        font-size: 20px;
        color: #4b698f;
        font-weight: normal;
        padding-left: 15px;
        border-bottom: 2px solid;
        line-height: 45px;
        height: 45px;
        border-left: 0px solid #ecc746;
    }

    .person-dcon hr {
        margin: 10px 0;
        border-top: 1px solid #000;
    }

    .person-dcon p {
        line-height: 30px;
    }

    .person-dcon ul li, .person-dcon ol li {
        line-height: 30px;
        margin:10px 0;
    }

.w-ul-disc li {
    list-style-type: disc !important;
}

.w-ul-decimal li {
    list-style-type: decimal !important;
}

.w-ul-none li {
    list-style-type: none !important;
}

/* end */

/* 师资列表 */
.teacher-ul {
}

    .teacher-ul li {
        padding: 15px;
        margin-bottom: 30px;
        background: #f5f5f5;
        width: 48%;
        float: left;
        margin-right: 4%;
    }

        .teacher-ul li:nth-child(even) {
            margin-right: 0%;
        }

    .teacher-ul .teacher-img {
        width: 31%;
        float: left;
    }

    .teacher-ul .teacher-txt {
        width: 67%;
        padding-left: 4%;
        float: left;
    }

        .teacher-ul .teacher-txt a {
            font-size: 24px;
            color: #00446a;
            margin-bottom: 25px;
            display: block;
        }

        .teacher-ul .teacher-txt p {
            color: #999;
            line-height: 28px;
            margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

        }

/* end */



.ui-timeLine {
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}

    .ui-timeLine > .item {
        display: block;
        position: relative;
        text-align: justify;
        text-justify: newspaper;
        word-break: break-all;
        padding-left: 30px;
        padding-right: 10px;
        padding-bottom: 10px;
    }

        .ui-timeLine > .item:hover {
            text-decoration: none;
        }

        .ui-timeLine > .item > .pbox {
            padding: 5px 0;
        }

        .ui-timeLine > .item .cbox {
            position: relative;
            transition: all 0.4s ease-out;
            padding: 15px;
            border-radius: 10px;
            box-shadow: 3px 3px 8px #ccc;
        }

        .ui-timeLine > .item:hover .cbox {
            box-shadow: 0px 25px 42px -15px rgba(0, 0, 0, 0.3);
            transform: scale(1.02);
        }

        .ui-timeLine > .item::after {
            content: "";
            display: block;
            clear: both;
        }

    .ui-timeLine .dot {
        z-index: 100;
        display: inline-block;
        position: absolute;
        left: 0px;
        top: 20px;
        padding: 3px;
        border: 3px solid #eee;
        border-radius: 20px;
        background-color: #fff;
        box-shadow: 3px 3px 8px #ccc;
        transition: .5s;
    }

    .ui-timeLine .active {
        border: 3px solid #00274b;
    }

    .ui-timeLine .line, .ui-timeLine > .activeLine {
        position: absolute;
        left: 4px;
        width: 4px;
        height: 100%;
        background-color: #eee;
        top: 2px;
    }

    .ui-timeLine .date {
        font-size: 16px;
        font-weight: 900;
        color: #000;
    }

    .ui-timeLine .types {
        font-size: 16px;
        margin-top: 6px;
        color: #000;
        line-height: 26px;
    }

    .ui-timeLine .title {
        font-size: 16px;
        font-weight: 900;
        line-height: 30px;
    }

    .ui-timeLine .types > span {
        font-size: 10px;
        border-radius: 5px;
        padding: 2px 10px;
        margin-right: 10px;
        border: 1px solid #fff;
    }

    .ui-timeLine > .activeLine {
        background-color: #315aa4;
        z-index: 50;
        top: 50px;
        height: 0;
        max-height: calc(100% - 80px);
        transition: height 1s;
        box-shadow: 3px 3px 2px #eee;
    }
/**/

    .jianglist li {
        margin: 30px 0px;
        /*background: #f0f0f0;*/
        background: #f0f0f0 url(../images/jiang.png) no-repeat right 35px top;
        background-size: 150px;
        padding: 16px;
        color: #000;
    }

        .jianglist li h4 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #00446a;
    font-weight: bold;
        }

        .jianglist li span {
            display: block;
            border-bottom: solid 1px #dddddd;
            padding-bottom: 15px;
            margin-bottom: 15px;
        }

        .jianglist li p {
            font-size: 16px;

        }



.bss{

}

.bss a{
    color: #000;
    display: inline-block;
    width: 50px;
    text-align: center;
    text-align: justify;
    text-align-last: justify;
    margin: 0 15px;
}

.bss a.len{
    width: 135px;
    margin: 0 15px;
}

.bss a:hover{
        text-decoration: none;
}


@media (max-width: 1470px) {
   .teacher-ul li{
      height:225px;
   }


}


@media (max-width: 1199px) {

.teacher-ul li{
      height:auto;
}
    .picleft-list23 li .pli-img {
        width: 33%;
    }

    .picleft-list23 li .pli-text {
        width: 67%;
    }
    /*中等屏幕设备 桌面*/
    .top-mid ul li {
        padding: 0 3px;
    }

  

    .view-title {
        font-size: 24px;
    }

    .ke {
        font-size: 34px;
    }

    .nav-panel-title {
        padding-left: 30px;
    }


    .slide-nav-ul {
        margin-left: 0px;
    }

    .video-list li .vi-vi span img {
        top: 20px;
        left: 39%;
    }

    ul.newic-list11 li .li-tt {
        width: 70%;
        margin: 0 3%;
    }

    ul.newic-list11 li a.a2 {
        width: 12%;
    }



    .teacher-ul li {
        width: 100%;
        margin-right: 0;
        float: none;
    }

}

@media (max-width: 991px) {
    /*小屏幕设备 平板*/
    .ke-tit {
        bottom: 15px;
    }

.nyban::before {
                height: 9.9vw;
            }

    .ke {
        font-size: 30px;
    }

    .nav-panel-title {
        font-size: 36px;
    }


    ul.piclist2 li {
        width: 46%;
    }

        ul.piclist2 li:nth-child(even) {
            margin-right: 0;
        }

        ul.piclist2 li.mar0 {
            margin-right: 3%;
        }

    ul.piclist3 li {
        width: 47%;
    }

        ul.piclist3 li:nth-child(3n) {
            margin-right: 3%;
        }

        ul.piclist3 li:nth-child(even) {
            margin-right: 0%;
        }


    .video-list li {
        width: 47%;
        margin-right: 3%;
    }



        .video-list li .vi-vi span img {
            top: 23px;
        }

    ul.newic-list11 li .li-date {
        width: 20%;
    }

    ul.newic-list11 li .li-tt a {
        font-size: 16px;
    }

    ul.newic-list11 li .li-tt p {
        margin-top: 10px;
    }

    ul.newic-list11 li a.a2 {
        float: right;
    }

    ul.dang-ul li {
        float: left;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 22px;
        transition: all 0.4s ease-out;
        box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
    }

        ul.dang-ul li:nth-child(3n) {
            margin-right: 4%;
        }

        ul.dang-ul li:nth-child(even) {
            margin-right: 0%;
        }


        .slide-nav-ul li a {
            font-size: 18px;
        }

    .slide-nav-item-ul li {
        padding: 0;
    }

    .view-title {
        font-size: 22px;
    }
}

@media (max-width:767px) {
ul.data-list2 > li > a{
    float:none;
}
.data-list2 li span{
    margin-top: 10px;
    float:none;
}
.teacher-ul .teacher-txt a{

    margin-bottom: 10px;
}

.teacher-ul .teacher-txt p{

    font-size: 14px;
    margin-top: 5px;
}

    /*小屏幕 手机上三级样式*/
    .side-nav-panel {
        display: none;
        margin-top: 0;
        background: none;
        padding-top: 10px;
    }

    .slide-nav-item-ul {
        padding: 0;
    }

    .side-nav-panel ul li {
        display: block;
        width: 100%;
        padding: 1px 0;
        border-bottom: none;
    }


    .slide-nav-ul li a {
        padding: 10px 0 10px 28px;
        border-bottom: 1px solid #F6EAEA;
        font-size: 14px;
        display: block;
        width: 100%;
        color: #000 !important;
        line-height: initial;
        text-decoration: none;
        text-align: left;
        background: url(../images/rs/lia.png) no-repeat 15px center;
        background-color: transparent !important;
    }

        .slide-nav-ul li a.active, .slide-nav-ul li a:hover, .slide-nav-ul li a.parent, .slide-nav-ul li a.selected {
            color: #00446a!important;
            background: url(../images/rs/lia1.png) no-repeat 15px center;
            border-bottom: 1px solid #F6EAEA !important;
        }

    .slide-nav-ul li:hover {
        border-bottom: none;
    }

    .slide-nav-ul li .slide-nav-item-ul li a {
        padding: 10px 0 10px 43px;
        opacity: 1;
        border-bottom: 1px solid #F6EAEA;
        background: url(../images/rs/lia.png) no-repeat 30px center;
        background-color: none !important;
    }

        .slide-nav-ul li .slide-nav-item-ul li a.active, .slide-nav-ul li .slide-nav-item-ul li a:hover, .slide-nav-ul li .slide-nav-item-ul li a.selected {
            color: #9e3f3c;
            background: url(../images/rs/lia1.png) no-repeat 30px center;
            border-bottom: 1px solid #F6EAEA !important;
        }

    .slide-nav-item-ul {
        background: none;
        position: relative;
        top: 0;
        margin-bottom: 0;
    }

    .view-title {
        font-size: 18px;
        line-height: 26px;
        margin-top: 10px;
    }

    .view-info span {
        font-size: 14px;
    }


    .newic-list {
        margin-top: 0;
    }





    ul.data-list22 {
        padding-top: 0px;
    }




    .nav-path {
        color: #fff;
        margin-top: 0;
        padding-left: 0;
        padding-bottom: 0;
    }

        .nav-path a {
            color: #fff;
            line-height: 30px;
            font-size: 16px;
        }

    .ke {
        font-size: 22px;
        line-height: 34px;
        color: #fff;
        border-bottom: none;
    }


    .ke-tit {
        bottom: 40px;
        position: absolute;
        border-bottom: none;
        width: 100%;
        text-align: center;
    }

    .dd1 {
        padding-top: 0px;
    }


    .right-nr table td, .right-nr table th {
        white-space: nowrap;
    }

    .bgf {
        background: none;
    }

    .ntbg {
        margin-top: 0px;
        padding: 0;
        border-top: 0px;
        border-bottom: 3px solid #a3c721;
    }

    .main-right {
        /*margin-top: 10px;*/
        width: 100%;
        float: none;
    }

    ul.piclist2 li {
        /*width: 260px;*/
        width: 100%;
    }

    .picleft-list22 li {
        width: 100%;
        margin-right: 0;
    }




    .data-list {
        padding-top: 5px;
        margin-top: -10px;
    }

    .picleft-list li .pli-img {
        width: 100%;
        text-align: center;
    }

    .picleft-list li .pli-text {
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }

    .video-list li .vi-vi span img {
        left: 32%;
        top: 15%;
    }

    ul.piclist3 li {
        width: 100%;
        text-align: center;
    }

        ul.piclist3 li img {
            display: inline-block;
        }

    .down-list1 li .down-xia img {
        max-width: 1000% !important;
    }

    .down-list1 li .down-left a img {
        float: left;
    }

    .down-list1 li {
        padding-left: 15px;
    }

    .picleft-list23 li .pli-img {
        width: 100%;
        float: none;
    }

    .picleft-list23 li .pli-text {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

        .picleft-list23 li .pli-text h5 {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .picleft-list23 li .pli-text p {
            line-height: 26px;
        }


    .pli1-img {
        width: 30%;
    }

        .pli1-img img {
            max-width: 100%;
        }

    .pli1-tt {
        width: 65% !important;
    }

    .view-cnt ol li {
        list-style-type: inherit;
    }

    ul.data-list22 li .li-date2 {
        width: 11%;
    }

    ul.data-list22 li {
        padding: 15px 0px;
    }

    ul.newic-list11 li .li-date {
        width: 20%;
    }

    ul.newic-list11 li .li-tt a {
        font-size: 16px;
        line-height: 25px;
    }

    ul.newic-list11 li .li-tt p {
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    ul.newic-list11 li a.a2 {
        float: none;
        margin: 15px auto 5px;
        /* display: block; */
        width: 110px;
        text-align: center;
        /* padding-top: 0; */
        margin-left: 30%;
    }

    ul.dang-ul li {
        float: left;
        width: 100%;
        margin-right: 0%;
        margin-bottom: 22px;
        transition: all 0.4s ease-out;
        box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
    }

    .down-list1 li .down-left a span {
        line-height: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .main-left {
        margin-top: 20px;
    }
}

@media (min-width: 598px) and (max-width: 767px) {
}