@font-face {
    font-family: 'Haettenschweiler';
    src: url(../fonts/Haettenschweiler.TTF);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Songti';
    src: url(../fonts/Songti.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FZLTZHK';
    src: url(../fonts/FZLTZHK.TTF);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FZLTXHK';
    src: url(../fonts/FZLTXHK.TTF);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'STXIHEI';
    src: url(../fonts/STXIHEI.TTF);
    font-weight: normal;
    font-style: normal;
}

textarea {
    resize: none;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"PingFang SC","Helvetica Neue",STHeiTi,"Microsoft YaHei",Arial,sans-serif;
    color: #010101;
}


.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 420px
}

.banner img {
    width: 100%;
    height: 420px;
    margin: 0 auto;
}

.banner .num {
    overflow: hidden;
    height: 60px;
    position: absolute;
    bottom: 12px;
    left: 15px;
    zoom: 1;
    z-index: 3;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.banner .num li {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
    font-size: 0;
    cursor: pointer;
}

.banner .num li.on {
    background: #008889;
    color: #fff;
}

.notice {
    position: relative;
    top: -30px;
    width: 100%;
    height: 30px;
    background: rgba(0,0,0,0.4);
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
}

.notice span {
    float: left;
}

.notice i {
    margin-right: 6px;
}

.notice p {
    display: inline-block;
    margin-left: 10px;
    width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Member_tit {
    border-left: 6px solid #a40000;
    padding-left: 8px;
    font-size: 26px;
    line-height: 30px;
    margin: 10px 0;
}

.Member_tit span {
    margin-left: 10px;
    font-family: SourceHanSansCN-Heavy;
    font-size: 25px;
    font-weight: bold;
    color: #dfdfdf;
    display: inline-block;
}

.section-organization {
    display: inline-block;
    margin-left: -41px;
}

.section-organization a {
    width: 165px;
    height: 53px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 53px;
    float: left;
    margin-left: 41px;
}

.section-organization .icon {
    float: left;
    margin: 5px 10px 0;
    width: 40px;
    height: 40px;
    border: 2px solid currentColor;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    line-height: 40px;
}

.section-organization .o-icon img {
    height: 22px;
}

.section-organization > *:nth-child(6n+1) .o-icon img, .section-organization > *:nth-child(6n+2) .o-icon img {
    height: 25px;
}

.section-organization > *:nth-child(6n+1) {
    color: #f18731;
    background-color: #fbe3d0;
}

    .section-organization > *:nth-child(6n+1):hover {
        background-color: #f9d5b9;
    }

.section-organization > *:nth-child(6n+2) {
    color: #01b08a;
    background-color: #baefdf;
}

    .section-organization > *:nth-child(6n+2):hover {
        background-color: #a5ead5;
    }

.section-organization > *:nth-child(6n+3) {
    color: #2597e6;
    background-color: #bfdff5;
}

    .section-organization > *:nth-child(6n+3):hover {
        background-color: #a9d4f2;
    }

.section-organization > *:nth-child(6n+4) {
    color: #cc8c07;
    background-color: #f6e5b2;
}

    .section-organization > *:nth-child(6n+4):hover {
        background-color: #f3dd9b;
    }

.section-organization > *:nth-child(6n+5) {
    color: #63be12;
    background-color: #def5c9;
}

    .section-organization > *:nth-child(6n+5):hover {
        background-color: #d1f1b3;
    }

.section-organization > *:nth-child(6n+6) {
    color: #1cb9c8;
    background-color: #bcf0f5;
}

.section-organization > *:nth-child(6n+6):hover {
    background-color: #a6ebf2;
}

.hydl {
    background: url(../images/index_bg.png) no-repeat;
    padding: 15px 0;
    margin-bottom: 20px;
    background-size: 100% 100%;
}

.hydl .hydl_tab {
    width: 400px;
}

.hydl .hydl_tab li {
    float: left;
    width: 97%;
    height: 45px;
    background: rgba(255,255,255,0.5);
    border: solid 0px #626262;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    color: #000;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 10px;
}

.hydl .hydl_tab .active {
    background-color: #ffffff;
    border: solid 0px #626262;
}

.tab-bd li {
    display: none;
}

.tab-bd .thisclass {
    display: block;
}

.xhdt .dynamic_r .tab-bd .thisclass {
    height: 250px;
    overflow: hidden;
}

.section-login {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 390px;
    flex: 0 0 390px;
}

.l-section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding: 15px 0 30px;
    background-color: #fff;
    border-radius: 3px;
}

.section-login__body {
    display: block;
    padding: 0 0 15px;
}

.section-login__header {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

    .section-login__header .is-active {
        border-top: 3px solid #a40000;
        background-color: #ededed;
        float: left;
        padding: 13px 30px;
    }

    .section-login__header a {
        display: block;
        position: relative;
        padding: 13px 30px;
        float: left;
    }

.c-login-form {
    padding: 0 10%;
}

.c-login-form__field {
    position: relative;
    margin: 20px 0;
}

.rui-input {
    padding: 4px 10px;
    line-height: 1.5;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 15px;
}

.o-login-form__input {
    display: block;
    width: 100%;
    padding: 0 10px 0 30px;
    height: 38px;
    font-size: 16px;
    border: 1px solid #ddd;
    outline: none;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 2px rgba(27,31,35,0.075);
    box-shadow: inset 0 1px 2px rgba(27,31,35,0.075);
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
}

.c-login-form i {
    position: absolute;
    top: 52%;
    left: 9px;
    font-size: 18px;
    color: #999;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.o-login-form__button {
    display: block;
    width: 100%;
    height: 38px;
    font-size: 16px;
    letter-spacing: .3em;
}

.rui-button__google {
    color: #fff;
    text-decoration: none;
    border: 0;
    outline: 0;
    background-color: #008889;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.c-login-form__alinks {
    display: inline-block;
    margin-top: 10px;
    padding: 0 10%;
    width: 80%;
}

    .c-login-form__alinks a {
        font-size: 14px;
        color: #999;
        text-decoration: none;
    }

.login-widget {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}

    .login-widget a {
        display: inline-block;
        width: 85px;
        height: 85px;
        background: rgba(255,255,255,0.8);
        border-radius: 10px;
        margin-left: 33px;
        text-align: center;
        font-size: 16px;
        position: relative;
        padding-top: 52px;
    }

        .login-widget a span {
            display: inline-block;
            font-size: 30px;
            position: absolute;
            top: 10px;
            left: 28px;
        }

        .login-widget a p {
            display: inline-block;
            width: 100%;
        }

    .login-widget .icon-apply {
        color: #f29244;
    }

        .login-widget .icon-apply:hover {
            background-color: #fbe3d0;
        }

    .login-widget .icon-register {
        color: #01b08a;
    }

        .login-widget .icon-register:hover {
            background-color: #baefdf;
        }

    .login-widget .icon-query {
        color: #2597e6;
    }

        .login-widget .icon-query:hover {
            background-color: #bfdff5;
        }

    .login-widget .icon-right {
        color: #63be12;
    }

        .login-widget .icon-right:hover {
            background-color: #def5c9;
        }

    .login-widget .icon-register span {
        font-size: 35px;
        top: 12px
    }

.xhdt {
    margin-bottom: 30px;
}

    .xhdt .fzjg {
        position: relative;
    }

        .xhdt .fzjg h3 {
            display: inline-block;
            width: 100%;
            margin-bottom: 5px;
        }

        .xhdt .fzjg h2 {
            text-align: center;
            font-size: 16px;
            display: inline-block;
            width: 100%;
        }

    .xhdt .dynamic_r {
        width: 50%;
        position: relative;
        height: 330px;
    }

    .xhdt h3 {
        font-size: 22px;
        padding-left: 5px;
        border-left: 6px solid #a40000;
    }

    .xhdt .dynamic_r .tab-hd li {
        float: left;
        margin-left: 32px;
        font-size: 18px;
        cursor: pointer;
    }

    .xhdt .dynamic_r .tab-hd .active {
        border-bottom: 2px solid #a40000
    }

    .xhdt .dynamic_r .tab-bd {
        display: inline-block;
        width: 100%;
        margin-top: 15px;
    }

        .xhdt .dynamic_r .tab-bd ol li {
            line-height: 40px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            display: block;
            font-size: 16px;
            color: #525252;
            width: 95%;
        }

            .xhdt .dynamic_r .tab-bd ol li span {
                margin-right: 25px;
                display: inline-block;
                width: 92px;
            }

            .xhdt .dynamic_r .tab-bd ol li:hover {
                background: #eeeeee;
                color: #393838;
            }

            .xhdt .dynamic_r .tab-bd ol li b {
                line-height: 16px;
                color: #fff;
                background: #e66700;
                font-size: 10px;
                text-align: center;
                border-radius: 3px;
                margin-left: 10px;
                padding: 1px 10px;
            }

        .xhdt .dynamic_r .tab-bd ol p {
            font-size: 18px;
            color: #fca717;
            position: absolute;
            bottom: 0;
            right: 0;
        }

            .xhdt .dynamic_r .tab-bd ol p i {
                margin-left: 16px;
                font-size: 25px;
                float: right;
                font-weight: bold;
                color: #fca717;
            }

.information .info_tit {
    text-align: center;
}

    .information .info_tit h2 {
        font-size: 25px;
        color: #000000;
        margin-top: 15px;
    }

    .information .info_tit p {
        font-family: PingFang-SC-Regular;
        font-size: 25px;
        font-weight: bold;
        color: #dfdfdf;
    }

    .information .info_tit span {
        display: inline-block;
        width: 29px;
        height: 5px;
        background-color: #a40000;
    }

.information .tab .tab-hd {
    text-align: center;
    margin: 20px 0 60px;
}

    .information .tab .tab-hd li {
        width: 143px;
        height: 36px;
        border: solid 1px #b0b0b0;
        display: inline-block;
        margin: 0 10px;
        line-height: 34px;
        font-size: 18px;
        cursor: pointer;
    }

    .information .tab .tab-hd .active {
        background: #0f9fa0;
        color: #fff;
        font-weight: bold;
        border: solid 1px #008889;
    }

.information .info {
    margin-left: -35px;
}

    .information .info .info_box {
        width: 30.4%;
        height: 420px;
        box-shadow: 0px 2px 4px 0px rgba(7, 0, 2, 0.4);
        color: #3a3939;
        margin-left: 35px;
        overflow: hidden;
    }

        .information .info .info_box .img {
            overflow: hidden;
        }

        .information .info .info_box img {
            width: 100%;
            height: 207px;
            -ms-transition: all 1s;
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s;
        }

        .information .info .info_box:hover img {
            -ms-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2);
        }

        .information .info .info_box h4 {
            width: 245px;
            font-size: 18px;
            margin: 15px auto;
            text-align: center;
            height: 20px;
            overflow: hidden;
            font-weight: bold;
        }

        .information .info .info_box p {
            width: 290px;
            margin: 0 auto;
            line-height: 24px;
            font-size: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            margin-bottom: 20px;
        }

.special .info .info_box:hover {
    background: #fca717;
    color: #000;
}

.information .info .info_box span {
    font-size: 15px;
    display: inline-block;
    width: 90%;
    text-align: right;
}

.information .info .info_box a {
    display: block;
}

.info .info_box:hover {
    background: #65a1a1;
    color: #fff;
}

.index_tits h1 {
    font-size: 25px;
    line-height: 32px;
    border-left: 6px solid #a40000;
    margin-top: 50px;
    padding-left: 10px;
}

.index_tits p {
    font-family: SourceHanSansCN-Heavy;
    font-size: 25px;
    color: #dfdfdf;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 10px;
}

.index_tits .more {
    position: absolute;
    right: 0;
    top: 46px;
    font-size: 16px;
}

    .index_tits .more a {
        text-decoration: underline;
    }

        .index_tits .more a:hover {
            color: #056cae;
        }

.spread {
    background: url(../images/spread_bg.png) no-repeat;
    padding: 30px 0;
    color: #ffffff;
    margin-bottom: 50px;
    background-size: auto 100%;
}

    .spread .fl {
        padding-left: 50px;
        width: 560px;
    }

        .spread .fl h2 b {
            width: 29px;
            height: 5px;
            background-color: #fca717;
            display: inline-block;
        }

        .spread .fl h2 span {
            display: block;
            font-size: 20px;
            font-weight: bold;
        }

        .spread .fl p {
            text-indent: 2em;
            margin: 20px 0 10px;
            font-size: 13px;
            line-height: 28px;
        }

        .spread .fl a {
            width: 120px;
            height: 36px;
            border-radius: 7px;
            border: solid 1px #ffffff;
            background: rgba(255,255,255,0.3);
            display: inline-block;
            text-align: center;
            line-height: 36px;
            font-size: 20px;
            margin-top: 30px;
        }

.special .info_tit span {
    width: 102px;
    height: 3px;
}

.special .info_box {
    margin-top: 30px;
    height: 416px;
}

.special .info .info_box img {
    height: 296px;
}

.special .info .info_box h3 {
    font-size: 29px;
    font-weight: normal;
    padding-left: 30px;
    line-height: 55px;
}

    .special .info .info_box h3 b {
        font-size: 17px;
        margin-left: 10px;
    }

.special .info .info_box p {
    -webkit-line-clamp: 2;
}

.public ul {
    margin-left: -20px;
}

.public li {
    float: left;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #1578da;
    line-height: 40px;
    font-size: 16px;
    padding-right: 15px;
    margin-left: 20px;
}

    .public li span {
        font-size: 26px;
        float: left;
        margin: 0 10px;
    }

.public .li_1 {
    border-color: #1578da;
    color: #1578da;
}

    .public .li_1:hover {
        background: #1578da;
        color: #fff;
    }

.public .li_2 {
    border-color: #e60000;
    color: #e60000;
}

    .public .li_2:hover {
        background: #e60000;
        color: #fff;
    }

.public .li_3 {
    border-color: #ff7600;
    color: #ff7600;
}

    .public .li_3:hover {
        background: #ff7600;
        color: #fff;
    }

.public .li_4 {
    border-color: #339900;
    color: #339900;
}

    .public .li_4:hover {
        background: #339900;
        color: #fff;
    }

.public .li_5 {
    border-color: #3333cb;
    color: #3333cb;
}

    .public .li_5 span {
        font-size: 35px;
    }

    .public .li_5:hover {
        background: #3333cb;
        color: #fff;
    }

.public .li_6 {
    border-color: #cc6666;
    color: #cc6666;
}

    .public .li_6:hover {
        background: #cc6666;
        color: #fff;
    }

.public .li_7 {
    border-color: #009999;
    color: #009999;
}

    .public .li_7:hover {
        background: #009999;
        color: #fff;
    }

.public .li_8 {
    border-color: #ffcc33;
    color: #ffcc33;
}

    .public .li_8:hover {
        background: #ffcc33;
        color: #fff;
    }

.link_img img {
    width: 100%;
    margin: 20px 0;
}

.link {
    margin-left: -59px;
}

    .link li {
        float: left;
        margin: 50px 0 50px 59px;
    }

        .link li img {
            width: 150px;
        }

.fixed_r {
	position: fixed;
	top: 244px;
	right: 15px;
	z-index: 1;
}

    .fixed_r li {
        position: relative;
        text-align: center;
    }

        .fixed_r li span {
            display: inline-block;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            background: #686a63;
            border-radius: 50%;
            color: #fff;
            margin-top: 10px;
            font-size: 25px;
            cursor: pointer;
        }

    .fixed_r .house span {
        margin-bottom: 50px;
        font-weight: bold;
    }

	.fixed_r .tele p, .fixed_r .wx p, .fixed_r .center ol {
		position: absolute;
		display: none;
	}
.center ol {	
	width: 250px;
	height: 130px;
	top: -29px;
	right: 41px;   
	background: rgba(0,0,0,0.5);
	border-radius: 10px;    
}
	.center ol li {
		line-height: 40px;
		width: 220px;
		margin: 0 auto;		
		border-bottom: 1px dashed #fff;
	}
		.center ol li:hover {
			background:#008889  
		}
		.center ol li a {
			color: #fff;
			font-size:12px;
		}
		.center ol li::before {
			content: "";
			height: 30px;
			border: 2px solid #008889;
			position: absolute;
			top: 5px;
			left: -8px;
		}
		.center ol h4 {
			height: 40px;
			line-height: 40px;
			font-weight: bold;
			position:relative;
			color:#008889;
			border-bottom: 1px solid #fff;
		}
			/*.center ol h4::before {
				content:"";
				height:2px; 
				width:40px;
				border:2px solid #008889; 
				position:absolute;
				bottom:0px;
				left:0;
				right:0;
				margin:0 auto;
			}*/
			.fixed_r .wx span, .fixed_r .tele span {
				width: 32px;
				height: 32px;
				font-size: 20px;
				line-height: 32px;
			}

    .fixed_r .wx p {
        background: url(../images/ma_bg.png) no-repeat;
        top: -29px;
        right: 41px;
        padding: 9px 21px 5px 10px;
    }

	.fixed_r .wx:hover p, .fixed_r .tele:hover p, .fixed_r .center:hover ol{
		display: block;
	}

    .fixed_r .tele p {
        background: #686a63;
        padding: 1px 0;
        color: #fff;
        font-size: 16px;
        top: 15px;
        right: 42px;
        width: 190px;
        text-align: center;
    }
.huangguan{
		
}
/*文章页*/
.content {
	margin: 20px auto 50px;
}

.breadcrumb {
    margin: 10px 0 15px;
}

    .breadcrumb li {
        float: left;
    }

        .breadcrumb li a {
            color: #008889;
        }

    .breadcrumb i {
        float: left;
        margin: 0 5px;
        font-size: 20px;
    }

.con_l {
    width: 260px;
    background: #f2f2f2;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    text-align: left;
    border-bottom: none;
}

    .con_l dl dt, .con_l .left-t h1 {
        line-height: 50px;
        background: #008889;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        padding-left: 30px;
    }

        .con_l dl dt i, .con_l .left-t h1 i {
            margin-right: 13px;
        }

    .con_l dl dd i, .con_l .left-t ul li i, .left-t ul p i {
        display: none;
    }
    /*.con_l dl .current i,.con_l .left-t ul .current i{
    display:block;
}*/
/*    .left-t ul p {
    display:none;
}*/ 
.left-t ul p span {
    display: block;
    line-height: 40px;
    height: 40px;
   /* padding-left: 78px;*/
    width: 100%;
    color:#999;
    border-bottom: 1px dashed #e0e0e0;
}
   
    .con_l dl dd a, .con_l ul li a, .left-t ul p span a {
        padding-left: 63px;
        line-height: 38px;
        border-bottom: 1px solid #e0e0e0;
        cursor: pointer;
        font-size: 16px;
        display: block;
    }

    .left-t ul p span a {
        font-size: 14px;
        padding-left: 78px;
        border-bottom: none;
    }
        .con_l dl .current a, .con_l dl dd a:hover, .con_l ul .current a, .con_l ul .current a:hover {
            background-image: url('../new_jqxh/images/xian-bg.png');
            color: #fff;
        }

    .con_l dl .current i, .con_l ul .current i {
        line-height: 68px;
        margin-right: 10px;
        position: absolute;
        right: 0;
        top: 0;
    }

.con_r {
    width: 910px;
    text-align: left;
}

    .con_r p {
        font-size: 16px;
    }

    .con_r .wz_tit {
        line-height: 50px;
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 20px;
    }

        .con_r .wz_tit h1 {
            font-size: 22px;
            color: #008889;
            float: left;
            margin-bottom: 10px;
        }

.wzcon {
    margin-bottom: 50px;
    text-align: left;
    width: 70%;
    margin: 0 auto;
}

.wzcon img {
	/*width: 80%;*/
	margin:0 auto;
}

    .wzcon p {
        font-size: 16px;
        line-height: 36px;
        text-align: left;
        display: inline-block;
        width: 100%;
    }

    .wzcon h2 {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        margin-top: 15px;
    }

.Article .wzcon a:hover {
    color: #ff0000;
}

.share li {
    float: left;
}

    .share li a i {
        display: inline-block;
        width: 24px;
        height: 24px;
        color: #fff;
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        border-radius: 50%;
        background: #66acf9;
        float: left;
        margin: 15px 0 0 10px;
        opacity: 0.8;
    }

    .share li a:hover i {
        opacity: 1;
    }

    .share li a .fa-weixin {
        background: #3eb135;
    }

    .share li a .fa-weibo {
        background: #df4d69;
    }

    .share li a .fa-star {
        background: #eecf3d;
    }

.list ul li a {
    border-bottom: 1px dashed #ccc;
    line-height: 40px;
    font-size: 14px;
    height: 40px;
    padding-left: 10px;
    display: block;
}

.list ul li b {
    float: left;
    width: 5px;
    height: 5px;
    background-color: #f9db0e;
    margin: 14px 12px 0 0;
}

.list ul li p {
    width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    float: left;
    font-size: 14px;
}

.list ul li span {
    float: right;
}

.list ul li a:hover {
    color: #85baba;
}

.Article {
    margin-bottom: 30px;
}

    .Article h1 {
        text-align: center;
        font-size: 26px;
        line-height: 60px;
        margin-top: 20px;
    }

    .Article .time {
        text-align: center;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

        .Article .time span {
            display: inline-block;
            margin: 0 20px;
        }

            .Article .time span i {
                color: #999;
                margin-right: 10px;
            }

    .Article p {
        line-height: 30px;
        font-size: 16px;
    }

    .Article table td {
        border: 1px solid #333;
    }

    .Article .js-lg-item {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 20px 0;
    }

        .Article .js-lg-item img {
            width: 60%;
            float: none;
        }

.paging {
    text-align: center;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}

    .paging li {
        display: inline-block;
        cursor: pointer;
        margin-right: 5px;
        float: left;
        border: 1px solid #eee;
        line-height: 25px;
    }

    .paging ul {
        display: inline-block;
    }

        .paging ul li a {
            background: #fff;
            display: block;
            color: #333;
            padding: 0 10px;
            height: auto;
            line-height: normal;
            border: 0;
        }

            .paging ul li a:hover, .paging ul .cur a {
                background: #049fa0;
                color: #fff;
                padding: 0 10px;
            }

.new_pag {
    margin: 20px 0;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    position: relative;
}

    .new_pag li {
        line-height: 36px;
        font-size: 16px;
        color: #282828;
    }

        .new_pag li b {
            font-weight: bold;
        }

        .new_pag li:hover {
            color: #007b44;
        }

    .new_pag span a {
        display: inline-block;
        width: 181px;
        height: 44px;
        border: solid 1px #e7e7e7;
        text-align: center;
        line-height: 44px;
        position: absolute;
        top: 20px;
        right: 0;
        color: #00743f;
    }

        .new_pag span a:hover {
            background: #007b44;
            color: #fff;
            font-size: 20px;
        }

.one {
    height: 160px;
    overflow: hidden;
    position: relative;
}

    .one ul {
        height: 160px;
        width: 100000px;
        position: absolute;
        left: 0;
    }

        .one ul li {
            display: block;
            float: left;
            margin: 5px;
            height: 150px;
            border-radius: 5px;
            position: relative;
            width: 300px;
        }

            .one ul li img {
                border-radius: 5px;
                display: block;
                width: 100%;
            }

.problem {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
}

    .problem table {
        text-align: center;
        width: 60%;
        margin-left: 10px;
    }

        .problem table td {
            line-height: 30px;
            border: 1px solid #ccc;
        }

            .problem table td b {
                font-weight: bold;
            }

    .problem input[type=checkbox], input[type=radio] {
        width: 15px;
        height: 15px;
    }

    .problem p {
        margin: 10px 0 0 10px;
    }

        .problem p input {
            margin: 0 10px 0 0;
        }

        .problem p .form-control {
            display: inline-block;
            margin-left: 10px;
            width: 80%;
        }

    .problem label {
        margin-top: 15px;
    }

    .problem h1 {
        font-size: 25px;
        font-weight: bold;
    }

    .problem .Thank {
        margin-bottom: 20px;
    }

        .problem .Thank p {
            text-indent: 2em;
            margin-left: 0;
        }

    .problem h4 {
        font-weight: bold;
        margin-top: 20px;
        display: inline-block;
        width: 100%;
    }

    .problem .required::after {
        content: "*";
        margin-left: 5px;
        color: red;
    }

    .problem .btn {
        padding: 6px 50px;
        margin: 20px 0 50px;
    }

/*常规调研样式*/
.htitle h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.div_title {
    color: #f10b00;
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
}

.div_question {
    padding: 15px 0;
    border-bottom: 1px solid #EFEFEF;
    display: inline-block;
    width: 100%;
}

    .div_question .div_title_question_all {
        padding-top: 2px;
        font-size: 15px;
        color: #444444;
        font-weight: bold;
        height: auto;
        line-height: 20px;
        position: relative;
    }

        .div_question .div_title_question_all b {
            color: red;
        }

.div_table_radio_question {
    clear: both;
    padding-top: 5px;
    padding-left: 24px;
    padding-bottom: 2px;
    font-size: 15px;
    color: #333333;
}

    .div_table_radio_question textarea {
        height: 100px;
    }

.pue_li li span {
    background: url(../images/other/popups_radio.png) no-repeat left top;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
}

.pue_li li {
    margin-top: 20px;
}

.pue_li .thisover span {
    background-position: 0 -16px;
}

.submit_div {
    margin-top: 30px;
}

    .submit_div .btn {
        background: #5A83E5;
        color: #fff;
        padding: 0 35px;
        height: 32px;
        border: 1px solid transparent;
    }

.Complaint .content_branch_title {
    font-size: 18px;
    margin-bottom: 20px;
    height: 60px;
    border-bottom: 1px solid #eee;
    line-height: 60px;
}

.form-singplay {
    position: relative;
    padding-left: 96px;
    margin-bottom: 28px;
}

    .form-singplay .group-title {
        position: absolute;
        left: 0;
        display: block;
        width: 96px;
        text-align: left;
        line-height: 34px;
        font-weight: normal;
    }

        .form-singplay .group-title:before {
            content: "*";
            margin-right: 5px;
            color: red;
        }

.content_wrap .pue_li li {
    margin: 6px 15px 0 0;
    display: inline-block;
}

.captcha_btn_warp {
    width: 105px;
    position: absolute;
    top: 0;
    right: 0;
}

.table_show .cell {
    display: table-cell;
    vertical-align: top;
}

.btn-singplay-line {
    position: relative;
    border: 1px solid #005ac1;
    color: #005ac1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-singplay {
    background: #005ac1;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 20px 0 30px;
}

    .btn-singplay:hover {
        color: #fff;
    }

.btn, .btn:active, .btn:focus, .btn:hover, .btn:visited, a:active, a:focus, a:hover, a:visited {
    outline: none !important;
    text-decoration: none;
}

iframe {
    width: 100%;
    border: 0;
}

textarea.textarea-item {
    height: 150px;
}

.float-r {
    float: right;
}

@media only screen and (max-width: 1200px) {
    .w_1200 {
        width: 98%;
    }

    .xhdt .dynamic_r, .xhdt .fzjg {
        width: 100%;
        margin-bottom: 10px;
    }

    .information .tab .tab-bd .info_box, .information .info .info_box {
        width: 29%;
    }
}

@media only screen and (max-width: 1110px) {
    .spread .fr {
        display: none;
    }

    .link {
        margin-left: -10px;
    }

        .link li {
            margin: 50px 0 50px 10px;
        }

    .section-organization a {
        width: 290px;
        margin-top: 10px;
    }

    .public li {
        width: 218px;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .footer .bottom {
        font-size: 13px;
    }

    .con_r {
        width: 65%;
    }

    .iconfont {
        font-size: 14px;
    }
}

@media only screen and (max-width: 750px) {
    .con_r {
        width: 100%;
    }

    .con_l {
        display: none;
        width: 100%;
    }

    .logo .search {
        display: none;
    }

    .nav ul li {
        padding: 0 5px;
        font-size: 12px;
        margin: 0;
    }

    .content {
        margin: -20px auto 50px;
    }

    .shousuo {
        opacity: 1 !important;
    }

    .problem table {
        text-align: center;
        width: 100%;
        margin-left: 0;
    }


    .footer .foot_nav dl {
        float: left;
        width: 33.1%;
        text-align: center;
    }

        .footer .foot_nav dl dd {
            display: none
        }
}

.l-sections {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    border-radius: 3px;
}

.xhlbo {
    width: 45%;
    height: 330px;
}
.xhlbo video{
    width:100%;
}
    .xhlbo .num {
        left: 10px;
        bottom: 10px;
        text-align: left;
        height: auto;
    }

        .xhlbo .num li {
            font-size: 12px;
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 20px;
            margin-right: 10px;
            border-radius: 2px;
            position: relative;
        }

.xhdt .lbpic {
    position: relative;
}

    .xhdt .lbpic li span {
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.6);
        text-align: right;
        color: #fff;
        font-size: 15px;
        display: inline-block;
        width: 100%;
        padding-right: 10px;
        line-height: 40px;
        height: 40px;
    }

        .xhdt .lbpic li span b {
            display: inline-block;
            width: 50%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

.xhlbo img {
    height: 330px
}

/*手机页面*/
.show_app {
    width: 10rem;
    margin: 0 auto;
    overflow: hidden;
}

    .show_app .content-body_img img {
        width: 100%;
    }

    .show_app .detail_title {
        font-size: 0.5rem;
        padding-left: 0.3rem;
    }

    .show_app .detail_Attr {
        margin: 0 0.3rem;
        border: 1px dashed #d7d7d7;
        padding: 0.2rem 0.2rem 0.5rem;
    }

    .show_app .detail_tt {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
    }

        .show_app .detail_tt .title_txt {
            float: left;
            font-size: 12px;
            color: #233040;
            padding: 0px 25px 0px 0px;
        }

            .show_app .detail_tt .title_txt span {
                display: inline-block;
                width: 16px;
                height: 18px;
                vertical-align: middle;
                background: url(../images/detail/newDetailIcons.png) no-repeat 0px -14px;
                margin-right: 7px;
            }

            .show_app .detail_tt .title_txt .shijian {
                background-position: -18px -15px;
            }

            .show_app .detail_tt .title_txt .piaozhong {
                background-position: -34px -13px;
            }

    .show_app .ticket li {
        margin: 0 10px 10px 0;
        float: left;
        line-height: 0.8rem;
        position: relative;
        width: 100px;
        border: 1px solid #ccc;
        text-align: center;
    }

    .show_app .ticket .cur {
        background: url(../images/detail/icon_changci.png) no-repeat right bottom;
        border: 1px solid #0099e9;
    }

    .show_app .myApply a {
        display: block;
        height: 1rem;
        line-height: 1rem;
        text-align: center;
        color: #FFF;
        background-color: #0099e9;
        font-size: 16px;
        width: 90%;
        border-radius: 5px;
        margin: 0 auto;
    }

    .show_app .wrap_box {
        margin: 0 0.3rem;
        border-bottom: 2px solid #e8e8e8;
        line-height: 1rem;
    }

        .show_app .wrap_box span {
            display: inline-block;
            position: relative;
            bottom: -2px;
            margin-right: 0.8rem;
        }

        .show_app .wrap_box .detail {
            color: #0099E9;
            border-bottom: 3px solid #0099e9;
        }

    .show_app .dt_content img {
        width: 100%;
    }




.two {
    height: 450px;
    overflow: hidden;
    position: relative;
}

    .two ul {
        height: 450px;
        width: 100000px;
        position: absolute;
        left: 0;
    }

        .two ul li {
            display: block;
            float: left;
            margin: 5px;
            height: 450px;
            position: relative;
            width: 400px;
        }

.information .two ul li .info_box {
    width: 94%;
    margin: 0 3%;
}

.three {
    height: 130px;
    overflow: hidden;
    position: relative;
}

    .three ul {
        height: 115px;
        width: 100000px;
        position: absolute;
        left: 0;
    }

        .three ul li {
            display: block;
            float: left;
            margin: 20px 0;
            border-radius: 5px;
            position: relative;
            width: 240px;
            text-align: center;
        }

            .three ul li img {
                border-radius: 5px;
                display: block;
                width: 70%;
            }

.four {
    height: 90px;
    overflow: hidden;
    position: relative;
    padding-top: 20px;
}

    .four ul {
        height: 200px;
        width: 100000px;
        position: absolute;
        left: 0;
    }

        .four ul li {
            display: block;
            float: left;
            position: relative;
            width: 280px;
            margin-right: 10px;
            text-align: center;
        }

            .four ul li img {
                border-radius: 5px;
                display: block;
                width: 100%;
                height: 50px;
                transition: all 1s;
            }

            .four ul li:hover img {
                -webkit-transform: translateY(-3px);
                transform: translateY(-3px);
                box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
            }

.bg_xm {
    padding: 20px 0;
}

.bg_xm dl {
    background: #fff;
    display: inline-block;
    width: 100%;
    transition: all 0.3s ease 0s;
    border-radius: 10px;
    padding: 15px 0;
    border: 1px solid #ddd;
    height: 200px;
    overflow: hidden;
}

    .bg_xm dl dt {
        float: left;
        padding-left: 20px;
        text-align: left;
        line-height: 18px;
        color: #afaeae;
        font-size: 12px;
        position: relative;
        z-index: 999;
        width: 212px;
        overflow: hidden;
    }

        .bg_xm dl dt em {
            font-size: 16px;
            font-weight: bold;
            text-align: left;
            color: #494848;
            line-height: 45px;
        }

    .bg_xm dl dd {
        position: relative;
        right: 5px;
        top: 3px;
        float: right;
    }

        .bg_xm dl dd img {
            width: 80%;
        }

    .bg_xm dl:hover {
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    }

    .bg_xm dl marquee {
        margin-top: 8px;
        font-size: 15px;
        font-weight: normal;
        height: 120px;
    }

        .bg_xm dl marquee p {
            height: 28px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .bg_xm dl marquee p a:hover {
                color: #ff0000;
            }

.hyzx {
    text-align: center;
    color: #333;
}

.hyzx span {
    width: 50px;
    height: 50px;
    border: 2px solid currentColor;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    margin-bottom: 10px;
}

.hyzx .icon-qunzuduoren {
    color: #f18731;
}

.hyzx .icon-zuzhiqunzu {
    color: #01b08a;
}

.hyzx .icon-zhangcheng {
    color: #2597e6;
}

.hyzx .icon-diannao {
    color: #cc8c07;
}

.hyzx .icon-bphy {
    color: #63be12;
}

.hyzx .icon-icon_jianbao_suoyoujianbao {
    color: #c289d0;
}

.hyzx h4 {
    font-size: 20px;
}

.hyzx marquee {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

.bot_info {
    position: fixed;
    width: 360px;
    height: 93px;
    background: #d74e2e;
    bottom: 10px;
    right: 10px;
    border-radius: 5px;
    z-index: 9999999;
    box-shadow: 0 0 12px #999;
}

.bot_info a {
    color: #fff;
}

.bot_info .gth img {
    width: 50px;
}

.bot_info i {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18px;
    color: #fff;
}

.bot_info .gth {
    margin: 20px;
}

.bot_info .txt {
    margin-top: 20px;
    font-size: 15px;
    line-height: 26px;
}

.bot_info .txt em {
    font-style: normal;
    color: #fcff00;
    font-size: 25px;
    margin: 0 10px;
}

.l-xhry {
    padding: 15px;
    background-color: #fff;
    border-radius: 3px;
    width: 100%;
    margin-top: 20px;
    display: inline-block;
}

    .l-xhry .fzjg {
        margin-bottom: 20px;
    }

.con_r .tab-bd .xhdt .wyh li {
    display: block;
    float: left;
}

.con_r .tab-bd .xhdt .wyh li img {
    width: auto;
    margin: 5px 10px;
}

.con_r .tab-bd .w_1200, .con_r .tab-bd .xhdt .fzjg {
    width: 100%;
}

.ysp {
    margin-bottom: 20px;
}

.ysp a {
    display: inline-block;
    background: #fff;
    padding-bottom: 15px;
    color: #333;
}

.ysp h4 {
    margin: 15px 0;
    padding: 0 10px;
}

.ysp img {
    width: 100%;
    height: 175px;
}


.ysp p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 10px;
    font-size: 14px;
    line-height: 25px;
}

.ysp a:hover {
    box-shadow: 0 0 7px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.3)
}

/*云游中国css*/
.y_banner video, .y_banner img {
    width: 100%;
}

.y_list {
    margin-bottom: 50px;
}

.y_list li a {
    margin-bottom: 30px;
    border: solid 0px #9f9f9d;
    text-align: center;
    background-color: #fff;
    position: relative;
    box-shadow: 1px 1px 5px #ccc;
    display: block;
    transition: background 500ms;
    -moz-transition: background 500ms;
    -webkit-transition: background 500ms;
    -o-transition: background 500ms;
    height:400px;
}

.y_list li .img {
    width: 100%;
    height: 250px;
    overflow: hidden
}

.y_list li img {
    width: 100%;
    height: 250px;
    -ms-transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.y_list li a .play {
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -45px;
}

    .y_list li a .play img {
        width: 90px;
        height: auto;
    }

.y_list li a h2 {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align:left;
    margin-left:10px;
    font-weight:bold;
}
.y_list li a .cont{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    color:#666;
    margin:0 10px 20px;
    line-height:25px;
    text-align:left;
    height:80px;
}
.y_list li .cover {
    width: 100%;
    height: 249.75px;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.5);
    z-index: 5;
    opacity: 0;
    transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
}

.y_list li .cover p {
    width: 320px;
    height: 130px;
    top: 18%;
    left: 50%;
    padding-top: 20px;
    position: relative;
    margin-left: -160px;
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 32px;
    line-height: 100px;
    opacity: 0;
    border: solid 2px #fff;
    z-index: 10;
}

.y_list li:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.y_list li:hover .play {
    display: none;
}

.y_list li:hover .cover {
    opacity: 1;
}

.y_list li:hover .cover p {
    opacity: 1;
}

.y_list li:hover video {
    display: block;
}

.wrap_tle {
    padding: 60px 0px 20px 0px;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
}

    .wrap_tle h1 {
        font-size: 26px;
        font-weight: lighter;
        padding: 0px 0px 10px 0px;
    }

.blue {
    color: #099DE3;
}

.gray {
    color: #666;
    margin: auto;
}

.pro_xq {
    width: 1000px;
    margin: 0 auto;
}

.xq_box {
    color: #9699a3;
    background: #fff;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
}

.xq_box video {
    width: 100%;
    height:500px;
    background:#000;
}

.pro_bg {
    padding: 50px 0;
    background-color: #dbedf9;
    background-image: linear-gradient(#56b2e7, dbedf9);
}

.pro_xq h1 {
    color: #638583;
    font-size: 36px;
    margin-bottom: 20px;
    text-align: center;
}

.pro_xq p {
    margin-bottom: 20px;
    font-size: 19px;
    text-indent: 2em;
    line-height: 30px;
    margin: 0 15px 10px;
}

.pro_xq ul li img {
    width: 100%;
    border-radius: 5px;
    height: 200px;
    margin-top: 20px;
}

.zy_inco {
    font-size: 30px;
    text-align: center;
    color: #333333;
    height: 90px;
    line-height: 90px;
    position: relative;
}

.zy_inco span {
    display: block;
    position: relative;
}

.zy_inco span:after {
    width: 38px;
    height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -19px;
    background: #d2d2d2;
    content: '';
    top: 70px;
}

.play .white {
    background: url('../images/play.jpg') no-repeat top left;
    width: 370px;
    height: 612px;
    text-align: center;
    padding-top: 110px;
    box-sizing: border-box;
    color: #FFF !important;
    float: left;
}

.f30 {
    font-size: 30px;
}

.kb20 {
    height: 20px;
}

.f18 {
    font-size: 18px;
}

.play .white .xian {
    width: 125px;
    margin: 0 auto;
    height: 1px;
    background: #FFF;
}

.kb15 {
    height: 15px;
}

.f16 {
    font-size: 16px;
}


.play .r_box {
    width: 100%;
}

.play .r_box li {
    float: left;
    height: 270px;
    width: 385px;
    margin:0 0 18px 22px;
    overflow: hidden;
    position: relative;
}

.play .r_box li .img, .play .r_box li img {
    height: 270px;
    width: 385px;
    overflow: hidden;
}



.play .r_box li .tit {
    height: 60px;
    line-height: 60px;
    color: #FFF;
    text-align: center;
    padding-bottom: 20px;
}

.play .r_box li .cont {
    line-height: 30px;
    color: #fff;
    height: 60px;
    overflow: hidden;
}

.play .r_box li .more {
    width: 110px;
    height: 32px;
    border: 1px solid #FFF;
    border-radius: 17px;
    display: block;
    text-align: center;
    color: #FFF;
    margin: 0 auto;
    margin-top: 55px;
    line-height: 32px;
}

.play .r_box li .mask {
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 215px;
    transition: 0.3s;
    width: 100%;
    height: 270px;
    box-sizing: border-box;
    padding: 0 30px;
}

.play .r_box li:hover .mask {
    top: 0;
    padding-top: 20px;
}

.play .r_box li:hover .more {
}

.tspcont3 h3 a {
    color: #ff6d00;
}

.tspcont3 {
    width: 100%;
    background-color: #ededed;
    padding: 20px 0 50px;
}

.spvideobox {
    width: 1116px;
    height: 715px;
    margin-top: 30px;
    background: url(../images/spboxbg.png) 11px 5px no-repeat;
}

.spvideo1 {
    width: 542px;
    height: 341px;
    float: left;
    position: relative;
}

.spvideo1 img {
    width: 100%;
    height: 100%;
}

.spvideo2, .spvideo4 {
    margin-left: 28px;
}

.spvideo3, .spvideo4 {
    margin-top: 28px;
}

.spvideo1 .bg2 {
    width: 542px;
    height: 341px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    transition: all 0.5s;
}

.spvideo1:hover .bg2 {
    opacity: 0.2;
    filter: Alpha(opacity=20);
}

.spvideo1 .bg {
    width: 463px;
    height: 272px;
    background: url(../images/spvidbg.png);
    position: absolute;
    left: 39px;
    top: 34px;
    /*opacity: 0;*/
    filter: Alpha(opacity=0);
    transition: all 0.5s;
    z-index: 99;
}

.spvideo1:hover .bg {
    opacity: 1;
    filter: Alpha(opacity=100);
}

.spvideo1 .p1 {
    font-size: 32px;
    color: white;
    padding-top: 50px;
    text-align: center;
    font-weight: bold;
}

.spvideo1 .p2 {
    font-size: 14px;
    text-align: center;
    color: white;
    margin-top: 20px;
    padding-left: 15%;
    padding-right: 15%;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bg3zz {
    width: 542px;
    height: 341px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/bgzz1.png);
}

.bg3zz2 {
    background: url(../images/bgzz2.png);
}

.spvideo1 a {
    display: block;
    width: 124px;
    height: 37px;
    background: url(../images/tspyy1.png);
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -62px;
}

.spvideo1 a:hover {
    background: url(../images/tspyy2.png);
}

.classspvideo1 img {
    width: 100%;
    height: 100%;
}

.tspcont3 .tspline p {
    background-color: #ededed;
}

.tspline p {
    text-align: center;
    font-size: 14px;
    color: #807973;
    margin-top: -13px;
    width: 262px;
    height: 22px;
    line-height: 22px;
    background-color: #ffefe5;
}

.tspline {
    width: 544px;
    height: 2px;
    border-top: 1px solid #dee0e1;
}

.tspcont3 h3 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #ff6d00;
    padding-top: 23px;
    padding-bottom: 22px;
}

.tspcont3cont {
    width: 1116px;
    height: 346px;
    margin-top: 28px;
}

.tspcont3c {
    width: 546px;
    height: 346px;
    overflow: hidden;
    position: relative;
}

.tspcont3c:hover .tspcont3cbox1 {
    opacity: 1;
}

.tspcont3cbox1 {
    width: 100%;
    height: 100%;
    background-color: rgba(246,108,47,0.4);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    opacity: 0;
}

.tspcont3cbox2 {
    width: 84%;
    height: 84%;
    border: 3px solid white;
    position: absolute;
    margin-left: -3px;
    margin-top: -3px;
    left: 8%;
    top: 8%;
}

.tspcont3cbox2 .p1 {
    font-size: 32px;
    color: white;
    padding-top: 50px;
    text-align: center;
    font-weight: bold;
}

.tspcont3cbox2 .p2 {
    font-size: 14px;
    text-align: center;
    color: white;
    margin-top: 20px;
    padding-left: 15%;
    padding-right: 15%;
    line-height: 25px;
}

.tspcont3cbox2 a {
    display: block;
    width: 124px;
    height: 37px;
    background-image: url('../images/tspyy1.png');
    margin-top: 20px;
}

.tspcont3cbox2 a:hover {
    background-image: url('../images/tspyy2.png');
}

.tspcont3c img {
    width: 100%;
    height: 100%;
}

.tspcont3c:nth-child(2) {
    margin-left: 24px;
}

.tspcont3cont2 {
    width: 1116px;
    height: 224px;
    margin-top: 44px;
}

.tspcont3c2 {
    width: 352px;
    height: 224px;
    margin-right: 30px;
    position: relative;
}

.tspcont3c2:hover .tspcont3cbox1 {
    opacity: 1;
}

.tspcont3c2 img {
    width: 100%;
    height: 100%;
}

.tspcont3c2:nth-child(3) {
    margin-right: 0;
}

.tspcont3cbox2-1 .p1 {
    font-size: 26px;
    padding-top: 15px;
}

.tspcont3cbox2-1 .p2 {
    margin-top: 10px;
}

.tspcont3cbox2-1 a {
    margin-top: 10px;
}

.au {
    margin-left: auto;
    margin-right: auto;
}

.le_box4 {
    background: #e9f8f7;
    padding: 0 0 50px;
}

.sprocket-padding {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.sprocket-mosaic-image-container {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.sprocket-mosaic-image-container .sprocket-mosaic-image {
    width: 100%;
    height: 220px;
}

.sprocket-mosaic-hover {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 115px 115px 0 0;
    bottom: 0;
    right: 0;
    margin-right: -115px;
    -webkit-transition: margin 0.2s ease-in;
    -moz-transition: margin 0.2s ease-in;
    -o-transition: margin 0.2s ease-in;
    -ms-transition: margin 0.2s ease-in;
    transition: margin 0.2s ease-in;
}

.sprocket-mosaic-hovercontent {
    position: absolute;
    width: 80px;
    height: 50px;
    bottom: 0;
    right: 0;
    opacity: 0;
    text-align: center;
    font-size: 1em;
    line-height: 1em;
    font-weight: bold;
}

.sprocket-mosaic-hovercontent span {
    display: block;
    font-size: 2.1em;
    margin-bottom: 6px;
}

.sprocket-mosaic-item .sprocket-mosaic-head {
    margin: 0 -10px;
    padding: 0 10px;
}

.title {
    font-size: 24px;
    line-height: 37.7px;
}

.sprocket-mosaic-title a {
    color: #2ab9b5;
    font-size: 24px;
    margin-top: 20px;
    display: block;
}

.sprocket-mosaic-text {
    margin: 10px 0;
    display: block;
    height: 25px;
    overflow: hidden;
    line-height: 25px;
}

.sprocket-readmore {
    display: inline-block;
    padding: 8px 20px;
    line-height: normal;
    font-size: 19px;
    border-radius: 0;
    text-transform: uppercase;
    text-shadow: none;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #2ab9b5;
    border: 1px solid #2ab9b5;
    background: none;
}

.sprocket-mosaic-tags {
    margin: 10px -10px -10px;
    padding: 5px;
    background: #2ab9b5;
    border-radius: 0 0 4px 4px;
    font-size: 90%;
}

.sprocket-mosaic-tags li {
    width: auto;
    margin-right: 1px;
    padding: 0 5px;
    background: #ee9004;
    color: #fff;
    border-radius: 4px;
    display: inline-block
}

.sprocket-readmore:hover {
    background: #2ab9b5;
    color: #fff;
}

.main-left {
    width: 820px;
    max-width: 100%;
    float: left;
    margin-bottom: 30px;
}

.card-list {
    background: #fff;
    padding: 15px 35px 30px;
    border: 1px solid rgb(234,234,234);
    margin-top: 10px;
    border-radius: 5px;
}

.card-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.card-operation {
    color: rgb(197,197,197);
    font-size: 12px;
    line-height: 26px;
}

.card-author {
    float: left;
}

.card-author img {
    width: 26px;
    height: 26px;
    border-radius: 26px;
    float: left;
    margin-right: 8px;
}

.card-author span {
    float: left;
}

.card-time {
    float: left;
    margin-left: 15px;
}

.card-geek {
    float: right;
}

.card-geek .eye {
    padding-left: 19px;
    float: left;
    background: url(../images/geek_1.png) left center no-repeat;
}

.glxq {
    margin-bottom: 50px;
}

.glxq .txt {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    margin-top: 15px;
    color: #333;
    line-height: 25px;
}

.mod_title {
    height: 40px;
    margin: 20px 10px 20px 0;
    color: #111;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    vertical-align: top;
    white-space: nowrap;
}

.mod_player {
    background: #000;
    height: 370px;
    width: 49%;
}

    .mod_player video {
        width: 100%;
    }

.figure_2row {
    padding: 0;
}

.figure_2row li {
    width: 185px;
    background: #fff;
    padding-bottom: 15px;
    color: #333;
    border-radius: 5px;
    overflow: hidden;
    float: left;
    margin: 0 0 10px 15px;
    -ms-transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.figure_2row img {
    width: 100%;
    height: 105px;
}

.figure_2row h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 15px 0 5px;
    padding-left: 10px;
}

.figure_2row p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 25px;
    padding-left: 10px;
}

.figure_2row li:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.zbtj li img {
    border-radius: 10px;
    width: 100%;
    height: 160px;
}

.zbtj li h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 15px 0 5px;
    padding-left: 10px;
}

.zbtj li p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 25px;
    padding-left: 10px;
    color: #999;
}

.zbtj li img:hover {
    box-shadow: 0 0 7px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.3)
}
.mod_title a {
    float: right;
    font-size: 16px;
    color: #999;
}

.mod_title a i {
    margin-left: 2px;
    font-size: 23px;
    float: right;
    margin-top: 8px;
}
.card-li {
    padding: 15px 0;
    display: inline-block;
    width: 100%;
    position: relative;
}

.card_box {
    float: left;
    position: relative;
}

.card_box .play img {
    width: 60px;
    height:60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -40px;
}

.card-title {
    display: block;
    color: #37474f;
}

.card-li h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: normal;
    margin: 0 0 10px 0;
}

