banner .content .content-text .title {
    font-size: 72px;
    font-weight: 300;
}

banner .content .content-text .desc {
    font-size: 24px;
    margin-top: 30px;
}

/* 通用结束 */

/* caseInfo */
.caseInfo {
    margin-top: 44px;
    margin-bottom: 65px;
}

.caseInfo a {
    display: block;
    margin-top: 31px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EAEDF1;
    box-sizing: border-box;
}

.caseInfo li .mainImg {
    width: 100%;
    height: 372px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.caseInfo li .content {
    width: 100%;
    padding: 39px 42px 33px 53px;
    box-sizing: border-box;
}

.caseInfo li .content .icon {
    float: left;
    width: 89px;
    height: 89px;
    border: 1px solid #EAEDF1;
    box-sizing: border-box;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.caseInfo li .content .info {
    float: right;
    width: 442px;
    color: #333333;
}

.caseInfo li .content .info .title {
    font-size: 26px;
    font-weight: 600;
    margin-top: 4px;
}

.caseInfo li .content .info .desc {
    font-size: 24px;
    font-weight: 400;
    margin-top: 10px;
}


.layui-flow-more {
    display: block;
    clear: both;
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

.layui-flow-more a {
    display: none;
}