.cloverPark{
    background: url("/res/homepage/cloverPark/cloverBg.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 184px;
    padding-bottom: 196px;
}
.cloverPark .hh-section-main .fl{
    width: 480px;
    padding-top:50px;
}
.cloverP-des{
    padding-top: 80px;
    padding-bottom: 40px;
}
.cloverP-des p{
    font-size: 16px;
    font-weight: 400;
    color: #505E6A;
    line-height: 32px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.cloverP-btn a{
    display: inline-block;
    width: 160px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 32px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 400;
    color: #005BAC;
    text-align: center;
    margin-right: 10px;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cloverP-btn a:hover{
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.15);
}
.cloverP-btn a.active{
    color:#fff;
    background: #005BAC;
}
.cloverPark .fr img{
    width:660px;
    height:460px;
}

@media (max-width: 768px) {
    .cloverPark{
        padding-top: 0;
        padding-bottom: 0;
        width: 100%;
    }
    .cloverPark .hh-section-main .fl,.cloverPark .hh-section-main .fr{
        width: 100%;
    }
    .cloverP-des{
        padding-top: 20px;
        padding-bottom: 12px;
    }
    .cloverP-btn a{
        display: inline-block;
        width: 120px;
        height: 36px;
        background: #FFFFFF;
        border-radius: 18px;
        line-height: 36px;
        font-size: 14px;
        font-weight: 400;
        color: #005BAC;
        text-align: center;
        margin-right: 10px;
    }
    .cloverP-btn{
        padding-bottom: 20px;
    }
    .cloverPark .fr img{
        width: 100%;
        height: auto;
    }
}