.card-image {
    border-radius: 6px;
    width: 300px;
    height: 150px;
    float: left;
    margin: 2px 20px 5px 0;
}

.card-operation {
    color: rgb(197,197,197);
    font-size: 12px;
    line-height: 26px;
}

.card-li .card-operation {
    position: absolute;
    bottom: 16px;
    right: 0;
    width: 428px;
}

.card-author {
    float: left;
}

.card-author img {
    width: 26px;
    height: 26px;
    border-radius: 26px;
    float: left;
    margin-right: 8px;
}

.card-author span {
    float: left;
}

.card-time {
    float: left;
    margin-left: 15px;
}

.card-geek {
    float: right;
}

.card-geek .eye {
    padding-left: 19px;
    float: left;
    background: url('../images/geek_1.png') left center no-repeat;
}

.card-li p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 24px;
    color: #666;
}

.main-right {
    width: 340px;
    float: right;
    margin-bottom: 50px;
}

.card-active {
    background: #fff;
    padding: 15px;
    margin: 10px 0;
    overflow: hidden;
    border: 1px solid rgb(234,234,234);
    border-radius: 5px;
}

    .card-active h4 {
        font-size: 17px;
        margin: 0 0 10px 0;
    }

.card-active ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.card-active ul li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}

.card-active ul li img {
    width: 100%;
    height: 160px;
}

