@charset "utf-8";
/* CSS Document */

.section-focus-pic{
	margin:8px 0 0 0;
	height:200px;
	width:330px;
	overflow:hidden;
	position:relative;
}
.section-focus-pic ul li{
	position:absolute;
	top:0;left:330px;
	width:330px;
	height:200px;
}
.section-focus-pic ul li h3{
	position:absolute;
	bottom:11px;
	left:0;
	width: 200px;
	font-weight:normal;
	color:#FFF;
	margin-left: 20px;
	z-index: 111;
	font-size: 18px; 
	font-family:"微软雅黑";
}
.section-focus-pic ul li div{
	position:absolute;
	bottom:0;
	left:0;
	height:50px;
	background-color:#000;
	width:570px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.section-focus-pic ul li a{
	font-size: 14px;
}
.section-focus-pic .pages{
	width:330px;
	height:200px;
}
.section-focus-pic .controler{
	position:absolute;
	bottom:20px;
	right:20px;
}



