.expertlist-page .banner-img {
    height: 442px;
    background-color: rgba(0, 0, 0, 0.32);
}
.expertlist-page .empty {
    color: #808080;
    margin: 200px auto;
    text-align: center;
}
.expert-list {
    margin-top: 72px;
    width: 1220px;
    margin-left: -10px;
    margin-right: -10px;
}
.expert-list_item {
    margin: 0 10px 20px;
    width: 590px;
    height: 312px;
    background: #ffffff;
    box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 0.08);
    transition: all 200ms ease-in;
    overflow: hidden;
}
.expert-list_item:hover {
    transform: translate(0, -8px);
    box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 0.17);
}
.expert-list_item-avatar {
    width: 260px;
    height: 312px;
    object-fit: scale-down;
}
.expert-list_item-info {
    box-sizing: border-box;
    width: 330px;
    height: 312px;
    padding: 22px 25px;
    background-color: #fff;
}
.expert-list_item-name {
    margin-bottom: 29px;
    height: 33px;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    line-height: 33px;
}
.expert-list_item-name::after {
    display: block;
    margin-top: 14px;
    width: 61px;
    height: 1px;
    content: "";
    border-bottom: 2px solid #000000;
}
.expert-list_item-profess {
    margin-bottom: 22px;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    letter-spacing: 1px;
}
.expert-list_item-desc {
    margin-bottom: 34px;
    height: 66px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
}
