﻿.travelList{
    width:100%;
    height:auto;overflow:hidden;
}
.travelList li{
    width:100%;
    height:auto;overflow:hidden;
    padding-bottom:200px;
    margin-bottom:100px;
    margin-top:50px;
    position:relative;
}
.travelListFull{
    width:100px;
    position:absolute;
    top:35px;left:0;
    color:#fff;
    font-size:30px;
    font-weight:bold;
    transform:rotate(-35deg);
    background-color:rgba(255,0,0,0.6);
    padding:10px 10px;
    border-radius:10px;
}

.travelListPic {
    width: 46%;
    float: left;
    margin: 0 2%;
}
.travelListPic img{
    max-width:100%;
}
.travelListWord {
    width: 46%;
    float: left;
    margin: 30px 2% 0 2%;
}
    .travelListWord h2 {
        width: 100%;
        height: auto;
        line-height: 40px;
        font-size: 28px;
        color: #199ba2;
        margin-bottom:10px;
    }
    .travelListWord h3 {
        width: 100%;
        height: auto;
        line-height: 30px;
        font-size: 18px;
    }
    .travelListWord h4 {
        width: 100%;
        height: 75px;overflow:hidden;
        line-height:25px;
        font-size: 14px;
        color: #666;
        margin:30px auto;
    }
    .travelListWord span {
        display:inline-block;
        padding:10px 60px;
        background-color:#199ba2;
        color:#fff;
        transition:all 0.5s;
        border-radius:10px;
    }
        .travelListWord span:hover {
            background-color: #46bfc6;
        }

.travelListBottom{
    width:90%;
    position:absolute;
    height:290px;overflow:hidden;
    bottom:0;
    right:0;
}
.travelListBottomIcon{
    width:100%;
    height:auto;overflow:hidden;
    position:relative;
}
    .travelListBottomIcon .logo{
        position:absolute;
        top:0px;
        left:5%;
    }
    .travelListBottomIcon .logo img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
    }
    .travelListBottomIcon .bg {
        width: 100%;
        height:120px;
        overflow: hidden;
        margin-top: 70px;
        background-color: #fcce20;
        padding:50px 0;
        background-image:url(../Images/travelBg.png);
        background-repeat:no-repeat;
        background-position:right;
    }
        .travelListBottomIcon .bg h3 {
            width: 50%;
            height: auto;
            overflow: hidden;
            margin: 0 10% 0 40%;
            color: #fff;
            font-size: 30px;
            text-align: center;
            line-height:40px;
        }

    .travelList li:nth-child(2n) .travelListPic {
        float: right;
    }
.travelList li:nth-child(2n) .travelListBottom {
    width: 90%;
    left: 0;
}
.travelList li:nth-child(2n) .travelListBottomIcon .logo {
    left:80%;
}
.travelList li:nth-child(2n) .travelListBottomIcon .bg {
    background-color: #000;
}
/*详情*/
.travelShow{
    width:100%;
    height:auto;overflow:hidden;
    position:relative;
}
.travelShowBanner{
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
}
.travelShowBanner img{width:100%;}
.travelShowWidth {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 150px auto 50px auto;
}
.travelShowButton{
    width:100%;
    height:auto;overflow:hidden;
    margin:10px auto;
    text-align:right;
}
    .travelShowButton button {
        width: 140px;
        height: 40px;
        line-height: 40px;
        background-color: #199ba2;
        color: #fff;
        text-align: center;
        border-radius: 5px;
        border: 0;
        transition:all 0.5s;
        cursor:pointer;
    }
    .travelShowButton button:hover{
        background-color:#178a90;
    }
.travelShowFullStatus{
    width:100%;
}
.travelShowFullStatus span{
    float:right;
    background-color:#f00;
    color:#fff;
    padding:5px 20px;
    border-radius:10px;
}
.travelShowTitle {
    width: 96%;
    height: auto;
    overflow: hidden;
    color: #fff;
    margin: 10px auto;
    text-shadow: 0 5px 5px #333;
}
.travelShowTitle h1{
    line-height:50px;
    font-size:36px;
    font-weight:bold;
}
.travelShowTitle h2{
    font-size:16px;
    line-height:30px;
    margin:20px auto;
}
.travelShowWhite{
    width:90%;
    height:auto;overflow:hidden;
    margin:50px 2%;
    background-color:#fff;
    padding:30px 3%;
    box-shadow:0 0px 15px #ddd;
    border-radius:30px;
}

