<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.focusBox { position: relative; width: 394px; height: 165px; text-align: left; background: white;}
.focusBox .pic img { width: 394px; height: 165px; display: block; }

.focusBox .txt {
	position: absolute;
	bottom: -110px;
	z-index: 2;
	height: 70px;
	width: 100%;
	overflow: hidden;
}
.focusBox .txt li{
	line-height:30px;
	position: absolute;
}
.focusBox .txt li a{ display: block; color:#666; padding: 0 0 0 25px; font-size: 25px; text-decoration: none; }

.focusBox .txt2 {
	position: absolute;
	bottom: -90px;
	z-index: 2;
	height: 40px;
	width: 100%;
	overflow: hidden;
}
.focusBox .txt2 li{
	line-height:30px;
	position: absolute;
}
.focusBox .txt2 li a{ display: block; color:#666; padding: 0 0 0 10px; font-size: 25px; text-decoration: none; }

.focusBox .num { position: absolute; z-index: 3; bottom: 8px; right: 8px; }
.focusBox .num li{ float: left; position: relative; width: 18px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }
.focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; 
}.focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
.focusBox .num li.on a,.focusBox .num a:hover{ background:#cc3300; }
</pre></body></html>