/* css 重置 */
*{margin:0; padding:0; list-style:none; }
body{
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
img{ border:0; }

/* 本例子css */
.focusBox1 {
	position: relative;
	width:374px;
	height:257px;
	overflow: hidden;
	text-align: left;
	background: white;
	font-family: "新宋体";
	font-size: 12px;
	line-height: 1.5;
}.focusBox1 .pic img { width: 374px; height: 257px; display: block; }
.focusBox1 .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 29px; width:100%; background: #333; filter: alpha(opacity=60); opacity: 0.6; overflow: hidden; }
.focusBox1 .txt {
	position: absolute;
	z-index: 2;
	height: 29px;
	width:100%;
	overflow: hidden;
	bottom: 0px;
}.focusBox1 .txt li{
	height:36px;
	position:absolute;
	bottom:-36px;
	line-height: 45px;
	color: #FFFFFF;
	font-size: 12px;
}.focusBox .txt li a{
	display: block;
	color: #FFFFFF;
	padding: 0 0 0 10px;
	font-size: 12px;
	text-decoration: none;
	line-height: 45px;
}.focusBox1 .num {
	position: absolute;
	z-index: 3;
	bottom: 5px;
	right: 5px;
}
.focusBox1 .num li{
	float: left;
	position: relative;
	width: 19px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	text-align: center;
	margin-right: 3px;
	cursor: pointer;
	font-size: 14px;
}.focusBox1 .num li a,.focusBox1 .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
	font-size: 14px;
}.focusBox1 .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
.focusBox1 .num li.on a,.focusBox1 .num a:hover{
	background-color: #023D99;
}
