@charset "utf-8";

/**/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 0.56rem;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 0.12rem;
    height: 0.35rem;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #00549C;
    color: #fff;
    border: 1px solid #00549C;
}

.pagination a:hover {
    background: #00549C;
    color: #fff;
    border: 1px solid #00549C;
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem;
}

.banner  img{
    display: block;
    width: 100%;
}
.n_container{
    padding-top: .2rem;
    padding-bottom: 1.1rem;
}
.n_container .aleft{
    width: 17.71%;
}
.leftNav .nav_tit h2{
    font-size: .3rem;
    color: #fff;
    line-height: .87rem;
    text-align: center;
    background: #00549C;
}

.leftNav .lv1 li h2{
    position: relative;
    font-size: .2rem;
    color: #000000;
    line-height: .32rem;
    padding: .14rem .3rem;
    padding-left: .37rem;
    transition: .5s;
}
.leftNav .lv1 li h2 i{
    position: absolute;
    right: .15rem;
    top: 0;
    bottom: 0;
    width: .2rem;
    background: url("../images/n_left.png") no-repeat 50%;
    background-size: .15rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    cursor: pointer;
}
.leftNav .lv1 li h2:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: .04rem;
    height: 0;
    background: #00549C;
    transition: .5s;
}
.leftNav .lv2{
    padding-left: .66rem;
    display: block;
}
.leftNav .lv2 li {
    font-size: .16rem;
    line-height: .26rem;
    color: #000;
    padding: .1rem ;
}
.leftNav .lv2 li:hover,
.leftNav .lv2 li.active{
    color: #00549C;
}
.leftNav .lv1 li.on h2 i,
.leftNav .lv1 li.active h2 i,
.leftNav .lv1 li:hover h2 i{
    opacity: 1;
    visibility: visible;
}
.leftNav .lv1 li.on h2 ,
.leftNav .lv1 li.active h2 ,
.leftNav .lv1 li:hover h2 {
    color: #00549C;
    font-size: .2rem;
    background: #fff;
    font-weight: 600;
}
.leftNav .lv1 li.on h2:before,
.leftNav .lv1 li.active h2:before ,
.leftNav .lv1 li:hover h2:before{
    height: 100%;
}
.leftNav .lv2 li:hover{
    color: #00549C;
}
.leftNav .lv1>li{
    margin-bottom: .1rem;
}
.leftNav .lv1{
    padding: .36rem 0 ;
    background: #eceef1;
}
.leftNav{
    margin-bottom: .66rem;
}



.rightBox{
    width: 78.57%;
    padding-top: .12rem;
}

.ny-tit{
    position: relative;
    margin-bottom: .13rem;
    border-bottom: 1px solid #d3d3d3;
}
.ny-tit h4{
    position: relative;
    display: inline-block;
    font-size: 0.22rem;
    line-height: 0.48rem;
    color: #000000;
    font-weight: 600;
    padding: 0 .1rem;
}
.ny-tit h4:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.02rem;
    height: 0.04rem;
    background: #00549C;
}

.position{
    position: absolute;
    right: 0;
    top: 0;
    line-height: 0.48rem;
}
.position>*{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.16rem;
    color: #999999;
}
.position span{
    margin: 0 .02rem;
    font-family: 微软雅黑;
}
.position a.active{
    color: #00549C;
}


