@charset "gb2312";
body, p, input, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form {
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: middle;
	font-weight: normal;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	font: normal 16px/200% "微软雅黑", helvetica, arial;
	text-align: left;
}
header, section, footer {
	display: block;
	margin: 0;
	padding: 0
}
a {
	text-decoration: none;
	color: #000;
}
/* 效果导航 */
.effectNav {
	margin-top: 10px;
	border-top: 1px solid #666;
	background: #999;
	padding-bottom: 10px;
}
.effectNav h3 {
	padding: 0 10px;
	background: #ddd;
	background: #333;
	color: #fff;
}
.effectNav ul {
	font-size: 0;
}
.effectNav li {
	display: inline-block;
	font-size: 12px;
	padding: 0 10px;
	margin: 10px 0 0 10px;
	background: #cdcdcd;
}
.effectNav li.new {
	background: #fce8cd;
}
/* 本例子css ----------------------- */

body {
	background: #f4f4f4;
}
/* 头部 */
header {
	padding:0px;
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 10;
  color: #fff;
  text-align: left;
  overflow: hidden;
}
header .but{height:48px; width:48px;}
header .but a{-webkit-tap-highlight-color:rgba(0,0,0,0); display:block;}
header .fl{ float:left; background:url(m/icon.png) no-repeat 0px -2px;}
header .fr{ float: right;background:url(m/icon.png) no-repeat -4px -52px;}
header h1 {
	background: #e53d00;
	padding: 6px 0px;
	color: #fff;
	font-weight: bold;	
	text-align: center;
	border-bottom: 3px solid #903;
}
header h1 span{color:#fff;}
header h1 a {
	font-size: 26px;
	color: #fff;
	text-shadow: 1px 1px 1px #333333;
}
header .logo{background:#e53d00 url(mlogo.png) no-repeat 8px center;text-align:left; padding-left:50px;}
nav {
	
	font-size: 0;
	background:#DDD;
	height:40px;
	
}
nav ul li{width: 25%;text-align: center;height:40px; line-height:40px; float:left;}
nav a {
	display:block;	
	text-shadow: 1px 1px 1px #FFFFFF;
	color: #333333;font-size: 20px;
	font-weight: bold;
}

/* 焦点图 */
.slideBox {
	position: relative;
	overflow: hidden;
	margin:0px auto;
	max-width: 560px;/* 设置焦点图最大宽度 */
}
.slideBox .hd {
	position: absolute;
	height: 32px;
	line-height: 32px;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.slideBox .hd li {
	display: inline-block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#E8860C;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 5px;
}
.slideBox .hd li.on {
	background: #f00;
}
.slideBox .bd {
	position: relative;
	z-index: 0;
}
.slideBox .bd li {
	position: relative;
	text-align: center;
}
.slideBox .bd li img {
	background: url(m/loading.gif) center center no-repeat;
	vertical-align: top;
	width: 100%;/* 图片宽度100%，达到自适应效果 */
}
.slideBox .bd li a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}  /* 去掉链接触摸高亮 */
.slideBox .bd li .tit {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-indent: 10px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	text-align: left;
	z-index: 100;
}
.slideBox .bd li .titbg{  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 32px;
  width: 100%;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;}
  
  
  /* 头条 */
.headNew {
	padding-top:10px;
	text-align: center;
}
.subNew {
	text-align: left;
	
	font-size: 14px;
	line-height:160%;
	text-indent:2em;
	padding:0 10px;
}
.subNew a{color: #999;}
.headNew a {
	color: #B63B34;
	font-size: 20px;
	font-weight:bold;
}

/* Tab切换 */
.tabBox {
	margin:12px auto;
}
.tabBox .hd {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	overflow: hidden;
	background: #DDD;
	text-shadow: 1px 1px 1px #FFFFFF;
	
}
.tabBox .hd h3 {
	float: left;
	font-size: 22px;
	padding-left:5px;
}
.tabBox .hd h3 span {
	color: #999;
	font-family: Georgia;
	margin-left:5px;
}
.tabBox .hd ul {
	float: right;
}
.tabBox .hd ul li {
	float: left;
	padding: 0 5px;
	vertical-align: top;
}
.tabBox .hd ul li.on a {
	color:#186B12;
	display: block;
	padding: 0 10px;
	background-color:#f4f4f4;
	
	border-top:2px solid #186B12;
	line-height:38px;
	font-weight:bold;
}
.tabBox .bd ul {
	padding: 10px;
}
.tabBox .bd ul li {
	border-bottom: 1px dotted #ddd;
	line-height:220%;
	font-size:18px;
}
.tabBox .bd li a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}  /* 去掉链接触摸高亮 */
.readMore {
	height: 30px;
	line-height: 30px;
	margin:20px auto;
	text-align: center;
	background:#F90;  width:120px; text-align:center;
}
.readMore a{-webkit-tap-highlight-color: rgba(0,0,0,0);color:#FFF; display:block;}
/* 多图滚动 */
.scrollBox {
	margin: 10px auto;
	text-align: center;
}

.scrollBox .bd li {
	width: 50%;
	float: left;
	font-size: 14px;
	
}
.scrollBox .bd li a {
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
	display:block;
}  /* 去掉链接触摸高亮 */
.scrollBox .bd li img {
	background: url(m/loading.gif) #fff center center no-repeat;
margin:0px; padding:0px;
}
.scrollBox .bd li p {
	line-height:20px;
	
	
}
.scrollBox .hd {
	height: 20px;
	overflow: hidden;
	font-size: 0;
	margin-top:10px;
}
.scrollBox .hd ul {
	display: inline-block;
	padding-top: 5px;
}
.scrollBox .hd li {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #D0D0D0;
	margin: 0 5px;
	vertical-align: top;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.scrollBox .hd .on {
	background: #BA2636;
}
.scrollBox .prev, .scrollBox .next {
	display: inline-block;
	width: 25px;
	height: 20px;
	background: url(m/wyIcons.png) no-repeat;
	overflow: hidden;
	margin: 0 5px;
	vertical-align: top;
}
.scrollBox .next {
	background-position: -105px 0;
}

.hot{ text-align:center;}
.hot a{ color:#F00;}
.adds{ height:36px; background:#ddd; line-height:36px; font-family:"宋体"; padding-left:10px; }
.adds,.adds a{ color:#666;text-shadow: 1px 1px 1px #FFFFFF;}

	/* 本例子css -------------------------------------- */
#hd{ height:49px;}
	.category .hd{ height:38px; line-height:38px; padding:0 10px; font-size: 0; background:#DDD;text-shadow: 1px 1px 1px #FFFFFF;width: 100%;
 }
	.category .hd a{display: inline-block;
	width: 25%;
	text-align: center;
	color: #333;font-size: 20px;
	font-weight: bold;
	vertical-align: top;}
	.category .hd .on{ background:#f4f4f4;color:#F90;  /* 修复Android 4.0.x 默认浏览器当前样色无效果bug */  }
	.category .bd ul{ padding:0 12px;  }
	.category .bd li{border-bottom: 1px dotted #ddd; padding:8px 0;}
	.category .bd li h2{line-height:32px; font-size:18px; }
	.category .bd li p{line-height:22px; color:#999; font-size:14px;}
	.category .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0); }  /* 去掉链接触摸高亮 */
.show,.cts{ padding:10px;} 
.show h1{ border-bottom:1px solid #DDD; color:#DF0000; font-size:24px; line-height:32px;text-align:center; padding-bottom:10px; font-weight:bold;}
.show .tm{ border-top:1px solid #FFF; color:#999; text-align:center;}
.show .content{ font-size:18px;padding:10px 5px;} 
.show .content p{ text-indent:2em;} 
.pages{text-align:center; margin:15px auto;}
.msgbox{width:100%;}
.msgtit{ height:32px; line-height:32px; background:#EEE; padding:0 10px;color:#186B12;}
.msgtit b{ color:#f00;}
.comment{width:92%; margin:10px auto;}

.list{padding:0 10px;}
.list li{line-height:42px;height:42px; border-bottom:1px solid #DDD; border-top:1px solid #FFF; font-size:18px;text-shadow: 1px 1px 1px #FFFFFF; }
.list li a{ -webkit-tap-highlight-color:rgba(0,0,0,0); display:block; } 
.list li span{ float:right; color:#999; font-size:12px; font-weight:normal;}

.picture{ text-align:center;}
.footnav{ line-height:40px;height:40px;text-shadow: 1px 1px 1px #FFFFFF;
	font-size: 0;
	background:#DDD;border-top:1px solid #CCC; width: 100%;
  left: 0;
  bottom:0;
  position: fixed;
  z-index: 80;}
.footnav ul li{ width:25%; height:40px; float:left;font-size:18px; text-align:center;}
.footnav ul li a{ display:block; border-left:1px solid #EEE; border-right:1px solid #CCC;}

/* 本例子css */
		.sideMenu{  border:1px solid #ddd;  }
		.sideMenu h3{ height:34px; line-height:32px; padding-left:10px;  border-top:1px solid #ccc; background:#eee; cursor:pointer;
			font:normal 16px/34px "Microsoft YaHei";
		}
		.sideMenu h3 em{ float:right; display:block; width:40px; height:32px;   background:url(micoAdd.png) right 12px no-repeat; cursor:pointer; }
		.sideMenu h3.on em{ background-position:right -57px; }
		.sideMenu ul{ padding:8px 25px; color:#999; display:none; /* 默认都隐藏 */ }