/* 邮轮搜索列表 */
.st-product-block {
    /*margin-top: 46px;*/
    width: 100%;
    min-width: 1200px;
}
.ship-product-list li{
    float: left;
    width: 285px;
    height: 308px;
    margin: 0 19px 20px 0;
    transition: all .3s;
}
.ship-product-list li:nth-of-type(4n){
    margin-right: 0;
}
.ship-product-list li:hover{
    box-shadow: 0 2px 10px 0 rgba(171,171,171,0.2);
}
.ship-product-list li a{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.ship-product-list li a .pic{
    display: table-cell;
    width: 285px;
    height: 194px;
    position: relative;
}
.ship-product-list li a .pic .name{
    position: absolute;
    top: 9px;
    left: 8px;
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
    line-height: 30px;
    background-color: rgba(0,0,0,.3);
    border-radius: 15px;
}
.ship-product-list li a .pic img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.ship-product-list li a .info{
    padding: 6px 14px 0;
    height: 107px;
    border: 1px solid #eee;
    border-top: none;
}
.ship-product-list li a .title{
    font-size: 13px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
    transition: all .3s;
}
.ship-product-list li a .spots{
    height: 22px;
    overflow: hidden;
    margin-top: 4px;
}
.ship-product-list li a .spots label{
    float: left;
    font-size: 12px;
    color: #2577e3;
    padding: 0 6px;
    line-height: 22px;
    margin-right: 6px;
    background-color: #f5f9ff;
    border-radius: 2px;
}
.ship-product-list li a .price{
    font-size: 13px;
    color: #333;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
    margin-top: 4px;
}
.ship-product-list li a .price .color{
    color: #f60;
}
.ship-product-list li a .price strong{
    font-size: 22px;
}
