.head-thumb {
    background-image: url("../../../Video/Views/img/video_bg.jpg");
}

.main {
    padding-top: 50px;
    padding-bottom: 60px;
}

.main>.title {
    font-size: 32px;
    line-height: 48px;
    height: 48px;
    color: #333;
    text-align: center;
    padding: 0 15px;
}

.main>.ens {
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    color: #c4c4c4;
    text-align: center;
    padding: 0 15px;
}

.paragraph {
    padding-top: 25px;
    padding-bottom: 20px;
    line-height: 28px;
    font-size: 14px;
    color: #666;
}

.paragraph p { margin: 0; }

/* region ↓图片部分↓ */
.trans * {
    transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s
}

.pics li {
    float: left;
    padding: 15px;
    cursor: pointer;
}

.pics li .img-frame {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.pics li img {
    width: 100%;
    height: auto;
}
.pics li:hover img {
    transform: scale(1.05);
}

.pics .title {
    width: 100%;
    height: auto;
    max-height: 50px;
    text-align: center;
    line-height: 50px;
    padding: 0 20px;
    background-color: #E6E6E6;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pics li:hover .title {
    color: #00803D;
}
/* endregion ↑图片部分↑ */
