﻿@charset "utf-8";
/* CSS Document */

.nycon {
    min-height: 600px;
    padding-bottom: 140px;
    padding-top: 22px;
}

.wc-ny-topbg {
    
}
/*内页面包屑侧导航*/
.ke-tit {
    border-bottom: 1px solid #c7ced9;
    padding-bottom: 15px;
}

.ke {
    line-height: 55px;
    font-size: 24px;
    color: #3e5786;

}

.kk {
    /*padding-left: 30px;*/
    background: #fff;
    border-radius: 5px;
    padding: 0 20px;
    box-shadow: 0px 1px 3px 3px #c5c4c6;
    margin-top: 10px;
    height: 92px;
}

.nav-path {
    padding-top: 0px;
    color: #fff;
    font-size: 16px;
    line-height: 88px;
}

    .nav-path a {
        color: #fff;
        font-size: 16px;
        padding: 0 3px;
    }

        .nav-path a:hover {
            text-decoration: none;
            color: #fff;
        }

.ke-t {
    position: relative;
    height: 40px;
    background: url(../../images/rs/nbg2.jpg) repeat-x left center;
    text-align: center;
}

    .ke-t .ke {
        color: #333;
        font-size: 32px;
        background: #fff;
        display: inline-block;
        padding: 0 20px;
    }
/******左侧导航******/

.main-left {
    overflow: hidden;
    width: 190px;
    float: right;
    background: url(../../images/mr.png) repeat left top;
    height: 668px;
    padding: 0 20px;
}

/******右侧样式******/
.main-right {
    position: relative;
    width: 856px;
    min-height: 648px;
    float: left;
    background: #fff;
}
/*左侧导航：*/
.side-nav-panel {
}

