@charset "gb2312";
.case1 {
	background-color: #fff;
	width: 1165px;
	height: 270px;
	float: left;
	margin: 20px;
	border:1px solid #ccc;
	box-shadow: 0 0 10px #ccc;
	-webkit-transition: all .5s; 
	-moz-transition: all .5s; 
	-ms-transition: all .5s; 
	-o-transition: all .5s; 
	transition: all .5s;
}

.td{
	color: #008ccb;
	font-size: 20px;
	line-height:40px;
	text-align:left;
	width: 400px;
	height: 250px;
	background-color:#FFF;
	display: inline-block;
	margin: 10px;
	overflow:hidden;
}
.td2{
	color: #333;
	font-size: 16px;
	line-height:30px;
	text-align:left;
	width: 710px;
	height: 250px;
	background-color:#fff;
	display: inline-block;
	margin: 10px;
	margin-top:0px;
	-webkit-transition: all .5s; 
	-moz-transition: all .5s; 
	-ms-transition: all .5s; 
	-o-transition: all .5s; 
	transition: all .5s;
	overflow:hidden;
}

li{
	background-color:#fff;
	-webkit-transition: all .5s; 
	-moz-transition: all .5s; 
	-ms-transition: all .5s; 
	-o-transition: all .5s; 
	transition: all .5s;
}
li:hover{
	color: #000;
	background-color:#EEEEEE;
}