/*关于跃动样式*/
.c_list{
	width:1180px;
	margin:0 auto 60px;
	overflow: hidden;
}
.c_list li{
	float: left;
	width: 100%;
	/*height: 120px;*/
	padding-bottom: 30px;
	overflow:hidden;
	border-bottom: 1px dotted #e4e4e4;
	/*transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;*/
}
.c_list li .footprint_time{
	width: 119px;
	height: 65px;
	font-size: 18px;
	color: #282828;
	float: left;
	margin-top: 32px;
}
.c_list li .footprint_img{
	/*opacity: 0;
	width: 0;
	height: 0;*/
	float: left;
	margin-top: 32px;
	
}
.c_list li .footprint_img img{
	width: 100%;
	height: 100%;
	border-radius:10px;
}
.c_list li .footprint_con{
	/*width: 1061px;
	height: 65px;*/
	float: left;
	margin-top: 32px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	font-size:14px;
	line-height:24px;
}
/*.c_list li:hover{
	height: 247px;
}
.c_list li:hover .footprint_img{
	width: 285px;
	height: 190px;
	opacity: 1;
	transition:0.5s all;
	-webkit-transition:0.8s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.c_list li:hover .footprint_con{
	width: 739px;
	margin-left: 37px;
	
}*/
.footprint_img{
	width: 285px;
	height: 190px;
}
.footprint_con{
	width: 739px;
	margin-left: 37px;
	
}
/*关于跃动样式*/