@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: #0063AF;
    color: #fff;
    border: 1px solid #0063AF;
}

.pagination a:hover {
    background: #0063AF;
    color: #fff;
    border: 1px solid #0063AF;
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem;
}
.banner{
    position: relative;
}
.banner .img img{
    display: block;
    width: 100%;
}
.banner:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("../images/b_mask.png") no-repeat bottom center;
}

.position{
    position: relative;
    font-size: .14rem;
    line-height: .22rem;
    color: #0063af;
}
.leftNav{
    align-self: flex-start;
    width: 18.75%;
    padding-bottom: .3rem;
    background: #f5f5f5;
    background-size: cover;
}
.leftNav .n_n_title{
    display: none;
}
.n_container{
    padding-top: .4rem;
    padding-bottom: .5rem;
}

.leftNav h1{
    font-size: .24rem;
    color: #fff;
    line-height: .8rem;
    text-align: center;
    background: #0063AF;
    font-weight: 600;
}
.leftNav .lv1 li h2{
    position: relative;
    font-size: .21rem;
    color: #000000;
    line-height: 0.32rem;
    padding: 0.2rem .5rem;
    transition: 0.5s;
}
.leftNav .lv1 li h2 i{
    position: absolute;
    right: .3rem;
    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: .08rem;
    height: 0;
    background: #0063AF;
    transition: .5s;
}
.leftNav .lv2{
    padding-left: .4rem;
    display: none;
}
.leftNav .lv2 li {
    font-size: .16rem;
    line-height: .26rem;
    color: #000;
    padding: .1rem ;
}
.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: #0063AF;
    font-size: .21rem;
    background: #fff;
}
.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: #0063AF;
}