.n_list li{
    display: block;
    position: relative;
    line-height: 0.6rem;
    font-size: 0.16rem;
    border-bottom: 1px solid #e8e1e1;
    transition: all .5s;
    background-size: auto 0.6rem;
    background-position: right center;
    background-repeat: no-repeat;
}
.n_list li a{
    padding-left: 0.26rem;
    padding-right: 1.25rem;
}
.n_list li time{
    position: absolute;
    right: 0.1rem;
    top: 0;
    color: #777e6e;
}
.n_list li:before{
    content: '';
    position: absolute;
    left: 0.1rem;
    top: 50%;
    width: .05rem;
    height: .05rem;
    transform: translateY(-50%);
    background: #000000;
    border-radius: 50%;
}
.n_list li:hover{
    color: #fff;
    background: linear-gradient(270deg, #00549C 0%, #00549C 100%);
    background-size: 100% 100%;
    border: none;
}
.n_list li:hover:before {
    background: #fff;
}
.n_list li:hover time{
    color: #fff;
}

/*detail*/

.dtl-tit h4{
    font-size: .24rem;
    line-height: 1.5;
    color: #000;
    text-align: center;
    font-weight: 600;
    margin-bottom: .18rem;
}
.dtl-tit .dtl-ar {
    font-size: 0;
    text-align: center;
}
.dtl-ar span{
    display: inline-block;
    font-size: .16rem;
    line-height: .3rem;
    color: #999;
    margin: 0 .08rem;
}
.dtl-tit {
    padding-top: .5rem;
    padding-bottom: .07rem;
    border-bottom: 1px solid #dee4eb;
}

.dtl-txt p{
    font-size: .18rem !important;
    color: #000000;
    line-height: 2 !important;
    text-indent: 2em;
    margin-top: .32rem !important;
}
.dtl-txt img{
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}
.p-page{
    border-top: 1px solid #dee4eb;
    padding-top: 0.3rem;
    margin-top: 0.42rem;
}
.p-page p{
    font-size: 0.18rem;
    line-height: .34rem;
    color: #00549C;
}
.p-page p a{
    color: #333;
}
.p-page p:hover a{
    color: #00549C;
}



/*n_listTxt*/
.n_listTxt li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.22rem 0.2rem 0.25rem;
    transition: all .3s;
}
.n_listTxt li .pic{
    width: 1.98rem;
    height: 1.37rem;
}
.n_listTxt li .txt{
    width: calc(100% - 2.3rem);
}
.n_listTxt li .txt h2{
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.3rem;
    display: block;
    white-space: nowrap;
    margin-bottom: 0.12rem;
}
.n_listTxt li .txt p{
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #999;
    height: 0.52rem;
    margin-bottom: 0.1rem;
}
.n_listTxt li .txt time{
    display: block;
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.2rem;
}
.n_listTxt li{
    position: relative;
    border-bottom: 1px dashed #d4d5d8;
}
.n_listTxt li:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    right: 100%;
    height: 1px;
    background: #00549C;
    transition: .5s;
}
.n_listTxt li:hover:after{
    right: 0;
}
.n_listTxt li:hover a{
    background: #f0f3f6;
}
.n_listTxt li:hover .txt h3{
    color: #00549C;
}

.n_pic li{
    width: 33.33%;
    padding: 0 0.15rem;
    margin-bottom: 0.3rem;
}
.n_pic li a{
    display: block;
}
.n_pic li a .pic{
    padding-top: 64.92%;
}
.n_pic li a .txt h5{
    font-size: .22rem;
    color: #000000;
    line-height: .32rem;
    height: 0.64rem;
}
.n_pic li a .txt{
    padding: 0.15rem .25rem;
}
.n_pic{
    padding-top: .2rem;
    overflow: hidden;
}
.n_pic ul{
    margin: 0 -.15rem;
}

.n_tit2 h2{
    display: inline-block;
    font-size: .2rem;
    line-height: .24rem;
    position: relative;
    z-index: 3;
    padding-left: .05rem;
    padding-right: .05rem;
    background: #fff;
}
.n_tit2{
    position: relative;
    font-size: 0;
    padding-left: .76rem;
}
.n_tit2:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #00549C;
}

.n_tit2{
    margin-bottom: .42rem;
}

/*师资队伍*/

.szdw .szjs p{
    font-size: .18rem;
    line-height: .32rem;
    color: #366092;
    text-indent: 2em;
    font-weight: 600;
}
.szdw .item h2{
    font-size: .2rem;
    line-height: .42rem;
    color: #366092;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.szdw .item h2 i{
    display: block;
    font-size: .18rem;
    line-height: .24rem;
    margin-left: .05rem;
}
.szdw .item ul{
    font-size: 0;
}
.szdw .item ul li{
    display: inline-block;
    font-size: .18rem;
    color: #000;
    line-height: .4rem;
    transition: .5s;
    margin-right: .2rem;
}
.szdw .item ul li:hover{
    color: #366092;
    font-weight: 600;
}
.szdw .item{
    margin-top: .45rem;
}

.tdjs .item img{
    display: block;
    width: auto;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
}
.tdjs .item h2{
    font-size: .22rem;
    color: #4472c4;
    line-height: .42rem;
    font-weight: 600;
    margin-bottom: .15rem;
}

.tdjs .item p{
    font-size: .18rem;
    line-height: .28rem;
    color: #505050;
}
.tdjs .item .txt p{
    text-indent: 2em;
}
.tdjs .item .rwjs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tdjs .item .rwjs .pic{
    width: 1.85rem;
    height: 2.32rem;
}
.tdjs .item .rwjs .pic .a{
    background-position: top center;
}
.tdjs .item .rwjs .con{
    width: calc(100% - 2.2rem);
}
.tdjs .item .rwjs .con h4{
    font-size: .2rem;
    line-height: .3rem;
    color: #333;
    font-weight: 600;
    margin-bottom: .1rem;
}
.tdjs .item .rwjs .con p{
    -webkit-line-clamp: 8;
    max-height: 2.24rem;
}

