.page-team {
    width: 100%;
    padding-bottom: 30px;
    background: #f4f9fc;
}

.page-team .block img {
    width: 100%;
    object-fit: fill;
    margin-bottom: 30px;
}

.page-team .member-list{
    margin-top: 40px;
}


.page-team .card:hover {
    border-color: transparent;
    box-shadow: 0 0 30px #DCDFE6;
    transform:scale(1.04)

}

.page-team .card {
    position: relative;
    padding: 30px 0;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    margin-bottom:40px;
    height: 600px;
    transition: all .3s;
}

.page-team .card img.avatar {
    width: 270px;
    height: 270px;
    border-radius: 50%;
}

.page-team .card .name {
    margin-top: 16px;
    margin-bottom: 4px;
    font-size: 26px;
    letter-spacing: -.3px;
}

.page-team .card .job {
    color: #086ad8;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
    font-size: 20px;
}

.page-team .card .intro {
    color: #606266;
    line-height: 1.8em;
    font-size: 14px;
    margin-bottom: 18px;
    padding: 0 30px;
}


.page-team .card .intro p {
    padding: 0;
    margin: auto;
}

.page-team .card .social-links a {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 2px solid #ebf4f7;
    line-height: 36px;
    border-radius: 50%;
    color: #003242;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 13px;
    margin: 0 3px;
}

.page-team .card .social-links .icon-weixin1 {
    color: red;
}

