.container_right_tit{
	border-bottom: 2px solid #0070db;
	font-size:14px; 
	color:#0070db;
	font-weight: bold;
	padding: 4px 10px 0 10px;
}
.list{
	padding-top: 10px;
}
.list::after{
	display: block;
	content: "";
	clear: both;
}
.list li{
	width: 33.33%;
	float: left;
	height: 181px;
}
.imgItem{
	width: 174px;
	margin: 0 auto;
}
.list_img{
	width: 100%;
	height: 144px;
	margin: 0 auto;
	border:2px solid #2C2C2C;
	text-align: center;
}
.list_img img{
	width: 170px;
	height: 140px;
}
.list_tit{
	padding: 0 15px;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.list_tit a{
	font-size: 12px;
	line-height: 23px;
}