.d-content{
	width: 100%;
	padding: 0;
	box-shadow: none;
	margin: 0;
}
.d-content li{
	position: relative;
	width: 350px;
	padding: 10px 10px 0 10px;
	margin: 0 20px 20px 0;
}
.download-box{
	background: #fff;
}
.download-box .title{
	font-size: 18px;
	line-height: 60px;
	color: #333;
}
.download-box li{
	height: 116px;
	border: 1px solid #e7e7e7;
	background: #fff;
	transition: all 0.5s;
	float: left;
}
.download-box li.hover{
	background: #0c4da2;
	color: #fff;
}
.download-box .int{
	padding-top: 25px;
	line-height: 18px;
}
.d-content .int{
	width: 225px;
}
.d-content .int .tips{
	width: 215px;
}
.download-box .int a{
	display: inline-block;
	width: 100%;
	color: #666;
	transition: color 0.5s;
}
.download-box li.hover a{
	color: #fff;
}
.download-box .tips{
	right: 9px;
	bottom: 8px;
	margin-top: 10px;
	width: 165px;
	height: 23px;
	line-height: 23px;
}
.download-box .tips a{
	width: 35px;
	padding-left: 26px;
	background: url(../images/cc11.png) no-repeat 3px -23px;
	line-height: 23px;
	color: #ef1c24;
	transition: all 0.5s;
}
.download-box li.hover .tips a{
	background-position: 3px 0;
}
.download-box span{
	display: inline-block;
	padding-left: 18px;
	font-size: 12px;
	background: url(../images/bg_sign61.png) no-repeat left 3px;
	color: #9c9c9c;
	transition: all 0.5s;
}
.download-box li.hover span{
	background-position: left -18px;
	color: #fff;
}
