﻿
.vide-head-img {
    width: 100%;
    overflow: hidden;
    height: 500px;
    background-image: url('../../Images/MyImage/banner2.jpg');
    background-position: center;
    background-repeat: no-repeat;
}

.vide-content {
    border-left: 1px solid #D2D2D2;
    overflow: hidden;
    margin-bottom: 150px;
}

.vide-product-item {
    margin: 0 auto 10px 140px;
    border-top: 1px solid transparent;
}

    .vide-product-item:last-of-type {
        margin-bottom: 0;
    }

.vide-item-title {
    color: #424242;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
}

.vide-item-text {
    margin-top: 8px;
    color: #A6A6A6;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
}
