<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
	/* 共用css */
	* {
		margin: 0;
		padding: 0
	}	
	
/* header */
 article{
	width: 1100px;	
	margin: auto;
	overflow: hidden
}

article {
	background: url(../images/articlebg.png) repeat;
}
.containerr {
	background: url(../images/articlebg.png) repeat;
	overflow: hidden;
	margin: 20px;
	box-shadow: #075498 0px 1px 10px;
}

.page {
	margin:20px 0;
	text-align:center;
	width:100%;
	overflow: hidden;
}
.page a b {
	color: #aee1ff;
}
.page&gt;b, .page a {
	margin: 0 2px;
	height: 26px;
	line-height: 26px;
	border-radius: 50%;
	width: 26px;
	text-align: center;
	display: inline-block
}
.page a {
	margin: 0 2px;
	height: 26px;
	line-height: 26px;
	border-radius: 50%;
	width: 26px;
	text-align: center;
	display: inline-block
}/* 针对IE6 */
.page&gt;b, .page a:hover {
	background: #2a455d;
	color: #FFF;
}
.page a {
	color: #aee1ff;
	border: #89c9ef 1px solid
}
.ctitle {
	position:relative
}
.ctitle b {
	font-size: 22px;
	margin-bottom: 20px;
	background: #2a7497;
	padding: 10px 0;
	width: 200px;
	text-align: center;
	border-radius: 0 30px 30px 0;
	box-shadow: #21566f 1px 1px 1px;
	border-left: #dae1e4 6px solid;
	display:block;
	margin:30px 0 0 30px
}
.ctitle span {
	float:right;
	font-size:14px;
	position:absolute;
	right:20px;
	top:20px;
	text-shadow: rgba(7, 84, 152, 0.71) 1px 1px 1px;
}
/*** guide ***/
.guide {
	width:60px;
	margin-left:570px;
	position:fixed;
	left:50%;
	bottom:134px;
	_position:absolute;
_top:expression(documentElement.scrollTop+documentElement.clientHeight - this.clientHeight - 134+'px');
	display:block;
}
.guide a {
	display:block;
	width:60px;
	height:50px;
	background:url(../images/sprite_v2.png) no-repeat;
	margin-top:10px;
	text-decoration:none;
	font:16px/50px "楷体";
	text-align:center;
	color:#FFF;
	border-radius:2px;
}
.guide a span {
	display:none;
	text-align:center;
}
.guide a:hover {
	text-decoration:none;
	background-color:#39f;
	color:#fff;
}
.guide a:hover span {
	display:block;
	width:60px;
	background:#39f;
}
.guide .top {
	background-position:-145px -185px;
}
.guide .report {
	background-position:-146px -236px;
}</pre></body></html>