.da-thumbs {
	list-style: none;
	height: 600px;
	position: relative;
	padding: 0;
}
.da-thumbs li {
	float: left;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	width: 33.3333%;
	height:300px;
	overflow: hidden;
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
	width: 100%;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(58, 41, 147, 0.78);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	color: #fff;
	font-size: 24px;
	position: relative;
	font-family: 'Segoe UI';
}
.da-thumbs li a div span:before{
	background: #fff;
	width: 50px;
	height: 2px;
	left: 0;
	bottom: -5px;
	display: block;
	content: '';
	position: absolute;
	font-family: 
}