/*teach-nav*/
.teach-nav{
    padding: 0.7rem 0.4rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.teach-item{
    width: 1.8rem;
    height: 1.43rem;
    border-radius: 0.15rem;
    font-size: 0.315rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    opacity: 0.9;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #7fc8d2;
    color: #ffffff;
    border: none;
    box-sizing: border-box;
}
.teach-nav .active{
    background-color: #ffffff;
    border: solid 0.02rem #c9c9c9;
    font-family: NotoSansHans-Medium;
    color: #2c3e50;
}
.expert-team-ul{
    padding: 0.24rem 0.67rem 0;
}
.expert-team-li{
    height: 2.92rem;
    background-color: #ffffff;
    box-shadow: 0rem 0.07rem 0.167rem 0.013rem rgba(42, 88, 89, 0.33);
    border-radius: 0.3rem;
    margin-top: 0.18rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.3rem;
}
.expert-team-li-icon{
    width: 1.88rem;
    height: 1.88rem;
    border-radius: 50%;
    background-color: #bfbfbf;
    opacity: 0.88;
}
.expert-team-li-info{
    width: calc(100% - 0.62rem);
    height: 1.88rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 0.62rem;
}
.expert-team-li-name{
    font-family: NotoSansHans-Medium;
    font-size: 0.501rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.49rem;
    letter-spacing: 0.01rem;
    color: #2c3e50;
    opacity: 0.8;
}
.expert-team-li-intro{
    display: flex;
    flex-direction: column;
    font-family: NotoSansHans-DemiLight;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #3d4955;
    opacity: 0.7;
}
.expert-team-li-position{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.expert-team-li-merit{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}