.nav-panel-title {
    font-size: 32px;
    color: #fff;
    font-family: 'AvenirLTStd';
    line-height: 30px;
    padding-top: 40px;
    min-height: 58px;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.slide-nav-ul {
    padding-bottom: 20px;
    border-top: none;
}

    .slide-nav-ul li {
        position: relative;
        /*border-bottom: 1px solid #d0d0d0;*/
    }


        .slide-nav-ul li.js-item {
            margin-bottom: 0px;
        }

        .slide-nav-ul li a {
            color: #999;
            display: block;
            position: relative;
            padding: 10px 0;
            padding-left: 25px;
            padding-right: 10px;
            font-size: 16px;
            /*text-align: center;*/
            line-height: 25px;
            text-decoration: none;
            background: url(../../images/rs/a717.png) no-repeat center center;
        }

            .slide-nav-ul li a.active {
                color: #fff;
                background: url(../../images/rs/ah7.png) no-repeat center center;
                text-decoration: none;
            }

                .slide-nav-ul li a.active:hover {
                    color: #fff;
                    /*background: #252b4d url(../../images/rs/bah1.png) no-repeat 10px 19px;*/
                    text-decoration: none;
                }

            .slide-nav-ul li a:hover {
                background: url(../../images/rs/ah7.png) no-repeat center center;
                color: #fff;
            }





.slide-nav-item-ul {
    padding-bottom: 10px;
    padding: 0px 0 10px 23px;
}

    .slide-nav-item-ul li {
        line-height: 30px;
        background: none;
        margin-bottom: 0px;
        border: none;
        padding: 0px;
    }

        .slide-nav-item-ul li:first-child {
            border-top: none;
        }

        .slide-nav-item-ul li:last-child {
            border-bottom: none;
        }

        .slide-nav-item-ul li a {
            display: block;
            color: #fff;
            font-size: 16px;
            padding: 0px;
            padding-left: 15px;
            border: none;
            background: none;
            font-weight: normal;
        }

.slide-nav-ul li .slide-nav-item-ul li a:hover, .slide-nav-ul li .slide-nav-item-ul a.active {
    border: none;
    color: #52ddd5;
    text-decoration: none;
    font-weight: normal;
    padding-left: 15px;
    background: none;
    box-shadow: none;
    border-bottom: none;
}

/*右侧内容*/
.right-nr {
    font-size: 14px;
    color: #666;
    position: relative;
    padding-bottom: 50px;
}
/*页数*/
.page {
    float: right;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    height: 35px;
    background: #fff;
    position: absolute;
    left: 35%;
    bottom: 20px;
}

    .page ul li {
        border-right: 1px solid #d1d1d1;
        float: left;
        line-height: 35px;
    }

        .page ul li:last-child {
            border-right: none;
        }

        .page ul li a {
            color: #333;
            padding: 0 12px;
            display: block;
            font-size: 14px;
        }

            .page ul li a.pa:hover, .page ul li a.active {
                color: #fff;
                background: #666;
                text-decoration: none;
            }



/*滚动条*/
.scrollBar {
    position: absolute;
    right: 3px;
    top: 50px;
    width: 6px;
    height: 660px;
    border-left: 1px solid #ccc;
}

    .scrollBar span.midd {
        height: 448px;
        display: block;
        margin-left: 5px;
        position: relative;
    }

        .scrollBar span.midd span {
            position: absolute;
            left: -10px;
            top: 10px;
            background: #ddd;
            width: 10px;
            height: 25px;
        }

/*文章滚动条样式*/
/******单篇文章******/
.view-title {
    text-align: center;
    line-height: 28px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    margin-top: 20px;
}

    .view-title h1 {
        font-size: 18px;
    }

.view-info {
    text-align: center;
    color: #999;
}

    .view-info span {
        font-size: 14px;
        font-weight: normal;
    }

.view-cnt {
    margin-top: 20px;
    line-height: 26px;
}

    .view-cnt p {
        /*text-align: justify;*/
        margin: 10px 0;
        text-justify: inter-ideograph;
        /*解决ie不兼容问题*/
    }

    .view-cnt ul li {
        list-style-type: disc;
        line-height: 28px;
        height: auto;
    }

    .view-cnt a {
        color: #0e419c;
    }

        .view-cnt a:hover {
            text-decoration: underline;
            color: #0e419c;
        }

    .view-cnt ol, .view-cnt ul {
        padding-left: 17px;
        margin-left: 10px;
    }

        .view-cnt ol li {
            list-style: inherit;
        }


    /*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: 5px;
    padding-bottom: 30px;
}

    .data-list li {
        font-size: 14px;
        line-height: 45px;
        /*border-bottom: 1px dotted #ccc;*/
    }
/*.data-list li:last-child{
	border-bottom: none;
}*/

/*.data-list li:nth-child(odd){
	background: #e9e9e9;
}*/

ul.data-list > li > a {
    color: #666;
    font-size: 16px;
    float: left;
    background: url(../../images/rs/lia.png) no-repeat left center;
    padding-left: 12px;
}

.data-list li a:hover {
    color: #000;
    text-decoration: none;
}

.data-list li span {
    font-size: 16px;
    color: #666;
    float: right;
}

/******pictrue,videolist样式******/
ul.pic-list {
    padding: 20px 0 10px;
}

    ul.pic-list li {
        float: left;
        margin: 10px 30px 5px 0;
    }

        ul.pic-list li.mar0 {
            margin-right: 0;
        }

        ul.pic-list li a {
            color: #666;
        }

            ul.pic-list li a:hover {
                color: #333;
                text-decoration: none;
            }

        ul.pic-list li div {
            line-height: 24px;
            margin-bottom: 10px;
            text-align: center;
        }

        ul.pic-list li p {
            padding: 15px 0;
            color: #000;
            text-align: center;
        }

    ul.pic-list a img {
        /*border:1px solid #ddd;*/
        /*padding: 3px; background-color: #00428f;
 
    display: block;  border:2px solid #00428f;
   padding: 6px; background-color: #fff;
    transition: all 0.2s ease-in-out 0s;*/
    }


