@charset "utf-8";


* {
	margin:0;
	padding:0;
	list-style-type:none;
}
a, img {
	border:0;
}
body {
	font:12px/180% Arial, Helvetica, sans-serif, "宋体";
}
/* caselist */
.caselist {
	width:1000px;
	margin:30px auto;
}
.caselist li {
	width: 480px;
	height: 200px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	box-shadow:3px 3px 3px #ddd;
}
.tagImg1 {
	width:480px;
	height:200px;
	display:block;
	position:absolute;
	left:0px;
	top:0px;
}
.tagImg1 img {
	width:480px;
	height:200px;

}
.tagImg2 {
	width:59px;
	height:59px;
	display:block;
	float:left;
	margin:0 10px 0 0;
}
.tagImg2 img {
	width:59px;
	height:59px;
}
.tagDiv1 {
	background:#cb0221;
	border:1px solid #E7E7E7;
	padding-top:40px;
	padding-left:20px;
	padding-right:20px;
	width:440px;
	height:180px;
	position:absolute;
	left:0px;
	top:200px;
	z-index:2;
}
.tagDiv1 h3 {
	margin:0px;
	font-size:14px;
	color:#fff;
	line-height:16px;
}
.tagP1 {
	margin-top:10px;
	margin-bottom:10px;
	font-size:20px;
	color:#fff;
	text-align:center;
}
.tagP2 {
	line-height:22px;
	clear:both;
	color:#fff;
	padding:5px 0 0;
	height:115px;
	overflow:hidden;
	text-align: left;
}
