.teacherTeam{
    background-color: #352C84;
}
.teacherTeam .contain{
    overflow: hidden;
}
/* banner */
.banner{
    position: relative;
    text-align: right;
}
.banner .b_bg{
    width: 100%;
}
.banner .b_txt{
    position: absolute;
    left: 10%;
    top: 44%;
    height: 37%;
}
.banner .mimg{
	display: none;
}
.item-title{
    width: 100%;
    padding: 35px 0;
    text-align: center;
    position: relative;
}
.item-title span{
    display: inline-block;
    padding: 0 35px;
    font-size: 24px;
    color: #cca84d;
    font-weight: bold;
    background-color: white;
    position: relative;
    z-index: 5;
}
.item-title::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #eee;
}

/*info*/
.info{
    background-color: #f3f3f3;

}
.info .info-cont{
    width: 83.3333%;
	max-width: 1600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 50px 0;
    font-size: 18px;
    line-height: 36px;
}
.info .info-cont .txt{
    padding-left: 40px;
    color:#333333;
    text-align: justify;
}
.info .info-cont .img{
    margin-left: 40px;
}

.cont{
    width: 83.3333%;
	max-width: 1600px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.cont .top-nav{
    padding: 40px 0;
    color: #333;
    display: flex;
    align-items: center
}
.cont .top-nav .tit{
    font-size: 36px;
    margin-right: 40px;
    margin-left: 50px;
    font-weight: bold;
}
.cont .top-nav .list{
    display: flex;
    align-content: center;
    font-size: 12px;
    color: rgba(153,153,153,46%);
    margin-left: 30px;
}
.cont .top-nav .list i{
    font-style: normal;
    margin-left: 5px;
}
.search-input{
    border: 1px solid #ddd;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    padding: 3px;
    margin-left: 74px;
}
.search-input .search{
    border:none;
    padding-left: 10px;
}
.search-input .search:hover,.search-input .search:focus{
    border: none;
    outline: none;
}
.search-input .search-img{
    cursor: pointer;
}
.area{
    display: flex;
}
.area-left{
    /* width: 280px;
    margin-right: 30px; */
    flex-shrink: 0;
}
.area-nav{
    text-align: center;
    width: 230px;
    margin-right: 49px;
    box-shadow: 0px 0px 4px 0px rgba(204, 168, 77, 0.35);
    background-color: #f3f3f3;
    border-bottom: 1px solid #fff;
}
.area-nav .tit{
    background-color: #cca84d;
    color:#fff;
    padding: 19px 0;
    width: 100%;
    font-size: 24px;

}
.area-nav .tit a {
    color: inherit;
    font-size: 22px;
}
.area-nav ul li{
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid white;
    font-size: 16px;
}
.area-nav ul li:last-child{
    border-bottom: none;
}
.area-nav ul li > a{
    display: block;
    padding: 20px 0;
    width: 100%;
    line-height: 1.25;
}
.area-nav ul li.active,.area-nav ul li:hover{
    background-color: #fff;
}

.area-nav ul li.third{
    text-align: center;
}
.area-nav ul li.third.active{
    background-color: white;
    padding-bottom: 5px;
}
.area-nav ul li.third.active div{
    display: block;
}
.area-nav ul li.third span{
    display: block;
    padding: 19px 0;
    width: 100%;
}

.area-nav ul li.third div{
    margin: 0 auto;
    width: 75%;
    display: none;
}

.area-nav ul li.third div a{
    display: block;
    color: #999;
}
.area-nav ul li.third div a.active,
.area-nav ul li.third div a:hover{
    background-color: #f3f3f3;
    border-radius: 15px;
}
.area-nav ul li.third div:not(:first-child){
    margin-top: 3px;
}

.area-right{
    flex-shrink: 1;
    flex: auto;
    width: calc(100% - 280px);
}
.area-right .page-list{
    display: flex;
    flex-wrap: wrap;
}
.area-right .page-list .page{
    width: 30%;
    margin-bottom: 60px;
    background-color: #EDEFF1;
    text-align: center;
    position: relative;
}
.area-right .page-list .page:not(:nth-child(3n-2)){
    margin-left: 5%;
}
.area-right .page-list .page.page2{
    margin: 0 5% 40px 5%;
}
.area-right .page-list .page .name{
    color: #000;
    font-weight: 700;
    height: 66px;
    box-sizing: border-box;
    font-size: 21px;
    padding: 23px 0 16px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.area-right .page-list .page .avatar{
    margin-bottom: 19px;
    max-width: 100%;
}
.area-right .page-list .page .skill{
    color: #000;
    padding: 8px 8px 15px;
    font-weight: 400;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 53px;
}
.area-right .page-list .page .txt{
    font-size: 16px;
}
.area-right .page-list .page .txt .c_333{
    padding-bottom: 8px;
    font-size: 18px;
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.area-right .page-list .page .txt .c_666{
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.page-list .page .avatar{
    margin: 0 auto;
    width: 44.7368%;
    padding-top: 44.7368%;
    position: relative;
    min-width: 100px;
    min-height: 100px;
}
.page-list .page .avatar img{
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.area-right .row2{
    display: none;
    background: url(../../../image/teacher_image/teamBg.png) 100% 100% no-repeat;
    background-size: contain;
    background-position: 0 100%;
    background-color: #3a24a1;

    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.area-right .page:hover .row2{
    display: block;
}

.area-right .page .email{
    position: absolute;
    bottom: 10px;
    font-size: 16px;
    color: #CCA84D;
    width: 100%;
}
.area-right .page .email .img{
    margin-left: 4px;
    vertical-align: -3px;
}
.area-right .page .btn{
    margin: 11.25px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 152px;
    height: 43px;
    background: #CCA84D;
    box-shadow: 0px 5px 6px 1px rgb(0 158 249 / 35%);
    border-radius: 19px;
}
.area-right .page .btn .s-txt{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

@media only screen and (max-width:1200px){
    .area-left,
    .cont .top-nav{
        display: none;
    }
    .area-right{
        width: 100%;
    }
    .area{
        margin-top: 35px;
    }
    .info .info-cont{
        flex-direction: column;
        align-items: flex-start;
        padding: 35px 0;
    }
    .info .info-cont .txt{
        padding-left: 0;
        width: 100%;
        margin-top: 20px;
    }
    .cont{
        width: 97%;
    }
    .area-right .page-list .page{
        width: 32%;
        margin-bottom: 20px;
    }
    .area-right .page-list .page:not(:nth-child(3n-2)){
        margin-left: 2%;
    }
}
@media only screen and (max-width: 767px){
    .banner .pimg{
        display: none;
    }
    .banner .mimg{
        display: block;
    }
    .area-right .page-list .page .txt .c_333{
        font-size: 14px;
    }
}
@media only screen and (max-width:480px){
    .info .info-cont{
        display: block;
        text-align: center;
        width: 96%;
    }
    .info .info-cont .txt{
        text-align: left;
        padding-top: 0px;
        padding-left: 0;
        margin-top: 0;
        font-size: 16px;
        line-height: 30px;
        width: 100%;
    }
    .info-cont .img{
        width: 30%;
        display: none;
    }
    .area-right .page-list .page .name{
        font-size: 16px;
        height: 42px;
        padding: 12px 0;
    }
    .area-right .page-list .page .skill{
        font-size: 16px;
    }
    .area-right .page-list .page .avatar{
        margin-bottom: 10px;
        min-width: 85px;
        min-height: 85px;
    }
    .area-right .page-list .page .txt{
        font-size: 14px;
    }
    .area-right .page-list .page{
        margin-bottom: 20px;
    }
    .area-right .page .btn{
        width: 100px;
        height: 30px;
    }
    .area-right .page .btn .s-txt{
        font-size: 12px;
    }
    .area-right .page .email{
        font-size: 12px;
    }
}