.card-active ul li a:hover span {
    color: #FF3030;
}

    .card-active span {
        display: block;
        text-align: center;
        color: rgb(102,102,102);
        margin-top: 5px;
        display: block;
        text-align: center;
        height: 25px;
        overflow: hidden;
        line-height: 25px;
    }

.card-hots {
    background: #fff;
    padding: 15px;
    margin: 10px 0 0 0;
    overflow: hidden;
    border: 1px solid rgb(234,234,234);
    border-radius: 5px;
}

.card-hots h4 {
    margin-bottom: 15px;
}

.card-hots ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.card-hots li {
    display: block;
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}

.card-hots li:before {
    float: left;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: #ccc;
    margin: 4px 8px 0 0;
    border-radius: 4px;
    font-size: 12px;
    content: '';
    text-align: center;
    font-family: Helvetica;
    color: #fff;
    display: none;
}

.card-hots li:nth-child(1):before {
    display: block;
    content: '1';
    background: #FF3030;
}

.card-hots li:nth-child(2):before {
    display: block;
    content: '2';
    background: #FF4500;
}

.card-hots li:nth-child(3):before {
    display: block;
    content: '3';
    background: #FF6EB4;
}

.card-hots li:nth-child(4):before {
    display: block;
    content: '4';
    background: #FF7F50;
}

