.hoverdir{width:1200px;height:210px;margin: 0 auto; overflow:hidden;}
.da-thumbs { 
	float: right;
	list-style: none;
	width: 1200px;
	height: 210px;
	position: relative;
	
}
.da-thumbs li {
	float: left;
	background: #fff;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #1461c9;
	background: rgba(20,97,201,0.8);
	width:289px; line-height:50px;
	height:210px; font-size:16px; font-weight:600; color:#FFF; text-align:center;
}
.da-thumbs li a div span {
	display: block; line-height:24px;
	font-size:14px; font-weight:600; color:#FF0; text-align:center;
	text-transform: uppercase;
	font-weight: normal;
}

.da-thumbs .hvspace{ width:13px; height:210px; background:none; overflow:hidden;}