.zy-Slide{
    font-size: 12px;
    position:relative;
    width:754px;
    height:292px;
}
.zy-Slide ul{
    position:relative;
    width:754px;
    height:292px;
    margin:0;
    padding:0;
}
.zy-Slide li{
    position:absolute;
    list-style:none;
    width:0;
    height:0;
    top:146px;
    left:377px;
    z-index:0;
    cursor:pointer;
    border-radius:3px;
    margin:0;
    padding:0;
}
.zy-Slide li img{
    width:100%;
    height:100%;
    vertical-align:middle;
    border-radius:6px;
}
.zy-Slide section:nth-child(1), .zy-Slide section:nth-child(2){ position: absolute; top: 50%; width: 39px; height: 40px; margin-top: -20px; cursor: pointer; line-height: 40px; padding-left: 12px; padding-right: 12px; }
.zy-Slide section.last-icon{
    left: 19px;
    background-image: url(./icon_left.png);
    background-repeat: no-repeat;
    width: 0px;
    height: 25px;
    cursor: pointer;
    z-index: 1;
    top: 121px;
}
.zy-Slide section.next-icon{
    right:1px;
    background-image: url(./icon_right.png);
    background-repeat: no-repeat;
    width: 0px;
    height: 25px;
    cursor: pointer;
    z-index: 1;
    top: 121px;
}
.member-name{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #D7DFF9;
    letter-spacing: 0;
    text-align: center;
    line-height: 14px;
    display: block;
    margin-top: 12px;
}
.member-position{
    font-family: PingFangSC-Light;
    font-size: 12px;
    color: #BCCAF5;
    letter-spacing: 0;
    text-align: center;
    line-height: 12px;
    display: block;
    margin: 8px;
}