/* 主体内容 */
/* .all {
	width: 100%;
	min-height: 655px;
	padding-bottom: 80px;
	background-color: #f5f7f9;
} */
.navbar {
	font-size: 14px;
}
.navbar, .navbar_anli {
	float: left;
	height: 15px;
	color: #666;
	line-height: 15px;
	padding-top: 10px;
}
.navbar_anli {
	font-size: 12px;
}
.place {
	float: left;
	width: auto;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #db214c;
	margin: 6px 5px 0 5px;
	border: 1px solid #db214c;
	padding-left: 5px;
	padding-right: 5px;
}
.place img {
	padding-left: 10px;
}
.classify {
	width: 100%;
	background-color: #fff;
	margin-top: 10px;
	padding: 20px;
}
.classify ul li {
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #e0e0e0;
}
.classify_name {
	float: left;
	width: 6%;
	color: #666;
	font-size: 12px;
	text-align: right;
}
.kind_name {
	float: left;
	width: 90%;
	margin: -4px 0 0 10px;
}
.kind_text {
	display: block;
	float: left;
	color: #333;
	font-size: 12px;
	padding: 5px 8px;
	margin: 0 5px 6px 0;
}
.kind_text:hover {
	background-color: #db214c;
	color: #fff;
	border-radius: 3px;
}
.sunshine{
	background-color: #db214c;
	color: #fff;
	border-radius: 3px;
}
.hot_tag {
	position: relative;
}
.hot_tag img {
	position: absolute;
	top: -9px;
	left: 5px;
}
.arrow {
	float: left;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 7px;
	cursor: pointer;
}
.hot_name {
  height: 32px;
  overflow: hidden;
}

.effect_list {
	width: 100%;
	margin-top: 20px;
	background-color: #fff;
	padding: 20px 20px 0;
}
.effect_list ul li {
	float: left;
	width: 23%;
	height: 254px;
	margin: 0 20px 20px 0;
	border: 1px solid #e0e0e0;
}
.effect_list ul li:nth-of-type(4n) {
	margin-right: 0 !important;
}
.effect_list ul li:hover {
	border: 1px solid #db214c;
}
.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%;
	margin-top: 5px;
	padding: 10px 15px 20px;
}
.effect_text {
	display: block;
	float: left;
	width: 82%;
	height: 19px;
	line-height: 19px;
	color: #333;
	font-size: 14px;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}
.effect_txt {
	display: block;
	float: right;
	color: #999;
	font-size: 14px;
}
/* 分页 */
.list_page {
	height: 50px;
	line-height: 30px;
	color: #666;
	font-size: 14px;
	margin-top: 50px;
}
.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;
}
.displayPoint{
	cursor:pointer
}