﻿/*团队列表*/
/*.tourgroup_content {float:left;width:100%; margin:15px auto; background-color: #fff;}
.tourgroup_content_list {
    border-bottom: 1px dashed #e9e9e9;
    padding-top: 20px;
    padding-bottom: 20px
}
.tourgroup_content_left{float:left; width:400px; height:225px;margin-right:10px;}
.tourgroup_content_left img{width:400px; height:225px;}
.tourgroup_content_right {
    float: left;
    width: -webkit-calc(100% - 410px);
    width: -moz-calc(100% - 410px);
    width: calc(100% - 410px);
}
.tourgroup_content_right_1{line-height:50px;}
.tourgroup_content_right_1 a{ font-size:21px;font-weight: 500;color: #000000; text-decoration:none; }
.tourgroup_content_right_2{border-bottom:1px solid #e9e9e9; margin:10px 0;}
.tourgroup_content_right_3{line-height:25px; color:#999; font-size:12px;} 
.tourgroup_content_right_3 a{ color: #000000; text-decoration:none; } 
.tourgroup_content_right_4{margin-top:20px;}
.tourgroup_content_right_4 .price{ font-size:14px;color: #F15927; }
.tourgroup_content_right_4 .price i{ font-size:14px; }
.tourgroup_content_right_4 .price em{ font-size:30px;font-weight:700; }
.tourgroup_content_right_4 .price img{ margin-right:60px; margin-top:5px; float:right; }

适应手机
@media(max-width:1200px)
{
    .tourgroup_content_list{margin:10px;}
    .tourgroup_content_left{width:100%; margin:0; float:none; height:auto; }
    .tourgroup_content_left img{width:100%; height:auto;}
    .tourgroup_content_right{width:100%; float:none; margin:0 0 10px; padding:10px;}
    .tourgroup_content_right_1{width:100%;}
    .tourgroup_content_right_2{width:100%;}
    .tourgroup_content_right_3{width:100%;} 
    .tourgroup_content_right_4{width:100%;}
}*/

/*团队列表*/
.tourgroup_list{

}
    /*行*/
    .tourgroup_list .row {
        width:100%;
        float:left;
        border: solid 1px #cdcdcd;
        background-color:#ffffff;
    }

        .tourgroup_list .row .body {
            width: 100%;
            float: left;
            padding: 20px;
        }

            /*左侧*/
            .tourgroup_list .row .body .left{
                width:120px;
                float:left;
            }

            /*中间*/
            .tourgroup_list .row .body .center {
                margin-left: 20px;
                float: left;
                width: -webkit-calc(100% - 260px);
                width: -moz-calc(100% - 260px);
                width: calc(100% - 260px);
            }

                /*线路名称*/
                .tourgroup_list .row .body .center .tourname {
                    font-size: 20px;
                    line-height: 25px;
                    /*超过1行省略显示*/
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 1;
                    overflow: hidden;
                }

                /*线路名称*/
                .tourgroup_list .row .body .center .tourname a{
                    color: #0b90ff;
                }

                /*简介*/
                .tourgroup_list .row .body .center .note {
                    color: #999999;
                    line-height: 20px;
                    /*超过3行省略显示*/
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 3;
                    overflow: hidden;
                }

            /*右侧*/
            .tourgroup_list .row .body .right {
                width: 120px;
                float: left;
            }

                /*币种、单位、静态文本*/
                .tourgroup_list .row .body .right .cy, .tourgroup_list .row .body .right .unit {
                    color: #999999;
                }

                /*网上支付价*/
                .tourgroup_list .row .body .right .webprice {
                    color: #ff7500;
                    font-size: 23px;
                }

                /*报名按钮*/
                .tourgroup_list .row .body .right .btn_bm {
                    border-radius: 3px;
                    border: solid 1px #ff7701;
                    background-color: #ff7701;
                    color: #ffffff;
                    font-size: 15px;
                    padding-top: 3px;
                    padding-bottom: 3px;
                    width: 100%;
                    display: inline-block;
                }

                /*门市价*/
                .tourgroup_list .row .body .right .msprice {
                    color: #868686;
                    font-size: 23px;
                    text-decoration-line: line-through;
                }

        /*行底部*/
        .tourgroup_list .row .bottom {
            background-color: #f7f7f7;
            height: 70px;
        }

            /*行底部内容*/
            .tourgroup_list .row .bottom .content {
                margin-top:10px;
                float: left;
                width:100%;
                height: 50px;
            }
                /*行底部内容列*/
                .tourgroup_list .row .bottom .content .col {
                    float:left;
                    width: -webkit-calc(25% - 1px);
                    width: -moz-calc(25% - 1px);
                    width: calc(25% - 1px);
                    text-align:center;
                }

                    /*行底部内容列标题*/
                    .tourgroup_list .row .bottom .content .col .title {
                        color:#999999;
                    }

                    /*行底部内容列文字内容*/
                    .tourgroup_list .row .bottom .content .col .txt {
                        color: #000000;
                    }

                /*行底部内容列分隔线*/
                .tourgroup_list .row .bottom .content .colline {
                    width: 1px;
                    float: left;
                    background-color: #e6e6e6;
                    height:100%;
                }

/*排序及分页*/
.tourgroup_list_head {
    background-color: #f6f6f6;
    line-height:30px;
    padding:10px;
}

    .tourgroup_list_head .btn_sorttype {
        background-color: #f7f7f7;
        padding: 5px 10px;
        color:#000000;
        border:solid 1px #999999;
    }

    .tourgroup_list_head .btn_sorttype_active {
        background-color: #713994;
        padding: 5px 10px;
        color: #ffffff;
        border: solid 1px #999999;
    }

/*适应手机*/
@media(max-width:1200px) {
    .tourgroup_list {
    }

        .tourgroup_list .row {
            float:unset;
        }

            .tourgroup_list .row .body {
                float: unset;
                width: 100%;
            }

                /*左侧*/
                .tourgroup_list .row .body .left {
                    float: unset;
                    width: 100%;
                }

                /*中间*/
                .tourgroup_list .row .body .center {
                    margin-top: 10px;
                    margin-left: 0px;
                    float: unset;
                    width: 100%;
                }

                    /*线路名称*/
                    .tourgroup_list .row .body .center .tourname {
                        -webkit-box-orient: unset;
                        -webkit-line-clamp: unset;
                        overflow: unset;
                        display: normal;
                    }

                    /*简介*/
                    .tourgroup_list .row .body .center .note {
                        -webkit-box-orient: unset;
                        -webkit-line-clamp: unset;
                        overflow: unset;
                        display: normal;
                    }

                /*右侧*/
                .tourgroup_list .row .body .right {
                    float: unset;
                    width: 100%;
                }

}