.recommend-case-card-div{
    box-sizing: border-box;
    display: block;
    min-width: 270px;
    width: 100%;
    height: auto;
    padding: 0 15px;
    cursor: pointer;
}
.recommend-case-card-div:nth-child(odd) {
    background-color: #ffffff;
}
.recommend-case-card-div:nth-child(even) {
    background-color: #fafafa;
}
.recommend-case-card-title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: #323232;
    line-height: 50px;
    border-bottom: 1px solid #dcdcdc;
}
.recommend-case-card-type, .recommend-case-card-application{
    margin-top: 8px;
    font-size: 14px;
    color: #656565;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recommend-case-card-browse-money{
    margin-top: 9px;
    width: 100%;
    height: 40px;
    overflow: hidden;
}
.recommend-case-card-browse-money p{
    display: block;
    float: left;
    width: 50%;
    height: 100%;
    font-size: 16px;
    line-height: 40px;
}
.recommend-case-card-browse i:before{
    color: #0db5fb;
}
.recommend-case-card-browse-number{
    margin-left: 5px;
    color: #454545;
}
.recommend-case-card-money{
    color: #c81414;
}