.card-hots li:nth-child(5):before {
    display: block;
    content: '5';
    background: #FF8C00;
}

.card-hots li:nth-child(6):before {
    display: block;
    content: '6';
    background: #FFA54F;
}

.card-hots li:nth-child(7):before {
    display: block;
    content: '7';
    background: #FFB90F;
}

.card-hots li:nth-child(8):before {
    display: block;
    content: '8';
    background: #FFC1C1;
}

.card-hots li:nth-child(9):before {
    display: block;
    content: '9';
    background: #FFDEAD;
}

.card-hots li:nth-child(10):before {
    display: block;
    content: '10';
    background: #FFC1C1;
}

.card-hots li:nth-child(11):before {
    display: block;
    content: '11';
    background: #FFB90F;
}

.card-hots li:nth-child(12):before {
    display: block;
    content: '12';
    background: #FFA54F;
}

.card-hots li:nth-child(13):before {
    display: block;
    content: '13';
    background: #FF8C00;
}

.card-hots li:nth-child(14):before {
    display: block;
    content: '14';
    background: #FF7F50;
}

.card-hots li:nth-child(15):before {
    display: block;
    content: '15';
    background: #FF6EB4;
}

.card-hots li:nth-child(16):before {
    display: block;
    content: '16';
    background: #FF4500;
}

