/* 主体内容 */
/* .all {
	width: 100%;
	padding: 10px 0 80px;
	background-color: #f5f7f9;
} */
.choose {
	width: 100%;
	padding: 20px 20px 0;
	background-color: #fff;
}
.choose_img {
	display: block;
	float: left;
	margin-right: 10px;
	padding-top: 3px;
}
.choose_title {
	color: #333;
	font-size: 22px;
	font-weight: 400;
}
.effect_list {
	width: 100%;
	margin-top: 20px;
	background-color: #fff;
}
.effect_list ul li {
	float: left;
	width: 23%;
	height: 250px;
	margin: 0 20px 20px 0;
	border: 1px solid #e0e0e0;
}
.effect_list ul li:hover {
	border-color: #db214c;
}
.effect_list ul li:nth-of-type(4n) {
	margin-right: 0 !important;
}
.effect_list ul li:hover .effect_txt {
	color: #db214c;
}
.effect_list ul li:hover .effect_text {
	color: #db214c;
}
.list_img {
	display: block;
	width: 100%;
	height: 199px;
}
.effect_headline {
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
}
.effect_text {
	display: block;
	float: left;
	width: 82%;
	height: 18px;
	text-align: center;
	line-height: 18px;
	color: #333;
	font-size: 14px;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
	padding: 0 10px;
}
.effect_txt {
	color: #999;
}
/* 分页 */
.list_page {
	height: 50px;
	line-height: 30px;
	color: #666;
	font-size: 14px;
	margin-top: 40px;
}
.total {
	float: left;
	margin-left: 430px;
}
.paging {
	float: left;
	margin-left: 30px;
}
.paging a {
	display: block;
	float: left;
	padding: 0 12px;
	text-align: center;
	line-height: 30px;
	margin-left: 10px;
	background-color: #fff;
	border-radius: 3px;
}
.paging a:hover{
	color: #fff;
	background-color: #db214c;
}
.page_active {
	color: #fff !important;
	background-color: #db214c !important;
}
.leave {
	float: left;
	margin-left: 30px;
}
.leave div {
	float: left;
	color: #666;
	line-height: 30px;
	margin-right: 10px;
}
.leave div:nth-child(2) input {
	width: 50px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #fff;
	padding: 0 5px;
}
.hot_fitment {
	width: 100%;
	padding: 20px 20px 0;
	margin-top: 40px;
	background-color: #fff;
}
.fitment_text {
	width: 100%;
	height: 18px;
	line-height: 18px;
	padding-left: 10px;
	color: #333;
	font-size: 18px;
	border-left: 3px solid #db214c;
}