.bt_20{
    width: 100%;
    border-top: 20px solid #f0f0f0;
    position: absolute;
    top: 20px;
    left: 0;
}
.recommend_item{
    padding: 60px 0 5px 0;
    width: 100%;
    position: relative;
}
.recommend_item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.recommend_item .tit{
    padding-bottom: 15px;
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #333;
    border-bottom: 2px solid #005f64;
}
.recommend_item .tit h3{
    font-size: 23px;
    font-weight: bold;
    text-align: center;
}
.recommend_item .tit .changes{
    float: right;
    margin-right: 5px;
    padding-right: 20px;
    text-align: right;
    font-size: 14px;
    background: url("../../../../images/v1.1/icon/changes.png") right no-repeat;
}
.recommend_item .recommend_pro{
    width: 1200px;
    padding: 15px 0;
}
.recommend_item .recommend_pro:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.recommend_item .recommend_pro li{
    float: left;
    width: 240px;
    height: 300px;
    position: relative;
}
.recommend_item .pro_item{
    margin: 0 auto;
    width: 240px;
    height: 300px;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    z-index: 10;
}
.recommend_item .pro_item:hover {
    padding: 10px;
    position: absolute;
    left: -10px;
    top:-10px;
    box-shadow: 0px 0px 10px 2px #f5f5f5;
}
.recommend_item .pro_item .img_box{
    margin: 0 auto;
    margin-top: 20px;
    width: 186px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    overflow: hidden;
}
.recommend_item .pro_item .img_box img{
    max-width: 186px;
    max-height: 200px;
}
.recommend_item .pro_item .pro_title{
    margin: 0 auto;
    width: 160px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recommend_item .pro_item .pro_title a{
    font-size: 14px;
    color: #333;
}
.recommend_item .pro_item  .price_item{
    margin: 0 auto;
    width: 160px;
    height: 25px;
    line-height: 25px;
}
.recommend_item .pro_item  .price_item .price{
    float: left;
    text-align: left;
    font-size: 20px;
    color: #ff4701;
}
.recommend_item .pro_item  .price_item .num{
    float: right;
    text-align: right;
    font-size: 12px;
    color: #999;
}