.vprolist {
}

.vprolist {
    width: 100%;
    overflow: hidden;
    margin-top: 22px;
    padding: 12px 8px;
}

.vprolist ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.vprolist li {
    width: 21%;
    background: #fff;
    margin: 0% 4% 3% 0%;
    float: left;
    list-style: none;
    position: relative;
    z-index: 0;
    box-shadow: 0 0 8px 0px rgb(0 0 0 / 10%);
    border: solid 1px #ddd;
    box-sizing: border-box;
    transition: all .2s linear;
}

.vprolist li div {
    height: 300px;
    width: 89%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 7px;
    background: #f6f6f6;
}

.vprolist li img {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.vprolist li p {
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: 200;
    height: 36px;
    line-height: 36px;
    width: 92%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.vprolist li p em {
    background: url(../images/pro-tel1.png) 20px center no-repeat #2f44c3;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    display: block;
    text-align: center;
    width: 70%;
    position: absolute;
    z-index: 3;
    margin: 0 auto;
    bottom: -20px;
    left: 0;
    right: 0;
    border-radius: 20px;
}

.vprolist li:hover {
    box-shadow: 0 0 10px #d2d2d2;
    transform: translate3d(0, -2px, 0)
}


/*  */
.videolist:hover {
    cursor: pointer;
}

.videoed {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 40%;
    top: 39%;
    z-index: 99;
    border-radius: 100%;
    color: white;
    font-size: 72px !important;
}

.videos {
    display: none;
    position: fixed;
    left: 50%;
    top: 35%;
    margin-left: -320px;
    margin-top: -210px;
    z-index: 9900;
}

.vclose {
    position: absolute;
    right: 3%;
    top: 3%;
    border-radius: 100%;
    cursor: pointer;
}
