/*清除默认样式*/
* {padding:0;margin:0;}
div, img, ul, ol, li, dl, dt, dd, p {border:none;padding:0;margin:0;}
li {list-style:none; text-decoration:none;}
.clear {font-size:0;line-height:0;clear:both;}
body {width:100%;height:100%;font-size:12px; font-family:"宋体";}
a{text-decoration:none; color:#000; outline:0;}
a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}
html,body{-webkit-text-size-adjust:none;}/*去除默认最小字体大小*/
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}/*去除手机按钮默认样式*/
/*结束*/
body{ background:url(../images/body_bg.png) left top repeat;}


.jspContainer {
	position:relative;
	overflow:hidden;
}
.jspPane {
	position:absolute;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag, .jspVerticalBar .jspTrack, .jspVerticalBar .jspDrag {
	float:left;
	height:100%;
	
}
.scroll-pane {
	width:800px;
	height:300px;
	overflow:hidden;
	outline:0 none;
}
.content{ font-size:14px; line-height:26px;font-family:"宋体"; color:#333; }