@charset "utf-8";
.TouchBody {
	background:#fdfdfd;
	color:#333;
}
.pagewrapper {
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
}
.toolbar_bg {
	display:block;
	height:44px;
	line-height:44px;
	font-size:16px;
}
.toolbar {
	display: block;
	position: fixed;
	_position: relative;
	z-index: 10;
	top: 0;
	left:0;
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .12);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .12);
	box-shadow: 0 2px 3px rgba(0, 0, 0, .12);
	background: rgba(0, 0, 0, 0.9) !important;
	background: #111;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
}
.toolbar a {
	color:#FFF;
	outline:none;
}
.toolbar .header {
	display:inline-block;
 *display:inline;
 *zoom:1;
}
.toolbar .left {
	float:left;
	min-width:170px;
	height:44px;
	overflow:hidden;
}
.toolbar .right {
	float:right;
	max-width:137px;
	height:44px;
	overflow:hidden;
}
.toolbar .logo a {
	display:block;
	background:url(/images/logo.png) 10px center no-repeat;
	font-size: 14px;
	line-height: 32px;
	font-weight: bold;
	padding: 6px 10px 6px 35px;
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	font-family: "Microsoft YaHei", "微软雅黑", "仿宋", Tahoma, Arial, sans-serif;
}
.toolbar .item {
	display:block;
	float:left;
	width:44px;
	height:44px;
	background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	text-indent: -999em;
	overflow: hidden;
	cursor: pointer;
}
.toolbar .item.return {
	background:url(/Touch/images/return.png) center no-repeat;
}
.toolbar .item.search {
	background:url(/Touch/images/search.png) center no-repeat;
}
.toolbar .item.menu {
	background:url(/Touch/images/menu.png) center no-repeat;
	margin-right:5px;
}
.coll_bg {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.882353);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
}
.toolbar .menuNav {
	top:44px;
	position:absolute;
}
.toolbar .menuView {
	position: fixed;
	top: 44px;
	left: 0;
	z-index: 20;
	background: #f6f6f6;
	width:100%;
}
.toolbar .fitNav {
	display:block;
	top:44px;
	position:absolute;
}
.toolbar .fitView {
	position: fixed;
	top: 44px;
	left: 0;
	z-index: 20;
	background: #f6f6f6;
	width:100%;
}
.toolbar .hidden {
	display:none;
}
.toolbar .fitView .sch {
	padding:20px 5%;
}
.toolbar .fitView .sch .ipt {
	margin:10px 0;
}
.toolbar .fitView .sch .item_1 input {
	width:96.5%;
	padding: 8px 6px;
	margin-top: 3px;
	height: 14px;
	line-height: 14px;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	color: #666;
	font-size: 12px;
	outline: none;
}
.toolbar .fitView .sch .item_2 select {
	width:100%;
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
	margin-top: 3px;
	border: 1px solid #d5d5d5;
	color: #666;
	font-size: 12px;
	outline: none;
}
.toolbar .fitView .sch .item_3 input {
	width:100%;
	display: block;
	border-radius: 5px;
	background: #157efb;
	border: none;
	color: #fff;
	line-height:14px;
	padding:2px 6px;
	height:28px;
}
.toolbar .menuView .list {
	padding:20px 5%;
}
.toolbar .menuView .list a {
	color:#333;
	font-size:12px;
	display:block;
	line-height:1.8em;
	width:80%;
	text-align:center;
	border:solid #CCC 1px;
	background:#eee;
	margin: 0 auto 5px auto;
}
.toolbar .menuView .list a:hover {
	color:#c30;
	border:solid #c30 1px;
	background:#f2f2f2;
}
.toolbar .menuView .list li {
	float:left;
	width:50%;
}
.pagewrapper .view {
	margin:10px 10px;
}
.pagewrapper .vh {
	min-height:300px;
}
.foot {
	background: #2a2a2a;
	text-align: center;
	color: #525252;
	padding:10px 0;
	font-size:14px;
}
.foot p {
	margin:5px 10px;
}
.foot a {
	color: #8e8e8e;
}
.tit {
	border-bottom:1px solid #eee;
	font-weight:bold;
	margin-bottom:10px;
	line-height:1.8em;
}
.martop {
	margin-top:10px;
}
.page {
	text-align:center;
	line-height:1em;
	margin:10px 0;
	clear:both;
	font-size:12px;
}
.page span {
	border:solid #eee 1px;
	background:#f8f8f8;
	padding:4px 6px;
	margin:0 2px;
	display:inline-block;
}
.page a {
	border:solid #eee 1px;
	background:#f8f8f8;
	padding:4px 5px;
	margin:0 2px;
	display:inline-block;
}
.page a:hover {
	border:solid #FC0 1px;
	background:#fff;
	color:#F60;
}
.nlist li {
	display:inline-block;
	border-bottom:#CCC dotted 1px;
	padding:0 1%;
	width:98%;
	line-height:2.1em;
}
.nlist li a {
	display:block;
	float:left;
	width:70%;
	white-space:nowrap;
	overflow:hidden;
}
.nlist li a:hover {
	color:#f30;
}
.nlist li span {
	display:block;
	float:right;
	width:28%;
	white-space:nowrap;
	overflow:hidden;
	margin:0 0 0 2%;
	text-align:right;
}
.view .xx {
	overflow:hidden;
	font-size:16px;
	line-height:1.5em;
}
.view .xx p {
	margin:1em 0;
}
.view .pgxx p {
	margin:1em 0;
}
.view .pagelink {
	margin:10px auto;
	border-top:solid #eee 1px;
	border-bottom:solid #eee 1px;
	padding:5px 0;
}
.pagelink span {
	color:#666;
}
.pagelink .last, .pagelink .next {
	padding:5px 0;
}
.twoline {
	text-align:center;
	border-top:solid #eee 1px;
	border-bottom:solid #eee 1px;
	line-height:2.1em;
	margin:10px auto;
}
.title {
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.classtitle {
	margin:5px auto 10px auto;
}
.tagpiclist ul li {
	display:block;
	width:100%;
	text-align:center;
	padding:2px 0;
	overflow:hidden;
}
.tagpiclist ul li img {
	max-width:96% !important;
	height:auto !important;
	border:solid #ccc 1px;
	padding:1px;
	margin:2px auto;/*
 width: expression(this.width > 200 ? "200px": this.width+"px");
 height: expresion(this.height > 220 ? "220px": this.height+"px");
 */
}
.view .xx img {
	max-width:96% !important;
	height:auto !important;
	border:solid #ccc 1px;
	padding:1px;
	margin:2px auto;/*
 width: expression(this.width > 200 ? "200px": this.width+"px");
 height: expresion(this.height > 220 ? "220px": this.height+"px");
 */
}
.view .pgxx img {
	max-width:96% !important;
	height:auto !important;
	border:solid #ccc 1px;
	padding:1px;
	margin:2px auto;/*
 width: expression(this.width > 200 ? "200px": this.width+"px");
 height: expresion(this.height > 220 ? "220px": this.height+"px");
 */
}
.view .pbl img {
	border:none !important;
}