/***
 *	DedeCMS v5.6 Style (Default Style)
 *	dedecms.com  Author Networker  2010.02.05
 **/
 
/*---------- import ---------*/
.pleftcase {
	width: 788px;
	float: left;
	overflow: visible;
}
.style1 ul{
	margin-top: 20px;
}
.style1 ul li {
	width: 240px;
	height: 270px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 50px;
	float: left;
	margin: 0 6px;
	position: relative;
	list-style: none;
	background: #99dfdd;
}
.style1 ul li {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.style1 ul li img {
	width: 240px;
	height: 160px;
	border-radius: 2px;
}
.style1 ul li span {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	line-height: 23px;
	font-size: 12px;
}
.style1 ul li:hover {
transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);}
.style1 ul li a {
	color: #333;
}


/*--------------------案例模板  begin--------------------------*/
/*
.listcase {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 788px;
	height: auto;
	border-top: 1px solid #ece4e4;
	border-bottom: 1px solid #ece4e4;
	color: #428C5B;
	overflow: hidden;
}
.listcase ul {
	margin-top: 10px;
	text-decoration: none;
}
.listcase ul li {
	float: left;
	width: 240px;
	height: 270px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	list-style: none;
	position: relative;
	background: #99dfdd;
	list-style: none;
}
.listcase ul li p {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}
.listcase ul li p span {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	color: #6c6c6c;
	line-height: 26px;
}
.listcase ul li p a {
	color: #333;
}
/*.listcase ul li p a:hover{
	font-size: 16px;
}
.listcase ul li:hover{
	overflow: hidden;
}

.listcase ul li img {
	width: 240px;
	height: 160px;
}



*/

/*--------------------案例模板  end--------------------------*/
