﻿
.yz-s-section {
    padding: 80px 0px;
    position: relative;
}

.yz-s-section-banner {
    height: 312px;
    background: url(../images/banner.jpg) no-repeat center center;
    padding-bottom: 40px;
    background-size: cover;
}

    .yz-s-section-banner .yz-s-caption {
        font-size: 30px;
        line-height: 40px;
        color: #fff;
    }

    .yz-s-section-banner .yz-s-desc {
        font-size: 30px;
        line-height: 30px;
        color: #f3cf61;
        padding-top: 18px;
    }

.yz-s-section-filter {
    padding-bottom: 0px;
}

.yz-s-section-case {
    padding-top: 0px;
}

    .yz-s-section-case .yz-s-item-wrap {
        display: block;
        border: solid 1px #dfe6ec;
        border-radius: 3px;
        height: max-content;
        padding-bottom: 10px;
        min-height:240px;
    }

    .yz-s-section-case .yz-s-item:hover {
        text-decoration: none;
    }

    .yz-s-section-case .yz-s-item-img {
        height: 100px;
        line-height: 100px;
        text-align: center;
    }

    .yz-s-section-case .yz-s-item-name {
        color: #3370ff;
        font-size: 18px;
        text-align: left;
        padding: 0px;
        margin: 10px 0px;
    }

    .yz-s-section-case .yz-s-item-desc {
        font-size: 14px;
        line-height: 20px;
        color: #646a73;
        word-break:break-all;
    }