.tdjs .item .cy_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tdjs .item .cy_list li{
    width: 48%;
    margin-bottom: .2rem;
}
.tdjs .item .cy_list li:nth-child(6n+1){
    margin-left: 0;
}
.tdjs .item .cy_list li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tdjs .item .cy_list li .pic{
    width: 1.2rem;
    height: 1.5rem;
}
.tdjs .item .cy_list li .pic .a{
    background-position: top center;
}
.tdjs .item .cy_list li .txt h4{
    font-size: .18rem;
    line-height: .3rem;
    color: #333;
    font-weight: 600;

}
.tdjs .item .cy_list li h5{
    font-size: .16rem;
    line-height: .28rem;
    color: #333;
    font-weight: 600;
}
.tdjs .item .cy_list li p{
    font-size: .16rem;
    line-height: .26rem;
    -webkit-line-clamp: 4;
    height: 1.04rem;
    text-indent: 0;
}
.tdjs .item .cy_list li .txt{
    width: calc(100% - 1.4rem);
}
.tdjs .item{
    margin-top: .35rem;
}

.n_tch_list li{
    width: 50%;
    padding: 0.15rem;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .5s;
    margin-bottom: 0.27rem;
}
.n_tch_list li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.n_tch_list li .pic{
    width: 1.6rem;
    height: 2rem;
}
.n_tch_list li .txt{
    width: calc(100% - 1.8rem);
}
.n_tch_list li .txt h2{
    font-size: .22rem;
    color: #333;
    line-height: 0.28rem;
    margin-bottom: 0.16rem;
    font-weight: 600;
}
.n_tch_list li .txt p{
    font-size: .16rem;
    line-height: .2rem;
    -webkit-line-clamp: 5;
    height: 0.5rem;
}
.n_tch_list li:hover{
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
}
.n_tch_list {
    padding-top: .2rem;
}



/*手机端内页菜单*/

#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #00549C;
}

#bnt_back {
    position: absolute;
    left: 15px;
    top: 0px;
}

#bnt_back img {
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

#bnt_back svg {
    fill: rgb(255, 255, 255);
    height: 30px;
    vertical-align: middle;
    width: 26px;
}

#m_n_nav i {
}

#m_n_nav h1 {
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0px;
    line-height: 50px;
}

#bnt_sub_nav {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 50px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#bnt_sub_nav svg {
    fill: rgb(255, 255, 255);
    height: 20px;
    vertical-align: middle;
    width: 20px;
}

#bnt_sub_nav img {
    display: block;
    height: 20px;
}

#bnt_sub_nav.on img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: rgb(240, 243, 245);
    display: none;
    -webkit-box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    z-index: 9;
}

#sub_nav_content ul {
    display: none;
}
#sub_nav_content ul li {
    display: block;
    line-height: 28px;

}

#sub_nav_content ul li a {
    display: block;

    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding-left: 10px;
    color: rgb(83, 84, 85);
}

#sub_nav_content ul li.on a {
    color: #00549C;
}

#sub_nav_content dl {
    font-size: 0px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: 10px 0px;
}

#sub_nav_content dt {
    position: relative;
    background: rgb(255, 255, 255);
    z-index: 999;
    width: 100%;
    display: block;
    margin-bottom: 0px;
    /*float: left;*/
    line-height: 30px;
    padding: 0 20px;
}
#sub_nav_content dt i{
    float: right;
    font-family: simsun;
    font-style: normal;
    font-weight: bold;
    font-size: .16rem;
}
#sub_nav_content dt a {

    display: inline-block;
    width: 88%;
    color: rgb(91, 83, 73);
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
}

#sub_nav_content dt a i {
    position: absolute;
    right: 15px;
    top: 0px;
    opacity: 0;
    display: none;
}

#sub_nav_content dt a {
}



#sub_nav_content dd {
    display: none;
}

#sub_nav_content dd .box {
    padding: 0px;
}

#sub_nav_content dd a {
    padding: 0px 25px;
    line-height: 30px;
    border-top: 1px solid rgb(231, 231, 231);
    font-size: 12px;
    color: rgb(91, 83, 73);
    display: block;
    height: 30px;
}

#sub_nav_content dd a.on {
    color: #00549C;
}

