﻿@charset "utf-8";

.top_box_mode { 
    position: relative;
    width: 100%;
    height: 420px; 
}
/*焦点图*/
.tx-focus-banners {
    float: left;
    width: 100%;
    min-width: 1200px;
    height: 420px;
    position: relative;
    overflow: hidden
}

    .tx-focus-banners
    .banners {
        width: 1920px;
        height: 420px;
        position: absolute;
        left: 50%;
        margin-left: -960px;
        overflow: hidden
    }

        .tx-focus-banners .banners > ul > li > a {
            display: table-cell;
            width: 1920px;
            height: 420px;
            vertical-align: middle;
            text-align: center
        }

            .tx-focus-banners .banners > ul > li > a
            img {
                vertical-align: middle
            }

    .tx-focus-banners
    .focus {
        width: 100%;
        height: 12px;
        position: absolute;
        bottom: 20px;
        z-index: 99;
        text-align: center
    }

        .tx-focus-banners .focus > ul {
            height: 12px
        }

            .tx-focus-banners .focus > ul > li {
                display: inline-block;
                width: 12px;
                height: 12px;
                margin: 0 3px;
                cursor: pointer;
                vertical-align: top;
                background: #fff;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%
            }

                .tx-focus-banners .focus > ul > li.on {
                    background: #ccc
                }

 
.sat_tab {
    text-align: center;
    width: 210px;
    height: 125px;
    background: url(../images/myd.png) center center no-repeat;
    position: relative;
}

.sxjjp-tj-box {
    float: left;
    width: 1200px;
    margin: 20px auto 0;
    overflow: hidden;
}

    .sxjjp-tj-box .sxjjp-tit {
        float: left;
        color: #ff5722;
        width: 1200px;
        border-bottom: 2px solid #ff5722;
        height: 40px;
    }

        .sxjjp-tj-box .sxjjp-tit h3 {
            float: left;
            font-size: 20px;
            font-weight: bold;
            color: #ff5722;
            height: 40px;
            line-height: 40px;
        }

        .sxjjp-tj-box .sxjjp-tit span {
            float: left;
            font-size: 12px;
            color: #999;
            padding-left: 10px;
            padding-top: 17px;
        }

    .sxjjp-tj-box .sxjjp-tj-con, .sxjjp-tj-box .sxjjp-tj-con ul {
        float: left;
        width: 1200px; 
    }

        .sxjjp-tj-box .sxjjp-tj-con .rsbleft {
            position: absolute;
            top: -34px;
            right: 35px;
            width: 34px;
            height: 22px;
            border: 1px solid #ebebeb;
            float: left;
            background: url(../images/left_1.jpg) center center no-repeat;
        }

            .sxjjp-tj-box .sxjjp-tj-con .rsbleft:hover {
                background: url(../images/left_2.jpg) center center no-repeat;
                cursor: pointer;
            }

        .sxjjp-tj-box .sxjjp-tj-con .rsbright {
            position: absolute;
            top: -34px;
            right: 0px;
            width: 34px;
            height: 22px;
            border: 1px solid #ebebeb;
            border-left: none;
            float: left;
            background: url(../images/right_1.jpg) center center no-repeat;
        }

            .sxjjp-tj-box .sxjjp-tj-con .rsbright:hover {
                background: url(../images/right_2.jpg) center center no-repeat;
                cursor: pointer;
            }

        .sxjjp-tj-box .sxjjp-tj-con .bd {
            float: left;
            width: 1200px;
            overflow: hidden;
        }

            .sxjjp-tj-box .sxjjp-tj-con .bd .tempWrap {
                float: left;
                width: 1198px;
                overflow: hidden;
                border-left: 1px solid #ebebeb;
                border-right: 1px solid #ebebeb;
            }

            .sxjjp-tj-box .sxjjp-tj-con .bd ul {
                overflow: hidden;
                zoom: 1;
                width: 5000px;
                float: left;
                height: 240px;
            }

