@charset "gbk";
/* CSS Document */

body {
	margin:0px;
	background-size:100%;
	background-position:center 0px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#CCC;
}
a {text-decoration:none; color:#000;}
p,ul {padding:0; margin:0;}
.wrap {
	width:100%;
	max-width:480px;
	margin:0px auto;
	position:relative;
	overflow: hidden;
}
.swipe-wrap {
	overflow: hidden;
	position: relative;
	z-index:100;
}
.swipe-wrap .swipe-scene {
	float:left;
	width:100%;
	position: relative;
}
.header {
	color:#FFF;
	text-align:center;
	position:fixed;
	width:100%;
	top:5px;
	height:45px;
	line-height:45px;
	font-size:18px;
	overflow:hidden;
	z-index:900;
}
.header span {
	display:block;
	background-color: rgba(0,0,0,0.6);
    border-radius: 25px;
	text-align:center;
}
.header span.l {
	float:left;
	margin-left:5px;
}
.header span.r {
	float:right;
	margin-right:5px;
}
.header span i {
	font-size:24px;
	color:#FFF;
}
.header b {
	font-weight:normal;
}
.header-block {
	height:30px;
	width:100%;
}
.header i {
	display:block;
	width:45px;
	height:45px;
	background-image:url(top.png);
	background-repeat:no-repeat;
}
.header i.xicon-chevron-left {
	background-size:26px;
	background-position:7px 10px;
}
.header i.xicon-home {
	background-size:28px;
	background-position:9px -49px;
}
.footer {
	position:fixed;
	z-index:200;
	bottom:0px;
	width:100%;
	text-align:center;	
}
.footer-block {
	clear:both;
	height:90px;
	width:100%;
}
.footer .in-wrap {
	width:100%;
	max-width:480px;
	height:120px;
	margin:0px auto;
	background-image:url(footer_bg.png);
	background-size:100%;
	background-position:center bottom;
	background-repeat:no-repeat;
	position:relative;
}
.footer .in-wrap a {
	bottom:0px;
	height:60px;
	width:26%;
	position:absolute;
}
.footer .in-wrap a.fl {
	left:0px;
}
.footer .in-wrap a.fr {
	right:0px;
}
.channel-menu {
	margin-top:70px;
	width:100%;
}
.ch-menu {
	color:#000;
	background:rgba(255,255,255,0.85);
	height:50px;
	line-height:50px;
	font-size:18px;
	text-align:center;
	display:block;
	width:36%;
	margin-bottom:14px;
	overflow:hidden;
}
.ch-menu.cl {
	float:left;
	margin-left:12%;
}
.ch-menu.cr {
	float:right;
	margin-right:12%;
}
.ch-menu.double {
	width:76%;
	float:left;
	margin-left:12%;
}
.scene-wrap {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width:100%;
	overflow:hidden;
}
.scene-wrap.guide {
	z-index:150;
}
.scene-wrap.cat {
	z-index:250;
}
.scene-wrap.article {
	z-index:300;
}
.scene {
	background-color:#DEE2DF;
	width:100%;
	max-width:480px;
	margin:auto;
}
.guide a {
	display:block;
	width:100%;
	margin-bottom:15px;
	border-radius:10px;
	overflow:hidden;
}
.guide a img {
	width:100%;
}
.scene-body {
	padding:10px;
	overflow-y:scroll;
	clear:both;
	font-size:14px;
	line-height:160%;
	-webkit-overflow-scrolling: touch;
}
.scene-body ul {
	list-style:none;
}
.scene-body ul.list_image li {
	display:block;
	background-color:#FFF;
	width:46%;
	float:left;
	margin-bottom:10px;
	margin-left:2%;
}
.scene-body ul.list_image li:nth-child(2n) {
	margin-left:4%;
}
.scene-body ul.list_image li img {
	width:100%;
}
.scene-body ul.list_image p {
	text-align:center;
	overflow: hidden;
    height: 26px;
}
.scene-body ul.list_text li {
	background-color:#FFF;
	margin-bottom:10px;
	box-shadow:0px 0px 2px 2px #CCC;
}
.scene-body ul.list_text li img {
	width:100%;
}
.scene-body ul.list_text li p {
	display:block;
	padding:10px;
	font-size:18px;
}
.scene-body ul.list_text li a span {
	display:block;
	font-size:14px;
	padding:0 10px 10px 10px;
	color:#999;
}
.scene-body ul.list_text li div.time {
	padding-right:10px;
	padding-bottom:5px;
	text-align:right;
	color:#AAA;
}
.scene-body .pages {
	clear:both;
}
.scene-body img {
	max-width:440px;
}
.scene-body .news {
	background-color:#FFF;
	padding:10px;
	box-shadow:0px 0px 2px 2px #CCC;
}
.scene-body .news .h1 {
	font-size:24px;
	font-weight:bold;
	line-height:200%;
	text-align:center;
}
.loading {
	position:absolute;
	width:50px;
	height:100px;
	top:0px;
	left:50%;
	padding-top:70px;
	z-index:500;
	display:none;
}
.loading embed {
	width:50px;
	height:50px;
	margin-left:-25px;
}
.nodata {
	text-align:center;
	margin-top:50px;
	font-size:18px;
	color:#999;
}
.nodata img {
	width:120px;
	margin-bottom:20px;
}


.ch-content {
	padding:15px;
}
.ch-content .cbody {
	padding:15px;
	background:rgba(255,255,255,0.9);
}
.ch-content .cbody .lista {
	display:block;
	border-bottom:#006699 dotted 1px;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:18px;
}
.ch-content .cbody h4 {
	text-align:center;
	font-size:20px;
	margin:10px 0 15px 0;
}