#new-box_right-bottom{
    width: 933px;
}
.shipin-list{
    width: 953px;
    overflow: hidden;
}
.shipin-list ul li{
    margin-right: 22px;
    margin-top: 29px;
    float: left;
    width: 296px;
    height: 194px;
    position: relative;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.shipin-list ul li.sp-li3{
    margin-right: 0;
}
.shipin-list ul li p{
    position: absolute;
    bottom: 17px;
    font-family: SimSun;
    font-size: 12px;
    color: #ffffff;
    left: 21px;
}
.shipin-list ul li .sp-img1{
    position: absolute;
    display: none;
    top: 67px;
    left: 118px;
}
.shipin-list ul li:hover .sp-img1{
    display: block;
}