/* .card-box4{
    width: 100%;
    background-color: #f8f8f8;
} */
.card-box4 .w1200{
    padding: 48px 0px;
    display: flex;
    justify-content: space-between;
}
/* .card-box4 .cbl4{
    float: left;
} */
.card-box4 .cbl4 img{
    border-radius: 8px;
    width: 224px;
    height: 528px;
    object-fit: cover;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,.04);
}
.card-box4 .cbl4 img:hover{
    transform: translateY(-6px);
    transition: all .3s ease-in-out 0s;
    box-shadow: 0px 4px 10px rgba(0,0,0,.12);
}
.card-box4 .cbm4 {
    width: 712px;
    /* float: left; */
}
.card-box4 .cbr4{
    width: 224px;
    height: 528px;
    background-color: #fff;
    /* padding: 0px 10px; */
}
.card-box4 .cbm4-title{
    font-size: 26px;
    line-height: 50px;
    color:#3c3c3c;
    width: 100%;
}
.card-box4 .cbm4 .cbm4-title span{
    display: inline-block;
    color: #0052A2;
    font-size: 14px;
    vertical-align: middle;
    margin-left: 20px;
    float: right;
}
.card-box4 .cbm4 .cbmm4,
.card-box4 .cbm4 .cbmb4{
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
.card-box4 .cbm4 .cbmb4{
    margin-top:30px;
}
.card-box4 .cbm4 .cbmm4-box{
    width: 224px;
    height: 223px;
    background-color: #fff;
    box-shadow: 0px 4px 10px rgba(0,0,0,.04);
    border-radius: 8px;
}
.card-box4 .cbm4 .cbmm4-box:hover{
    transform: translateY(-6px);
    transition: all .3s ease-in-out 0s;
    box-shadow: 0px 4px 10px rgba(0,0,0,.12);
}
.card-box4 .cbm4 .cbmm4 .adimg{
    border-radius: 8px;
    width: 468px;
    height: 224px;
    object-fit: cover;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,.04);
}
.card-box4 .cbm4 .cbmm4 .adimg:hover{
    transform: translateY(-6px);
    transition: all .3s ease-in-out 0s;
    box-shadow: 0px 4px 10px rgba(0,0,0,.12);
}
.card-box4 .cbm4  .cbmm4-box img{
    border-radius: 8px 8px 0px 0px;
    width: 224px;
    height: 138px;
    object-fit: cover;
}
.card-box4 .cbm4 .cbmm4-box .cbmm4-bottom{
    padding:12px 12px 0px;
}
.card-box4 .cbm4  .cbmm4-box .cbmm4-bottom .cbmm4-title{
    height: 22px;
    font-size: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.gray{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 72px;
    color: #666;
}

.lightgray{
    color:#999999;
}
.red{
    color:#E34F3D;
}
.fuhao{
    font-size: 14px;
}
.sale-price{
    font-size: 18px;
}
.delline{
    text-decoration: line-through;
    font-size: 12px;
    margin-left: 5px;
}
.fright{
    float: right;
}
.lh50{
    line-height: 50px;
}
.card-box4 .cbr4 .cbr4-box{
    margin-top:24px;
}
.card-box4 .cbr4 .cbrb4-content{
    margin-bottom:30px;
    border-bottom: 1px solid #f0f0f0;
}
.card-box4 .cbr4 .cbr4-box .cbrb4-content .title{
    width: 100%;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.card-box4 .cbr4 .cbr4-box .cbrb4-content .title:hover{
    color:#0052A2
}
.card-box4 .cbr4 .cbr4-box .cbrb4-content .date{
    color:#999;
    margin-bottom: 14px;
}