.only_one_line {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: nowrap;
}

.only_two_line {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	/* display: -webkit-box; */
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.only_three_line {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	/* display: -webkit-box; */
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.only_five_line {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	/* display: -webkit-box; */
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.only_six_line {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.hand_pointer {
	cursor: pointer
}

.page_no_msg {
	padding: 10px;
	text-align: center;
}

/*右侧悬浮*/
.side-bar {
	width: 66px;
	position: fixed;
	bottom: 10px;
	right: 0px;
	font-size: 0;
	line-height: 0;
	z-index: 100;
	display: none;
}

.side-bar div {
	width: 50px;
	height: 50px;
	display: inline-block;
	background-color: #ddd;
	margin-bottom: 2px;
}
/* .side-bar a:HOVER {
	background: #ddd url("../img/top_on.png") no-repeat;
} */
.side-bar .icon-top {
	background: url("../img/top.png") no-repeat;
	background-size: contain;
}
/*右侧悬浮end*/
@media only screen and (max-width: 769px) {
	.pNext {
		display: none;
	}
	.appNext {
		margin-top: 10px;
		margin-bottom: 10px;
		color: black;
		text-align: center;
		line-height: 32px;
		border: 1px solid #cccccc;
		color: black;
	}
	.appNext .more {
		color: black;
		width: 100%;
		height: 100%;
	}
	
}

@media only screen and (min-width: 769px) {
	.appNext {
		display: none;
	}
	.pNext {
		width: auto;
		text-align: center;
		height: 35px;
		line-height: 35px;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 5px;
	}
	.pNext  a.btna {
		background-color: #eeeeee;
		text-align: center;
		height: 35px;
		width: 80px;
		color: #0c4f8b;
	}
	.pNext  a.disable {
		background-color: #eeeeee;
		width: 80px;
		text-align: center;
		height: 35px;
		width: 80px;
		color: #999999;
	}
	.pNext a {
		float: left;
		display: inline-block;
		background: #fff;
		color: #5e5e5e;
		border: 1px #f6f6f6 solid;
	}
	.pNext a.num {
		color: #0c4f8b;
		padding-left: 3px;
		padding-right: 3px;
		width: auto;
		min-width: 32px;
		height: 35px;
		text-align: center;
		margin-right: 3px;
		height: 35px;
		width: auto;
	}
	.pNext a.nums {
		font-size: 20px;
		padding-left: 3px;
		padding-right: 3px;
		width: auto;
		min-width: 32px;
		height: 35px;
		color: #000;
		border: 0px #f6f6f6 solid;
		min-width: 35px;
	}
}

.hot_li_floor_1 {
	font-size: 12px;
	margin: 3px 10px 0 0;
	height: 16px;
	width: 16px;
	background-color: #d14108;
	float: left;
	color: white;
	text-align: center;
	line-height: 16px;
}

.hot_li_floor_2 {
	font-size: 12px;
	text-align: center;
	margin: 3px 10px 0 0;
	height: 16px;
	width: 16px;
	background-color: #d5790c;
	float: left;
	color: white;
	line-height: 16px;
}

.hot_li_floor_3 {
	font-size: 12px;
	text-align: center;
	margin: 3px 10px 0 0;
	height: 16px;
	width: 16px;
	background-color: #e0ad10;
	float: left;
	color: white;
	line-height: 16px;
}

.hot_li_floor_4 {
	font-size: 12px;
	text-align: center;
	margin: 3px 10px 0 0;
	height: 16px;
	width: 16px;
	background-color: #cccccc;
	float: left;
	color: white;
	line-height: 16px;
}

.layui-form-danger:focus {
	border: 1px solid #FF5722 !important;
}