.expertTeam {
    overflow: hidden;
}

.expertTeam ul li {
    float: left;
    margin-right: 10px;
    width: 292px;
    height: 323px;
    background-color: #ffffff;
    padding: 34px 21px 0;
}

.expertTeam ul li a {
    display: block;
}

.expertTeam ul li a:hover .expertTeam-name,
.expertTeam ul li a:hover .expertTeam-details {
    color: #0FA651;
}

.expertTeam ul li .expertTeam-img {
    text-align: center;
}

.expertTeam ul li .expertTeam-img img {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    display: inline-block;
}

.expertTeam ul li .expertTeam-name {
    margin-top: 13px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.expertTeam ul li .expertTeam-details {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
    height: 84px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.expertTeam ul li .studio-btn {
    text-align: center;
    margin-top: 17px;
}

.expertTeam ul li .studio-btn a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 29px;
    width: 105px;
    text-align: center;
    background-color: #0FA651;
    border-radius: 4px;
}

.expertTeam ul li .studio-btn a:hover {
    color: #ffffff !important;
}

.expertTeam ul li .studio-btn a img {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 5px;
}

.zjtema {
    background-color: #ffffff;
    padding: 20px 28px 55px;
}

.zjtema .expertTeam {
    margin-top: 20px;
}

.zjtema .expertTeam ul {
    width: 1210px;
    margin-bottom: 84px;
}

.zjtema .expertTeam ul li {
    margin-right: 7px;
    margin-bottom: 10px;
    width: 280px;
    height: 286px;
    border-radius: 4px;
    border: 1px solid #F2F2F2;
    background-color: #fff;
}

.zjtema .expertTeam ul li .expertTeam-details {
    height: 42px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}