.expert-details{
    width: 100%;
    height: auto;
    margin-top: 35px;
}

.expert-details-nav{
    border-top: 1px solid #F5F5F5;
    padding: 0 15px;
}

.expert-details-nav p{
    font-size: 14px;
    font-family: SimSun;
    font-weight: 400;
    color: #565656;
    line-height: 50px;
}

.expert-details-nav p a{
    color: #565656;
}

.expert-details-nav p span{
    color: #0096E3;
}

.expert-desc-wrap{
    border: 1px solid #CECECE;
    background: #f5f5f5;
    padding: 41px 59px;
}

.expert-info-wrap{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.expert-info{
    margin-left: 20px;
}

.expert-img{
    width: 119px;
    height: 171px;
}

.expert-img img{
    width: 100%;
    height: 100%;
}

.expert-name{
    font-size: 29px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #005CE7;
    line-height: 38px;
    margin-bottom: 15px;
}

.expert-degree, .expert-major, .expert-school{
    display: flex;
    align-items: center;
    font-size: 15px;
    font-family: SimSun;
    font-weight: 400;
    color: #00A1FF;
    line-height: 26px;
}

.expert-degree span, .expert-major span, .expert-school span{
    color: #333333;
}

.expert-degree img{
    width: 17px;
    height: 20px;
    margin-right: 5px;
}

.expert-major img{
    width: 21px;
    height: 15px;
    margin-right: 5px;
}

.expert-school img{
    width: 22px;
    height: 20px;
    margin-right: 5px;
}

.expert-desc p{
    font-size: 14px;
    font-family: SimSun;
    font-weight: 400;
    color: #565656;
    line-height: 30px;
    text-indent: 2em;
}
