/* 右侧 */
.conList{
	padding-top: 14px;
}
.conList:after{
	content: "";
	clear: both;
	display: block;
}
.conList li{
	width: 33.33%;
	float: left;
	height: 259px;
}
.list_img{
	width: 194px;
	height: 222px;
	border: 1px solid #EFEFEF;
	margin: 0 auto;
	text-align: center;
}
.list_img img{
	width: 180px;
	height: 220px;
}
.List_name{
	width: 100%;
	height: 27px;
	line-height: 27px;
	text-align: center;
}
.List_name a{
	font-size: 12px;
	color: #13634a;
}
.List_name a:hover{
	color: #000;
	text-decoration: underline;
}