@charset "utf-8";
.banner img{
    display: block;
    width: 100%;
}
.n_container{
    background: url("../images/n_container.jpg") no-repeat right bottom;
    padding-bottom: 2.6rem;
}
.leftNav{
    position: relative;
    width: 20.86%;
    align-self: flex-start;
    margin-top: -1.03rem;
}
.leftNav .leftTit h4{
    font-size: 0.36rem;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 0.05rem;
}
.leftNav .leftTit p{
    font-size: 0.28rem;
    color: rgba(255, 255, 255, 0.2);
    line-height: 1.2em;
    letter-spacing: -4px;
}
.leftNav .leftTit{
    position: relative;
    margin-right: -0.14rem;
    padding: 0.45rem 0.2rem 0.29rem 0.22rem;
    background: url("../images/leftTit.png") no-repeat 50%;
    background-size: cover;
}
.leftNav .leftTit i{
    position: absolute;
    width: 0.09rem;
    top: 0;
    bottom: 0;
    right: 0.2rem;
    background: url("../images/leftTit01.png") no-repeat 50%;
    background-size: 0.09rem;
    display: none;
}
.leftNav .lv1>li>h2{
    font-size: 0.24rem;
    line-height: 3.42em;
    padding-left: 0.18rem;
    position: relative;
    cursor: pointer;
}
.leftNav .lv1>li>h2 i{
    position: absolute;
    width: 0.09rem;
    top: 0;
    bottom: 0;
    right: 0.2rem;
    background: url("../images/left-icon04.png") no-repeat 50%;
    background-size: 0.09rem;
}
.leftNav .lv1>li>h2:after{
    position: absolute;
    content: '';
    left: 0;
    top: -1px;
    right: 100%;
    height: 2px;
    background: linear-gradient(#0988ba,#37debc);
    background: -webkit-linear-gradient(#0988ba,#37debc);
    background: -moz-linear-gradient(#0988ba,#37debc);
    background: -ms-linear-gradient(#0988ba,#37debc);
}
.leftNav .lv1>li,
.leftNav .lv2>li{
    border-top: 1px dashed #d9e1e5;
}
.leftNav .lv1>li:first-child,
.leftNav .lv2>li:first-child{
    border: 0;
}
.leftNav .lv2>li>h2{
    font-size: 0.2rem;
    color: #333333;
    line-height: 2.85em;
    padding-left: 0.18rem;
    padding-right: 0.4rem;
    position: relative;
}
.leftNav .lv2>li>h2 a{
    display: block;
}
.leftNav .lv2>li>h2 i{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0.3rem;
    width: 0.07rem;
    background: url("../images/left-icon04.png") no-repeat 50%;
    background-size: 0.07rem;
}

.leftNav .lv3>li a{
    display: block;
    font-size: 0.16rem;
    line-height: 1.75em;
    color: #5a5a5a;

}
.leftNav .lv3>li a i{
    display: inline-block;
    width: 0.08rem;
    height: 0.1rem;
    background: url("../images/left-icon02.png") no-repeat 50%;
    background-size: 0.08rem;
    margin-right: 2px;
}
.leftNav .lv3>li{
    padding: 0.085rem 0;
}
.leftNav .lv2>li:hover h2 i,
.leftNav .lv2>li.active h2 i{
    background-image: url("../images/left-icon01.png");
}
.leftNav .lv3>li:hover a i,
.leftNav .lv3>li.active a i{
    background-image: url("../images/left-icon03.png");
}
.leftNav .lv3>li:hover a ,
.leftNav .lv3>li.active a{
    color: #0988ba;
}
.leftNav .lv3{
    display: none;
    padding: 0.16rem 0.5rem 0.2rem 0.4rem;
}
.leftNav .lv2>li:hover>h2,
.leftNav .lv2>li.active>h2{
    color: #fff;
    background: linear-gradient(to right,#0988ba,#37ddbc);
    background: -webkit-linear-gradient(to right,#0988ba,#37ddbc);
    background: -moz-linear-gradient(to right,#0988ba,#37ddbc);
    background: -ms-linear-gradient(to right,#0988ba,#37ddbc);
}
.leftNav .lv2{
    display: none;
    padding-bottom: 0.26rem;
}
.leftNav .lv1{
    margin-top: -0.1rem;
    padding: 0.19rem 0.2rem 0.18rem;
    background: #edf6fb;
}
.leftNav .lv1>li.on>h2:after,
.leftNav .lv1>li.active>h2:after,
.leftNav .lv1>li:hover>h2:after{
    right: 0;
}
.leftNav .lv1>li.on>h2 i,
.leftNav .lv1>li:hover>h2 i,
.leftNav .lv2>li:hover>h2 i ,
.leftNav .lv2>li.on>h2 i{
    transform: rotate(90deg);
    transition: all .3s;
}
.leftNav .lv1>li.on,
.leftNav .lv1>li.active,
.leftNav .lv1>li:hover{
    background: #fff;
}
.leftNav .lv1>li.on>h2,
.leftNav .lv1>li.active>h2,
.leftNav .lv1>li:hover>h2{
    color: #0e7bb0;
    font-weight: 600;
}
.rightBox{
    width: 75%;
}
.ny-tit{
    margin-top: 0.16rem;
    margin-bottom: 0.2rem;
    position: relative;
    border-bottom: 2px solid #bee0ed;
}
.ny-tit h4{
    font-size: 0.3rem;
    color: #333333;
    line-height: 2em;
}
.ny-tit .position{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ny-tit .position img{
    width: 0.12rem;
    height: 0.14rem;

}
.ny-tit .position a,
.ny-tit .position span{
    font-size: 0.14rem;
    color: #666666;
    line-height: 2em;
    margin-left: 0.07rem;
}
.ny-tit .position a:hover,
.ny-tit .position a.active{
    color: #0e7bb0;
}

/*list*/
.list li{
    padding: .2rem 0;
    border-bottom: 1px dashed #ddd;
    position: relative;
    padding-right: 1.2rem;
}
.list li h4{
    font-size: .18rem;
    line-height: 1.4em;
    color: #333;
}
.list li time {
    color: #666;
    position: absolute;
    right: 0;
    top: .2rem;
}
.list li:hover h4{
    color: #0e7bb0;
}

/**/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 0.3rem;
}

.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: #0e7bb0;
    color: #fff;
    border: 1px solid #0e7bb0;
}

.pagination a:hover {
    background: #0e7bb0;
    color: #fff;
    border: 1px solid #0e7bb0;
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem;
}
/*detail*/
.detail .dtl-txt h4{
    font-size: 0.24rem;
    color: #333;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: .2rem;
}
.detail .dtl-txt p{
    font-size: .18rem !important;
    line-height: 1.8em !important;
    margin-bottom: .2rem !important;
    text-indent: 2em;
}
/*content*/
.ny-tit.con .position{
    position: static;
    transform: none;
    justify-content: flex-start;
}
.ny-tit.con{
    padding: 0.12rem 0;
}

.con-tit h4{
    font-size: 0.24rem;
    color: #333;
    line-height: 1.5em;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0.2rem;
}
.con-tit p{
    font-size: 0;
    text-align: center;
}
.con-tit p span{
    display: inline-block;
    font-size: 0.16rem;
    line-height: 2em;
    color: #666;
    margin: 0 0.2rem;
}
.con-tit {
    padding: 0.2rem 0 ;
    border-bottom: 2px solid #0e7bb0;
    margin-bottom: 0.25rem;
}
.con-txt p{
    font-size: .18rem;
    line-height: 1.8em;
    margin-bottom: .2rem;
    text-indent: 2em;
}
.con-txt img{
    display: block;
    width: auto;
    margin: 0 auto;
}
.p-page p{
    font-size: 0.18rem;
    color: #333;
    line-height: 2em;
}
.p-page p a:hover{
    color: #0e7bb0;
}
.p-page{
    border-top: 1px solid #ccc;
    padding-top: 0.2rem;
    margin-top: 0.4rem;
}

/*pic-txt*/
.pic-txt ul li a{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pic-txt ul li a .cover_img{
    width: 2.93rem;
    height: 1.99rem;
}
.pic-txt ul li a  .txt{
    width: calc(100% - 3.25rem);
}
.pic-txt ul li a  .txt h4{
    font-size: 0.2rem;
    line-height: 1.5em;
    color: #333333;
    margin-bottom: 0.1rem;
    font-weight: 600;
}
.pic-txt ul li a  .txt time{
    display: block;
    font-size: 0.16rem;
    line-height: 1.5em;
    color: #333333;
    margin-bottom: 0.05rem;
    font-family: Arial;
    padding-left: 0.25rem;
    background: url("../images/s1-img05.png") no-repeat left;
    background-size: 0.16rem;
}
.pic-txt ul li a  .txt p{
    font-size: 0.16rem;
    line-height: 1.85em;
    color: #333333;
    height: 3.7em;
}
.pic-txt ul li {
    padding: 0.2rem 0;
    border-top: 1px dashed #ddd;
}
.pic-txt ul li:first-child{
    border: 0;
}
.pic-txt ul li:hover .txt h4{
    color: #0e7bb0;
}

/*pic*/
.pic-list ul li{
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.3rem;
}
.pic-list ul li:nth-child(3n+1){
    margin-left: 0;
}
.pic-list ul li a{
    display: block;

}
.pic-list ul li a .cover_img{
    padding-top: 75%;
    margin-bottom: 0.15rem;
}
.pic-list ul li a p{
    font-size: 0.18rem;
    line-height: 1.5em;
    color: #333;
    text-align: center;
}
.pic-list ul li:hover a p{
    font-weight: 600;
    color: #0e7bb0;
}

/*teacher-list*/

.teacher-list .item h4 span{
    display: inline-block;
    font-size: 0.21rem;
    color: #fff;
    line-height: 2em;
    background: linear-gradient(90deg, #0988ba 0%, #37ddbc 100%);
    border-radius: 0.2rem;
    padding: 0 0.15rem;
}
.teacher-list .item h4{
    border-bottom: 1px solid #37ddbc;
    margin-bottom: 0.3rem;
}
.teacher-list .item  ul li{
    width: 15%;
    margin-left: 2%;
    margin-bottom: 0.2rem;
}
.teacher-list .item  ul li:nth-child(6n+1){
    margin-left:0;
}
.teacher-list .item  ul li a{
    display: block;
}
.teacher-list .item  ul li a .cover_img{
    padding-top: 149.63%;
}
.teacher-list .item  ul li a p{
    font-size: 0.18rem;
    line-height: 1.5em;
    color: #333;
    text-align: center;
    margin-top: 8px;
}
.teacher-list .item{
    margin-top: 0.2rem;
}

/*师资详情*/
.teacher-info .t-info .imgBox{
    width: 1.8rem;
    position: relative;
    align-self: flex-start;
}
.teacher-info .t-info .cover_img{
    height: 2.54rem;
    z-index: 3;
}
.teacher-info .t-info .imgBox:after{
    position: absolute;
    content: '';
    bottom: -0.1rem;
    right: -0.1rem;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #4eaf4b 0%, #75c9e3 100%);
}
.teacher-info .t-info .txt{
    width: calc(100% - 2.3rem);
    align-self: flex-end;
}
.teacher-info .t-info .txt p{
    font-size: 0.20rem;
    line-height: 2em;
    color: #555;

    word-break: break-word;
}
.teacher-info .t-info .txt p span{
    font-size: 0.18rem;
}
.teacher-info .t-info{
    padding: 0.35rem 0.2rem;
    background: #fafafa;
}
.teacher-info .t-item h4 span{
    font-size: .18rem;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(90deg, #0e7bb0 0%, #36dcbc 100%);
    line-height: 2.5em;
    padding: 0 0.15rem;
    display: inline-block;
    border-radius: 0.08rem;
}
.teacher-info .t-item h4{
    border-bottom: 1px solid #0e7bb0;
    margin-top: 0.24rem;
    margin-bottom: 0.24rem;
}
.teacher-info .t-item .txt h6{
    font-size: 0.2rem;
    line-height: 1.9em;
    color: #111;
    font-weight: 600;

}
.teacher-info .t-item .txt ul p{
    font-size: 0.18rem;
    line-height: 2.2em;
    color: #000;

}
.teacher-info .t-item .txt ul li{
    padding-left: 0.25rem;
    position: relative;
}
.teacher-info .t-item .txt ul li:after{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 0.06rem;
    height: 0.06rem;
    background: #0e7bb0;
    border-radius: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1024px){
    .banner{
        margin-top: 0.75rem;
    }
    .n_container{
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }
    .leftNav{
        width: 100%;
        margin-top: 0;
        margin-bottom: 0.2rem;
    }
    .leftNav .leftTit h4{
        margin-bottom: 0;
        font-size: 0.26rem;
    }
    .leftNav .leftTit p{
        display: none;
    }
    .leftNav .leftTit{
        margin-right: 0;
        padding: 0.15rem 0.2rem;
    }
    .leftTit i{
        display: block;
    }
.leftNav .leftTit i{
        display: block;
    }
    .leftNav .lv1{
        margin-top: 0;
    }
    .leftNav .lv1>li>h2{
        font-size: 0.2rem;
        line-height: 3em;
    }
    .leftNav .lv1{
        padding: 0.2rem 0;
        display: none;
    }
    .leftNav .lv2>li>h2{
        font-size: 0.18rem;
        line-height: 3em;
        padding-right: 0.6rem;
    }
    .leftNav .lv2{
        padding-bottom: 0;
    }
    .leftNav .lv3{
        padding:0.1rem 0.2rem;
    }
    .leftNav .lv3>li a{
        font-size: 0.17rem;
    }
    .rightBox{
        width: 100%;
    }
    .ny-tit h4{
        font-size: 0.26rem;
    }
    .ny-tit{
        margin-top: 0;
        margin-bottom: 0.1rem;
    }
    .ny-tit.con .position{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 768px){
    .list li h4,
    .detail .dtl-txt p,
    .con-txt p{
        font-size: .2rem;
    }
    .list li time{
        top: .22rem ;
    }
.con-txt table{word-break:break-all; }
.con-txt table p{text-indent:0 !important; }
.con-txt img{width:100%;height:auto;}
    .pic-txt ul li a .txt p{
        font-size: .18rem;
    }
    .teacher-list .item ul li{
        width: 18%;
        margin-left: 2.5%;
    }
    .teacher-list .item ul li:nth-child(6n+1){
        margin-left: 2.5%;
    }
    .teacher-list .item ul li:nth-child(5n+1){
        margin-left: 0;
    }
    .teacher-list .item ul li a p{
        font-size: .2rem;
    }
.detail .dtl-txt p img{width:100%;height:auto; margin-left:-24px;}
}
@media screen and (max-width: 640px){
    .ny-tit .position{
        position: static;
        margin-bottom: 0.1rem;
        transform: none;
        justify-content: flex-start;
    }
    .pic-txt ul li a .cover_img{
        width: 100%;
        height: auto;
        padding-top: 67.92%;
    }
    .pic-txt ul li a .txt{
        width: 100%;
        padding-top: 0.2rem;
    }
    .pic-list ul li{
        width: 48%;
        margin-left: 0;
        margin-bottom: 0.2rem;
    }
    .teacher-list .item ul li{
        width: 23%;
        margin-left: 2.6%;
    }
    .teacher-list .item ul li:nth-child(6n+1){
        margin-left: 2.6%;
    }
    .teacher-list .item ul li:nth-child(5n+1){
        margin-left: 2.6%;
    }
    .teacher-list .item ul li:nth-child(4n+1){
        margin-left: 0;
    }
    .teacher-info .t-info .txt{
        width: calc(100% - 2.2rem);
    }
}

@media screen and (max-width: 480px){
    .teacher-list .item ul li{
        width: 32%;
        margin-left: 2%;
    }
    .teacher-list .item ul li:nth-child(6n+1),
    .teacher-list .item ul li:nth-child(4n+1){
        margin-left: 2%;
    }
    .teacher-list .item ul li:nth-child(5n+1){
        margin-left: 2%;
    }
    .teacher-list .item ul li:nth-child(3n+1){
        margin-left: 0;
    }
    .teacher-info .t-info .imgBox{
        width: 1.6rem;
    }
    .teacher-info .t-info .cover_img{
        height: 2.24rem;
    }
    .teacher-info .t-info .txt{
        width: calc(100% - 2rem);
    }
}