body{
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
    font-size:14px;
    background-color: #ffffff;
}
ul,ul li{
    margin: 0;
    padding: 0;
    list-style-type:none;
}
p,h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
    font-size:14px;
    color: #666666;
}
a,span,div{
    text-decoration:none;
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
    font-size:14px;
    color: #666666;
}
a:hover{
    text-decoration:underline;
}
img{
    margin:0;
    padding:0;
    display:block;
    border: none;
}
.clear_float{
    clear:both;
}

/* body_content */
.body_content{
    width:100%;
    height:100%;
    background:#faf8f5;
}
.bg_content{
    width:100%;
    height:780px;
    background:url(/img/gift_banner.jpg) top center no-repeat;
}
.list_content{
    width:1200px;
    margin:0 auto;
    position:relative;
    top:-24px;
}
.list_content  li{
    width: 378px;
    height: 520px;
    border:1px solid #E2E1E1;
    border-radius:8px;
    float:left;
    margin-left:20px;
    margin-top:25px;
    background:#ffffff;
    box-shadow:3px 3px 8px #E9E6E6;
    *margin-left:15px;
}
.gift_pic_content{
    width:100%;
    height:275px;
    overflow:hidden;
    background-position:center center;
    background-repeat:no-repeat;
    border-radius:8px 8px 0 0;
}
.gift_dec_content{
    width:324px;
    margin:0 auto;
}
.gift_name{
    font-size:20px;
    color:black;
    margin-top:15px;
}
.gift_price{
    font-size:20px;
    color:#ff6699;
    font-weight:bold;
    margin-top:10px;
}
.gift_date{
    color:#A7A7A7;
    margin-top:5px;
    padding-bottom:12px;
    border-bottom:1px solid #d3d3d3;
}
.gift_dec{
    font-size:16px;
    text-indent:2em;
    margin-top:15px;
    margin-bottom:15px;
    height:65px;
    overflow:hidden;
    /* text-overflow:ellipsis;
    white-space:nowrap; */
}