/******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: #333;
}

span.pic-span {
    color: #999;
}


/*左图右文*/

.picleft-list {
    padding-top: 10px;
    padding-bottom: 20px;
}

    .picleft-list{
        margin: 20px 0 25px 0;
    }

        .picleft-list .pli-img {
            /*width: 228px;*/
            /*去掉宽度不要*/
        }

        .picleft-list .pli-text {
            /*width: 575px;
            height: 158px;*/
            margin-top: 20px;
            border-bottom: 1px dotted #ddd;
        }

            .picleft-list .pli-text a {
                font-size: 16px;
                color: #333;
                display: block;
                margin-bottom: 10px;
                /*	margin-top: 10px;*/
            }

                .picleft-list .pli-text a.a2 {
                    font-size: 14px;
                    color: #3b818e;
                    margin-top: 10px;
                }

            .picleft-list .pli-text span {
                font-size: 14px;
                color: #999;
                display: block;
                margin: 3px 0;
            }

            .picleft-list .pli-text p {
                font-size: 14px;
                color: #666;
                line-height: 23px;
                overflow: hidden;
                height: 50px;
            }

/*视频列表*/
.video-list {
    padding-top: 20px;
}

    .video-list li {
        width: 258px;
        height: 283px;
        border: 1px solid #ddd;
        float: left;
        margin-right: 33px;
        margin-bottom: 30px;
    }

ul.video-list li.mar0 {
    margin-right: 0;
}

.video-list li .vi-vi {
    position: relative;
    height: 135px;
}

    .video-list li .vi-vi span img {
        position: absolute;
        left: 42%;
        top: 35px;
    }

.video-list li .vi-text {
    padding: 5px 30px 10px 20px;
    background: #fbfbfb;
    height: 132px;
    overflow: hidden;
}

    .video-list li .vi-text a {
        display: block;
        font-size: 16px;
        color: #333;
        line-height: 25px;
    }

    .video-list li .vi-text span {
        display: block;
        font-size: 14px;
        color: #777;
        margin: 8px 0;
    }

    .video-list li .vi-text p {
        font-size: 14px;
        color: #777;
        line-height: 21px;
        height: 47px;
        overflow: hidden;
    }
/*下载页面*/

.down-list {
    padding-bottom: 50px;
    padding-top: 15px;
}

    .down-list li {
        border-bottom: 1px solid #ddd;
        padding: 16px 0;
    }

        .down-list li:first-child {
            padding-top: 0px;
        }

        .down-list li .down-left {
        }

            .down-list li .down-left a {
                color: #333;
                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: #999;
            }

                .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 {
            /*width: 228px;*/
            /*去掉宽度不要*/
        }

        .picleft1-list li .pli-text1 {
            margin-top: 10px;
            width: 130px;
            padding-left: 23px;
        }

            .picleft1-list li .pli-text1 a {
                font-size: 20px;
                color: #333;
                display: block;
                margin-top: -5px;
                text-decoration: none;
                /*	margin-top: 10px;*/
            }

            .picleft1-list li .pli-text1 span {
                font-size: 18px;
                color: #999;
                display: block;
                margin: 15px 0 10px 0;
            }

        .picleft1-list li.mar0 {
            margin-right: 0px;
        }

/*字母序列表*/
.az {
    padding-top: 20px;
    color: #333;
    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: #999;
                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: #333;
            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: #333;
                    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: #333;
        text-align: center;
        margin: 20px 0;
    }

    .time-one p {
        font-size: 14px;
        color: #777;
        line-height: 25px;
        margin: 20px 0;
    }


.newic-list {
    padding-bottom: 50px;
}

    .newic-list li {
        padding: 30px 0;
        border-bottom: 1px dotted #ccc;
    }

        .newic-list li a.a1 {
            font-size: 16px;
            color: #295999;
            display: block;
            text-decoration: none;
        }

        .newic-list li span {
            font-size: 14px;
            color: #999;
            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: 14px;
            color: #666;
            line-height: 25px;
        }

