.expert2Box{
    display: flex;
    flex-wrap: wrap;
    min-height: calc(100vh - 375px);
}
.expert2One{
    width: 280px;
    height: 200px;
    background-color: #fff;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px 0px #f1eeee;
    margin-right: 26.6px;
    transform: translateY(0px);
    transition: 0.4s;
}
.expert2One:nth-of-type(4n+4){
    margin-right: 0;
}
.expert2One:hover{
    transform: translateY(-8px);
    transition: 0.8s;
}
.expert2One img{
    width: 280px;
    height: 156px;
}
.expert2One p{
    font-size: 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 4px;
    line-height: 42px;
}
.expert2One b{
    font-weight: initial;
    background-color: #e6effc;
    color: #0861e2;
    border-radius: 6px;
    font-size: 14px;
    width: 60px;
    display: inline-block;
    text-align: center;
    height: 26px;
    line-height: 26px;
    margin-right: 16px;
    font-size: 13px;
}
.expert2One span{
    color: #999;
    font-size: 14px;
    width: 160px;
    float: right;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 13px;
}
.expert2One>div{
    padding: 0 20px;
}
.pageNumberWrap{
    margin: 10px auto 30px;
}

/* 风采展示页面部分 */
.styleDisplayBar{
    margin-bottom: 20px;
}
.expert2OnestyleDisplay{
    height: 260px;
}
.expert2OnestyleDisplay span{
    float: left;
    line-height: 24px;
    width: 100%;
    color: #666;
}
.expert2OnestyleDisplay p{
    line-height: 38px;
}
.PhonetextImg{
    display: none;
}