
.bl_tab a.tab:hover {
    border-bottom: 2px solid #359339;
    color: #359339;
}
.bl_tab a.cur {
    border-bottom: 2px solid #359339;
    color: #359339;
}
.tour_history_list li{
    margin: 20px 0;
    overflow: hidden;
}
.tour_history_list li p{
    line-height: 1.5;
}
.tour_cover{
    width:250px;
    padding-right: 20px;
    display: table-cell;
    vertical-align: top;
}
.tour_cover img{
    width:250px;
    height:187px;
}
.tour_info{
    width: 100%;
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
}

@media screen and (max-width:480px){
    .bl_tab {
        width: 100%;
        height:86px;
        line-height:86px;
        border-bottom: 2px solid #999;
        overflow: hidden;
    }
    .tour_cover{
        width: 100%;
        display: block;
        padding: 0;
        margin-bottom: 20px;
    }
    .tour_cover img{
        width:100%;
        max-height:187px;
    }
}