.expert-list-wrap{
    width: 100%;
    height: 100%;
    padding: 20px 0 50px 0;
}

.expert-intro{
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    padding: 20px 10px;
}

.expert-intro p{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 30px;
}

.expert-intro p a{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0090E4;
    line-height: 30px;
}

.expert-intro p span{
    font-size: 18px;
    display: inline-block;
    margin: 0 10px;
    color: black;
}

.expert-list {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.expert-item{
    display: block;
    width: 277px;
    height: 385px;
    border: 1px solid #C1C1C1;
    text-align: center;
    padding: 20px 20px 10px 20px;
    margin-bottom: 30px;
    margin-right: 20px;
    background: #EEEEEE;
}

.expert-item img{
    width: 119px;
    height: 171px;
}

.expert-item .expert-name{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 50px;
}

.expert-userinfo{
    width: 100%;
    text-align: left;
}

.expert-degree, .expert-major, .expert-school{
    
    display: flex;
    align-items: center;
    font-size: 15px;
    font-family: SimSun;
    font-weight: 400;
    color: #00A1FF;
    line-height: 30px;
}

.expert-degree span, .expert-major span, .expert-school span{
    color: #333333;
}

.expert-degree p, .expert-major p, .expert-school p{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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-item p.see-info{
    display: block;
    font-size: 14px;
    font-family: SimSun;
    font-weight: 400;
    color: #626161;
    line-height: 40px;
    text-align: right;
}
