.product_title {		/*名称*/
        width:275px;
        height:25px;
        font-weight:bold;
        font-size:16px;
        color:#444;
        -moz-box-orient: vertical;
        display: block !important;
        font-family: "Microsoft YaHei";
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .product_content_small {		/*内容简介*/
        width:255px;
        height:50px;
        font-size:12px;
        color:#999;
        padding: 0 10px;
        -moz-box-orient: vertical;
        display: block !important;
        font-family: "Microsoft YaHei";
        font-size: 14px;
        height: 50px;
        line-height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .product_shoper_info {		/*内容简介*/
        width:275px;
        height:30px;
        line-height:30px;
        font-size:14px;
        color:#999;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -moz-box-orient: vertical;
        display: block !important;
        font-family: "Microsoft YaHei";
        font-size: 14px;
        height: 50px;
        line-height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .product_shoper_info_a{
        color:#999;
        text-decoration:underline;
        margin-left:10px;
    }
    .product_per{
        float:left;
        width:275px;
        height:470px;
        margin-left:15px;
        margin-bottom:40px;
        border:1px solid #ccc;
    }
    .product_per:hover{
        float:left;
        width:275px;
        height:470px;
        margin-left:15px;
        margin-bottom:40px;
        box-shadow: 2px 2px 10px #666;
    }
    .product_per_price{
        float:left;
        width:50%;
        height:100%;
        line-height:35px;
        color:#bf1e2e;
        font-weight: bold;
        font-size:16px;
    }

.product_per_position{
    background: rgba(0, 0, 0, 0.6) url("../images/008.png") no-repeat scroll left center;
    color: #fff;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding-left: 28px;
    position: relative;
    top: -28px;
    margin-left:1px;
}