/*apply 404*/
.bg4 {
    background: #252b4d url(../../images/4bg.jpg) no-repeat center top;
    min-height: 875px;
}

.bgg4 {
    text-align: center;
    padding-top: 590px;
}

    .bgg4 p {
        font-size: 32px;
        color: #fff;
        font-family: 'AvenirLTStd-light';
        margin-bottom: 40px;
    }

    .bgg4 a {
        font-size: 26px;
        color: #252b4d;
        background: #eedd23;
        font-family: impact;
        text-decoration: none;
        padding: 15px 70px;
        border-radius: 30px;
        border: 2px solid #eedd23;
        transition: all 1.0s;
        box-shadow: 2px 2px 2px 2px #1d233f;
    }

        .bgg4 a:hover {
            background: #252b4d;
            color: #eedd23;
            border: 2px solid #eedd23;
            transition: all 1.0s;
        }
/*弹框*/
.form1 {
    background: #fff;
    width: 500px;
    height: 710px;
    margin: auto;
    padding: 20px 30px 0;
    position: relative;
}

    .form1 .form-group label {
        font-size: 16px;
        color: #000;
        font-family: 'AvenirLTStd-light';
        margin-bottom: 10px;
        font-weight: normal;
    }

.form-control {
    border: 1px solid #999;
    border-radius: 0px;
    box-shadow: none;
    line-height: 40px;
    height: 40px;
    margin-bottom: 18px;
}

.form1 button.sub {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 70px;
    background: #eedd23;
    border: none;
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #252b4d;
    font-family: 'impact';
    text-transform: uppercase;
}

.form1 .cha {
    position: absolute;
    left: 0px;
    top: 740px;
    width: 100%;
    text-align: center;
}

textarea {
    display: block;
    resize: none;
    width: 100%;
    height: 100px;
}

.form-gone {
}

    .form-gone span {
        position: absolute;
        right: 10px;
        top: 40px;
    }

    .form-gone i {
        float: right;
        padding: 0 3px;
    }
/*table*/
.bgf5 {
    background: #f5f5f5;
}

.tab-one {
    margin-top: 30px;
}

    .tab-one h4 {
        font-size: 24px;
        color: #000000;
    }

    .tab-one table {
        background: #fff;
        padding: 10px 0;
    }

    .tab-one .tab-bor {
        margin-top: 25px;
        border: 1px solid #ddd;
        background: #fff;
    }

    .tab-one table tr {
    }

        .tab-one table tr td:first-child {
            padding-left: 15px;
        }

        .tab-one table tr td {
            line-height: 40px;
            font-size: 16px;
            color: #000;
            /*text-align: center;*/
        }

            .tab-one table tr td img {
                vertical-align: -6px;
                padding-right: 10px;
            }

            .tab-one table tr td.td1 {
                background: #91b945;
                color: #fff;
                text-align: center;
                width: 70px;
            }

            .tab-one table tr td.td2 {
                background: #6498d2;
                color: #fff;
                text-align: center;
                width: 70px;
            }

            .tab-one table tr td.td3 {
                background: #ae1730;
                color: #fff;
                text-align: center;
                width: 70px;
            }

            .tab-one table tr td.td4 {
                background: #333;
                color: #fff;
                text-align: center;
                width: 70px;
            }

            .tab-one table tr td.pdf img {
                padding: 0px;
                text-align: center;
                padding: 0 10px;
                padding-top: 10px;
            }

            .tab-one table tr td:last-child {
            }

                .tab-one table tr td:last-child img {
                    display: inline-block;
                    padding-right: 0;
                    padding-top: 10px;
                }

                .tab-one table tr td:last-child span {
                    display: block;
                    line-height: 26px;
                }




