<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: "微软雅黑";
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
}
body &gt; div {
	margin: 0 auto;
	width: 1000px;
	background-color: #FFF;
}
ul {
	margin: 0px;
	padding: 0px;
}
ul li {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#banner {
	background-image: url(rock_banner.jpg);
	background-repeat: no-repeat;
	height: 314px;
	width: 1000px;
}
#main_body {
	background-image: url(rock_mainbody_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
}
#main_body #introduce {
	line-height: 30px;
	text-align: left;
}
#introduce_content {
	font-size: 14px;
	color: #960;
	width: 900px;
	padding-left: 50px;
}
#main_body #show {
	line-height: 25px;
	text-align: left;
}
#main_body #show #title {
	font-size: 14px;
	font-weight: bold;
	color: #900;
	width: 900px;
	padding-left: 50px;
	line-height: 50px;
}
#main_body #show #pic {
	width: 900px;
	padding-left: 50px;
	height: auto;
}
#main_body #show #pic ul li {
	background-color: #FFF;
	border: 1px solid #CCC;
	text-align: center;
	margin: 10px;
	width: auto;
}
#main_body #show #pic ul li a {
	color: #333;
	text-decoration: none;
}
#main_body #show #pic ul li a:hover {
	color: #999;
}

#main_body #show #index {
	width: 900px;
	padding-left: 50px;
	height: 40px;
	line-height: 40px;
	color: #960;
	font-size: 14px;
	font-weight: bold;
}
#main_body #show #index ul li {
	margin-right: 8px;
	margin-left: 8px;
	height: 40px;
	width: 10px;
}
#main_body #show #index ul li a {
	text-decoration: none;
	color: #960;
	height: 40px;
	width: 10px;
	display: block;
}
#main_body #show #index ul li a:hover {
	color: #F90;
	height: 40px;
	width: 10px;
	display: block;
}
#main_body #show a {
	color: #039;
	text-decoration: none;
}
#main_body #show a:hover {
	color: #900;
	text-decoration: underline;
	text-align: right;
}</pre></body></html>