@charset "utf-8";

.focusImg{
	background:#fff;
	width:190px;
	height:132px;
	margin: 0 auto 15px;
	border:#ddd 1px solid;
	position:relative;
	font-size:12px;
	clear: both;
}
.focusImg ul{
	list-style:none;
	margin:0;
	padding:0;
}
.focusImg ul li{
	width:190px;
	position:absolute;
}
.focusImg ul li div{
	width:190px;
	height:132px;
	overflow:hidden;
}
.focusImg ul li img{
	width:190px;
	height:132px;
}
.focusImg ul li h3{
	margin:0;
	background:#fff;
	padding:5px 0;
	height:20px;
	font-size:14px;
	text-align:center;
}
.focusImg span{
	position:absolute;
	display:block;
	width:190px;
	height:14px;
	top:105px;
	right: 5px;
	text-align: right;
	padding:5px;

}

.focusImg span a{
	background:#999;
	padding:1px 5px;
	margin-left:2px;
	text-decoration:none;
	color:#fff;
	float: right;
}
.focusImg span a:hover,.focusImg span .a2{
	font-weight:bold;
	background:#fff;
	color:#000;
}

