@charset "utf-8";

.banner img{
    display: block;
    width: 100%;
}
.ny-main{
    padding-bottom: 0.46rem;
}
.leftNav{
    position: relative;
    float: left;
    width: 3.3rem;
    background: #276ACE;
    padding-left: 0.15rem;
    margin-right: 0.15rem;
    margin-top: -1.02rem;

}
.leftNav h4{
    position: relative;
    font-size: 0.3rem;
    line-height:1.02rem;
    color: #fff;
    text-align: center;
    font-weight: 600;
    background-image: linear-gradient(-90deg, #29bdd9 0%, #276ace 100%);
}
.leftNav>ul{
    background: #fff;
    padding-bottom: 0.19rem;
    box-shadow:5px 5px 10px -4px rgba(17, 17, 17, 0.15);
}
.leftNav>ul>li{
    position: relative;
    line-height: 0.63rem;
    border-top: 1px solid #e3e3e3;
}
.leftNav>ul>li:first-child{
    border: none;
}
.leftNav>ul>li>a{
    text-align: center;
    display: block;
    font-size: 0.18rem;
    color: #333333;
    padding: 0 0.1rem;
    transition: all .3s;
}
.leftNav>ul>li>span{
    position: absolute;
    top: 0;
    right: 0.3rem;
    height: 0.66rem;
    width: 0.12rem;
    background-image: url("../images/sub-down.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.12rem 0.07rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}
.leftNav>ul>li ul{
    background: #007aff30;
    display: none;
}
.leftNav>ul>li ul a{
    display: block;
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.67rem;
    text-align: center;
    transition: all .3s;
}
.leftNav>ul>li:hover span{
    opacity: 1;
    visibility: visible;
}
.leftNav>ul>li:hover,
.leftNav>ul>li.active,
.leftNav>ul>li.on{
    background-color: #f1f1f1;
}
.leftNav>ul>li.active>a,
.leftNav>ul>li.on>a{
    font-size: 0.2rem;
    font-weight: 600;
}
.leftNav>ul>li.on>a{
    font-weight: 600;
}

.leftNav>ul>li ul a:hover{
    color: #1b489d;
    font-weight: 600;
}
.ny-right {
    width: 10.2rem;

}
.ny-tit {
    position: relative;
    border-bottom: 1px solid #e2e2e2;
}
.ny-tit h4{
    position: relative;
    font-size: 0.3rem;
    display: inline-block;
    line-height: 0.82rem;
    color: #333333;
}
.ny-tit h4:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.03rem;

}
.ny-tit .position {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ny-tit .position>*{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.14rem;
    color: #666666;
    line-height: 1;
    margin: 0 1px;
}
.ny-tit .position img{
    width: 15px;
    height: 15px;
}
.ny-tit .position>a:hover{
    color:#1b489d;
}

/*list*/
.list li{
    line-height: 0.59rem;
    position: relative;
    font-size: 0.16rem;
    color: #333;
    border-bottom: 0.01rem dashed #c6c6c6;
}
.list li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 5px;
    height: 6px;
    background: url("../images/ny-img03.png") no-repeat 50%;
    transform: translateY(-50%);
}
.list li a{
    display: block;
    padding-left: 0.13rem;
    padding-right: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list li span{
    position: absolute;
    right: 0;
    top: 0;
}
.list li:hover a{
    color: #1b489d;
    font-weight: 600;
}
.list li:hover span{
    color: #1b489d;
}
.list{
    margin-top: 0.17rem;

}
/**/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 0.4rem;
}

.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: #1b489d;
    color: #fff;
    border: 1px solid #1b489d;
}

.pagination a:hover {
    background: #1b489d;
    color: #fff;
    border: 1px solid #1b489d;
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem;
}
/*pic-list*/

.pic-list li {
    padding: 0.36rem 0;
    border-top: 0.01rem dashed #c6c6c6;
}
.pic-list li:first-child{
    border: none;
}
.pic-list li a{
    display: block;
    overflow: hidden;
    font-size: 0;
}
.pic-list li a .cover_img {
    display: inline-block;
    vertical-align: middle;
    width: 2.3rem;
    height: 1.6rem;
    padding-top: unset;
}
.pic-list li a .txt{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 2.54rem);
    margin-left: 0.23rem;
}
.pic-list li a .txt h4{
    font-size: 0.18rem;
    color: #333333;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pic-list li a .txt p{
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.24rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.48rem;
    margin-top: 0.21rem;
}
.pic-list li a .txt span{
    display: block;
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.16rem;
    padding-left: 0.26rem;
    background: url('../images/ny-img06.png') no-repeat left center;
    background-size: 0.16rem;
    margin-top: 0.25rem;
}
.pic-list li:hover a .txt h4 {
    color: #1b489d;
}

