<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 代码整理：时代Java NowJava.com */
body {
	margin:0;
	font:12px Arial, Helvetica, sans-serif
}
#wrapper {
	width:508px;
	margin:0 auto
}
h2 {
	font-size:14px;
	margin:15px 0
}
.link {
	cursor:pointer;
	color:#666
}
.link:hover {
	color:#000
}
.slider {
	position:relative;
	overflow:hidden;
	border:2px solid #9ac1c9;
	height:225px;
	background:#eef5f6;
	margin-bottom:20px
}
.slidercontent {
	position:absolute
}
.slidercontent .upper {
	border-bottom:1px solid #9ac1c9
}
.section {
	padding:10px
}
.newsslider {
	position:relative;
	overflow:hidden;
	border:2px solid #9ac1c9;
	height:95px;
	width:300px;
	background:#eef5f6;
	margin-bottom:20px
}
.newsslidercontent {
	position:absolute
}
.newsslidercontent .upper {
	border-bottom:1px solid #9ac1c9
}
.newssection {
	padding:10px;
	height:75px
}
/* 代码整理：时代Java NowJava.com */</pre></body></html>