.rightBox{
    width: calc(100% - 23.125% );
}
.n_tit{
    position: relative;
    padding-bottom: .18rem;
    margin-bottom: .25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #0063AF;
}
.n_tit h3{
    font-size: .3rem;
    color: #0063af;
}
.n_tit:after{
    position: absolute;
    /* content: ''; */
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(to right,#0063AF,#d1d2e4);
    background: -webkit-linear-gradient(to right,#0063AF,#d1d2e4);
    background: -moz-linear-gradient(to right,#0063AF,#d1d2e4);
    background: -ms-linear-gradient(to right,#0063AF,#d1d2e4);
    float: right !important;
    border-bottom: 1px solid #0063AF;
}


/*n_list*/

.n_list ul li {
    position: relative;
    padding: .17rem 0;
    border-bottom: 1px dashed #cccdd1;
}
.n_list ul li a{
    font-size: .18rem;
    color: #000;
    padding-left: .2rem;
    padding-right: 1.1rem;
    line-height: .31rem;
    transition: .5s;
    background: url(../images/lia.png) no-repeat left center;
}
.n_list ul li span{
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 0.17rem;
    color: #000000;
    line-height: .31rem;
    transform: translateY(-50%);
}
.n_list ul li p{
    position: absolute;
    right: 0;
    top: 50%;
    font-size: .16rem;
    color: #666666;
    line-height: .31rem;
    transform: translateY(-50%);
}
/*
.n_list ul li:before{
    position: absolute;
    content: '▲';
    left: 0;
    top: 50%;
    font-size: .16rem;
    line-height: .31rem;
    color: #000;
    transform: translateY(-50%);
}
*/
.n_list ul li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    height: 1px;
    bottom: -1px;
    background: #0063AF;
    transition: .5s;
}
.n_list ul li:hover:after{
    right: 0;
}
.n_list ul li:hover a{
    color: #0063AF;
    /* font-size: .2rem;*/
}


/*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: #0063AF;
    transition: .5s;
}
.n_listTxt li:hover:after{
    right: 0;
}
.n_listTxt li:hover a{
    background: #f0f3f6;
}
.n_listTxt li:hover .txt h3{
    color: #0063AF;
}

/*n_dtl*/
.n_dtl p{
    font-size: .16rem;
    line-height: 2em;
    color: #000000;
    text-indent: 2em;
    margin-top: 2em;
}
.n_dtl{
    padding-top: 0.01rem;
}

/*n_content*/

.n_content .rightBox{
    width: 100%;
}

.n_con_tit h2{
    font-size: .24rem;
    color: #000000;
    line-height: 1.5em;
    text-align: center;
    font-weight: 600;
    margin-bottom: .15rem;
}
.n_con_tit ul{
    font-size: 0;
    text-align: center;
}
.n_con_tit ul li{
    display: inline-block;
    font-size: .16rem;
    color: #888888;
    line-height: .44rem;
    margin: 0 .14rem;
    position: relative;
}
.n_con_tit ul li span{
    /* display: flex; */
    align-items: center;
}
.n_con_tit ul li span img{
    width: .25rem;
    cursor: pointer;
}

.n_con_tit{
    padding-bottom: 0.08rem;
    border-bottom: 1px solid #d6d9de;
}
.n_con_txt p{
    font-size: 16px !important;
    line-height: 200% !important;
    color: #000000;
    margin-top: 2em;
    text-indent: 2em;
    font-family: 宋体;
}
.n_con_txt img{
    display: block;
   
    max-width: 100%;
    margin: 0 auto;
}
.n_con_page {
    border-top: 1px solid #d6d9de;
    padding-top: .4rem;
    margin-top: .25rem;
}
.n_con_page p{
    font-size: .18rem;
    line-height: 2em;
    color: #000000;
}


/*n_list_pic*/

.img_zd {
    position: relative;
    width: 100%
}

.img_zd .img_hezi {
    padding-bottom: 60%;
    transition: .5s;
    background-size: cover !important;
}

.img_zd>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.n_list_pic li{
    width: 32%;
    margin-top: 0.3rem;
    padding: 0.2rem 0.2rem 0.1rem;
    border: 1px solid #d3def0;
    transition: .5s;
}
.n_list_pic li:nth-child(3n+2){
    margin-left: 2%;
    margin-right:2%;
}
.n_list_pic li a{
    display: block;
}
.n_list_pic li .img_zd{
    margin: 0 auto;
}
.n_list_pic li a .img_zd .img_hezi{
    padding-bottom: 2.2rem;
}
.n_list_pic li .txt{
    margin-top: 0.2rem;
    padding-top: .1rem;
    border-top: 1px solid #d3def0;
}
.n_list_pic li a .txt h2{
    font-size: .18rem;
    line-height: .24rem;
    color: #333;
}
.n_list_pic li a .txt p{
    font-size: .14rem;
    line-height: .24rem;
    color: #333;
}
.n_list_pic li:hover {
    border-color: #0063AF;
}
.n_list_pic li:hover a .txt h2{
    color: #0063AF;
}
/*师资列表*/
.n_szlist .n_item h3{
    display: inline-block;
    font-size: .16rem;
    line-height: .46rem;
    color: #fff;
    border-top-right-radius: .15rem;
    border-bottom-right-radius: .15rem;
    padding: 0 .3rem 0 .18rem;
    background: #0063AF;
    margin-bottom: .3rem;
}
.n_szlist .n_item ul li{
    width: 10%;
    margin-right: 2%;
    flex-shrink: 0;
    min-width: 1.15rem;
    margin-bottom: .2rem;
}
.n_szlist .n_item ul li a{
    display: block;
    font-size: .16rem;
    line-height: .42rem;
    color: #333;
    background: #F5F5F5;
    padding: 0 0.15rem;
    white-space: nowrap;
    text-align: center;
    transition: .5s;
}
.n_szlist .n_item ul li:hover a{
    color: #fff;
    background: #0063AF;
}
.n_szlist .n_item{
    margin-top: .3rem;
}










.sz-list ul li a {
    display: block;
    overflow: hidden;
    padding: 0.1rem;
    background-color: #fff;
    /* box-shadow: 0px 4px 6px 0px rgba(63, 63, 63, 0.23); */
    margin-top: 0.15rem;
    transition: all 0.3s;
    position: relative;
}

.sz-list ul li .imgList-pic {
    width: 1.56rem;
    margin-right: 1rem;
}

.sz-list ul li .imgList-pic .pic {
    padding-top: 150%;
    background-color: #e5e5e5;
}

.sz-list ul li .imgList-info {
    overflow: hidden;
}

.sz-list ul li .imgList-info h3 {
    font-size: 0.20rem;
    font-weight: bold;
    color: #393939;
    line-height: 0.32rem;
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
}

.sz-list ul li .imgList-info h3 span {
    padding-left: 0.1rem;
    font-size: 0.16rem;
    font-weight: bold;
    color: #00399a;
}

.sz-list ul li .imgList-info h4 {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #393939;
    margin-bottom: 0.4rem;
}

.sz-list ul li .imgList-info p {
    font-size: 0.16rem;
    font-weight: bold;
    color: #666;
    line-height: 0.32rem;
    margin-bottom: 0.1rem;
}

.sz-list ul li .imgList-info p img {
    vertical-align: middle;
    padding-right: 0.1rem;
}

.sz-list ul li .imgList-info>img {
    display: block;
    float: right;
    margin-top: 0.2rem;
    transition: all 0.3s;
}

.sz-list ul li:hover a {
    display: block;
    overflow: hidden;
    padding: 0.1rem;
    background-color: #fff;
    box-shadow: 0px 4px 6px 0px rgba(63, 63, 63, 0.23);
    margin-top: 0.15rem;
    transition: all 0.3s;
    position: relative;
}

.sz-list ul li:hover a .imgList-info h3 {
    color: #00399a;
}

.sz-list ul li:hover a .pic img {
    transform: scale(1.1);
}



.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}
@media screen and (max-width:480px){
    .sz-list ul li a {
        padding: 0.2rem;
    }

    .sz-list ul li .imgList-pic {
        float: none;
        margin: 0 auto;
    }

    .sz-list ul li .imgList-info {
        width: 100%;
        margin-top: 0.1rem;
    }

    .sz-list ul li .imgList-info h4 {
        margin-bottom: 0.1rem;
    }


}