/*dpzw*/

.dpzw p{
    font-size: 0.16rem;
    color: #333;
    line-height: 0.34rem;
    text-indent: 2em;
    margin-top: 0.34rem;
}
.dpzw p i{
    font-weight: 600;
}
/*content*/
.con-tit{
    padding-top: 0.45rem;
    margin-bottom: 0.25rem;
}
.con-tit h4{
    font-size: 0.24rem;
    color: #333333;
    line-height: 1.8;
    text-align: center;
}
.con-tit .con-tit-p {
    position: relative;
    font-size: 0;
    margin-top: 0.25rem;
}
.con-tit .con-tit-p p{
    text-align: center;
}
.con-tit .con-tit-p p span{
    display: inline-block;
    font-size: 0.15rem;
    color: #999999;
    line-height: 1;
    margin: 0 0.16rem;
}
.con-tit .con-tit-p>div{
    position: absolute;
    top: -0.1rem;
    right: 0;
    font-size: 0;
}
.con-tit .con-tit-p>div span{
    font-size: 0.15rem;
    color: #999999;
    display: inline-block;
    vertical-align: middle;
}
.con-tit .con-tit-p>div a{
    display: inline-block;
    vertical-align: middle;
    width: 0.32rem;
    height: 0.32rem;
    line-height: 0.32rem;
    font-size: 0.2rem;
    margin: 0 0.05rem;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.con-main p{
    font-size: 0.20rem;
    color: #333;
    line-height: 0.34rem;
    margin-top: 0.11rem;
    text-indent: 2em;
}
.con-main img{
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0.2rem auto;
}
.dpzw img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0.2rem auto;
}
.pnext p {
    text-indent: initial;
    font-size: 0.16rem;
    line-height: 0.48rem;
    color: #333333;
    font-weight: 600;
}

.pnext p a {
    font-size: 0.16rem;
    color: #333333;
    font-weight: normal;
}
.pnext p:hover a {
    color: #1b489d;
}


@media screen and (max-width: 1024px){

}
@media screen and (max-width: 1024px){
    .pic-list li a .txt p{
        line-height: 0.36rem;
        height: 0.72rem;
    }
    .leftNav, .ny-right{
        float: none;
        width: auto;
    }
    .leftNav{
        margin-top: 0.3rem;
        margin-right:0;
        padding-left: 0.1rem;
    }
    .leftNav h4{
        line-height: 0.9rem;
        font-size: 0.3rem;
        text-align: left;
        padding-left: 0.25rem;
    }
    .leftNav h4 span {
        position: absolute;
        top: 50%;
        right: 0.15rem;
        width: 0.37rem;
        height: 0.46rem;
        transform: translateY(-50%);
        background: url('../images/ny-img13.png') no-repeat center center;
        background-size: 0.3rem;
    }
    .leftNav>ul{
        display: none;

    }
    .leftNav>ul>li>a{
        font-size: 13px;
        text-align: left;
        padding-left: 0.25rem;
    }
    .leftNav>ul>li>span{
        right: 0.25rem;
        width: 0.2rem;
        background-size: 0.2rem;
        opacity: 1;
        visibility: visible;
    }
    .leftNav>ul>li ul a{
        font-size: 12px;
        text-align: left;
        padding-left: 0.35rem;
    }
    .ny-tit h4{
        font-size: 0.32rem;
    }
    .list li {
        font-size: 0.26rem;
        line-height: 0.84rem;
    }
    .list li a{
        padding-left: 0.25rem;
        padding-right: 1.65rem;
    }
    .pic-list li a .txt h4{
        font-size: 0.28rem;
    }
    .pic-list li a .txt p{
        font-size: 0.24rem;
        line-height: 0.46rem;
        height: 0.92rem;
    }
    .pic-list li a .txt span{
        font-size: 0.24rem;
        padding-left: 0.35rem;
        background-size: 0.25rem;
        line-height: 0.44rem;
        margin-top: 0.15rem
    }
    .pic-list li a .cover_img{
        width: 3.2rem;
        height: 2.2rem;
    }
    .pic-list li a .txt{
        width: calc(100% - 3.43rem);
    }
    .dpzw p,
    .con-main p
    {
        font-size: 0.26rem;
        line-height: 1.8;
    }
    .pnext p ,
    .pnext p a,
    .con-li li a{
        font-size: 0.26rem;
        line-height: 2;
    }
    .con-info span{
        font-size: 0.26rem;
    }
    .con-li li a {
        padding-left: 0.25rem;
    }
    .con-tit h4{
        font-size: 0.3rem;
    }
    .con-tit .con-tit-p p span,
    .con-tit .con-tit-p>div span{
        font-size: 0.25rem;
    }
    .con-tit .con-tit-p>div{
        position: static;
        margin-top: 0.3rem;
        text-align: center;
    }
    .con-tit .con-tit-p>div a{
        width: 24px;
        height: 24px;
        font-size: 14px;
        line-height: 24px;
    }
    .con-tit .con-tit-p>div a.a1{
        /* background-size: 21px; */
    }
    .con-tit .con-tit-p>div a.a2{
        background-size: 23px;
    }
    .con-tit .con-tit-p>div a.a3{
        background-size: 20px;
    }
}

