    .dv_recommend{
        width:768px;
    }
    .dv_rc_items{
        vertical-align:top;
        display:inline-block;
        width:132px;
        height:212px;
        height:170px;
        margin-right:15px;
        margin-bottom:15px;
        background-color:#fff;
        box-shadow:0px 2px 3px #999999;
        -webkit-box-shadow:0px 2px 3px #999999;
        -moz-box-shadow:0px 2px 3px #999999;
        text-align:center;
        
    }
    .dv_rc_img{
        padding:5px 5px 0;
    }
    .dv_rc_items img{
        max-width:122px;
        height:auto;
        border:none;
    }
    .dv_rc_name{
        text-align:left;
        font-weight:bold;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
        margin:2px 3px 0px 3px;
    }
    .dv_rc_description{
        text-align:left;
        font-weight:bold;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
        margin:2px 3px 0px 3px;
    }