@charset "utf-8";
/* CSS Document */
/*****文章频道页*****/
.article-box{
    width: 1210px;
	margin:15px auto 0;
}
/*焦点图*/
#focus {
    width: 354px;
    float: left;
    overflow: hidden;
    height: 454px;
    padding: 3px;
    border: solid 1px #eee;
    background: #fbfbfb;
    position: relative;
}
#focus .slider {
    height: 454px;
    width: 354px;
    overflow: hidden;
	position:relative;
}
#focus .slider-panel{
	width:354px;
	height:auto;
	position:absolute;
	top:0;
	left:0;
}
#focus .slider-panel a{
	display:block;
	width:354px;
	height:454px;
}
#focus .slider-extra{
	height:20px;
	padding:2px 0;
	position:absolute;
	bottom:20px;
	right:10px;
	text-align:right;
}
#focus .slider-extra a {
	display:inline-block;
	background:#4f4f4f;
	color:#fff;
	text-align:center;
	text-decoration:none;
	margin-right:10px;
	width:24px;
	height:24px;
	float:left;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	line-height:24px;
	font-weight:400;
	font-size:14px
}
#focus .slider-extra a:hover, #focus .slider-extra a.curr {
	background:#69b82d;
}
/*今日聚焦*/
.focus-today{
	float: left;
    margin: 0 15px;
    height: 460px;
    width: 530px;
    overflow: hidden;
}
.focus-today h3{
	background: url(../images/tit-bg.png) 0 0 no-repeat;
    width: 520px;
    height: 24px;
    text-indent: -999em;
    overflow: hidden;
    margin-bottom: 15px;
}
.focus-today h4{
	font-size:16px;
	margin-bottom:10px;
	text-align:left;
	color:#69b82d;
}
.focus-today p {
    line-height: 22px;
    color: #999;
}
ul.allList {
    padding-top: 10px;
    padding-bottom: 10px;
}
ul.allList {
    padding-top: 10px;
    padding-bottom: 10px;
}
ul.allList.bodertop {
    border-top: dotted 1px #d9d9d9;
}
ul.allList li {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}
ul.allList li a.kind {
    display: inline-block;
    padding-left: 5px;
    color: #69b82d;
}
ul.allList li span {
    display: inline-block;
    color: #dfdfdf;
    padding: 0 10px;
}
/*右侧内容*/
.page-side {
    width: 280px;
    float: right;
}
.side-con .title,.main-con .title{
    height: 31px;
    line-height: 31px;
    padding: 0 10px;
    background: #F9F9F9;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    position: relative;
	border:1px solid #eee;
}
.side-con .title .more{
	float:right;
	width:32px;
	height:14px;
	margin-top:9px;
	background:url(../images/tit-bg.png) no-repeat;
	background-position:0 -36px;
}
.side-con .body{
	padding: 10px 15px;
	border: solid 1px #eee;
    border-top: 0;
}
.side-con .body li{
    height: 28px;
	line-height:28px;
    overflow: hidden;
}
.side-con .body li .icon{
	float:left;
	width: 20px;
    height: 20px;
	line-height:20px;
    overflow: hidden;
    background: #eee;
    border-radius: 50%;
    color: #666;
    text-align: center;
    margin: 4px 5px 0 0;
}
.side-con .body li .icon.curr{
	background:#69b82d;
	color:#fff;
}
.side-con .body li a{
	float:left;
}
.page-side .pic {
    margin-top: 10px;
    padding: 3px;
    background: #f9f9f9;
    border: solid 1px #eee;
    width: 272px;
    overflow: hidden;
}
/*通栏广告*/
.home-ad{
    position: relative;
	overflow: hidden;
	height:100px;
}
.home-ad .ad-list{
	width:1210px;
	position:absolute;
	left:0;
	top:0;
}
/*文章列表*/
.main-con{
	width: 915px;
    float: left;
}
.main-con .body {
    height: 300px;
    padding: 0 15px;
    border: solid 1px #eee;
    border-top: 0;
}
.main-con .first {
    padding: 15px 0;
    height: 200px;
    width: 440px;
    float: left;
}
.main-con .first .head{
	height:29px;
	border-bottom:1px solid #eee;
}
.main-con .first .head span {
    float: left;
    padding: 0 15px;
    border: 1px solid #eee;
    border-bottom: 0;
    height: 29px;
    background: #f9f9f9;
    line-height: 30px;
}
.main-con .first .head .head-more{
	float:right;
	margin: 5px 20px 0 0;
	color:#69b82d;
}
/*图片文章*/
.article-img-box{
	border:1px solid #eee;
    height: 360px;
    overflow: hidden;
}
.sec-title-1{
	height: 31px;
    line-height: 31px;
    background: #F9F9F9;
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    padding: 0 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.sec-title-1 .more {
    float: right;
    font-size: 12px;
    font-weight: normal;
}
.article-img-box ul {
    overflow: hidden;
	padding:0 15px 0 370px;
}
.article-img-box li {
    text-align: center;
    margin: 0px 0 20px 24px;
    width: 140px;
    display: inline;
    float: left;
}
.article-img-box img {
    width: 140px;
    display: block;
    margin-bottom: 10px;
    height: 110px;
}
.article-img-box .focus{
	margin: 0px 0 0px -353px;
    width: 340px;
}
.article-img-box .focus .view{
    width: 340px;
    height: 268px;
}
.article-img-box1{
	border:1px solid #eee;
	height:200px;
    overflow: hidden;
}
.article-img-box1 ul{
	overflow:hidden;
	padding:0 20px;
}
.article-img-box1 li {
    text-align: center;
    margin:0 0 0 31px;
    width: 140px;
    display: inline;
    float: left;
}
.article-img-box1 li.first{
	margin:0;
}
.article-img-box1 img {
    width: 140px;
    display: block;
    margin-bottom: 10px;
    height: 110px;
}

/*****帮助中心*****/
/*帮助中心左侧分类*/
.article-menu-list h4 b{
	background:url(../images/common/common-icon.png) no-repeat;
}
.article-menu-title{
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:16px;
	padding-left:25px;
}
.article-menu{
	border: 1px solid #eee;
	background:#f9f9f9;
}
.article-menu-list{
	border-bottom: 1px solid #eee;
}
.article-menu-list.last{
	border-bottom:0;
}
.article-menu-list h4{
	height: 40px;
    line-height: 40px;
    padding-left: 25px;
    color: #4a4a4a;
    font-size: 14px;
}
.article-menu-list h4 b{
	float: right;
    width: 11px;
    height: 11px;
    margin-top: 1px;
    background-position: -26px -59px;
    overflow: hidden;
    cursor: pointer;
    margin: 14px 20px 0 0;
}
.article-menu-list.curr{
	background:#fff;
}
.article-menu-list.curr h4 {
    border-bottom: 1px solid #eee;
    background: #f9f9f9;
}
.article-menu-list.curr h4 b{
    background-position: -40px -59px;
}
.article-menu-list ul{
	padding:0 10px;
	display:none;
}
.article-menu-list ul li {
	padding-left: 32px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	border-top: 1px dashed #eee;
}
.article-menu-list ul li.first {
	border-top:none;
}
.article-menu-list ul li.curr a{
	color: #69b82d;
}
.article-menu-list ul.curr{
	display:block;
}
/*文章列表*/
.mod-tit{
	height:39px;
	line-height:39px;
	background:#f9f9f9;
	padding:0 10px;
	font-size:14px;
	position:relative; display:none
}
.article-search{
	position:absolute;
	right:10px;
	top:7px;
	overflow:hidden;
}
.article-search .input{
	border:0;
	height:24px;
	border:1px solid #eee;
	border-right:0;
	background:#fff;
	width:200px;
	float:left;
	font-size:12px;
	padding:0 10px;
}
.article-search .btn{
	float:left;
	height:26px;
	line-height:26px;
	background:#69b82d;
	border:0;
	padding:0 15px;
	text-align:center;
	color:#fff;
	font-size:12px;
}
.article-list{
	padding:0 10px;
}
.article-list th{
	font-weight:normal;
	text-align:left;
	height:36px;
	line-height:36px;
	padding-left:5px;
}
.article-list td{
	border-top:1px dotted #eee;
	text-align:left;
	padding-left:5px;
	height:36px;
	line-height:36px;
}

/*帮助中心 右侧内容*/
.article-tit {
    text-align: center;
    padding: 20px 0 10px;
    margin: 0 20px;
    font-size: 21px;
    line-height: 150%;
    color: #333;
    border-bottom: 1px dashed #eee;
}
.article-tit p{
	font-size:12px;
	color:#999;
}
.article-detail{
	padding:15px 20px;
	line-height:2em;
	 font-size:14px; height:auto; overflow:hidden;
}
.article-detail p{ line-height:28px;}
.article-detail p strong{ font-weight:bold; color:#333}
.article-detail img{
	display:block;
	margin:0 auto;
	max-width:100%;
}
.article-bottom {
	margin:0 20px;
	border-top:1px solid #eee;
	padding:10px 0;
	line-height:20px;
}
/* 服务中心 */
.fw_list_box{ width:1210px; height:auto; overflow:hidden; margin:20px auto;}
.fw_tit{ width:100%; height:40px; border-bottom:2px solid #69b82d; margin-bottom:20px; overflow:hidden;}
.fw_tit i{ float:left; width:8px; height:20px; background:#69b82d; margin-right:10px; margin-top:10px;}
.fw_tit span{ float:left; height:40px; line-height:40px; overflow:hidden; color:#333; font-size:20px;}
.fw_tit div{ float:left; line-height:40px; font-size:16px; color:#f57000; margin-left:40px;}
.fw_out_box{ width:100%; height:auto; overflow:hidden;}
.fw_list{ width:996px; height:auto; overflow:hidden;}
.fw{ width:485px; height:330px; overflow:hidden; margin-right:13px; float:left; margin-bottom:20px;}
.fw_pic{ width:100%; height:auto; overflow:hidden; margin-bottom:10px;}
.fw_pic img{ width:100%;}
.fw_msg{ width:100%; height:auto; float:left;}
.fw_msg h3{ width:100%; height:30px; line-height:30px; overflow:hidden;}
.fw_msg h3 i{ float:left; width:5.5px; height:20px; background:#69b82d; margin-top:2px;}
.fw_msg h3 em{ float:left; margin-left:10px; font-size:16px; color:#333; font-weight:normal}
.fw_msg p{ width:100%; height:24px; line-height:24px; overflow:hidden;text-overflow: ellipsis;-o-text-overflow: ellipsis; font-size:14px; color:#333;white-space: nowrap;}
.fw_zixun{ float:left; width:100%; height:auto; margin-top:5px;}
.fw_zixun span{ float:left; width:50%; height:24px; margin-top:4px; font-size:16px; color:#69b82d; line-height:24px; overflow:hidden;}
.fw_ewm{ float:left; position:relative; width:50%; height:auto; cursor:pointer}
.fw_ewm i{ float:left; width:20px; height:20px; margin:2px 10px 2px 0px; background:url(../img/ewm.png) center center no-repeat;}
.fw_ewm em{ float:left; line-height:24px; font-size:16px; color:#222;}
.tchu{ position:absolute; left:0; top:-210px; width:180px; height:180px; padding:10px; border:1px solid #eee; border-radius:5px; box-shadow:0px 0px 5px rgba(0,0,0,.3); background:#fff; display:none}
.tchu img{ width:100%;}
.tchu b{ position:absolute; left:10px; top:200px; background:url(../img/jt.png) center center no-repeat; width:10px; height:5px;}
.fw_zixun:hover .tchu{ display:block}

/*平台简介*/
.int-pic{ width: 750px; height: auto; overflow: hidden; margin: 10px auto;}
.int-pic img{ width: 100%;}
.int_his{ width: 750px; height: auto; overflow: hidden; padding: 20px 0px 0px; margin: 0px auto 75px;}
.int_his .int_hleft,.int_his .int_hright{ float: left; position: relative; height: auto; width: 375px}
.int_his .int_hleft:after{ position: absolute; right: 0; content: ''; width: 0px; border-right: 1px solid #c1cdc1; height: 100%; top: 0;}
.int_his .i_tbox{ width: 317px; height: auto; padding: 0px 20px; margin-bottom: 20px;}
.int_his .int_hleft .i_tbox{ float: right;}
.int_his .i_tbox .i_time{ width: 100%; height: 35px; position: relative; margin-bottom: 5px;}
.int_his .int_hleft .i_tbox .i_time{ text-align: right;}
.int_his .i_tbox .i_time b{ font-size: 22px; color:#59b747; line-height: 35px;}
.int_his .i_tbox .i_time em{ font-size: 16px; color:#59b747; line-height: 35px; font-weight: bold;}
.int_his .int_hleft .i_tbox .i_time i{ position: absolute; right: -25px; top: 50%; width: 10px; height: 10px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; background: #5da14e; margin-top: -5px; z-index: 999;}
.int_his .int_hright .i_tbox .i_time i{ position: absolute; left: -25px; top: 50%; width: 10px; height: 10px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; background: #5da14e; margin-top: -5px; z-index: 999;}
.int_his .i_tbox span{ display: block; clear: both; height: auto; overflow: hidden; line-height: 20px; font-size: 12px; color:#333; margin-bottom: 10px;}
.int_his .int_hleft .i_tbox span{ text-align: left;}
.int_his .i_tbox p{ display: block; width: 100%; height: auto; overflow: hidden;}
.int_his .i_tbox p img{ width: 100%;}
.int_his .fleft p{ float: left; width: 81px; height: auto; overflow: hidden;}
.int_his .fleft .i_time1{ width: 217px; height: 35px; position: relative; margin-bottom: 5px; float: right; text-align: right;}
.int_his .fleft .i_time1 b{ font-size: 22px; color:#59b747; line-height: 35px;}
.int_his .fleft .i_time1 em{font-size: 16px; color:#59b747; line-height: 35px; font-weight: bold;}
.int_his .fleft .i_time1 i{ position: absolute; right: -25px; top: 50%; width: 10px; height: 10px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; background: #5da14e; margin-top: -5px; z-index: 999;}
.int_his .fleft span{ display: block; height: auto; overflow: hidden; line-height: 20px; font-size: 12px; color:#333; margin-bottom: 10px; float: right; width: 217px; clear: none; text-align: left;}
.int_his .int_hleft .fleft span{text-align: left;}
.int_his .clear-both{ clear: both; padding-top: 50px;}
.int_his .clear-both span{ float: left; padding: 0px 20px; height: auto; line-height: 20px; font-size: 12px; color:#333; width: 317px; text-indent: 24px;}
.int-bz{ width: 750px;height: auto; overflow: hidden;  margin: 0px auto}
.int-bz span{ float: left; width: 273px; height: auto; overflow: hidden;}
.int-bz div{ float: left; width: 470px; height: auto; overflow: hidden;}
.int-bz div p{ width: 100%; height: auto; line-height: 36px; font-size: 14px; color:#333}
.int-qd{ width: 513px; height: auto; overflow: hidden; margin: auto; background: #efefef; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; box-shadow: 4px 4px 10px rgba(0,0,0,0.3); margin-bottom: 30px;}
.int-qd div{ padding: 15px 20px 30px;}
.int-qd div p{ width: 100%; height: auto; line-height: 20px; font-size: 14px; color:#666}
.int-box{ width: 559px; height: auto; overflow: hidden; margin:auto;}
.int-box .hotel,.int-box .markt{ width: 239px; float: left; height: 300px; overflow: hidden; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; margin: 0px 20px 30px; background: #efefef; box-shadow: 4px 4px 10px rgba(0,0,0,0.3);}
.int-box .hotel div,.int-box .markt div,.int-box .geren div,.int-box .shitang div{ padding: 15px 20px 0px;}
.int-box .hotel div p,.int-box .markt div p,.int-box .geren div p,.int-box .shitang div p{ width: 100%; height: auto; line-height: 20px; font-size: 14px; color:#666;}
.int-box .geren{ width: 297px; height: 320px; float: left; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; margin: 0px 20px 30px; background: #efefef; box-shadow: 4px 4px 10px rgba(0,0,0,0.3); overflow: hidden;}
.int-box .shitang{ width: 197px; height: 320px; float: left; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; margin: 0px 10px 30px; background: #efefef; box-shadow: 3px 3px 7px rgba(0,0,0,0.3); overflow: hidden;}
.int_cent{ width: 750px; height: auto; overflow: hidden; padding: 20px 0px 0px; margin: 0px auto 0px;}
.c_tit{ width: 600px; height: 37px; line-height: 37px; background: #4b9e34; color:#fff; font-size: 22px; font-weight: bold;box-shadow: 1px 1px 4px rgba(0,0,0,0.3); margin-bottom: 20px; text-indent: 5px;}
.c_inner{ width: 690px; height: auto; overflow: hidden; margin:0px auto 20px; padding-bottom: 20px;}
.c_inner .c_ileft,.c_inner .c_iright{ float: left; width: 324px; height: auto; overflow: hidden; margin-right: 20px;box-shadow: 3px 3px 7px rgba(0,0,0,0.3);}
.c_inner .c_ileft span.top,.c_inner .c_iright span.top{ width: 100%; height: auto; overflow: hidden; display: block;}
.c_inner .c_ileft div,.c_inner .c_iright div{ padding: 10px 20px; height: 255px; background: #4b9e34;}
.c_inner .c_ileft div b,.c_inner .c_iright div b{ width: 100%; display: block; height: 40px; color:#fff; font-size: 20px; line-height: 40px;}
.c_inner .c_ileft div p,.c_inner .c_iright div p{ width: 100%; height: auto; line-height: 20px; margin: 6px auto; font-size: 14px; color:#fff}
.c_inner .c_ileft span.bto,.c_inner .c_iright span.bto{ width: 314px; height: auto; overflow: hidden; border: 5px solid #fff; display: block;}
.c_inner img{ width: 100%;} 
.c_i_big{ width: 663px; height: auto; overflow: hidden; margin: 0px auto 20px;box-shadow: 3px 3px 7px rgba(0,0,0,0.3);}
.c_i_big .c_i_pic{ float: left; width: 298px; height: 324px; overflow: hidden;}
.c_i_big div{ float: left; width: 341px; padding: 10px 12px; background: #4b9e34; height: 304px; overflow: hidden;}
.c_i_big div b{ display: block; width: 100%; height: 28px; line-height: 28px; font-size: 16px; color:#fff}
.c_i_big div p{ width: 100%; line-height: 24px; color:#fff; font-size: 13px;}
.c_i_city{ width: 663px; height: auto; overflow: hidden; margin: auto;}
.c_i_city span{ display: block; width: 100%; height: auto; overflow: hidden;}
.c_i_city p{ display: block; padding: 4px 30px; color:#fff; height: 40px; line-height: 20px; font-size: 14px; background: #4b9e34; width: 602px;}
.c_c_pic{ margin:auto; width: 693px; height: auto; padding: 25px 0px;}
.c_c_pic span{ float: left; width: 314px; height: 280px; background: #fff; border: 5px solid #fff; margin: 11px;box-shadow: 3px 3px 7px rgba(0,0,0,0.3);}
.join_tj{ clear: both; width: 673px; height: auto; overflow: hidden; margin: auto; font-family: "微软雅黑";}
.join_tj h2{ width: 100%; height: 30px; line-height: 30px; font-size: 16px; color:#4b9e34; font-weight: bold;}
.join_tj p{ width: 100%; height: auto; line-height: 24px; font-size: 12px; color:#333}
.join_tj div { margin-top: 25px;}
.join_tj div b{ display: block; width: 270px; height: 24px; line-height: 24px; color:#fff; background: #4b9e34; text-indent: 10px; margin-bottom: 10px;box-shadow: 2px 2px 5px rgba(0,0,0,0.3);}
.join_tj div.shouyi{ background: url(../img/help/bg1.png) right center no-repeat;}
.join_tj div.shouyi1{ background: url(../img/help/bg2.png) right center no-repeat;}
.join_tj div.shouyi2{ background: url(../img/help/bg3.png) right center no-repeat;}

/*2019-05-16*/
.article-detail ul.list-paddingleft-2 li {float: left; width: 33.33%;height: 25px; line-height: 25px; font-size: 13px;color: #666;border-bottom: 1px dashed #eee;}
.article-detail ul.caigous li{width: 100%; height: 36px;line-height: 36px; border-bottom: 1px dashed #eee; color: #666; font-size: 14px;}
.article-detail ul.col{width: 100px;list-style: none;float: left; margin-right: 15px;}
.article-detail ul.col li {float: left; width: 88px; height: auto; padding: 5px; overflow: hidden; border: 1px solid #eee; margin-bottom:10px}
.article-detail ul.col li img{ width:100%}