.app3 {
    text-align: center;
    margin-top: 50px;
}

    .app3 a {
        font-size: 26px;
        color: #252b4d;
        background: #eedd23;
        font-family: impact;
        text-decoration: none;
        padding: 15px 70px;
        border-radius: 40px;
        border: 2px solid #eedd23;
        transition: all 1.0s;
    }

        .app3 a:hover {
            background: #252b4d;
            color: #eedd23;
            border: 2px solid #eedd23;
            transition: all 1.0s;
        }














/**师资队伍**/

.peson-box {
    margin-top: 30px;
}


.teacher {
    margin: 0 auto;
    padding: 10px 0 10px 10px;
    /*display: none;*/
}

.wp_subcolumn_list:first-child .teacher {
    display: block;
}

.teacher li {
    /*margin: 10px 0 10px 15px;*/
    margin: 10px 0 10px 0px;
}

    .teacher li .tr-title {
        width: 20%;
        float: left;
        font-size: 16px;
        color: #ac0637;
    }

    .teacher li .tr-cnt {
        /*float: right;
    width: 80%;*/
    }

        .teacher li .tr-cnt a {
            font-size: 16px;
            display: inline-block;
            color: #666;
            margin-bottom: 6px;
            width: 150px;
            margin: 10px 10px;
        }

            .teacher li .tr-cnt a:hover {
                text-decoration: none;
                color: #004795;
            }

.person-img {
    margin-right: 15px;
}

    .person-img img {
        padding: 0 !important;
        margin: 0 !important;
    }

.person-top img {
    width: 100% !important;
    height: 100% !important;
}

.person-tt {
    width: 73%;
    margin-left: 2%;
}

    .person-tt p {
        margin-top: 0px;
    }

        .person-tt p.p1 {
            color: #007ad5;
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 20px;
        }

.person-dcon {
    margin: 20px 0;
}


    .person-dcon h4 {
        font-size: 18px;
        color: #186EB7;
        font-weight: normal;
        border-bottom: 2px dashed #186EB7;
        line-height: 45px;
        height: 45px;
    }

    .person-dcon hr {
        margin: 10px 0;
        border-top: 1px solid #666;
    }

    .person-dcon p {
        line-height: 30px;
    }

.w-ul-decimal > li {
    list-style: decimal !important;
}

.w-ul-disc > li {
    list-style: disc !important;
}

.w-ul-none > li {
    list-style: none !important;
}

/**/
.teach-ul1 {
    margin-top: 30px;
}

    .teach-ul1 .li-img {
    position: relative;
        text-align: center;
        margin-bottom: 28px;
        transition: all 0.4s ease-out;
        box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
height: 282px;
    overflow: hidden;
    }

        .teach-ul1 .li-img img {
            width: 100%;
        }

        .teach-ul1 .li-img a {
            display: block;
            text-decoration: none;
        }

.heibt {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.teach-ul1 .li-img a span {
    display: block;
    font-weight: bold;
    color: #092f5d;
    line-height: 26px;
    padding: 10px 0;
    background: #ccc;
    font-size: 16px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
}

.teach-ul1 .li-img a:hover span {
    /*background: #9a202d url(../images/trimgbg.jpg) no-repeat right top;*/
    color: #fff;
    background: #092f5d;
    background-size: cover;
}

.teach-ul1 .li-img:hover {
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02);
    transition: all 0.4s ease-out;
    cursor: pointer;
}


@media (max-width:767px) {
    .wc-ny-topbg {
        /*height: 440px;*/
    }

    .teacher li .tr-title {
        width: 25%;
    }

    .teacher li .tr-cnt {
        /*width: 74%;*/
    }

    .person-tt {
        margin-top: 15px;
    }

        .person-tt p {
            margin: 0px;
        }

            .person-tt p.p1 {
                margin-bottom: 15px;
            }

    .person-dcon p {
        line-height: 27px;
    }

    .person-dcon h4 {
        font-size: 16px;
        line-height: 35px;
    }
}

@media (max-width:599px) {
    .wc-ny-topbg {
        /*height: 350px;*/
    }
}
