.yz-s-section {
    padding: 80px 0px;
    position: relative;
}

.yz-s-section-banner {
    height: 502px;
    background: url("../images/banner2.png")
        /*tpa=http://www.flowportal.com/case/industry/images/banner.jpg*/
        no-repeat center center;
    padding-bottom: 40px;
    position: relative;
}

.yz-s-section-banner .yz-s-caption {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}

.yz-s-section-banner .yz-s-desc {
    font-size: 26px;
    line-height: 30px;
    color: #454545;
    padding-top: 28px;
    font-weight: bold;
}

.yz-s-section-filter {
    padding: 50px 0 40px;
    text-align: center;
    font-size: 32px;
    color: #4e7ee9;
}

.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: 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: #448ee1;
    font-size: 18px;
    text-align: left;
    padding: 0px;
    margin: 10px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yz-s-section-case .yz-s-item-desc {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    height: 80px;
}

.new-tips {
    background-color: #366de8;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 48px;
    padding: 10px 20px;
}

.new-types {
    position: absolute;
    width: 1110px;
    left: 50%;
    margin-left: -555px;
    bottom: -8px;
}

.new-types .new-type-item {
    float: left;
    width: 14.2%;
    padding: 8px;
}

.new-type-item span {
    display: block;
    background-color: #4e7ee9;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-type-item.selected span::after {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #fd9d27;
    left: 0;
    bottom: 0;
    width: 100%;
}