.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.solution-card{
    display: inline-block;
    width: 289px;
    min-height: 240px;
    padding: 15px 25px;
    box-sizing: border-box;
    cursor: pointer;
    vertical-align: top;
}
.solution-card .title{
    font-size: 18px;
    line-height: 30px;
    color: #323232;
    font-family:"SimHei";
}
.solution-card .belong-class{
    font-size: 14px;
    line-height: 28px;
    color: #656565;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.solution-card .type-area{
    font-size: 14px;
    /*vertical-align: top;*/
    height: 30px;
    color: #656565;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.solution-card .solution-card-content{
    box-sizing: border-box;
    position: relative;
    width: 240px;
    height: 150px;
    border: 1px solid #dcdcdc;
}
.solution-card .solution-card-content .solution-card-image{
    display: block;
    /*width: 100%;*/
    width: auto;
    height: 100%;
    margin: auto;
    border: none;
    background-color: #f0f9ff;
}

.solution-card .solution-card-content .icon-video:before{
    font-size: 40px;
    color: #ffffff;
    /*color: deepskyblue;*/
}
.solution-card .solution-card-content .icon-video{
    display: none;
    position: absolute;
    top: 25%;
    left: 40%;
}

.solution-card .solution-card-content .detail{
    width: 100%;
    height: 37px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.64)), linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
    background-blend-mode: normal, normal;
    box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.8), inset -1px 0px 0px 0px rgba(255, 255, 255, 0.8), inset 0px -1px 0px 0px rgba(255, 255, 255, 0.8);
}
.solution-card .solution-card-content .detail .detail-item {
    display: inline-block;
    width: 50%;
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
    box-sizing: border-box;
}
.solution-card .solution-card-content .detail .money-area {
    border-right: 1px solid #ccc;
    box-sizing: border-box;
}
.solution-card .solution-card-content .detail .money-area .money{
    display: block;
    font-size: 18px;
    color: #c81414;
    text-align: center;
}
.solution-card .solution-card-content .detail .dock-num-area {
    font-size: 14px;
    text-align: center;
}
.solution-card .solution-card-content .detail .dock-num-area .dock-num-label{
    color: #646464;
}
.solution-card .solution-card-content .detail .dock-num-area .dock-num{
    color: #c81414;
}
.solution-card .solution-card-content .browse-money {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: rgba(255, 255, 255, .8);
}
.solution-card .solution-card-content .browse-money div[class$="-part"] {
    float: left;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    text-align: center;
    line-height: 30px;
}
.solution-card .solution-card-content .browse-money .icon-eye:before{
    font-size: 16px;
    color: #0db5fb;
}
.solution-card .solution-card-content .browse-money .browse-Number{
    font-size: 16px;
    color: #454545;
}
.solution-card .solution-card-content .browse-money .money{
    font-size: 16px;
    color: #c81414;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}