.da-thumbs {
	list-style: none;
	width: 746px;
	height: 311px;
	position: relative;
	padding: 0;
}
.da-thumbs li {
	float: left;
	/*margin-left: 5px;*/
	background: #fff;
	padding-left: 4px;
	padding-bottom:10px;
	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;
	width:235px;
	height:150px;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}

.bot{ padding:10px 0; border-top:1px solid #dddddd; background:#eeeeee; overflow:hidden;}
.botw{ width:1100px; margin:0 auto; color:#666;}
.botw dl{ width:87px; float:left; padding:0 30px 0 0px; text-align:center; }
.botw dt{font-family:"微软雅黑"; font-size:16px; line-height:30px; float:left;width:87px; text-align:center;}
.botw dd{ font-size:12px; line-height:28px; float:left; margin:0;padding:0;text-align:center;width:87px;}

