<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	border-left:1pxÂ&nbsp;solidÂ&nbsp;#888;
	border-top:1pxÂ&nbsp;solidÂ&nbsp;#888;
	}
	.define-tableÂ&nbsp;th,.define-tableÂ&nbsp;td{
	border-right:1pxÂ&nbsp;solidÂ&nbsp;#888;
	border-bottom:1pxÂ&nbsp;solidÂ&nbsp;#888;
	padding:5pxÂ&nbsp;15px;
	}
	.define-tableÂ&nbsp;th{
	font-weight:bold;background:#ccc;
	} 
a {
	text-decoration: none;
}
/*Ã§â€žÂ¦Ã§â€šÂ¹Ã¥â€ºÂ¾*/
.focus_body {
	font-family:"microsoft yahei";
	position: relative;
	width: 570px;
	height: 88px;
}
.scroll {
	width: 570px;
	margin: 0 auto;
	position: relative;
	height: 88px;
	overflow: hidden;
}
.arr_left {
	display:none;
	position: absolute;
	width: 18px;
	height: 42px;
	cursor: pointer;
	overflow: hidden;
	left: 0;
	top: 23px;
	z-index: 3;
	background: url(../img/left_ico.png) no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../img/left_ico.png');
	_background: none;
}
.arr_right {
	display:none;
	position: absolute;
	width: 18px;
	height: 42px;
	cursor: pointer;
	overflow: hidden;
	right: 0;
	top: 23px;
	z-index: 3;
	background: url(../img/right_ico.png) no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../img/right_ico.png');
	_background: none;
}
.scroll .box {
	float: left;
	width: 570px;
	height: 88px;
	position: relative;
}
.scroll .box img {
	width: 570px;
	height: 88px;
}
.scroll .box a:hover {
	text-decoration: none;
}
.scroll .box .scroll_detail {
	display:none;
}</pre></body></html>