/* 锋派网络 www.hdfengpai.com */
/* CSS Document */
@charset "gb2312";
/*** all ***/
.list_content{
	margin:0 auto;
	width:1200px;
	
}
.c_part{
	padding-top:20px;
	margin-bottom:30px;
	
}
.c_title{
	color:#699f00;
	float:left;
	padding-left:7px;
	height:48px;
	white-space:nowrap;
	padding-top:5px;
	display:block;
	width:100%;
	font-size:24px;
	font-weight:bold;
	
}
.c_title span{
	
	font-size:14px;
	color:#F95A30;
}
.c_content{
	
	
}
.c_content ul {
	list-style:none;
}
.c_content ul li{
	float:left;
	margin: 20px 0 0 10px;
	width: 230px;
}
.c_content li span {
	width: 220px;
	height: 18px;
	overflow: hidden;
	display: block;
	text-align: left;
}
.c_content li img{
	border:1px solid #C7C7CB;
	border-radius:5px;
	
}
.c_content li p {
	width: 220px;
	height: 16px;
	line-height: 18px;
	overflow: hidden;
	display: block;
	text-align: left;
}
.c_content li img {
	width: 220px;
	height: 124px;
	margin-bottom: 2px;
}
.c_content li a {
	color: #1a1a1a;
	text-decoration: none;
	cursor: pointer;
}
.c_content li a:hover {
	color: #fa4928;
	text-decoration: underline;
}
.clear { clear:both;}