.sxjjp-tj-con .bd ul li {
    float: left;
    width: 210px;
    height: 209px;
    overflow: hidden;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 15px 14px 15px 15px;
}

    .sxjjp-tj-con .bd ul li:hover {
        background: #f5f5f5;
    }

    .sxjjp-tj-con .bd ul li .pic {
        width: 210px;
        height: 155px;
        overflow: hidden;
        position: relative;
    }

        .sxjjp-tj-con .bd ul li .pic:hover img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
        }

        .sxjjp-tj-con .bd ul li .pic .mask {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
            width: 210px;
            height: 155px;
            background-position: right bottom;
            background-repeat: no-repeat;
        }

.icon_hot {
    background-image: url("../images/icon_hot.png")
}

.icon_price {
    background-image: url("../images/icon_price.png")
}

.icon_top {
    background-image: url("../images/icon_top.png")
}

.sxjjp-tj-con .bd ul li .pic img {
    width: 210px;
    height: 155px;
    transition: transform 0.6s;
    -webkit-transition: transform 0.6s;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

    .sxjjp-tj-con .bd ul li .pic img:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

.sxjjp-tj-con .bd ul li .title {
    padding: 5px 0
}

    .sxjjp-tj-con .bd ul li .title a {
        display: block;
        color: #333;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

        .sxjjp-tj-con .bd ul li .title a:hover {
            color: #ff5722
        }

    .sxjjp-tj-con .bd ul li .title p {
        height: 24px;
        line-height: 24px
    }

        .sxjjp-tj-con .bd ul li .title p .jg {
            color: #999
        }

            .sxjjp-tj-con .bd ul li .title p .jg span {
                color: #ff5722;
                font-size: 13px;
                font-style: normal;
                padding-right: 2px;
            }

            .sxjjp-tj-con .bd ul li .title p .jg i {
                color: #ff5722;
                font-size: 12px;
                font-style: normal;
            }

            .sxjjp-tj-con .bd ul li .title p .jg strong {
                font-size: 18px;
                font-weight: bold;
                color: #ff5722;
            }

        .sxjjp-tj-con .bd ul li .title p .myd {
            color: #999;
            float: right
        }

            .sxjjp-tj-con .bd ul li .title p .myd b {
                color: #ff5722;
                font-weight: normal;
            }

.jp-tj-box {
    float: left;
    width: 1200px;
    margin-top: 20px
}

    .jp-tj-box .jp-tit {
        float: left;
        color: #ffae00;
        width: 1200px;
        height: 40px;
        line-height: 40px;
        border-bottom: 2px solid #ffae00;
        background: url(../images/tj-bg.png) right bottom no-repeat
    }

        .jp-tj-box .jp-tit h3 {
            float: left;
            font-size: 18px;
            font-weight: bold;
            padding-left: 43px;
            background: url(../images/jp-ico.png) left no-repeat
        }

.jp-tj-con,
.jp-tj-con ul {
    float: left;
    width: 1200px
}

    .jp-tj-con ul li {
        height: 365px;
        margin: 20px 20px 0 0
    }

        .jp-tj-con ul li.large {
            float: left;
            width: 588px;
            border: 1px solid #f5f5f5;
            box-shadow: 1px 1px 3px #f5f5f5
        }

            .jp-tj-con ul li.large p,
            .jp-tj-con ul li.small p {
                float: left;
                width: 564px;
                padding: 0 15px
            }

            .jp-tj-con ul li.large .tit a,
            .jp-tj-con ul li.small .tit a {
                float: left;
                color: #333;
                width: 564px;
                height: 30px;
                line-height: 30px;
                margin-top: 10px;
                font-size: 16px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis
            }

            .jp-tj-con ul li.large .txt,
            .jp-tj-con ul li.small .txt {
                color: #999;
                height: 24px;
                line-height: 24px;
                font-size: 14px;
                overflow: hidden
            }

            .jp-tj-con ul li.large .num {
                margin-top: 26px
            }

                .jp-tj-con ul li.large .num .jg,
                .jp-tj-con ul li.small .num .jg {
                    float: left;
                    color: #ffae00;
                    height: 40px;
                    line-height: 40px;
                    font-size: 14px
                }

                    .jp-tj-con ul li.large .num .jg b,
                    .jp-tj-con ul li.small .num .jg b {
                        color: #ff7200;
                        padding: 0 5px;
                        font-size: 28px;
                        font-family: Arial;
                        font-weight: bold
                    }

                .jp-tj-con ul li.large .num .myd,
                .jp-tj-con ul li.small .num .myd {
                    float: right;
                    color: #333;
                    height: 40px;
                    line-height: 40px;
                    font-size: 14px
                }

                    .jp-tj-con ul li.large .num .myd b,
                    .jp-tj-con ul li.small .num .myd b {
                        color: #ff7200;
                        font-size: 16px;
                        font-weight: bold;
                        font-family: Arial
                    }

        .jp-tj-con ul li.small {
            float: left;
            width: 283px;
            border: 1px solid #f5f5f5;
            box-shadow: 1px 1px 3px #f5f5f5
        }

        .jp-tj-con ul li.mr_0 {
            margin-right: 0
        }

        .jp-tj-con ul li.small p {
            width: 255px
        }

        .jp-tj-con ul li.small .tit a {
            width: 255px
        }

        .jp-tj-con ul li.small .txt {
            height: 40px;
            line-height: 20px
        }

        .jp-tj-con ul li.small .num {
            margin-top: 10px
        }

.main {
    float: left;
    width: 1200px;
    margin-top: 20px
}

.left_box_con {
    float: left;
    width: 100%
}

.zb-box,
.gn-box,
.cj-box,
.qita-box {
    float: left;
    width: 100%;
    margin: 10px 0 20px
}

    .zb-box .zb-tit,
    .gn-box .gn-tit,
    .cj-box .cj-tit,
   .qita-box .qita-tit{
        float: left;
        width: 100%;
        height: 40px;
        border-bottom: 2px solid #21b8d3;
        position: relative;
    }

    .gn-box .gn-tit {
        border-bottom: 2px solid #e76c5d
    }

    .cj-box .cj-tit {
        border-bottom: 2px solid #69acf2
    }
.qita-box .qita-tit {
        border-bottom: 2px solid #ff6a06
    }

        .zb-box .zb-tit h3,
        .gn-box .gn-tit h3,
        .cj-box .cj-tit h3,
        .qita-box .qita-tit h3 {
            float: left;
            color: #21b8d3;
            height: 40px;
            line-height: 40px;
            font-weight: bold;
            font-size: 18px;
            padding-left: 40px; 
        }

    .gn-box .gn-tit h3 {
        color: #e76c5d; 
    }

    .cj-box .cj-tit h3 {
        color: #4e9ae9; 
    }
.qita-box .qita-tit h3 {
        color: #ff6a06; 
    }

    .zb-box .zb-tit .more,
    .gn-box .gn-tit .more,
    .cj-box .cj-tit .more,
    .qita-box .qita-tit .more {
        height: 40px;
        line-height: 40px;
        position: absolute;
        left: 130px;
    }

        .zb-box .zb-tit .more a,
        .gn-box .gn-tit .more a,
        .cj-box .cj-tit .more a,
        .qita-box .qita-tit .more a {
            font-size: 14px;
            padding: 0 14px;
            text-decoration: none;
            color: #FE5F00;
            font-weight: normal;
            line-height: 32px;
        }

    .zb-box .zb-tit .hd,
    .gn-box .gn-tit .hd,
    .cj-box .cj-tit .hd,
    .qita-box .qita-tit .hd {
        position: absolute;
        top: 2px;
        left: 207px;
        border-bottom: 1px solid #fff;
        height: 40px;
        overflow: hidden;
    }

        .zb-box .zb-tit .hd ul li,
        .gn-box .gn-tit .hd ul li,
        .cj-box .cj-tit .hd ul li,
        .qita-box .qita-tit .hd ul li {
            display: inline-block;
            margin-top: 5px;
        }

            .zb-box .zb-tit .hd ul li span,
            .gn-box .gn-tit .hd ul li span,
            .cj-box .cj-tit .hd ul li span,
            .qita-box .qita-tit .hd ul li span {
                height: 34px;
                line-height: 34px;
                padding: 0 15.5px;
                display: inline-block;
                font-size: 14px;
                white-space: nowrap;
                cursor: pointer;
            }

                .zb-box .zb-tit .hd ul li span a:hover,
                .gn-box .gn-tit .hd ul li span a:hover,
                .cj-box .cj-tit .hd ul li span a:hover,
                .qita-box .qita-tit .hd ul li span a:hover {
                    text-decoration: underline;
                }

            .zb-box .zb-tit .hd ul li.on span {
                line-height: 39px;
                color: #fc5a3f;
                border-top: 2px solid #21b8d3;
                border-left: 2px solid #21b8d3;
                border-right: 2px solid #21b8d3;
                border-bottom: 1px solid #ffffff;
                background-color: #fff;
                z-index: 1;
                white-space: nowrap;
            }

            .gn-box .gn-tit .hd ul li.on span {
                line-height: 39px;
                color: #fc5a3f;
                border-top: 2px solid #e76c5d;
                border-left: 2px solid #e76c5d;
                border-right: 2px solid #e76c5d;
                border-bottom: 1px solid #ffffff;
                background-color: #fff;
                z-index: 1;
                white-space: nowrap;
            }

            .cj-box .cj-tit .hd ul li.on span {
                line-height: 39px;
                color: #fc5a3f;
                border-top: 2px solid #69acf2;
                border-left: 2px solid #69acf2;
                border-right: 2px solid #69acf2;
                border-bottom: 1px solid #ffffff;
                background-color: #fff;
                z-index: 1;
                white-space: nowrap;
            }
.qita-box .qita-tit .hd ul li.on span {
                line-height: 39px;
                color: #fc5a3f;
                border-top: 2px solid #ff6a06;
                border-left: 2px solid #ff6a06;
                border-right: 2px solid #ff6a06;
                border-bottom: 1px solid #ffffff;
                background-color: #fff;
                z-index: 1;
                white-space: nowrap;
            }
/*.zb-box .zb-tit a,
.gn-box .gn-tit a,
.cj-box .cj-tit a{
	float:right;
	color:#333;
	height:40px;
	line-height:40px;
	font-size:14px}
.zb-con,*/
.gn-con,
.cj-con,
.qita-con {
    float: left;
    width: 100%
}

    .zb-con .menu-con,
    .gn-con .menu-con,
    .cj-con .menu-con,
    .qita-con .menu-con {
        float: left;
        width: 207px;
        height: 430px;
        position: relative;
    }

    .zb-con .menu-list,
    .gn-con .menu-list,
    .cj-con .menu-list,
    .qita-con .menu-list {
        float: left;
        width: 207px;
        box-sizing: border-box;
        padding: 10px;
        line-height: 30px;
        z-index: 99;
        position: relative;
    }

.left_box_con .menu-list.hotbj1 {
    background-color: #6cc95e;
}

.left_box_con .menu-list.hotbj2 {
    background-color: #6EA2DE;
}

.left_box_con .menu-list.hotbj3 {
    background-color: #EBA1A2;
}

.zb-con .menu-list dl,
.gn-con .menu-list dl,
.cj-con .menu-list dl,
.qita-con .menu-list dl {
}

.zb-con .menu-list dt,
.gn-con .menu-list dt,
.cj-con .menu-list dt,
.qita-con .menu-list dt {
    color: #fff;
    font-size: 15px;
    font-weight: bolder;
    margin-top: 10px;
}

.zb-con .menu-list dd,
.gn-con .menu-list dd,
.cj-con .menu-list dd,
.qita-con .menu-list dd {
    display: inline-block;
    color: #b8b8b8;
}

    .zb-con .menu-list dd a,
    .gn-con .menu-list dd a,
    .cj-con .menu-list dd a,
    .qita-con .menu-list dd a {
        color: #fff;
    }

        .zb-con .menu-list dd a:hover,
        .gn-con .menu-list dd a:hover,
        .cj-con .menu-list dd a:hover,
        .qita-con .menu-list dd a:hover {
            text-decoration: underline;
        }
/*.zb-con .menu-list a,
.gn-con .menu-list a,
.cj-con .menu-list a{
	float:left;
	color:#21b8d3;
	width:85px;
	height:40px;
	line-height:40px;
	text-align:center;
	overflow:hidden;
	margin:10px 0 0 10px;
	border-radius:3px;
	background:#fff}
.gn-con .menu-list a{
	color:#e76c5d}
.cj-con .menu-list a{
	color:#5398c0}
.zb-con .menu-list a.on,
.zb-con .menu-list a:hover{
	color:#fff;
	transition:left 0.5s, background-color 0.5s;
	background:#21b8d3}
.gn-con .menu-list a.on,
.gn-con .menu-list a:hover{
	color:#fff;
	transition:left 0.5s, background-color 0.5s;
	background:#e76c5d}
.cj-con .menu-list a.on,
.cj-con .menu-list a:hover{
	color:#fff;
	transition:left 0.5s, background-color 0.5s;
	background:#5398c0}*/
.zb-con .adv-img,
.gn-con .adv-img,
.cj-con .adv-img,
.qita-con .adv-img {
    width: 207px;
    height: 272px;
    z-index: 9;
}

.list_con,
.list_con .top-list,
.list_con .top-list ul {
    float: left;
    width: 990px; 
}

.top-list ul li {
    float: left;
    width: 230px;
    margin: 20px 0 0 17px
}

    .top-list ul li p {
        float: left;
        width: 230px;
        margin-top: 10px;
        height: 26px;
    }

    .top-list ul li .tit a {
        float: left;
        color: #333;
        font-size: 14px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 230px;
    }

    .top-list ul li .num .jg {
        float: left;
        color: #f60;
        font-size: 12px
    }

        .top-list ul li .num .jg b {
            padding: 0 2px;
            font-size: 18px;
            font-family: Arial
        }

    .top-list ul li .num .ys {
        float: right;
        color: #f60
    }

.bom-list {
    float: left;
    width: 990px;
    margin: 30px 0 0 13px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5
}

    .bom-list ul li {
        float: left;
        width: 478px;
        height: 36px;
        line-height: 36px;
        margin-right: 33px
    }

        .bom-list ul li.mr_0 {
            margin-right: 0
        }

        .bom-list ul li a {
            float: left;
            width: 400px;
            height: 26px;
            line-height: 26px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis
        }

        .bom-list ul li span {
            float: right;
            color: #f60;
            width: 60px;
            height: 26px;
            line-height: 26px;
            text-align: right
        }

.sidle_box_con {
    float: right;
    width: 270px
}

.wid268 {
    width: 268px;
    float: left;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid #dcdcdc
}

.tit_h3_ok {
    font-size: 18px;
    color: #666;
    line-height: 38px;
    font-family: "Microsoft Yahei";
    font-weight: 400;
    padding: 0 10px
}

.sidle_hot_line {
    float: left;
    width: 248px;
    padding: 0 10px 10px
}

    .sidle_hot_line li {
        float: left;
        width: 248px;
        height: 40px;
        padding: 15px 0;
        border-bottom: 1px dashed #e5e5e5
    }

        .sidle_hot_line li img {
            margin-right: 8px;
            margin-top: 5px;
        }
        /*.sidle_hot_line li i{
	float:left;
	width:30px;
	height:40px;
	line-height:40px;
	font-size:36px;
	font-family:Arial}
.sidle_hot_line li i.color_f60{
	color:#f60}
.sidle_hot_line li i.color_666{
	color:#666}*/
        .sidle_hot_line li a {
            float: left;
            color: #666;
            width: 150px;
            height: 40px;
            line-height: 20px;
            overflow: hidden;
            font-family: "宋体"
        }

            .sidle_hot_line li a:hover {
                color: #f60;
                text-decoration: underline
            }

        .sidle_hot_line li span {
            float: right;
            height: 40px;
            width: 65px
        }

            .sidle_hot_line li span em {
                float: left;
                color: #f60;
                width: 65px;
                height: 20px;
                line-height: 20px;
                font-style: normal;
                text-align: right
            }

            .sidle_hot_line li span b {
                float: left;
                color: #999;
                width: 65px;
                height: 20px;
                line-height: 20px;
                text-align: right;
                font-family: "宋体"
            }

.ans_que {
    border-bottom: 1px solid #E0E0E0;
    margin: 0 12px;
    padding-bottom: 12px
}

    .ans_que li {
        padding-left: 50px;
        margin-top: 12px;
        color: #888;
        min-height: 46px;
        line-height: 23px
    }

        .ans_que li span {
            color: #0093D1
        }

    .ans_que .q {
        background: url(../images/que.jpg) no-repeat 0 0
    }

    .ans_que .a {
        background: url(../images/ask.jpg) no-repeat 0 0
    }
/*评论*/
.hotelremark_ul {
    float: left;
    overflow: hidden;
    width: 782px;
    height: 550px;
    margin: 0;
    padding: 0
}

    .hotelremark_ul .kuan {
        display: block;
        float: left;
        overflow: hidden;
        width: 240px;
        height: 550px;
        padding-right: 20px
    }

.visit_list {
    margin: 5px 13px 10px
}

.visit_no ul {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0 7px
}

.visit_no li {
    color: #333;
    line-height: 22px;
    width: 240px
}

    .visit_no li.view_cont {
        height: 24px;
        overflow: hidden
    }

.visit_no .view_name a {
    font-size: 14px;
    color: #0092D5
}

.view_time_n {
    padding-top: 3px
}

.good_w {
    background: url(../images/dp-ico.png) no-repeat 0 0;
    width: 45px;
    height: 20px;
    display: block;
    margin: 3px 0 0;
    padding: 0
}

.line_bbs {
    display: inline-block;
    line-height: 18px;
    height: 18px;
    padding-left: 20px;
    color: #f60;
    font-family: Arial;
    background: url(../images/dp-ico.png) no-repeat 0 bottom;
    margin-left: 10px;
    padding-left: 60px
}

    .line_bbs em {
        display: inline-block;
        padding-right: 5px;
        font-style: normal;
        background: url(../images/dp-ico.png) no-repeat right bottom
    }

.good_time {
    color: #888;
    font-family: Arial;
    text-align: right;
    float: right
}
/*--- 游记 ---*/
.tx-slideTab {
    float: left;
    width: 1200px;
    margin-top: 20px
}

    .tx-slideTab .tx-tabnav {
        float: left;
        width: 1200px;
        height: 70px;
        border-bottom: 3px solid #e5e5e5
    }

        .tx-slideTab .tx-tabnav
        h3 {
            height: 36px;
            line-height: 36px;
            font-size: 18px;
            font-weight: bold
        }

        .tx-slideTab .tx-tabnav
        .tabs {
            height: 37px
        }

        .tx-slideTab .tx-tabnav
        span {
            float: left;
            color: #333;
            height: 34px;
            line-height: 34px;
            font-size: 14px;
            margin-right: 25px;
            cursor: pointer
        }

            .tx-slideTab .tx-tabnav
            span.on {
                color: #ff6a06;
                border-bottom: 3px solid #ff6a06
            }

        .tx-slideTab .tx-tabnav
        a.more {
            color: #333;
            float: right;
            height: 36px;
            line-height: 36px;
            padding-left: 17px;
            background: url(/style/images/index-ico.png) no-repeat 0 13px
        }

        .tx-slideTab .tx-tabnav a:hover.more {
            color: #f80;
            background: url(/style/images/tx-hover-ico.png) no-repeat 0 13px
        }

    .tx-slideTab .tx-tabcon {
        float: left
    }
.article_con .tx-tabcon {
    float: left;
    width: 1200px;
    margin-top: 15px
}

    .article_con .tx-tabcon .first {
        float: left;
        width: 370px
    }

        .article_con .tx-tabcon .first.pic {
            float: left;
            width: 370px;
            height: 252px
        }

            .article_con .tx-tabcon .first .pic a {
                display: table-cell;
                width: 370px;
                height: 252px;
                vertical-align: middle;
                text-align: center
            }

        .article_con .tx-tabcon .first a img {
            max-width: 370px;
            max-height: 252px;
            vertical-align: middle
        }

        .article_con .tx-tabcon .first .tit, .article_con .tx-tabcon .first .tit a {
            float: left;
            color: #000;
            width: 370px;
            height: 30px;
            line-height: 30px;
            font-size: 16px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis
        }

            .article_con .tx-tabcon .first .tit a:hover {
                color: #f60
            }

        .article_con .tx-tabcon .first .txt {
            float: left;
            color: #939090;
            width: 370px;
            max-height: 40px;
            line-height: 20px;
            overflow: hidden
        }

    .article_con .tx-tabcon .second {
        float: right;
        width: 800px
    }

.second ul {
    float: left;
    width: 800px
}

    .second ul li {
        float: left;
        width: 390px;
        margin-right: 20px;
        padding-bottom: 15px
    }

        .second ul li.mr_0 {
            margin-right: 0
        }

        .second ul li p.tit, .second ul li p.tit a {
            float: left;
            color: #333;
            width: 390px;
            height: 30px;
            line-height: 30px;
            font-size: 16px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis
        }

            .second ul li p.tit a:hover {
                color: #f60;
                text-decoration: underline
            }

        .second ul li p.tit {
            background: url(/style/images/arrow-left-ico.png) left no-repeat
        }

            .second ul li p.tit a {
                width: 340px;
                padding-left: 20px
            }

        .second ul li p.txt {
            float: left;
            color: #939090;
            width: 370px;
            height: 36px;
            line-height: 18px;
            padding-left: 20px;
            font-size: 12px;
            overflow: hidden
        }

.tx-link-way em, .tx-slideTab .tx-tabnav h3, .tx-slideTab .tx-tabnav span.on, .tx-cp-slideTab .tx-tabnav h3, .tx-cp-slideTab .tx-tabnav span.on, .tx-line-brief .detx-tit, .eachday .day-tit strong, .eachday .day-tb th span, .add-travel-notes, .personal-data .revise, .safe-center .aq-con li .part4 a, .safe-center .aq-con li .part2 em, .table-list .cp-tit, .user-order-box .order-no-have p a, .user-order-box .jf-no-have p a, .user-order-box .zx-no-have p a, .safe-center .bind-con li .part3 .clear-bind, .getback-pw-con .getback-pw-step span em, .success-get-back .get-txt span, .success-get-back .get-link a, .tx-hotel-home-box .hotel-tit-ico h3, .tx-litx-search .line-search-tj dl.type dd p a.on, .ship-menu-block .item-block h4, .hot-content .hot-tit h3, .company-hd h3, .company-hd span.on, .l-tab-box .l-tab-nav span.on, .choice-content .more a, .ship-show-block .column-block .txtCon .more, .msg-txt-block .attr li .half .gs, .t-tab-box .t-tab-nav span.on, .deck-block .deck-tab-nav span.on, .tx-gl-detx-module .tx-tabnav h3, .tx-gl-detx-module .tx-tabnav span.on, .day-prefer h3, .xg-read-box h3, .publish-comment-box h3, .tx-detx-cplist .tx-tabnav span.on, .detx-hot-article .tx-tabnav span.on, .help-side-menu a:hover, .help-showCon h1, .tx-jieban-home-list ul li .user span, .show-top-con .user-msg dl dt .name, .article_list h3, .online-conlist li .hf .con a.more, .yj-user-comment-box .xg-tit, .hd-theme-tit, .hd-tab-tit h3, .hd-tab-tit .tab-attr li.on, .dy-tab-tit h3, .dy-tab-tit .tab-attr li.on a, .tx-title-bar .col-tit, .hot-nav li.on a, .hd-sort-block .info em, .hot-nav li.on a, .gl-user-comment-box li .user-con .cz a, .hd-sort-block .item.on, .search-console-btn, .travel-notes .tx-tabnav span.on, .seo-content-box .seo-bar .seo-title {
    color: #00bdf0;
}

.tx-slideTab .tx-tabnav span.on, .hd-tab-tit .tab-attr li.on, .dy-tab-tit .tab-attr li.on {
    border-bottom: 3px solid #00b7ee;
}

    .tx-link-way em, .tx-slideTab .tx-tabnav h3, .tx-slideTab .tx-tabnav span.on, .tx-cp-slideTab .tx-tabnav h3, .tx-cp-slideTab .tx-tabnav span.on, .tx-line-brief .detx-tit, .eachday .day-tit strong, .eachday .day-tb th span, .add-travel-notes, .personal-data .revise, .safe-center .aq-con li .part4 a, .safe-center .aq-con li .part2 em, .table-list .cp-tit, .user-order-box .order-no-have p a, .user-order-box .jf-no-have p a, .user-order-box .zx-no-have p a, .safe-center .bind-con li .part3 .clear-bind, .getback-pw-con .getback-pw-step span em, .success-get-back .get-txt span, .success-get-back .get-link a, .tx-hotel-home-box .hotel-tit-ico h3, .tx-litx-search .line-search-tj dl.type dd p a.on, .ship-menu-block .item-block h4, .hot-content .hot-tit h3, .company-hd h3, .company-hd span.on, .l-tab-box .l-tab-nav span.on, .choice-content .more a, .ship-show-block .column-block .txtCon .more, .msg-txt-block .attr li .half .gs, .t-tab-box .t-tab-nav span.on, .deck-block .deck-tab-nav span.on, .tx-gl-detx-module .tx-tabnav h3, .tx-gl-detx-module .tx-tabnav span.on, .day-prefer h3, .xg-read-box h3, .publish-comment-box h3, .tx-detx-cplist .tx-tabnav span.on, .detx-hot-article .tx-tabnav span.on, .help-side-menu a:hover, .help-showCon h1, .tx-jieban-home-list ul li .user span, .show-top-con .user-msg dl dt .name, .article_list h3, .online-conlist li .hf .con a.more, .yj-user-comment-box .xg-tit, .hd-theme-tit, .hd-tab-tit h3, .hd-tab-tit .tab-attr li.on, .dy-tab-tit h3, .dy-tab-tit .tab-attr li.on a, .tx-title-bar .col-tit, .hot-nav li.on a, .hd-sort-block .info em, .hot-nav li.on a, .gl-user-comment-box li .user-con .cz a, .hd-sort-block .item.on, .search-console-btn, .travel-notes .tx-tabnav span.on, .seo-content-box .seo-bar .seo-title {
        color: #00bdf0;
    }

.tx-slideTab .tx-tabnav span.on, .hd-tab-tit .tab-attr li.on, .dy-tab-tit .tab-attr li.on {
    border-bottom: 3px solid #00b7ee;
}

.tx-slideTab .tx-tabnav span.on {
    color: #ff6a06;
    border-bottom: 3px solid #ff6a06;
}

.tx-slideTab .tx-tabnav span {
    float: left;
    color: #333;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    margin-right: 25px;
    cursor: pointer;
}