﻿.tourgroup_list_gty_box{ margin:15px auto 0px; overflow:hidden; width:100%;}
/*左侧*/
.tourgroup_list_gty_box_left{ width:245px;float:left;display:block;}
.tourgroup_list_gty_box_left>.tourgroup_list_gty_box_title{ position:relative;z-index:12;height:36px; line-height:36px; text-align:left; color:#333;border-bottom:2px solid #9966CC;font-size:16px; padding-left:10px;}
.tourgroup_list_gty_box_left>.tourgroup_content_box{border-left:1px solid #e8e8e8; border-right:1px dashed #e8e8e8;border-bottom:1px solid #e8e8e8;background-color: white; height:568px;}


.tourgroup_list_gty_box_left>.tourgroup_content_box>.tourgroup_list_box_title { font-size:16px; color:#9966CC;position:relative;z-index:12;height:36px; line-height:36px; padding-left:10px; text-align:left;}
.tourgroup_list_gty_box_left>.tourgroup_content_box>.tourgroup_content_type{ border-bottom:1px dashed #d7d7d7; padding:0 10px 5px;overflow:hidden; height:50px; }
.tourgroup_list_gty_box_left>.tourgroup_content_box>.tourgroup_content_type a{ display:inline-block; margin-right:10px; margin-bottom:6px; color:#333;}
.tourgroup_list_gty_box_left>.tourgroup_content_box>.tourgroup_content_type a:hover{ color:#f80;}
.tourgroup_list_gty_box_left>.tourgroup_content_box>.tourgroup_content_type a img{ margin-right:5px; }

.tourgroup_list_gty_box_left>.tourgroup_content_box>.tourgroup_content_pic1{ margin:10px 10px 5px; }
.tourgroup_list_gty_box_left>.tourgroup_content_box>.tourgroup_content_pic1 img{  width:223px; height:87px; }

.tourgroup_list_gty_box_left>.tourgroup_content_box>.tourgroup_content_pic2{ margin:10px 10px 0; }
.tourgroup_list_gty_box_left>.tourgroup_content_box>.tourgroup_content_pic2 img{  width:223px; height:188px; }


/*右侧*/
.tourgroup_list_gty_box_right{ width:1005px;float:left;}

/*菜单*/
/*.tourgroup_list_gty_box > .tourgroup_list_gty_box_right > .tourgroup_tabs_nav {
    display: none;
}*/

.tourgroup_list_gty_box_menu {
    overflow: hidden;
    overflow-x: auto;
    height: 40px;
    width: 100%;
}

    .tourgroup_list_gty_box_menu > .tourgroup_list_gty_box_title {
        padding-left: 10px;
        min-width: 450px;
        white-space: nowrap;
        position: relative;
        z-index: 12;
        height: 36px;
        text-align: left;
        border-bottom: 2px solid #9966CC;
        display: block;
    }

    .tourgroup_list_gty_box_menu > .tourgroup_list_gty_box_title span {
        position: relative;
        bottom: -3px;
        float: left;
        height: 40px;
        line-height: 30px;
        color: #555;
        margin-right: 30px;
        cursor: pointer;
        font-size: 16px;
        white-space: nowrap;
    }
        .tourgroup_list_gty_box_menu > .tourgroup_list_gty_box_title span:hover {
            cursor: pointer;
            color: #9966CC;
        }
        .tourgroup_list_gty_box_menu > .tourgroup_list_gty_box_title span.select {
            color: #9966CC;
        }

    .tourgroup_list_gty_box_menu > .tourgroup_list_gty_box_title .select i {
        display: inline-block;
    }
    .tourgroup_list_gty_box_menu > .tourgroup_list_gty_box_title span i {
        position: absolute;
        left: 50%;
        margin-left: -6px;
        bottom: 3px;
        display: none;
        width: 0;
        height: 0;
        overflow: hidden;
        line-height: 0;
        font-size: 0;
        vertical-align: middle;
        border-bottom: 0 none;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 5px solid #9966CC;
        _color: #ff3fff;
        _filter: chroma(color=#ff3fff);
    }

.tourgroup_list_gty_box>.tourgroup_list_gty_box_right>.tourgroup_content_box{
    padding:10px 0 0;
    border-left:1px solid #e8e8e8;
    border-right:1px dashed #e8e8e8;
    border-bottom:1px solid #e8e8e8; 
    margin-top:-3px; 
    background-color:white; 
    min-height:567px;
}

/*内容*/
.tourgroup_content_list_gty_row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.tourgroup_content_list_gty {
    width: 25%;
    padding: 0px 10px;
    margin-bottom: 10px;
    position: relative;
}

.tourgroup_content_list_gty a{ text-decoration:none; }

    .tourgroup_content_list_gty img {
        width: 100%;
        height: -webkit-calc(100% - 80px) !important;
        height: -moz-calc(100% - 80px) !important;
        height: calc(100% - 80px) !important;
        display: block;
    }

.tourgroup_content_list_gty .spe_pro_mess { width:100%;height:80px; }
.tourgroup_content_list_gty .spe_pro_mess>.tourname{ line-height:20px; height:40px; font-size:12px;overflow:hidden; color:#444; margin-top:5px;}

/*价格*/
    .tourgroup_content_list_gty .spe_pro_mess > .pricebox {
        border-bottom: 3px solid #eceef4;
    }
.tourgroup_content_list_gty .spe_pro_mess>.pricebox>.price{ color:#f60; float:left;font-size:14px; }
.tourgroup_content_list_gty .spe_pro_mess>.pricebox>.price span{ font-weight:bold;font-size:28px; }

/*菜单*/
.tourgroup_list_gty_box>.tourgroup_list_gty_box_right>.tourgroup_tabs_gty_nav{ display:none; }

@media (max-width:1275px)
{
    .tourgroup_list_gty_box { padding:0px; }
    .tourgroup_list_gty_box_left{ float:none; display:none;}
}

@media (max-width:1035px)
{
    .tourgroup_list_gty_box_right{ width:100%;float:unset;}

    .tourgroup_list_gty_box > .tourgroup_list_gty_box_right > .tourgroup_content_box {
        min-height:unset;
    }
}

@media (max-width:550px)
{
    .tourgroup_content_list_gty {
        width: 50%;
        margin-bottom:20px;
    }

        .tourgroup_content_list_gty .spe_pro_mess > .pricebox > .price span {
            font-size: 20px;
        }
    
    /*菜单*/
    /*.tourgroup_list_gty_box>.tourgroup_list_gty_box_right>.tourgroup_list_gty_box_title{ display:none; }
    .tourgroup_list_gty_box>.tourgroup_list_gty_box_right>.tourgroup_tabs_gty_nav{ background:#ebebeb; margin-top:10px;display:block; }
    .tourgroup_list_gty_box>.tourgroup_list_gty_box_right>.tourgroup_tabs_gty_nav>.tourgroup_nav_toggle { float:right;padding:5px 10px; margin-top:8px;margin-right: 15px;margin-bottom:8px; background-color: transparent;background-image: none; border: 1px solid transparent;border-radius:4px;}
    .tourgroup_list_gty_box>.tourgroup_list_gty_box_right>.tourgroup_tabs_gty_nav>:hover{ opacity:0.8; cursor:pointer; }
    .tourgroup_list_gty_box>.tourgroup_list_gty_box_right>.tourgroup_tabs_gty_nav>.tourgroup_nav_toggle>.tourgroup_nav_bar {background-color:#000;display:block;width:22px; height:2px;border-radius:1px;margin-top:4px;}
    .tourgroup_list_gty_box>.tourgroup_list_gty_box_right>.tourgroup_list_gty_box_title span{ background: #ebebeb; display:block; width:100%; height:34px; line-height:34px;padding: 0 15px; margin-right:0px; margin-top: -3px; margin-bottom:3px; }
    .tourgroup_list_gty_box>.tourgroup_list_gty_box_right>.tourgroup_list_gty_box_title span i {border-top:0px;}*/
}