.c_list{
	
}
.c_list li{
	margin-bottom: 30px;
	width:32%;
	margin-right: 2%;
	float: left;
	box-sizing: border-box;
	padding:10px;
	border: 1px solid #f2f2f2;
}
.c_list li:nth-child(3n){
	margin-right: 0px;
}
.c_list li img{
	display: block;
	width:auto;
	max-height: 100%;
	max-width:100%;
	margin:0 auto;
}
.c_title{
	color: #333333;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.c_list li:hover{
	border: 1px solid #a62927;
}
@media(max-width:767px){
	.c_list li{
		width:49%;
		margin-right: 2%;
		padding:5px;
	}
	.c_list li:nth-child(3n){
		margin-right: 2%;
	}
	.c_list li:nth-child(2n){
		margin-right: 0px;
	}
}