.card-hots li:nth-child(17):before {
    display: block;
    content: '17';
    background: #FF3030;
}

.card-hots li:nth-child(18):before {
    display: block;
    content: '18';
    background: #FF4500;
}

.card-hots li:nth-child(19):before {
    display: block;
    content: '19';
    background: #FF6EB4;
}

.card-hots li:nth-child(20):before {
    display: block;
    content: '20';
    background: #FF7F50;
}

.card-hots li:nth-child(21):before {
    display: block;
    content: '21';
    background: #FF8C00;
}

.card-hots li:nth-child(22):before {
    display: block;
    content: '22';
    background: #FFA54F;
}

.card-hots li:nth-child(23):before {
    display: block;
    content: '23';
    background: #FFB90F;
}

.card-hots li:nth-child(24):before {
    display: block;
    content: '24';
    background: #FFC1C1;
}

.card-hots li:nth-child(25):before {
    display: block;
    content: '25';
    background: #FFDEAD;
}

.card-hots li:nth-child(26):before {
    display: block;
    content: '26';
    background: #FFC1C1;
}

.card-hots li:nth-child(27):before {
    display: block;
    content: '27';
    background: #FFB90F;
}

.card-hots li:nth-child(28):before {
    display: block;
    content: '28';
    background: #FFA54F;
}

