/* 主体内容 */
/* .all {
	width: 100%;
	padding: 10px 0 80px;
	background-color: #f5f7f9;
} */
/* 左边内容 */
.left_div {
	float: left;
	width: 68%;
	margin: 7px 20px 0 0;
}
.choose {
	width: 100%;
	padding: 20px 20px 10px;
	background-color: #fff;
}
.choose_title {
	width: 100%;
	height: 16px;
	line-height: 16px;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	border-left: 3px solid #db214c;
}
.choose_list ul li {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px dashed #e0e0e0;
}
.choose_list ul li:nth-last-child(1) {
	border-bottom: 0 !important;
}
.choose_list ul li:hover {
	background-color: #f8f8f8;
}
.choose_img {
	display: block;
	float: left;
	width: 168px;
	height: 110px;
}
.choose_text {
	float: left;
	width: 76%;
	margin-left: 20px;
	padding: 10px 0;
}
.choose_txt {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}
.choose_txt:hover {
	color: #db214c;
}
.choose_btn {
	width: 100%;
	height: 24px;
	line-height: 24px;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}
.txt_a {
	display: block;
	float: left;
	color: #666;
	font-size: 12px;
	padding: 0 10px;
	margin-right: 10px;
	background-color: #f5f5f5;
}
.txt_a:hover {
	color: #fff;
	background-color: #db214c;
}
.choose_zan {
	width: 100%;
	height: 15px;
	line-height: 15px;
	margin-top: 15px;
}
.choose_zan img {
	display: block;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}
.choose_zan span {
	color: #999;
	font-size: 12px;
}
.choose_wordy {
	width: 100%;
}
/* 分页 */
.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: 30%;
	margin-top: 7px;
}
.correlation {
	width: 100%;
	background-color: #fff;
}
.ask_title {
	width: 100%;
	color: #333;
	font-size: 16px;
	padding: 18px 0 13px 20px;
	border-bottom: 1px solid #e0e0e0;
}
.correlation_list {
	width: 100%;
	padding: 0 20px;
}
.correlation_list ul li {
	width: 100%;
	padding: 15px 0 20px;
	border-bottom: 1px dashed #e0e0e0;
}
.correlation_list ul li:nth-last-child(1) {
	border-bottom: 0 !important;
}

.correlation_text {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: #333;
	font-size: 14px;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}
.correlation_text:hover {
	color: #db214c;
}
.correlation_txt {
	color: #999;
	font-size: 12px;
	margin-top: 6px;
}
/* 热门标签 */
.hot_topic {
	width: 100%;
	background-color: #fff;
	margin-top: 20px;
}
.hot_content {
	padding: 20px 20px 10px;
}
.hot_tag {
	display: block;
	float: left;
	line-height: 12px;
	color: #333;
	font-size: 14px;
	margin: 0 10px 10px 0;
	padding: 7px 9px;
	background-color: #fafafa;
}
.hot_tag:hover {
	background-color: #db214c;
	color: #fff;
}
/* 热门攻略 */
.hot_contents {
	width: 100%;
	margin-top: 20px;
	background-color: #fff;
}
.hot_strategy {
	width: 100%;
	padding: 0 20px 20px;
}
.hot_strategy ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  background: #e0e0e0;
  margin: 4px 10px 0 0;
  float: left;
}
.hot_strategy ul li:hover::before{
	background: #db214c;
}
.hot_strategy ul li {
	float: left;
	width: 25%;
	height: 15px;
	line-height: 15px;
	padding-right: 10px;
	margin-top: 20px;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}
.hot_strategy ul li:hover {
	color: #db214c;
}
.hot_strategy ul li a {
	color: #333;
	font-size: 14px;
}
.hot_strategy ul li:hover a {
	color: #db214c;
}