@media screen and (max-width: 1024px){
    .banner {
        margin-top: 0.75rem;
    }
    .banner .wp{
        padding: 0 !important;
    }
    .leftNav{
        display: none;
    }
    .n_container .aleft{
        width: 100%;
    }
    .ny-tit h4{
        font-size: .24rem;
    }
    .rightBox{
        width: 100%;
        padding-top: 0;

    }
    #m_n_nav{
        display: block;
    }
    .n_container{
        padding-top: .2rem;
        padding-bottom: .4rem;
        min-height: 500px;
    }


    .n_list li{
        font-size: .18rem;
    }
    .pagination{
        padding-top: .25rem;
    }

    .dtl-tit{
        padding-top: .25rem;
    }
    .p-page{
        padding-top: .2rem;
        margin-top: .3rem;
    }

    .n_system_list li{
        margin-bottom: .3rem;
    }

    .n_tch .block1 .txt h5 span{
        min-width: 50%;
        /*margin-right: .4rem;*/
    }
    .n_tch .block1{
        margin-top: .4rem;
        margin-bottom: .35rem;
    }
    .n_tch .tch_tit{
        margin-bottom: .2rem;
    }
    .n_tch .block2{
        margin-bottom: .3rem;
    }

    .tdjs .item{
        margin-top: .25rem;
    }
    .szdw .item{
        margin-top: .3rem;
    }
}

@media screen and (max-width: 768px){
    .position{
        position: static;
    }
    .n_listTxt li .pic{
        width: 100%;
        height: auto;
        padding-top: 69.19%;
    }
    .n_listTxt li .txt {
        width: 100%;
        padding: 0.2rem 0.1rem;
    }
    .n_listTxt li a{
        padding: 0;
    }
    .n_listTxt li{
        margin-bottom: 0.2rem;
    }
    .n_pic li{
        width: 50%;
        padding: 0 0.1rem;
        margin-bottom: 0.2rem;
    }
    .n_pic li a .txt{
        padding: 0.15rem 0.1rem;
    }
    .n_pic li a .txt h5{
        font-size: .2rem;
    }
    .n_pic ul{
        margin: 0 ;
    }

    .n_system_list li{
        width: 32%;
        margin-left: 2%;
    }
    .n_system_list li:nth-child(4n+1){
        margin-left: 2%;
    }
    .n_system_list li:nth-child(3n+1){
        margin-left: 0;
    }
    .n_tit2{
        padding-left: .3rem;
        margin-bottom: .3rem;
    }
    .n_system_list {
        padding-bottom: 0.1rem;
    }
    .n_tit2 h2{
        font-size: .24rem;
        font-weight: 600;
    }

    .n_tch_list li{
        width: 100%;
        margin-bottom: 0.2rem;
    }
    .n_tch_list li .txt h5{
        font-size: 0.16rem;
        white-space: break-spaces;
        word-break: break-all;
    }
    .n_tch_list li .txt h5 span{
        white-space: nowrap;
    }
    .n_tch .block1 .txt h5 span{
        min-width: auto;
        width: auto;
        margin-right: .3rem;
    }
    .n_tch .block1 .txt h5{
        margin-bottom: 0;
        line-height: .3rem;
    }
    .n_tch .block1 .txt h2{
        margin-bottom: .1rem;
    }
    .tdjs .item .cy_list li{
        width: 100%;
    }
    .n_tch_list li{
        width: 100%;
    }
    .n_tch_list li .txt h2{
        margin-bottom: .1rem;
    }
}

@media screen and (max-width: 640px) {
    .n_system_list li {
        width: 48%;
        margin-left: 0;
    }

    .n_system_list li:nth-child(4n+1) {
        margin-left: 0;
    }

    .n_system_list li:nth-child(3n+1) {
        margin-left: 0;
    }
    .n_tch_list li .pic {
        width: 1.4rem;
        height: 1.75rem;
    }
    .n_tch_list li .txt {
        width: calc(100% - 1.6rem);
    }
    .n_tch .block1{
        display: block;
    }
    .n_tch .block1 .pic{
        width: 1.67rem;
        height: 2.04rem;
        margin: 0 auto .1rem;
    }
    .n_tch .block1 .txt{
        width: 100%;
    }
    .n_tch .block1:before{
        display: none;
    }

    .n_pic2 li{
        width: 48%;
        margin-bottom: .2rem;
        margin-left: 0;
    }
    .n_pic2 ul{
        justify-content: space-between;
    }
    .n_pic2 li .txt h5{
        font-size: .2rem;
        white-space: normal;
        margin-bottom: .1rem;
    }
    .n_pic2 li .txt{
        padding-top: .1rem;
    }
    .n_pic2 li .pic time{
        left: 0;
        bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    .n_system_list li{
        width: 100%;
    }
    .n_system_list li span{
        font-size: .19rem;
    }
    .tdjs .item .rwjs{
        display: block;
    }
    .tdjs .item .rwjs .pic{
        margin: 0 auto;
    }
    .tdjs .item .rwjs .con {
        width: 100%;
        margin-top: .2rem;
    }
    .szdw .item{
        margin-top: .2rem;
    }
}