.card-hots li:nth-child(29):before {
    display: block;
    content: '29';
    background: #FF8C00;
}

.card-hots li:nth-child(30):before {
    display: block;
    content: '30';
    background: #FF7F50;
}

.card-hots li:nth-child(31):before {
    display: block;
    content: '31';
    background: #FF6EB4;
}

.card-hots li:nth-child(32):before {
    display: block;
    content: '32';
    background: #FF4500;
}

.card-hots li:nth-child(33):before {
    display: block;
    content: '33';
    background: #FF3030;
}

.card-hots li:after {
    display: block;
    clear: both;
    content: '';
}

.card-hots li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gd {
    text-align: center;
    margin-top: 30px;
    display:inline-block;
    width:100%;
}

.gd a {
    display: inline-block;
    width: 200px;
    border: 1px solid #2ab9b5;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6)
}

.gd a:hover {
    background: #2ab9b5;
    color: #fff;
}

.met-shownews-footer .pager {
    padding-left: 0;
    text-align: center;
    list-style: none;
    margin-top: 20px;
}

.met-shownews-footer .pager li {
    width: 49%;
    display: inline-block;
}

.met-shownews-footer .pager li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #76838f;
    border: 1px solid #e4eaec;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    padding: 0;
}

.met-shownews-footer .pager .previous a {
    float: left;
    width: 380px;
}

