/* 
* @Author: Marte
* @Date:   2018-04-18 14:45:56
* @Last Modified by:   Marte
* @Last Modified time: 2018-05-08 17:28:10
*/
.outbound {
    width: 1200px;
    margin: 0 auto;
}

.outbound_left {
    width: 900px;
}

.outbound_right {
    width: 280px;
    margin-top: -32px;
}

.recom_right {
    width: 280px;
    margin-top: 25px;
}

.outbound_left .list {
    padding: 25px 0 20px;
    border-bottom: 1px solid #ddd;
}

.outbound_left .img_box {
    width: 230px;
    height: 180px;
    position: relative;
}
.outbound_left .img_box .label{
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: white;
    background-color: #FE457E;
}
.outbound_left .context {
    width: 530px;
    height: 180px;
    padding: 0 12px;
}

.outbound_left .price_box {
    width: 140px;
    height: 180px;
}

.outbound_left .img_box img {
    width: 100%;
    height: 100%;
}

.outbound_left .context h3 {
    color: #333;
    font-size: 1.5rem;
    line-height: 30px;
    margin-bottom: 10px;
}

.outbound_left .context p {
    color: #333;
    font-size: .88rem;
    line-height: 23px;
}
.outbound_left .context .setout_date{
    color: #ff7129;
}
.outbound_left .context p span {
    color: #666;
    font-size: .75rem;
}

.outbound_left .context p.last_p {
    margin-bottom: 15px;
}

.outbound_left .context i.context_btn {
    font-size: .75rem;
    color: #ff7129;
    padding: 3px 5px;
    border: 1px solid #ff7129;
}

.outbound_left .price_box p {
    color: #ff2a00;
    font-size: .75rem;
    text-align: left;
    margin-bottom: 25px;
    position: relative;
    left: -10px;
}

.outbound_left .price_box p em.num {
    font-size: 1.8rem;
}

.outbound_left .price_box div.info {
    height: 50px;
    width: 200px;
    font-size: .85rem;
    color: #666;
    text-align: center;
    /* border: 1px solid black; */
   position: relative;
    left: -20px;
    overflow: hidden;
}

.outbound_left .price_box i.score {
    display: inline-block;
    height: 90%;
    width: 55px;
    line-height: 50px;
    font-size: 1.2rem;
    color: #000;
    border-right: 1px solid gainsboro;
}

.outbound_left .price_box span.dp {
    text-align: left;
}

.outbound_left .price_box span.dp i {
    line-height: 25px;
    padding-left: 10px;
}

.outbound_right>h3 {
    color: #333;
    font-size: 1.5rem;
    line-height: 45px;
    text-align: center;
}

.outbound_right .list {
    margin-bottom: 30px;
    border: 1px solid #ddd;
}

.outbound_right .list img {
    width: 280px;
    height: 160px;
    margin-bottom: -4px;
}

.outbound_right .list .context {
    padding: 12px 14px;
}

.outbound_right .list .context p {
    color: #666;
    font-size: .75rem;
}

.outbound_right .list .context p.price {
    color: #ff2a00;
    font-size: .75rem;
    text-align: right;
    margin-top: 5px;
}

.outbound_right .list .context em.num {
    font-size: 1.7rem;
}

/* 分类列表 */
/* .sort_list{
    width: 100%;
    height: 30px;
    margin-top: 10px;
    border-bottom: 1px solid #ff7129;
    font-size: 0;
}
.sort_list>li{
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666;
    font-size: 14px;
    background: url('../imgs/unselect.png');
}
.sort_list>li:hover{
    cursor: pointer;
}
.sort_list>li.active{
    background: url('../imgs/select.png');
    color: white;
} */