.module-title {
    padding-top: 4rem;
    padding-bottom: 3rem;
    text-align: center;
    font-size: 1.8rem;
}

.more {
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 15px;
    margin-top: 3rem;
}

.more::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/arrow-right-gray.png) no-repeat center / 100% 100%;
    vertical-align: bottom;
}

.case .item {
    margin-bottom: 1.5rem;
}

.video .item-cap {
    margin-top: -3rem;
}

#video video {
    width: 100%;
}


/* 新闻资讯 */

.news {
    padding-bottom: 6rem;
}