.travelShowDayList{
    width:100%;
}
.travelShowDayList li{
    width:100%;
    height:auto;overflow:hidden;
    border-bottom:1px solid #eee;
    padding-bottom:10px;
    margin-bottom:10px;
}
    .travelShowDayList li h2 {
        line-height: 30px;
        font-size: 26px;
        font-weight: bold;
        margin-top: 10px;
        position: relative;
        padding-left:20px;
    }
    .travelShowDayList li h2::before {
        width:15px;
        height:15px;
        position:absolute;
        top:8px;
        left:0;
        content:'';
        background-color:#199ba2;
        border-radius:50%;
    }
    .travelShowDayList li h2 span{
        color:#199ba2;
        font-size:20px;
        font-weight:normal;
    }
    .travelShowDayList li h3{
        line-height: 40px;
        font-size: 20px;
    }
    .travelShowDayList li h4 {
        line-height: 25px;
       color:#666;
       margin:10px auto;
    }
.travelShowDayListFile{
    width:100%;
    height:auto;overflow:hidden;
    margin:10px auto;
}
.travelShowDayListFile dd{
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}
    .travelShowDayListFile dd img{
        max-width:100%;
        max-height:250px;
    }
    .travelShowDayListFile dd video {
        max-width: 100%;
        max-height: 500px;
    }

.travelShowPrice{
    width:100%;
    height:auto;overflow:hidden;
}
    .travelShowPrice h2 {
        line-height: 40px;
        font-size: 26px;
        font-weight: bold;
    }

    .travelShowPrice h3 {
        line-height: 30px;
        font-size: 16px;
        color:#666;
        margin:10px auto;
    }

.travelShowModuleList {
    width: 100%;
    height:auto;overflow:hidden;
}
    .travelShowModuleList li {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

        .travelShowModuleList li h2 {
            line-height: 40px;
            font-size: 26px;
            font-weight: bold;
        }

        .travelShowModuleList li h3 {
            line-height: 40px;
            font-size: 16px;
        }

        .travelShowModuleList li h4 {
            line-height: 25px;
            color: #666;
        }


@media(max-width:768px){

        .travelList li {
            width: 100%;
            height: auto;
            overflow: hidden;
            padding-bottom: 20px;
            margin-bottom: 30px;
            margin-top: 20px;
            position: relative;
        }

    .travelListPic {
        width: 100%;
        margin: 0;
    }

    .travelListWord {
        width: 100%;
        margin: 10px 0 0 0;
    }

        .travelListWord h2 {
            width: 100%;
            height: auto;
            line-height: 40px;
            font-size: 28px;
            color: #199ba2;
            margin-bottom: 10px;
        }

        .travelListWord h3 {
            width: 100%;
            height: auto;
            line-height: 30px;
            font-size: 18px;
        }

        .travelListWord h4 {
            width: 100%;
            height: 75px;
            overflow: hidden;
            line-height: 25px;
            font-size: 14px;
            color: #666;
            margin: 30px auto;
        }

        .travelListWord span {
            display: inline-block;
            padding: 10px 60px;
            background-color: #199ba2;
            color: #fff;
            transition: all 0.5s;
            border-radius: 10px;
        }

            .travelListWord span:hover {
                background-color: #46bfc6;
            }

    .travelListBottom {
        width: 100%;
        position: relative;
        height: auto;
        overflow: hidden;
        bottom: 0;
        right: 0;
    }
            .travelListBottomIcon .logo img {
                width: 120px;
                height: 120px;
            }

        .travelListBottomIcon .bg {
            width: 100%;
            height: auto;
            overflow: hidden;
            margin-top: 70px;
            background-color: #fcce20;
            padding: 50px 0;
            background-image: url(../Images/travelBg.png);
            background-repeat: no-repeat;
            background-position: right;
        }

            .travelListBottomIcon .bg h3 {
                width: 90%;
                margin: 0 5% 0 5%;
                font-size: 20px;
                line-height: 30px;
            }

    .travelList li:nth-child(2n) .travelListBottom {
        width: 100%;
        left: 0;
    }

    .travelList li:nth-child(2n) .travelListBottomIcon .logo {
        left: 60%;
    }


    /*详情*/
    .travelShowBanner {
        width: 100%;
        height: 200px;
        overflow: hidden;
        position: relative;
    }
        .travelShowBanner img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: auto;
            height: 200px;
        }
    .travelShowWidth {
        width: 90%;
        height: auto;
        overflow: hidden;
        margin: 20px auto 50px auto;
    }

    .travelShowTitle {
        width: 88%;
        height: auto;
        overflow: hidden;
        color: #fff;
        margin: 30px auto;
        text-shadow:none;
        background-color: #199ba2;
        padding:20px 4%;
    }

    .travelShowWhite {
        width: 88%;
        height: auto;
        overflow: hidden;
        margin: 10px 2% 30px 2%;
        background-color: #fff;
        padding: 20px 4%;
        box-shadow: 0 0 10px #eee;
    }
    .travelShowDayList li h2{
        font-size:20px;
    }
    .travelShowDayList li h2 span {
        font-size: 16px;
    }

}