/* 线路列表CSS样式 */
@charset "utf-8";
body{background: #eff3f5}
/* 筛选部分 */
.line_type{
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
}
.line_type p{
    display: inline-block;
    padding: 5px 18px;
    border-radius: 15px;
    border:1px solid #ddd;
    font-size: 18px;
    line-height: 18px;
    margin-right: 7px;
    color: #666;
    cursor: pointer;
    background-color: #fff;
}
.line_type p.this{
    color: #fff;
    background-color: #ff8800;
    border-color: #f80;
}
.filtrate{
    width: 1198px;
    margin: 0 auto;
    border-radius: 6px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding-top: 20px;
}
.filtrate .title{
    width: 120px;
    float: left;
    text-align: center;
    color: #333;
}
.filtrate .cont{
    float: left;
    width: 1049px;
    border-bottom: 1px solid #ddd;
}
.filtrate li{
    margin-bottom: 20px;
}
.filtrate li:last-child{
    margin-bottom: 0;
}
.filtrate li:last-child .cont{
    border-bottom: none;
}
.filtrate .cont p{
    display: inline-block;
    margin-top: -4px;
    margin-bottom: 20px;
    margin-right: 15px;
    padding: 3px 7px;
    font-size: 14px;
    line-height: 14px;
    color: #666;
    border:1px solid #fff;
    cursor: pointer;
}
.filtrate .cont p.this{
    border:1px solid #ff8800;
    border-radius: 11px;
    color: #FF8800;
}
/* 排序 */
.line_sort{
    width: 1200px;
    margin: 20px auto;
    font-size: 14px;
}
.line_sort p{
    display: inline-block;
    color: #333333;
    margin-right: 27px;
    cursor: pointer;
}
.line_sort p i{
    font-size: 12px;
    color: #333333;
}
.line_sort p.this,.line_sort p.this i{
    color: #ff8800;
}
/* 列表 */
.list{
    width: 1200px;
    margin: 0 auto;
}
.list>a{
    display: block;
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 12px;
    transition:.3s;
}
.list a:hover{
    box-shadow: 0px 0px 28px 2px
    rgba(79, 42, 0, 0.1);
    margin-top: -2px;
    margin-bottom: 14px;
}
.list a:last-child{
    margin-bottom: 0;
}
.list .line-img{
    border-radius:6px 0 0 6px;
    overflow: hidden;
    width: 400px;
    height: 238px;
    float: left;
}
.list .line-img img{
    width: 100%;
    height: 100%;
}
.list .line-info{
    margin: 20px;
    float: left;
    width: 760px;
    height: 203px;
    margin-top: 15px;
    position: relative;
}
.list .line-info .title{
    text-indent: -.5em;
    font-size: 20px;
    color: #333;
    line-height: 30px;
}
.list .line-info .tips{
    display: inline-block;
    line-height: 22px;
    padding-left:8px;
    margin-top: 5px;
    font-size: 16px;
    color: #ff7467;
    background-color: #fbf2de;
    border-radius: 4px;
}
.list .line-info .hr{
    border-top:1px dashed #ddd;
    margin: 10px 0 10px;
}
.list .line-info .badeg span{
    display: inline-block;
    padding: 0 4px;
    line-height: 20px;
    color: #f80;
    border-radius: 4px;
    border: 1px solid #f80;
    margin-right: 7px;
}
.list .line-info .bourn{
    line-height: 14px;
    font-size: 14px;
    margin: 10px 0;
    color:#999;
}
.list .line-info .bourn .bourn-title{
    color: #666;
}
.list .line-info .prop{
    position: absolute;
    bottom: 0;
}
.list .line-info .prop .type{
    display: block;
    float: left;
    width: 74px;
    height: 22px;
    border: 1px solid #508ef0;
    text-align: center;
    color: #508ef0;
    border-radius: 11px;
    line-height: 22px;
    font-size: 16px;
    margin-right: 15px;
}
.list .line-info .prop .text{
    display: inline-block;
    line-height: 24px;
    color: #999;
}
.list .line-info .prop b{
    color: #666;
    font-weight: normal;
}
.list .line-info .btn{
    position: absolute;
    right: -20px;
    bottom: 0px;
    width: 161px;
    height: 47px;
    background-image: linear-gradient(0deg,#ff8800 0%,#ffaa48 100%),
    linear-gradient(#ff8800,#ff8800);
    background-blend-mode: normal,normal;
    box-shadow: 2px 4px 14px 0px rgba(255, 136, 0, 0.44);
    border-radius: 23px 0px 0px 23px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.list .line-info .btn span{
    display: inline-block;
    margin-top: 5px;
}
.list .line-info .btn b{
    font-size: 28px;
    font-weight: normal;
}
.list .line-info .btn.hejia{
    background: #ff7467;
    box-shadow:none;
}
.list .line-info .btn.hejia span{
    margin-top: 0px !important;
    font-size: 24px;
    line-height: 47px;
}
/* 没有更多了 */
.layui-flow-more{
    line-height: 60px;
}
.list .layui-flow-more a{
    background-color: none!important;
}