.met-shownews-footer .pager .next a {
    float: right;
    width: 150px;
}

.met-shownews-footer .pager li a:hover {
    border-color: #008889;
    color: #008889;
    background: none;
}

.met-shownews-footer .pager .disabled a, .met-shownews-footer .pager .disabled a:hover {
    border-color: #ccc;
    color: #ccc;
    background: none;
}

.qdtj {
    margin-bottom: 30px;
   
}

.qdtj img {
    width: 100%;
    height: 110px;
    border-radius: 5px 5px 0 0;
}

.qdtj .col-sm-4 img {
    height: 300px;
}
.qdtj dt a,.qdtj dd a{
     background: #fff;
     display:block;
     margin-bottom:15px;
     padding-bottom: 10px;

}
.qdtj h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top:5px;
    padding-left: 10px;
    overflow: hidden; 
    line-height: 25px;
    height: 25px;
}
.qdtj p{
    margin:0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height:25px;
    height:25px;
    font-weight:normal;
    color:#666;
}

/*景区概况内容二*/
.tspcont2{
	width: 100%;
    background-color: #e7f0f7;
    padding-bottom:30px;
}
.tspcont2 .tspline p{
	background-color: #e7f0f7;
}
.tspcont2 h3{
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #ff6d00;
	padding-top: 23px;
	padding-bottom: 22px;
}
.tspcont2cont{
	width: 1116px;
	margin-top: 28px;
	position: relative;
}
.tspcont2c{
	width: 1116px;
	height: 310px;
	overflow: hidden;
	position: relative;
}
.tspcont2c:nth-child(2){
	margin-left: 24px;
}
.tspcont2c .h3box{
	width: 504px;
	height: 57px;
	border-bottom: 1px solid #fc6f39;
}
.tspcont2c .h3{
	font-size: 22px;
	width: 100px;
	font-weight: normal;
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid #fc6f39;
}
.tspcont2c .h3 a{
	color: black;
}
.tspcont2c .h3 span{
	color:#ff6c00;
}
.tspcont2c .imgxw{
	width: 498px;
	height: 271px;
	float: left;
	margin-left: 20px;
}
.tspcont2c .imgxw img{
	width: 100%;
	height: 100%;
}
.tspcont2c .tit1{
	float: left;
	width: 526px;
	height: 120px;
	border-bottom: 1px dashed #b1b1b1;
	margin-top: 12px;
	margin-left: 37px;
	position: relative;
}
.tspcont2c .tit1 p{
	text-indent: 26px;
	font-size:14px;
	padding-left: 24px;
	padding-right: 15px;
	padding-top: 10px;
	text-align: justify;
	line-height: 22px;
}
.tspcont2c .tit11 {
    background: url(../images//tsptit2.png) 0px 10px no-repeat;
    display: block;
    text-indent: 26px;
    display: inline-block;
    font-size: 22px;
    color: #fc6f39;
}
.tspcont2c .tit1 .spotmore{
    position: absolute;
    bottom: 5px;
    right: 15px;
    color: #fb7600;
    font-size: 12px;
}
.tspcont2c ul{
	float: left;
	width: 510px;
	margin-left: 60px;
    margin-top: 10px;
}
.tspcont2c ul li{
	list-style-type: disc;
    color: #fe6f29;
    height: 27px;
    line-height: 27px;
    margin-top: 5px;
}
.tspcont2c ul a{
	font-size: 15px;
	color: #666666;
}
.tspcont2c ul a:hover,.qdtj a:hover p{
	color: #fe6f29;
}
.tspcont2c ul span{
	display: inline-block;
	height: 24px;
	line-height: 27px;
	width: 80px;
	font-size: 12px;
	font-family: "宋体";
	color: #989898;
	float: right;
	margin-right: -8px;
	padding-top: 3px;
}
.tspcont2cont .spotmorebo{
	display: block;
	width: 150px;
	height: 46px;
	line-height: 46px;
	color: white;
	background: #f88b22;
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -75px;
	font-size: 18px;
	text-align: center;
	background: url(../images/icon/spotmoreb.jpg) 0 0 no-repeat;
}
.news-slide{
    margin-top:30px;
}
.news-slide .num {
    bottom: 45px;
    left: 440px;
    width: auto;
    position: absolute;
}
.news-slide .num li{
    width:8px;
    height:8px;
    display: inline-block;
    background: #fff;
    font-size:0;
    padding:0;
    border-radius:50%;
}
 .news-slide .num .on{
    opacity: 1;
    background: #A98B69;
 }
.news-slide .lbpic li span {
    text-align:left;
    padding-left:10px;
}


.news-h {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd
}
.news-h .rbg {
    float: left;
    padding-left: 30px;
    font-weight: 400;
    font-size: 24px;
    background: url(../images/news_ico.png) no-repeat left center;
}
.news-h a {
    float: right;
    color: #B76F27
}
.news-one {
    margin:25px 0;
}
.news-one span {
    float: left;
    display: inline-block;
    width: 88px;
    height: 29px;
    background: url(../images/datebg.png) no-repeat center center;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 29px
}
.news-one a {
    float: left;
    display: inline-block;
    padding-left: 5px;
    width: 490px;
    color: #B76F27;
    font-size: 22px;
    line-height: 29px
}
.news-one p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.8em;
    height:50px;
}
.news-list li {
    padding-left: 15px;
    background: url(../images/list_ico.png) no-repeat left center;
    line-height: 38px
}
.news-list li a {
    font-size: 15px;
    color:#666;
}
.news-list li span {
    float: right
}
.news-list li a:hover, .figure_2row li:hover p, .zbtj li h4:hover, .y_list li a:hover, .y_list li a:hover .cont, .mod_title a:hover {
    color: #B76F27;
}

