@charset "utf-8";
.expert-box-ul{
    display: flex;
    flex-wrap: wrap;
}
.expert-box-ul li{
    margin: 10px 20px;
}
.expert-info{
    width: 262px;
    height: 357px;
    text-align: center;
}
.expert-info a{
    display: block;
    width: 100%;
    height: 100%;
}
.expert-img{
    width: 262px;
    height: 281px;
    background-color: #aaaaaa;
}
.expert-img img{
    display: block;
    width: 100%;
    height: 100%;
}

.pagination{
    margin: 0;
}
.expert-info a h3{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #009688;
    margin-top: 6px;
}
.expert-info a p{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}