.expert-list{
    overflow: hidden;border-top: 1px #eee solid;
}
.expert-list .item{
    float: left;width: 440px;overflow: hidden;padding: 20px 0;
}
.expert-list .item img.item-thumb{
    float: left;width: 154px;height: 204px;
}
.expert-list .item .item-right{
    float: right;width: 260px;
}
.expert-list .item .item-name{
    font-size: 18px;line-height: 32px;
}
.expert-list .item .item-name a{
    color: #007af6;
}
.expert-list .item .item-department,
.expert-list .item .item-position{
    font-size: 16px;line-height: 24px;height: 24px;overflow: hidden;
}
.expert-list .item .item-sketch{
    font-size: 14px;color: #666;line-height: 24px;height: 72px;overflow: hidden;
    padding: 5px 0;
}
.expert-list .item .item-sketch.item-talent{
    height:120px;
}
.expert-list .item .item-link{
    overflow: hidden;
}
.expert-list .item .item-link a{
    display: inline-block;width: 82px;line-height: 36px;background: #007af6;color: white;text-decoration: none;text-align: center;font-size: 14px;
}
.expert-detail-header{
    overflow: hidden;padding-top: 40px;
}
.expert-detail-header img.detail-thumb{
    float: left;width: 220px;height: 290px;
}
.expert-detail-header .detail-right{
    float: right;width: 624px;overflow: hidden;
}
.expert-detail-header .detail-right .detail-name{
    line-height: 40px;color: #007af6;font-size: 24px;padding-bottom: 10px;
}
.expert-detail-header .detail-right .detail-other{
    font-size: 16px;line-height: 40px;
}
.expert-detail-header .detail-right .detail-other .telephone{
    color: #007af6;
}
.expert-detail-header .detail-right .detail-appointment{
    overflow: hidden;padding-top: 10px;
}
.expert-detail-header .detail-right .detail-appointment a{
    line-height: 36px;padding: 0 15px;display: inline-block;background: #ff6600;color: white;
    text-decoration: none;
}
.expert-detail-title{
    overflow: hidden;border-bottom: 1px #f0f0f0 solid;padding-top: 30px;
}
.expert-detail-title span.title{
    float: left;line-height: 36px;font-size: 14px;background: #007af6;color: white;padding: 0 20px;
}
.expert-detail-content{
    font-size: 16px;line-height: 30px;padding: 30px 0;
}
.expert-detail-content img{
    max-width: 100%;
}
.expert-turn-page{
    background: #eee;padding: 15px 10px;overflow: hidden;
}
.expert-turn-page .item{
    float: left;overflow: hidden;line-height: 28px;font-size: 14px;
}
.expert-turn-page .item .icon{
    width: 28px;text-align: center;background: #007af6;color: white;border-radius: 50%;margin-right: 15px;display: inline-block;
}
.expert-turn-page .next{
    float: right;
}
.expert-turn-page .next .icon{
    margin-right: 0;margin-left: 15px;
}