.ban {
    width: 630px;
    height: 355px;
    position: relative;
    overflow: hidden;
    float:left;
    margin-bottom:30px;
}

.ban2 {
    width: 630px;
    height: 355px;
    position: relative;
    overflow: hidden;
}

.ban2 ul {
    position: absolute;
    left: 0;
    top: 0;
}

.ban2 ul li, .ban2 ul li img {
    width: 630px;
    height: 355px;
}

.prev {
    float: left;
    cursor: pointer;
}

.num {
    height: 56px;
    overflow: hidden;
    width: 595px;
    position: relative;
    float: left;
}

.min_pic {
    width: 630px;
    padding: 7px 0 8px 20px;
    position: absolute;
    background: rgba(0,0,0,0.65);
    bottom: 0;
}

.num ul {
    position: absolute;
    left: 0;
    top: 0;
}

.num ul li {
    width: 86px;
    height: 56px;
    margin-right: 15px;
    border: 3px solid rgba(0,0,0,0);
}

.num ul li img {
    width: 80px;
    height: 50px;
}

.num ul li.on {
    border: 3px solid #EB4E3C;
    padding: 0;
}

.prev_btn1 {
    width: 16px;
    text-align: center;
    height: 18px;
    margin-top: 22px;
    margin-right: 20px;
    cursor: pointer;
    float: left;
}

.next_btn1 {
    width: 16px;
    text-align: center;
    height: 18px;
    margin-top: 22px;
    cursor: pointer;
    float: right;
}

.prev1 {
    position: absolute;
    top: 125px;
    left: 0;
    z-index: 9;
    cursor: pointer;
}

.next1 {
    position: absolute;
    top: 125px;
    right: 0;
    z-index: 9;
    cursor: pointer;
}
.travel-new {
    width: 520px;
   float:right;
    padding-top: 0px;
}
.travel-new .title-t {
    background: url(../images/icon22.png) no-repeat -43px -68px;
    font-size: 20px;
    padding:0 0 10px 18px;
    margin-bottom: 14px;
    border-bottom: 1px solid #ccc;
}
.title-t a {
    float: right;
    font-size: 14px;
    color: #999;
    margin-top:4px;
}
.travel-new h1 {
    font-size: 20px;
    color: #eb4e3c;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 17px;
}
.travel-new h1 a, .travel-new li a{
    display: inline-block;
    padding-bottom: 2px;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
}
.travel-new ul {
    margin-bottom: -10px;
}
.travel-new li {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 11px;
    height:25px;
    line-height:25px;
}
.travel-new .line {
    height: 1px;
    background: #E4E4E4;
    margin: 22px auto 14px;
}
.travel-new span {
    background: url(../images/icon-sp.png) no-repeat left 7px;
    padding-left: 21px;
}
.tab-tit{
    padding:30px 0 20px;
}
.tab-tit h2 {
    font-size: 22px;
}
.font-gary a{
    font-size: 14px;
    color: #999;
}
.play{
    margin-left:-22px;
    margin-left:-22px;
}
.title-t a:hover, .font-gary a:hover, .zbtj li h4:hover, .travel-new li a:hover{
    color: #eb4e3c;
}
.line {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-top: 10px;
    border: 1px solid rgb(234,234,234);
}
    .line h4 {
        margin-bottom: 15px;
    }
.line-item {
    display: inline-block;
    margin-bottom: 12px;
    width:100%;
}
 .line-item-img {
    width: 98px;
    height: 68px;
    margin-right: 8px;
    float:left;
}
.line-item-img img {
    border-radius: 6px;
    width: 98px;
    height: 68px;
}
.line-item-detail {
   float:right;
   width:200px;
}
.line p {
    line-height: 1.5;
    font-size: 14px;
    color: #3d3e40;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}