@charset "utf-8";
.web-top {
    float: left;
    width: 100%;
    min-width: 1200px;
    height: 35px;
    border-bottom: 1px solid #ededed;
    background: #f9f7f6
}

.web-top .wm-1200 {
    height: 35px;
}

.notice-txt {
    float: left;
    color: #666;
    width: 450px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scroll-order {
    float: right;
    width: 300px;
    height: 35px;
    overflow: hidden;
    margin: 0 20px 0 10px
}

.scroll-order ul {
    float: left;
}

.scroll-order ul li {
    float: left;
    color: #f39700;
    width: 300px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.top-login {
    float: right;
    max-width: 580px
}

.top-login a,
.top-login dl.dh dt {
    float: left;
    color: #333;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    cursor: pointer
}

.top-login a:hover,
.top-login dl.dh dt:hover {
    color: #f80;
}

.top-login a.dd i,
.top-login dl.dh dt i,
.top-login a.lx_us i {
    float: left;
    height: 36px;
    line-height: 36px;
}

.top-login a.dd i:before,
.top-login dl.dh dt i:before,
.top-login a.lx_us i:before {
    display: inline-block;
    vertical-align: middle;
    font-family: "st-iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.top-login a.dd i:before {
    content: "\e63b";
    font-size: 20px;
    margin: -3px 0 0;
}

.top-login dl.dh dt i:before {
    content: "\e61a";
    font-size: 20px;
    margin: -3px 0 0;
}

.top-login a.lx_us i:before {
    content: "\e614";
    font-size: 20px;
    margin: -4px 0 0;
}

.top-login dl.dh {
    float: left;
    position: relative;
    z-index: 99999;
    border-left: 1px solid #f9f7f6;
    border-right: 1px solid #f9f7f6;
}

.top-login dl.dh dd {
    display: none;
    position: absolute;
    z-index: 9999;
    right: -1px;
    top: 35px;
    width: 140px;
    padding: 0 10px;
    border: 1px solid #eee;
    border-top: 0;
    background: #fff
}

.top-login dl.dh dd a {
    width: 70px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.top-column-banner {
    float: left;
    width: 100%;
    min-width: 1200px;
    height: 80px;
    overflow: hidden;
    position: relative;
    z-index: 999
}

.top-column-banner .top-closed {
    display: block;
    width: 16px;
    height: 16px;
    margin-top: 5px;
    position: absolute;
    left: 50%;
    top: 5px;
    margin-left: 605px;
    z-index: 9999;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    /*-ms-transition: all 0.3s;*/
    -moz-transition: all 0.3s;
    background: url("../images/hp-closed.png") left no-repeat
}

.top-column-banner .top-closed:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg)
}

.top-column-banner a {
    display: block;
    width: 1920px;
    position: absolute;
    z-index: 999;
    left: 50%;
    top: 0;
    margin-left: -960px;
    overflow: hidden
}

.top-column-banner a img {
    float: left;
    width: 100%;
    height: 80px
}

.st-header {
    width: 100%;
    min-width: 1200px;
    padding: 10px 0;
    background: #fff
}

.st-header .st-logo {
    float: left;
    width: 298px;
    height: 85px;
    line-height: 85px;
    overflow: hidden
}

.st-header .st-logo a{
    display: table-cell;
    width: 298px;
    height:85px;
    vertical-align: middle;
}

.st-header .st-logo a img {
    max-width: 298px;
    max-height:85px;
    vertical-align: middle;
    display: block;
}

.st-top-search {
    width: 360px;
    height: 34px;
    position: absolute;
    left: 370px;
    top: 50%;
    margin-top: -18px;
    border: 1px solid #00b7ee;
    border-radius: 3px;
    background: #fff
}

.st-top-search .st-search-down {
    float: left;
    color: #333;
    width: 90px;
    height: 34px;
    position: relative;
    cursor: pointer;
    border-right: 1px solid #e5e5e5
}

.st-top-search .st-search-down strong {
    float: left;
    width: 80px;
    height: 34px;
    line-height: 34px;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #f8f8f8
}

.st-top-search .st-search-down strong i {
    width: 11px;
    height: 6px;
    position: absolute;
    top: 14px;
    right: 5px;
    transition: all 0.3s;
    background: url(../images/st-line-ico.png) no-repeat 0 -53px
}

.st-top-search .st-search-down:hover strong i {
    transform: rotate(180deg)
}

.st-top-search .st-search-down .st-down-select {
    display: none;
    position: absolute;
    left: -1px;
    top: 34px;
    z-index: 99999;
    width: 92px;
    background: #fff
}


.st-top-search .st-search-down .st-down-select li {
    float: left;
    width: 80px;
    height: 34px;
    line-height: 34px;
    padding: 0 5px;
    margin-top: -1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #e5e5e5
}

.st-top-search .st-search-down .st-down-select li:hover {
    background: #e5e5e5
}

.st-top-search .st-txt {
    float: left;
    width: 270px;
    height: 32px;
    line-height: 34px;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    padding-left: 10px
}

.st-top-search span {
    float: right;
    width: 150px;
    height: 34px;
    overflow: hidden;
    text-align: right;
    font-size: 0;
}

.st-top-search span a {
    display: inline-block;
    color: #999;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    margin: 5px 5px 0 0;
    font-size: 12px;
    border-radius: 3px;
    background: #f3f3f3
}

.st-top-search span a:hover {
    color: #009fde
}

.st-top-search .st-btn {
    float: right;
    color: #fff;
    width: 80px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    background: #00b7ee
}

.st-link-way {
    float: right;
    height: 46px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -23px
}

.link-way-ico {
    float: left;
}

.link-way-txt {
    float: left;
    display: table;
    height: 46px;
    padding-left: 10px;
}

.st-link-way em {
    color: #0082dd;
    display: table-cell;
    max-width: 200px;
    vertical-align: middle;
    font-size: 20px;
    font-style: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}

.st-nav {
    width: 100%;
    min-width: 1200px;
    height: 45px;
    background: #00b7ee
}

.st-global {
    float: left;
    width: 220px;
    height: 45px;
    position: relative
}

.st-global .global-bt {
    float: left;
    color: #fff;
    width: 220px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    background: #009fde
}

.st-global .global-list {
    float: left;
    position: relative;
    z-index: 99999;
    width: 220px;
    height: 420px;
    background: #fff
}

.gl-list-tabbox {
    float: left;
    width: 220px;
    height: 69px;
    border-bottom: 1px solid #e8e8e8
}

.gl-list-tabbox h3 {
    float: left;
    width: 196px;
    height: 69px;
    padding: 0 10px;
    position: relative;
    border-left: 3px solid #fff;
    border-right: 1px solid #fff
}

.gl-list-tabbox h3.hover {
    margin-top: -1px;
    z-index: 9999;
    border: 1px solid #00b7ee;
    border-right: 1px solid #fff;
    border-left: 3px solid #00b7ee;
}

.gl-list-tabbox h3 strong {
    float: left;
    width: 196px;
    height: 24px;
    line-height: 24px;
    margin-top: 10px;
    font-size: 14px
}

.gl-list-tabbox h3 strong em {
    margin: 2px 5px 0 0
}

.gl-list-tabbox h3 strong em,
.gl-list-tabbox h3 strong em img {
    float: left;
    width: 20px;
    height: 20px;
    overflow: hidden
}

.gl-list-tabbox h3 strong a {
    color: #333;
    float: left;
    font-size: 16px
}

.gl-list-tabbox h3 strong a:hover,
.gl-list-tabbox h3 p a:hover {
    color: #f60
}

.gl-list-tabbox h3 p {
    float: left;
    width: 175px;
    height: 20px;
    padding-left: 21px;
    margin-top: 5px;
    overflow: hidden
}

.gl-list-tabbox h3 p a {
    float: left;
    color: #8c9093;
    height: 20px;
    line-height: 20px;
    margin-right: 5px
}

.gl-list-tabbox h3 .arrow-rig {
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    width: 6px;
    height: 11px;
    margin-top: -5px;
    background: url(../images/arrow-right-ico2.png) left no-repeat
}

.tabcon-item {
    display: none;
    position: absolute;
    left: 219px;
    top: 0;
    z-index: 999;
    width: 979px;
    min-height: 418px;
    border: 1px solid #00b7ee;
    background: #fff
}

.tabcon-item .item-list {
    float: left;
    width: 980px;
}

.tabcon-item .item-list dl {
    float: left;
    width: 450px;
    padding: 10px 20px
}

.tabcon-item .item-list dl dt{
    border-bottom: 1px solid #e8e8e8
}

.tabcon-item .item-list dl dt,
.tabcon-item .item-list dl dt a {
    float: left;
    color: #333;
    width: 450px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.tabcon-item .item-list dl dd {
    float: left;
    width: 450px;
    margin-top: 5px;
}

.tabcon-item .item-list dl dd a {
    float: left;
    color: #666;
    height: 24px;
    line-height: 24px;
    margin-right: 15px
}

.tabcon-item .item-list dl dt a:hover,
.tabcon-item .item-list dl dd a:hover {
    color: #f60
}

.tabcon-item .ad-box {
    float: left;
    width: 980px;
    height: 110px;
    overflow: hidden
}

.st-menu {
    float: left;
    width: 980px;
    height: 45px
}

.st-menu > ul > li {
    float: left;
    height: 45px;
    position: relative;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    /*-ms-transition: all .8s;*/
    -o-transition: all .8s;
    transition: all .8s;
}

.st-menu > ul > li .st-arrow-ico {
    float: right;
    display: block;
    width: 0;
    height: 0;
    margin: 22px 0 0 5px;
    border-top: 4px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.st-menu > ul > li.this-hover .st-arrow-ico {
    border-top: 0;
    border-bottom: 4px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.st-menu > ul > li > a {
    display: block;
    color: #fff;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    font-size: 16px;
    position: relative
}

.st-menu > ul > li.active,
.st-menu > ul > li:hover,
.st-menu > ul > li.this-hover {
    background: #0088d0
}

.st-menu > ul > li.active s,
.st-menu > ul > li.this-hover s {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -4px;
    border-bottom: 4px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.st-menu .st-nav-icon{
    position: absolute;
    top: -5px;
    right: 5px;
}

.down-nav {
    display: none;
    min-width: 1200px;
    height: 44px;
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 99999;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
}

.this-hover .down-nav {
    display: block;
}

.sub-list {
    height: 44px;
    line-height: 44px;
    position: absolute;
    top: 0;
    overflow: hidden;
    font-size: 0;
}

.sub-list a {
    padding: 0 10px;
    font-size: 14px;
    white-space: nowrap;
}

.sub-list a:hover {
    color: #009fde;
}

/*热搜框*/
.st-hot-dest-box {
    display: none;
    position: absolute;
    left: -1px;
    top: 40px;
    z-index: 99999;
    width: 413px;
    padding: 10px 19px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;;
    background: #fff;
}

.st-hot-dest-box .block-tit {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.st-hot-dest-box .block-tit strong {
    color: #999;
}

.st-hot-dest-box .block-tit i {
    float: right;
    width: 12px;
    height: 12px;
    margin: 9px;
    cursor: pointer;
    background: url("../images/st-sidemenu-closed-ico.png") center no-repeat;
}

.st-hot-dest-box .block-nr {
    display: block;
}

.st-hot-dest-box .block-nr dl {
    padding: 10px 0 0;
}

.st-hot-dest-box .block-nr dl dt {
    font-weight: bold;
}

.st-hot-dest-box .block-nr dl dd {
    padding-top: 5px;
}

.st-hot-dest-box .block-nr dl dd a {
    color: #666;
    float: left;
    height: 24px;
    line-height: 24px;
    margin-right: 15px;
}

.top-login a.msg i{
    float: left;
    height: 36px;
    line-height: 36px;
}
.top-login a.msg i:before{
    display: inline-block;
    vertical-align: middle;
    font-family: "st-iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    content: "\e6b0";
    font-size: 24px;
    margin: -4px 0 0;
}
.top-login a.msg{
    position: relative;
}
.top-login a.msg .point-icon{
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 10px;
    left: 25px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background: #f00;
}

@charset "utf-8";
.secondary-container{
    float: left;
    width: 100%;
    min-width: 1200px;
    height: 635px;
    position: relative;
}
/* 首页滚动广告 */
.slide-wrap{
    width: 100%;
    min-width: 1200px;
    height: 635px;
    position: relative;
    overflow: hidden;
}
.slide-wrap .prev,
.slide-wrap .next{
    display: block;
    width: 30px;
    height: 60px;
    position: absolute;
    top: 275px;
    z-index: 99;
    opacity: 0.5;
    background: url("../images/main-icon.png") no-repeat;
}
.slide-wrap .prev{
    left: 2%;
    background-position: -108px -58px;
}
.slide-wrap .next{
    right: 2%;
    background-position: -148px -58px;
}
.slide-wrap .prev:hover,
.slide-wrap .next:hover{
    opacity: 1;
}
.slide-wrap .slide-bd{
    width: 1920px;
    height: 635px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.slide-wrap .slide-bd > ul > li > a{
    display: table-cell;
    width: 1920px;
    height: 635px;
    vertical-align: middle;
    text-align: center;
}
.slide-wrap .slide-bd > ul > li > a img{
    vertical-align: middle;
}
/* 首页搜索 */
.search-wrap{
    height: 40px;
    padding: 30px 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/black-opacity-bg.png") repeat;
    background: rgba(0,0,0,.35);
}
.search-box{
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}
.search-type{
    display: inline-block;
    width: 203px;
    height: 38px;
    margin: 0 6px;
    position: relative;
    text-align: left;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}
.search-type .dest-text,
.search-type .key-text{
    width: 155px;
    height: 38px;
    line-height: 38px;
    padding: 0 36px 0 12px;
}
.search-type .tit{
    color: #999;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 12px;
    font-size: 14px;
}
.search-type .date-text{
    width: 150px;
    height: 38px;
    line-height: 38px;
}
.search-type .dest-ico,
.search-type .date-ico,
.search-type .key-ico{
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    background: url("../images/main-icon.png") no-repeat;
}
.search-type .dest-ico{
    background-position: 0 0;
}
.search-type .date-ico{
    background-position: 0 -43px;
}
.search-type .key-ico{
    background-position: 0 -85px;
}

.search-btn{
    color: #fff;
    display: inline-block;
    width: 145px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    vertical-align: top;
    margin: 0 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    /*-ms-transition: background .5s;*/
    -o-transition: background .5s;
    transition: background .5s;
    background: #f60;
}
.search-btn:hover{
    background: #f80;
}

/* 服务承诺 */
.ensure-wrap{
    width: 100%;
    min-width: 1200px;
    background: #fff;
}
.ensure-bar{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}
.ensure-bar li{
    display: inline-block;
    width: 240px;
    padding: 20px 30px;
}
.ensure-bar li i{
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    background: url("../images/main-icon.png") no-repeat;
}
.ensure-bar li .icon1{
    background-position: 0 -127px;
}
.ensure-bar li .icon2{
    background-position: -53px -127px;
}
.ensure-bar li .icon3{
    background-position: -100px -127px;
}
.ensure-bar li .icon4{
    background-position: -146px -127px;
}
.ensure-bar li .txt{
    display: inline-block;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
}
.ensure-bar li .txt strong{
    display: block;
    font-size: 15px;
}
.ensure-bar li .txt em{
    color: #999;
    display: block;
    font-size: 12px;
}

/* 大家喜欢的 */
.hotel-container{
    float: left;
    min-width: 1200px;
    width: 100%;
    padding: 40px 0;
    background: #f8f8f8;
}
.hotel-wrap{
    width: 1200px;
    margin: 0 auto;
}
.hotel-wrap .hotel-tit{
    text-align: center;
    font-size: 28px;
}
.hotel-slide-box{
    height: 902px;
    overflow: hidden;
}
.hotel-slide-hd{
    padding: 30px 0 17px;
    text-align: center;
    font-size: 0;
    border-bottom: 1px solid #ccc;
}
.hotel-slide-hd > span{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 30px;
    cursor: pointer;
    font-size: 18px;
}
.hotel-slide-hd > span.on{
    color: #fff;
    background: #f90;
}
.hotel-slide-bd{
}
.hotel-next-tab{
    padding-top: 10px;
    text-align: center;
    font-size: 0;
}
.hotel-next-tab > span{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    cursor: pointer;
    font-size: 14px;
}
.hotel-next-tab > span.on{
    color: #f90;
}
.hotel-next-block > ul{
    width: 1200px !important;
}
.hotel-slide-item li{
    float: left;
    width: 374px;
    height: 343px;
    border: 1px solid #dddddd;
    margin: 36px 36px 0 0;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.hotel-slide-item li.mr_0{
    margin-right: 0;
}
.hotel-slide-item li .pic{
    display: table-cell;
    width: 374px;
    height: 240px;
    vertical-align: middle;
    text-align: center;
}
.hotel-slide-item li .pic img{
    max-width: 374px;
    max-height: 240px;
    vertical-align: middle;
}
.hotel-slide-item li .info{
    padding: 8px 16px 0 16px;
}
.hotel-slide-item li .info .pt{
    height: 30px;
    overflow: hidden;
}
.hotel-slide-item li .info .pn{
    width: 250px;
    height: 30px;
    overflow: hidden;
}
.hotel-slide-item li .info .pc{
    padding: 5px 0;
    overflow: hidden;
}
.hotel-slide-item li .info .bt{
    display: inline-block;
    width: 250px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 16px;
    color: #666;
    font-weight: bold;
}
.hotel-slide-item li .info .bt:hover{
    color: #1c5aa2;
}
.hotel-slide-item li .info .icon{
    vertical-align: middle;
}
.hotel-slide-item li .info .attr{
    color: #666;
    height: 30px;
    line-height: 30px;
}
.hotel-slide-item li .info .attr em{
    padding: 0 5px;
}
.hotel-slide-item li .info .pri{
    position: absolute;
    right: 10px;
    height: 30px;
    line-height: 30px;
    color: #999999;
}
.hotel-slide-item li .info .pri em{
    color: #ff3300;
    padding: 0 3px;
}
.hotel-slide-item li .info .pri em b{
    font-size: 20px;
    font-weight:bold;
}

.more-bar{
    padding-top: 20px;
    text-align: center;
}
.mote-link{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
    border: 1px solid #ddd;
    background: #fff;
}
.mote-link:hover{
    color: #f60;
    border: 1px solid #f90;
}
.mote-link .icon{
    display: inline-block;
    width: 6px;
    height: 10px;
    vertical-align: middle;
    margin: -3px 0 0 12px;
    background: url("../images/main-icon.png") no-repeat -76px 0;
}
.mote-link:hover .icon{
    background: url("../images/main-icon.png") no-repeat -92px 0;
}
/* 攻略文章 */
.article-container{
    float: left;
    min-width: 1200px;
    width: 100%;
    padding: 40px 0 65px;
    background: #fff;
}
.article-wrap{
    width: 1200px;
    margin: 0 auto;
}
.article-tit{
    text-align: center;
    font-size: 28px;
}
.article-slide-box{
    height: 510px;
    margin-top: 30px;
    position: relative;
}
.article-slide-box .prev,
.article-slide-box .next{
    display: inline-block;
    width: 20px;
    height: 38px;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    background: url("../images/main-icon.png") no-repeat;
}
.article-slide-box .prev{
    left: -40px;
    background-position: -46px -22px;
}
.article-slide-box .prev:hover{
    background-position: -46px -70px;
}
.article-slide-box .next{
    right: -40px;
    background-position: -76px -22px;
}
.article-slide-box .next:hover{
    background-position: -76px -70px;
}
.article-slide-bd{
    height: 510px;
    overflow: hidden;
}
.article-slide-bd li{
    float: left;
    width: 585px;
    height: 510px;
    margin-right: 30px;
}
.article-slide-bd li .pic{
    display: table-cell;
    width: 585px;
    height: 360px;
    vertical-align: middle;
    text-align: center;
}
.article-slide-bd li .pic img{
    vertical-align: middle;
}
.article-slide-bd li .info{
    height: 130px;
    padding: 10px 25px;
    background: #d3e9f6;
}
.article-slide-bd li .info .bt{
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.article-slide-bd li .info .txt{
    color: #666;
    height: 88px;
    line-height: 22px;
    overflow: hidden;
    font-size: 14px;
}
/* 主题精选 */
.theme-container{
    float: left;
    min-width: 1200px;
    width: 100%;
    padding: 40px 0 65px;
    background: #f8f8f8;
}
.theme-wrap{
    width: 1200px;
    margin: 0 auto;
}
.theme-tit{
    text-align: center;
    font-size: 28px;
}
.theme-box{
    padding-top: 30px;
}
.ad-top-bar .ad-item{
    float: left;
    width: 585px;
    height: 360px;
    overflow: hidden;
    margin-right: 30px;
}
.ad-bom-bar{
    padding-top: 30px;
}
.ad-bom-bar .ad-item{
    float: left;
    width: 380px;
    height: 233px;
    overflow: hidden;
    margin-right: 30px;
}
.ad-top-bar .last,
.ad-bom-bar .last{
    margin-right: 0;
}
/* 游记分享 */
.travel-notes-container{
    padding: 30px 0;
    background: #fff;
}
.travel-notes-wrap{
    width: 1200px;
    margin: 0 auto;
}
.travel-notes-tit{
    text-align: center;
    font-size: 28px;
}
.travel-notes-box{
    padding-top: 20px;
}
.travel-notes-box li{
    float: left;
    margin: 30px 30px 0 0;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .1), -3px -3px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, .1), -3px -3px 5px rgba(0, 0, 0, .1);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .1), -3px -3px 5px rgba(0, 0, 0, .1);
}
.travel-notes-box li.mr_0{
    margin-right: 0;
}
.travel-notes-box li .pic img{
    vertical-align: middle;
}
.travel-notes-box .col-3{
    width: 380px;
}
.travel-notes-box .col-3 .pic{
    display: table-cell;
    width: 380px;
    height: 233px;
    vertical-align: middle;
    text-align: center;
}
.travel-notes-box .col-2{
    width: 585px;
}
.travel-notes-box .col-2 .pic{
    display: table-cell;
    width: 585px;
    height: 360px;
    vertical-align: middle;
    text-align: center;
}
.travel-notes-box .info{
    padding: 5px 20px 10px;
    border: 1px solid #ddd;
    border-top: 0;
}
.travel-notes-box li:hover .info{
    border: 1px solid #fc0;
    border-top: 0;
}
.travel-notes-box .info .user{
    height: 30px;
}
.travel-notes-box .info .user .hg{
    width: 50px;
    height: 50px;
    margin-top: -30px;
    vertical-align: top;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    border: 2px solid #fff;
}
.travel-notes-box .info .user .name{
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}
.travel-notes-box .info .user .num{
    float: right;
    color: #999;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.travel-notes-box .info .user .num .icon{
    display: inline-block;
    width: 20px;
    height: 12px;
    vertical-align: middle;
    margin: -5px 5px 0 0;
    background: url("../images/main-icon.png") no-repeat -46px 0;
}
.travel-notes-box .info .bt{
    color: #2e7dcd;
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
}
.travel-notes-box .info .bt:hover{
    color: #f90;
}
.travel-notes-box .info .txt{
    color: #666;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    font-size: 14px;
}

.mdd-city-box {
    display: none;
    position: absolute;
    left: -1px;
    top: 40px;
    z-index: 9999;
    width: 448px;
    padding: 5px 10px;
    font-size: 12px;
    border: 1px solid #d2d2d2;
    background: #fff
}

.mdd-city-box .ss-mdd-tit {
    float: left;
    width: 448px;
    height: 30px;
}

.mdd-city-box .ss-mdd-tit span {
    color: #333;
    float: left;
    height: 30px;
    line-height: 30px
}

.mdd-city-box .ss-mdd-tit i {
    float: right;
    width: 10px;
    height: 30px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    background: url("../images/st-h-search-ico.png") center no-repeat
}

.mdd-city-box .ss-mdd-tit i:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg)
}
.mdd-city-box .ss-mdd-box {
    float: left;
    width: 448px;
    margin-top: 5px
}
.mdd-city-box .ss-mdd-box .st-tabnav {
    float: left;
    width: 448px;
    height: 27px
}
.mdd-city-box .ss-mdd-box .st-tabnav span {
    float: left;
    color: #7d7d7d;
    width: 55px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    cursor: pointer;
    margin-right: 1px;
    background: #eee
}
.mdd-city-box .ss-mdd-box .st-tabnav span.on {
    color: #fff;
    background: #f90
}
.mdd-city-box .ss-mdd-box .st-tabcon {
    float: left;
    width: 448px;
    margin-top: 5px
}
.mdd-city-box .ss-mdd-box .st-tabcon a {
    float: left;
    width: 64px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}