<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
	font-family:"宋体", "Arial";
	font-size:12px;
	background:#fff;
	min-width:800px;
}
img {
	border:0px;
	behavior:url("css/pngbehavior.htc");
	display:inline;
}
ul, li {
	list-style:none;
}
a {
	text-decoration:none;
	color:#555;
}
h3 {
	font-size:14px;
	font-weight:bold;
	margin:0em 0 0.5em 0;
}
h2 {
	font-size:16px;
	font-weight:bold;
	margin:1em 0
}
/**tabs**/
.tabPanel ul {
	height:30px;
	border-bottom:1px solid #aaa;
}
.tabPanel ul li {
	float:left;
	margin:0 2px 0 0;
	border:1px solid #aaa;
	font-size:18px;
    font-weight: bolder;
	height:29px;
	line-height:30px;
	width:111px;
	text-align:center;
	cursor:pointer;
	text-shadow:0 1px 0 #fff;
	border-radius:4px 4px 0 0;
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.5);
	background:#ddd;
	background:-moz-linear-gradient(top, #eee, #ddd);
	background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
}
.tabPanel .hit {
	border-bottom:1px solid #fff;
	cursor:pointer;
	color:black;
	text-shadow:0 1px 0 #fff;
	background:#fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#fff));
	background:-moz-linear-gradient(top, #e1e1e1, #fff);
}
.pane {
	border:1px solid #aaa;
	border-top:0;
	min-height:100px;
	background-color:#fff;
	display:none;
	padding-bottom:15px;
}
.pane p {
	padding: 0px 15px 0 10px;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
}
.pane h4 {
	padding:15px 15px 0 10px;
	font-size:14px;
	font-weight:bold;
}
</pre></body></html>