@media screen and (max-width: 550px){
    .leftNav h4{
        padding-left: 0.15rem;
    }
    .ny-tit .position{
        position: static;
        transform: none;
    }
    .ny-tit .position{
        line-height: 3;
    }
    .pic-list li a .cover_img{
        display: block;
        width: auto;
        height: auto;
        padding-top: 69.56%;
    }
    .pic-list li a .txt{
        display: block;
        width: auto;
        margin-left: auto;
        margin-top: 0.25rem;
    }
}

/*new*/
.a-list a{
    display: block;
    overflow: hidden;
    float: left;
    width: calc(33.33% - 0.45rem);
    margin: 0.24rem 0.225rem;
}
.a-list a .pic{
    padding-top: 67.1%;
}
.a-list a .txt {
    padding: 0.18rem 0.32rem;
    background: #fff;
    transition: all .3s;
}

.a-list a .txt p{
    font-size: 0.18rem;
    color: #111;
    line-height: 0.3rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.6rem;
}
.a-list a:hover .txt{
    background: #1b489d;
}
.a-list a:hover .txt p{
    color: #fff;
}
.a-list{
    margin: 0.16rem -0.225rem 0;
    overflow: hidden;
}
@media screen and (max-width: 800px){
    .a-list a{
        width: calc(50% - 0.3rem);
        margin: 0.15rem;
    }
    .a-list a .txt p{
        font-size: 0.22rem;
        line-height: 0.38rem;
        height: 0.76rem;
    }
    .a-list{
        margin: 0.16rem -0.15rem 0;
    }
}

@media screen and (max-width: 550px){
    .a-list a{
        float: none;
        width: auto;
        margin: 0.25rem 0.15rem;
    }
}




/*师资力量*/
.szly{
    margin-top: 0.4rem;
}
.szly .item{
    background: #eeeeee;
    margin-bottom: 0.2rem;
}
.szly .item h4{
    display: inline-block;
    font-size: 0.18rem;
    line-height: 2.5em;
    color: #fff;
    background: #1b489d;
    min-width: 3rem;
    padding: 0 0.24rem;
}
.szly .item ul li{
    width: 16.66%;
    float: left;
}
.szly .item ul li a{
    display: block;
    font-size: 0.16rem;
    line-height: 3em;
    color: #333333;
    text-align: left;
    text-align-last: justify;
    width: 1.2rem;
    padding-left: 0.65rem;
}
.szly .item ul{
    padding: 0.14rem 0 0.15rem;
}
.szly .item ul li:hover a{
    color:#1b489d;

}

/*师资介绍*/
.szjs{
    margin-top: 0.4rem;
}
.szjs li{
    width: 48.23%;
    background: #f5f5f5;
    margin-bottom: 0.2rem;
}
.szjs li a{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.2rem;
}
.szjs li a .cover_img{
    width: 35.4%;
    height: 2rem;
}
.szjs li a .txt{
    width: 57.52%;
}
.szjs li a .txt h4{
    font-size: 0.18rem;
    color: #333333;
    font-weight: 600;
    line-height: 2em;
    margin-bottom: 0.1rem;
}
.szjs li a .txt i{
    display: block;
    width:0.4rem;
    height:0.03rem;
    background: #1b489d;
    margin-bottom: 0.15rem;
}
.szjs li a .txt p{
    font-size: 0.14rem;
    line-height: 2.14em;
    color: #666;
}
@media screen and (max-width: 1024px){
    .szly .item h4{
        font-size: 0.26rem;
    }
    .szly .item ul li a{
        font-size: 0.2rem;
    }
}
@media screen and (max-width: 640px){
    .szjs li{
        width: 100%;
    }
    .szjs li a .cover_img{
        height: 39.06vw;
    }
    .szjs li a .txt h4{
        font-size: 0.24rem;
    }
    .szjs li a .txt p{
        font-size: 0.2rem;
    }
    .szly .item ul li{
        width: 25%;
    }
    .szly .item ul li a{
        padding-left: 0.3rem;
    }
}
@media screen and (max-width: 480px){
    .szly .item ul li{
        width: 33.33%;
    }

}