/* 主体内容 */
/* .all {
	width: 100%;
	min-height: 650px;
	padding: 10px 0 80px;
	background-color: #f5f7f9;
} */
.building_class {
	width: 100%;
	background-color: #fff;
	margin: 7px 0 20px 0;
	padding: 23px 20px 20px;
}
.class_up {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px dashed #e0e0e0;
}
.clsaa_left{
	width: 8%;
	float: left;
	text-align: right;
	color: #666;
	font-size: 12px;
	padding-top: 4px;
}
.class_right {
	width: 90%;
	float: left;
	color: #666;
	font-size: 12px;
	padding-left: 15px;
}
.right_two {
	max-height: 90px;
	overflow: hidden;
}
.building_height {
	max-height: 100%;
}
.add_height {
	width: 100%;
	display: inline-block;
}
.boxssr {
	width: 100%;
	display: none;
}
.right_two .show {
	display: block;
}
.class_btn, .class_btn2 {
	width: 16px;
	height: 14px;
	margin: auto;
	margin-top: 22px;
	cursor: pointer;
	display: none;
}
.class_btn2 {
	display: none;
}
.class_right a {
	display: inline-block;
	color: #666;
	font-size: 12px;
	padding: 5px 10px;
	margin: 0 5px 5px 0;
}
.class_right a:hover {
	color: #fff;
	background-color: #db214c;
	border-radius: 3px;
}
.building_class .col {
	color: #fff;
	background-color: #db214c;
	border-radius: 3px;
}
.class_down {
	margin-top: 30px;
}
.clsaa_brand {
	width: 80px;
	text-align: right;
	float: left; 
	padding-top: 4px;
	font-size: 12px;
	color: #666;
}
.building_list {
	width: 100%;
	background-color: #fff;
	padding: 20px 20px 0;
}
.list_top {
	margin-bottom: 20px;
}
.list_top ul {
	display: none;
}
.list_top .top_show {
	display: block;
}
.list_top ul li {
	float: left;
	margin-right: 25px;
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;
}
.list_top ul li:nth-last-child(1) {
	margin-right: 0 !important;
}
.top_show .active_li {
	border-bottom: 2px solid #db214c;
}
.list_down ul li {
	float: left;
	width: 23%;
	height: 312px;
	margin: 0 20px 20px 0;
	border: 1px solid #e0e0e0;
}
.list_down ul {
	display: none;
}
.list_down .block_down {
	display: block;
}
.list_down ul li:nth-of-type(4n) {
	margin-right: 0 !important;
}
.list_down ul li:hover {
	border: 1px solid #db214c;
}
.list_down ul li:hover .img_txt {
	color: #db214c;
}
.img_box {
	display: block;
	width: 100%;
	height: 199px;
}
.img_txt {
	display: block;
	height: 42px;
	line-height: 22px;
	padding: 0 17px 0 20px;
	color: #333;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.building_price {
	color: #db214c;
	font-size: 18px;
	margin: 13px 0 10px 0;
	font-weight: 700;
	padding-left: 20px;
}
.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;
}
