.infopic{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.picbox{
    width: 100%;
    height: 418px;
    position: relative;
    overflow: auto;
}
.piclist{
    width: 100% !important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: overlay;
    display: -webkit-box;
    margin: 0;
    border-radius: 5px;
}
.piclist li{
    width: 220px !important;
    height: 400px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}
.piclist li:nth-child(6n+6) {
    margin-right: 0;
}
.piclist li img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}
.pic_prev,.pic_next{
	width: 35px;
    height: 35px;
    background: -webkit-linear-gradient(0deg, #55ffff, rgba(85, 255, 127, 1.0));
    background: linear-gradient(180deg, #55ffff, rgba(85, 255, 127, 1.0));
    position: absolute;
    top: 50%;
    cursor: pointer;
    border-radius: 29px;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
}
.pic_prev{left:0;}
.pic_next{right:0;}