/* 主体内容 */
/* .all {
	width: 100%;
	padding: 10px 0 40px;
	background-color: #f5f7f9;
} */
/* 左边内容 */
.left_div {
	float: left;
	width: 68%;
	margin-right: 20px;
}
.left_content {
	width: 100%;
	background-color: #fff;
	padding: 10px 20px;
}
.left_content ul li {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px dashed #e0e0e0
}
.like_content ul li {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px dashed #e0e0e0
}
.left_content ul li:nth-last-child(1), .like_content ul li:nth-last-child(1) {
	border-bottom: 0 !important;
}
.left_content ul li:hover {
	background-color: #f8f8f8;
}
.left_img {
	float: left;
	width: 178px;
	height: 120px;
	margin-right: 20px;
}
.image {
	display: block;
	width: 100%;
	height: 120px;
}
.right_text {
	float: left;
	width: 74%;
}
.right_title {
	height: 20px;
	line-height: 20px;
	margin-bottom: 11px;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}
.right_title a {
	color: #333;
	font-size: 16px;
	font-weight: 700;
}
.right_title a:hover {
	color: #db214c;
}
.text_p {
	width: 100%;
	height: 42px;
	line-height: 24px;
	color: #666;
	font-size: 13px;
	margin-bottom: 20px;
	display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text_btn {
	width: 60%;
	 height: 25px;
	float: left;
	overflow: hidden;
}
.txt_a, .like_a {
	display: block;
	float: left;
	color: #666;
	font-size: 12px;
	padding: 4px 10px;
	margin-right: 10px;
	background-color: #f5f5f5;
}
.txt_a:hover, .like_a:hover {
	background-color: #db214c;
	color: #fff;
}
.time_div {
	float: right;
	margin-top: 4px;
}
.look {
	margin-right: 15px;
}
.look, .time {
	float: left;
	height: 15px;
	line-height: 15px;
}
.look span, .time span  {
	color: #999;
	font-size: 12px;
}
.time {
	width: 140px;
	padding-left: 10px;
}
.industy_line {
	width: 100%;
	margin-top: 20px;
	border-top: 1px dashed #e0e0e0;
}
.title_li {
	width: 100%;
	 font-weight: 700;
	 white-space: nowrap; 
	 overflow: hidden; 
	 text-overflow: ellipsis;
}
.title_li a {
	 color: #333;
	 font-size: 16px;
}
.title_li:hover {
	color: #db214c;
}
.title_li:hover a {
	color: #db214c;
}
.txt_p {
	width: 100%;
	height: 42px;
	line-height: 24px;
	margin: 11px 0 20px 0;
	color: #666;
	font-size: 13px;
	display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.industry_image {
	display: block;
	float: left;
	width: 22%;
	height: 120px;
	margin-right: 20px;
}
/* 分页 */
.list_page {
	height: 50px;
	line-height: 30px;
	color: #666;
	font-size: 14px;
	margin-top: 40px;
	text-align: center;
}
.list_page a {
	display: inline-block;
	padding: 0 12px;
	text-align: center;
	line-height: 30px;
	margin-left: 10px;
	background-color: #fff;
	border-radius: 3px;
}
.list_page a:hover{
	color: #fff;
	background-color: #db214c;
}
.on {
	color: #fff !important;
	background-color: #db214c !important;
}
/* 右边内容 */
.right_div {
	float: left;
	width: 30%;
}
.like {
	width: 100%;
	background-color: #fff;
}
/* 猜你喜欢 */
.ask_title {
	color: #333;
	font-size: 16px;
	padding: 18px 0 17px 20px;
	border-bottom: 1px solid #e0e0e0;
}
.like_content {
	width: 100%;
	padding: 0 20px;
}
.like_text {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: #333;
	font-size: 14px;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}
.like_text:hover {
	color: #db214c;
}
.like_btn {
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
}
/* 热门标题 */
.hot_topic {
	width: 100%;
	background-color: #fff;
	margin-top: 20px;
}
.hot_content {
	width: 100%;
	padding: 20px 20px 0;
}
.hot_tag {
	display: block;
	float: left;
	height: 12px;
	line-height: 12px;
	color: #333;
	font-size: 14px;
	margin: 0 10px 24px 0;
	padding-right: 10px;
	border-right: 2px solid #ccc;
}
.hot_tag:hover {
	color: #db214c;
}
.hot_tag:nth-last-child(1){
	border-right: 0;
}
.page {
	margin: 41px 0 0 !important;
}