/* 主体内容 */
/* .all {
	width: 100%;
	padding: 10px 0 80px;
	background-color: #f5f7f9;
} */
.fitment_top {
	background-color: #fff;
}
.fitment_state {
	width: 100%;
	padding: 40px 40px 30px;
	margin-top: 10px;
}
.before_fitment {
	float: left;
	width: 33.33%;
	padding-left: 30px;
	border-right: 1px solid #e0e0e0;
}
.before_fitment:nth-last-child(1) {
	border-right: 0 !important;
}
.before_fitment:nth-child(1) {
	padding-left: 0 !important;
}
.before_title {
	color: #333;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 3px;
}
.before_text {
	color: #999;
	font-size: 14px;
}
.before_other {
	width: 100%;
	margin-top: 30px;
	margin-right: 20px;
}
.other_ul {
	float: left;
	width: 350px;
}
.other_ul:nth-last-child(1) {
	margin-right: 0 !important;
}
.other_ul li {
	float: left;
	width: 100px;
	height: 20px;
	line-height: 20px;
	margin: 0 25px 11px 0;
	overflow: hidden;
}
.other_ul li:nth-of-type(3n) {
	margin-right: 0 !important;
}
.other_img {
	display: block;
	float: left;
	margin-right: 10px;
	padding-top: 4px;
}
.other_ul li a {
	color: #666;
	font-size: 14px;
}
.other_ul li a:hover {
	color: #db214c;
}
.left_content {
	width: 100%;
	background-color: #fff;
	padding: 20px;
}
.left_content ul li  {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px dashed #e0e0e0;
}
.left_content ul li:hover {
	background-color: #f8f8f8;
}
.left_content ul li:hover .right_title a {
	color: #db214c;
}
.left_content ul li:hover .right_title {
	color: #db214c;
}
.left_content ul li:nth-last-child(1) {
	border-bottom: 0 !important;
}
.fitment_down {
	margin-top: 20px;
}
.left_div {
	float: left;
	width: 66.8%;
}
.left_img {
	float: left;
	width: 20%;
	height: 120px;
	margin-right: 20px;
}
.image {
	display: block;
	width: 100%;
	height: 120px;
}
.right_text {
	float: left;
	width: 77%;
	padding: 10px 0;
}
.right_title {
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}
.right_title a {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.text_p {
	/* width: 602px; */
	height: 37px;
	line-height: 20px;
	color: #666;
	font-size: 13px;
	margin-bottom: 15px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.text_btn {
	width: 70%;
	 height: 25px;
	float: left;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}
.txt_a {
	display: block;
	float: left;
	color: #666;
	font-size: 12px;
	padding: 4px 10px;
	margin-right: 10px;
	background-color: #f5f5f5;
}
.time_div {
	width: 100%;
	margin-top: 4px;
}
.look, .time {
	float: left;
	height: 15px;
	line-height: 15px;
	padding-right: 10px;
}
.look span, .time span  {
	color: #999;
	font-size: 12px;
}
/* 分页 */
.list_page {
	height: 50px;
	line-height: 30px;
	color: #666;
	font-size: 14px;
	margin-top: 40px;
}
.total {
	float: left;
	margin-left: 220px;
}
.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;
}
.right_div {
	float: left;
	width: 31%;
	margin-left: 25px;
	background-color: #fff;
}
.fitment_ask {
	width: 100%;
}
.ask_title {
	color: #333;
	font-size: 16px;
	padding: 18px 0 0 20px;
}
.ask_line {
	width: 100%;
	margin-top: 16px;
	border-top: 1px solid #e0e0e0;
}
.ask_list {
	width: 100%;
	padding: 0 20px;
}
.ask_list ul li {
	width: 100%;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #e0e0e0;
}
.ask_list ul li:nth-last-child(1) {
	border-bottom: 0 !important;
}
.ask_div {
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}
.ask_div:hover {
	color: #db214c;
}
.img_st {
	float: left;
	width: 9%;
}
.ask_img {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
}
.ask_headline {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}
.ask_div:hover .ask_headline {
	color: #db214c;
}
/* .answer_div {
	width: 100%;
} */
.aswer_text {
	float: left;
	width: 90%;
	height: 40px;
	color: #666;
	font-size: 14px;
	height: 40px;
	line-height: 20px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}