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

html,body,div,p,form,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
img{border:0;}
ul,ol{list-style:none;}
table { border-collapse:collapse; border-spacing:0;}
a{ cursor:pointer; font-size:12px; }
a:link,a:visited{color:#333;text-decoration:none;}
a:hover { color: #f60;}
a:active { text-decoration: none;}
p { padding:5px 0; }
h1 { font:24px/120% 黑体; text-align:center; padding:18px; }
textarea { overflow:auto; }
/*--reset end--*/

.b { font-weight:bold; }
.font_red { color:#f60; }
.font_green { color:#0c0; }
.font_blue { color:#06c; }
.font_key { color:#f00; }

.left {	float:left;	display:inline; }
.right { float:right; display:inline; }

body { 
    background:#f4f1ea url(bg.jpg) no-repeat center 0; 
	font:12px Tahoma,Verdana,宋体; 
	color:#333;
	text-align:left;
	height:100%;
}

.container {
	width:1000px;
	margin:0 auto;
	margin-top:10px;
	overflow:hidden;
	zoom:1;
}
/* 
Header  -------------------------------------*/ 
#header {
    margin:0 auto;
	width:1000px;
	overflow:hidden;
	zoom:1;
}
.top{ height:40px; background:url(top_bj.png) repeat-x;}
.date{ width:770px; padding-left:6px; float:left; line-height:40px;}
.search{ width:200px; height:26px; background:url(search.png) no-repeat; margin:6px 10px 0; display:inline; float:right;}
.search .text{ width:170px; height:26px; line-height:26px; background:none; border:none; padding:0 4px; float:left;}
.search .submit{ width:22px; height:26px; background:none; border:none; float:right;}

.banner{ height:178px; background:url(banner.jpg) no-repeat;}
.menu{ height:35px; background:url(menu_bj.png) no-repeat;}
.menu a{ display:block; width:83px; line-height:35px; font-size:13px; font-weight:bold; color:#FFFFFF; float:left; text-align:center;}
.menu a:hover{ color:#f2ff8e; background:url(menu_ah.png) center 2px no-repeat;}

.picList {
	height:155px;
	text-align:center;
	margin-top:10px;
	background:#FFFFFF;
	overflow:hidden;
	zoom:1;
	padding:5px;
	border:1px solid #CCCCCC;
}
.picList a,.picList a:visited {
	float:left;
	display:block;
	width:194px;
	text-align:center;
	padding:5px 0 8px 0;
	overflow:hidden;
	border:1px solid #fff;
}
.picList a:hover {
	text-align:center;
	background:#FFFFCC;
	border:1px solid #FFCC99;
}
.picList img {
	width:166px;
	height:115px;
	display:block;
	margin:5px auto;
}
.linkBox {
	#background:#fef9e8;
	#border:1px solid #cccccc;
	#height:31px;
	#padding:12px 0 0;
	#text-align:center;
	border:0;
	background:url(linkBg.png) no-repeat 0 0;
	height:30px;
	padding:7px 0 0;
	text-align:center;
}
.linkBox select {
	margin:0 5px;
	width:175px;
}

#footer {
	#line-height:120%;
	clear:both;
	margin:0 auto;
	color:#000;
	padding:20px 0;
	width:998px;
	border:1px solid #EFE6BB;
	border-top:0;
	#background:#FFFFEE;
	background:#FFFFFF;
	text-align:center;
	height:80px;
}
#footer a { font-weight:bold; color:#DD2D00; }
#footer p{ line-height:22px;}

.footer{ clear:both; margin-top:10px; height:80px; background:url(footer.png) repeat-x; padding-top:20px; text-align:center;}
.footer p{ line-height:22px;}</pre></body></html>