

.staff {
    padding: 0;
}



.staff li {
    list-style: none;
    width: 320px;
    min-height: 470px;
    padding: 20px 20px;
    box-sizing: border-box;
    background: #fff;
    margin: 30px 1.5vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all .3s;
    border:1px solid #ff9b31;
    font-size: 13px;
}
.staff li img{
    width:100%;
}
ul.staff li:last-child {
    border-bottom: 1px solid #ff9b31;
}

.sy-zw {
    height: 540px;
}

.staff li:hover {
    border-color: #fff!important;
    box-shadow: 0px 0px 20px 0px rgba(255, 129, 0, 0.3);
}

.staff li .name {
    display: block;
    width: 170px;
    height: 48px;
    box-sizing: border-box;
    text-align: center;
    line-height: 48px;
    margin: 20px 0;
    color: #fff;
}