* {
	margin: 0;
	padding: 0;
}
body,
html {
	font-size: 14px;
	color: #333;
}
ul,
li {
	list-style: none;
}
.text-center {
	text-align: center;
}
.c-left {
	float: left;
}
#house-map {
	position: absolute;
	width: 100%;
	/* height: 100%; */
	top: 36px;
	bottom: 0;
}

/* 左侧导航栏 */
.nav-list {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 70px;
	left: 0;
	background-color: #555;
	z-index: 1001;
}
.nav-list .nav {
	text-align: center;
	padding: 10px 10px;
	color: #fff;
	cursor: pointer;
}
.nav-list .nav .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
}
.nav-list .nav img {
	width: 100%;
}
.nav-list .nav:hover {
	background-color: #777;
}
.nav-list .nav.active {
	background-color: #777;
}

/* 搜索结果列表 */
.info-list {
	width: 430px;
	background-color: #f7f7f7;
	position: absolute;
	left: 70px;
	top: 0;
	bottom: 0;
}

.info-header {
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
}
.search-box {
	font-size: 0;
}
.search-box .inp-search {
	float: left;
	width: 78%;
	margin-right: 2%;
	height: 35px;
	padding: 5px;
	border: 0;
	outline: none;
	font-size: 15px;
	box-sizing: border-box;
}
.search-box .btn {
	display: inline-block;
	width: 20%;
	height: 35px;
	border-radius: 2px;
	line-height: 35px;
	background-color: #ef3136;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
}

.sort {
	margin-top: 10px;
	background-color: #fff;
	font-size: 0;
}
.res-count {
	padding: 10px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 13px;
	width: 40%;
}
.sort-item {
	padding: 10px;
	box-sizing: border-box;
	width: 20%;
	display: inline-block;
	font-size: 13px;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.sort-item.active {
	color: #ef3136;
}
.sort-item.ic:after {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	top: -6px;
	bottom: 0;
	right: 10px;
	margin: auto;
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent #cccccc transparent;
}
.sort-item.active.ic:after {
	border-color: transparent transparent #ef3136 transparent;
}

.filtrate-box {
	margin: 10px 0;
}
.filtrate-item {
	display: inline-block;
	width: 30%;
}
.filtrate-item:nth-child(2) {
	margin: 0 5%;
}

.res-list {
	position: absolute;
	width: 100%;
	top: 157px;
	bottom: 0;
	overflow-x: hidden;
}
.res-list .list-item {
	padding: 10px;
	background-color: #fff;
	border-bottom: 1px solid #e4e6e7;
	cursor: pointer;
}
.res-list .list-item:hover {
	background-color: #f9f9f9;
}
.res-list .list-item::after {
	content: "";
	display: block;
	height: 1px;
	width: 1px;
	clear: both;
}
.list-item .img-box {
	width: 160px;
	height: 115px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}
.list-item .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.list-item.school_maps .img-box img {
	object-fit: contain;
}
.list-item .info-box .title {
	white-space: nowrap;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.title .title-text {
	float: left;
	max-width: 180px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-item .info-box .title.is_red {
	color: #ef3136;
}
.list-item .info-box .title.is_bold {
	font-weight: bold;
}
.list-item .info-box p {
	line-height: 26px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:14px;
}
.info-box p .price {
	font-size: 18px;
	font-weight: bold;
	color: #ef3136;
}
.m-r-8 {
/*	margin-right: 8px;
*/}

.tags {
	padding: 1px 4px;
	border-radius: 2px;
	background-color: #fff3ed;
	color: #ff5b6a;
	margin-left: 8px;
	font-size:12px;
}
.tags1 {
	padding: 2px 8px;
	border-radius: 2px;
	background-color: #17bfff;
	color: #ffffff;
	font-size: 13px;
	margin-right: 8px;
}
.tags2 {
	padding: 2px 8px;
	border-radius: 2px;
	background-color: #70d298;
	color: #ffffff;
	font-size: 13px;
	margin-right: 8px;
}
.tags3 {
	padding: 2px 8px;
	border-radius: 2px;
	background-color: #ff7213;
	color: #ffffff;
	font-size: 13px;
	margin-right: 8px;
}
.tags4 {
	padding: 2px 8px;
	border-radius: 2px;
	background-color: #d3b03d;
	color: #ffffff;
	font-size: 13px;
	margin-right: 8px;
}

.tags[type="red"] {
	background-color: #ef3136;
	color: #fff;
}
.tags[type="blue"] {
	background-color: #17bfff;
	color: #fff;
}
.tags[type="green"] {
	background-color: #70d298;
	color: #fff;
}

.map-box {
	position: absolute;
	left: 510px;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	box-sizing: border-box;
	background-color: #333;
}
.map-box .map {
	width: 100%;
	height: 100%;
}

.area-point {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
	background-color: #ef3136;
	color: #fff;
	position: absolute;
}

.area-point:hover {
	background-color: #41a8f3;
}
.area-point .area-name {
	font-size: 15px;
}
.area-point .num {
	font-weight: bold;
}
.house-point {
	height: 24px;
	/* width: 100px; */
	white-space: nowrap;
	text-align: center;
	line-height: 20px;
	border-radius: 4px;
	position: absolute;
}
.house-point .name {
	display: inline-block;
	padding: 2px 6px;
	background-color: #6478a6;
	color: #fff;
}
.house-point .leixing1 .name {
	background-color: #17bfff;
}
.house-point .leixing2 .name {
	background-color: #70d298;
}
.house-point .leixing3 .name {
	background-color: #ff7213;
}
.house-point .leixing4 .name {
	background-color: #d3b03d;
}
.house-point:hover {
	z-index: 6;
}
.house-point:hover .name {
	background-color: #ef3136;
}
.house-point.active {
	z-index: 5;
}
.house-point.active .name {
	background-color: #ef3136;
}
.house-point .price {
	padding: 2px 6px;
	display: none;
	background-color: #fff;
	color: #333;
}
.house-point:hover .price {
	display: inline-block;
}
.house-point i {
	position: absolute;
	width: 0;
	height: 0;
	top: 24px;
	left: 20px;
	border-width: 8px;
	border-style: solid;
	border-color: #6478a6 transparent transparent transparent;
}
.house-point .leixing1 i {
	border-color: #17bfff transparent transparent transparent;
}
.house-point .leixing2 i {
	border-color: #70d298 transparent transparent transparent;
}
.house-point .leixing3 i {
	border-color: #ff7213 transparent transparent transparent;
}
.house-point .leixing4 i {
	border-color: #d3b03d transparent transparent transparent;
}
.house-point:hover i {
	border-color: #ef3136 transparent transparent transparent;
}
.house-point.active i {
	border-color: #ef3136 transparent transparent transparent;
}
.loadMore {
	padding: 10px;
	text-align: center;
}

/* select选择框 */
.options {
	position: relative;
	height: 35px;
	box-sizing: border-box;
	line-height: 35px;
	background-color: #fff;
	cursor: pointer;
}
.options .label {
	padding: 0 10px;
	position: relative;
	user-select: none;
}
.options .label:after {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	top: 6px;
	bottom: 0;
	right: 10px;
	margin: auto;
	border-width: 6px;
	border-style: solid;
	border-color: #cccccc transparent transparent transparent;
}
.options .option-list {
	position: absolute;
	z-index: 9;
	top: 35px;
	height: 0;
	overflow: hidden;
	/* margin-top: 5px; */
	min-width: 100%;
	max-width: 180%;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 0 15px #dedede;
	transition: 0.2s;
}
.options .option-list.show {
	height: auto;
	max-height: 300px;
	overflow: auto;
	overflow-x: hidden;
}
.option-list li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	border-bottom: 1px solid #f7f7f7;
	cursor: pointer;
}
.option-list li:hover {
	background-color: #f7f7f7;
}
/* 找学校 */
.pink {
	background: #fff7f5;
	padding: 5px 10px;
	color: #fe6231;
	font-size: 13px;
}
/* .sleixing {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
} */
.sleixing .price {
	text-align: left;
	padding: 10px 10px 0px 2px;
}
.sleixing .house-name .name{
	background: #6478a6;
	padding: 3px 9px;
	/* transition: background 0s ease 500ms;
	-moz-transition: background 0s ease 500ms;
	-webkit-transition: background 0s ease 500ms;
	-o-transition:background 0s ease 500ms; */

}
.sleixing .price .info {
	margin-bottom: 5px;
	color: #2d2d2d;
}
.sleixing .price .info span {
	color: #949494;
}
.sleixing i {
	position: absolute;
	width: 0;
	height: 0;
	top: 20px;
	left: 20px;
	border-width: 6px;
	border-style: solid;
	margin-left: 2px;
	border-color: #6478a6 transparent transparent transparent;
	/* transition: border-color 0s ease 500ms;
	-moz-transition: border-color 0s ease 500ms;
	-webkit-transition: border-color 0s ease 500ms ;
	-o-transition:border-color 0s ease 500ms ; */
}
.sleixing:hover i {
	border-color: #ef3136 transparent transparent transparent;
	

}
.sleixing:hover .house-name .name {
	background: #ef3136;
	padding: 3px 9px;
}

.sleixing .price .school_name {
	position: relative;
	padding-left: 5px;
	margin-bottom: 10px;
}
.sleixing .price .school_name::after {
	content: "";
	width: 2px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fe6231;
}
.options_sel{
    border: 0;
    width: 100%;
}
.school_list{
    top: 100px;
}

/* 弹框 */
.xiaoqu_info{
	/* padding: 10px; */
}
.shownews{
	width: 700px;
	margin: 0 auto;
	padding: 0 50px;
}
.list_10 {
	width: 600px;
	margin: 0 0 0 22px;
	font-size: 12px;
	color: #999;
	padding: 0;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.list_10 i {
	font-size: 12px;
	margin-right: 3px;
}

.list_10 span {
	margin-right: 6px;
}

.list_10 span small {
	font-style: normal;
	color: #717d97;
}

.main_con_2_title a:hover {
	text-decoration: none;
	color: #e9464c;
}

.list {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.list_img {
	float: left;
	width: 150px;
	height: 90px;
	position: relative;
}
.list_img a{
	position: relative;
	display: inline-block;
}
.list_img a .list_img_t {
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 12px;
	transform: rotate(-45deg);
}
.list_img a .list_img_b {
	position: absolute;
	z-index: 1;
	left: 0;
	top:2px;
	border: 30px solid;
	border-color: transparent transparent #E9464C;
	transform: translateY(-3px) translateX(-43px) rotate(-45deg);
	transform-origin: left top;
}
.list_img a .list_img_x {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 2px;
	border: 30px solid;
	border-color: transparent transparent #1A9BF5;
	transform: translateY(-3px) translateX(-43px) rotate(-45deg);
	transform-origin: left top;
}

.list img.list_left_img {
	width: 150px;
	height: 90px;
	float: left;
	display: block;
}

.list_1 {
	width: 535px;
	margin-left: 15px;
	font-size: 12px;
	color: #999;
	float: right;
	overflow: hidden;
}

.list_1 i {
	font-size: 14px;
	margin-right: 3px;
}

.list_1 span {
	margin-right: 6px;
}

.list_1 span small {
	font-style: normal;
	color: #717d97;
}

.list_2 {
	width: 535px;
	margin-left: 15px;
	font-size: 12px;
	color: #999;
	float: right;
	overflow: hidden;
}

.list_2 i {
	font-size: 14px;
	margin-right: 3px;
}

.list_2 span {
	margin-right: 6px;
	line-height: 14px;
}

.list_2 span small {
	font-style: normal;
	color: #258735;
}

.list_3 {
	width: 535px;
	margin-left: 15px;
	font-size: 12px;
	color: #2a8055;
	float: right;
	overflow: hidden;
}

.list_3 a,
.list_3 a:visited {
	color: #2a8055;
}

.list_3 a:hover {
	text-decoration: underline;
	color: #2a8055;
}

.list_3 small {
	font-style: normal;
	float: right;
	color: #999;
}

.list_8 {
	width: 535px;
	margin-left: 15px;
	height: 55px;
	font-size: 12px;
	color: #666;
	float: right;
	overflow: hidden;
	line-height: 19px;
}

.list_8 i {
	font-size: 14px;
	margin-right: 3px;
}

.list_8 span {
	margin-right: 6px;
}

.list_8 span small {
	font-style: normal;
	color: #258735;
}

.list_20 {
	width: 100%;
	margin-left: 15px;
	font-size: 12px;
	color: #666;
	float: right;
	overflow: hidden;
}

.list_20 i {
	font-size: 14px;
	margin-right: 3px;
}

.list_20 span {
	margin-right: 6px;
}

.list_20 span small {
	font-style: normal;
	color: #258735;
}

.list_30 {
	width: 100%;
	margin-left: 15px;
	font-size: 12px;
	color: #2a8055;
	float: right;
	overflow: hidden;
}

.list_30 small {
	font-style: normal;
	float: right;
	color: #999;
}

.list_30 span a,
.list_30 span a:visited {
	margin-right: 10px;
	color: #888;
	background: #e5e5e5;
	padding: 3px 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, background;
	transition-property: color, background;
}

.list_30 span a:hover {
	text-decoration: none;
	color: #fff;
	background: #fb9094;
}

.list_21 {
	width: 100%;
	margin-left: 15px;
	font-size: 12px;
	color: #666;
	float: right;
	overflow: hidden;
}

.list_21 i {
	font-size: 14px;
	margin-right: 3px;
}

.list_21 span {
	background: #fb9094;
	color: #fff;
	padding: 0;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	margin-top: 1px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 12px;
	display: block;
	float: left;
	margin-right: 5px;
}

.list_2 span i {
	font-size: 14px;
	line-height: 14px;
}
.clear{
	clear:both;
}

.foot {
	width: 100%;
	height: 40px;
	margin-top: 30px;
	background: #f9f9f9;
	border-top: #efefef solid 1px;
	line-height: 40px;
	text-indent: 200px;
	color: #999;
	font-size: 14px;
}

.foot a,
.foot a:visited {
	color: #999;
	line-height: 40px;
}

.nohouse {
	width: 500px;
	height: auto;
	background: url(http://imgs.ycfcw.cn/newimg/news/2018-07/02/0939154573.png) no-repeat center 50px;
	text-align: center;
	padding-top: 150px;
	padding-bottom: 40px;
	font-size: 20px;
	color: #999;
}

.list_box em {
	color: #e9464c;
	font-style: normal;
}

.list_15 {
	width: 535px;
	font-size: 12px;
	color: #999;
	float: right;
	margin-top: 2px;
}

.list_15 a,
.list_15 a:visited {
	background: #e6e6e6;
	margin-right: 4px;
	text-decoration: none;
	color: #888;
	font-size: 12px;
	padding: 4px 7px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, background;
	transition-property: color, background;
}
.xiaoqus{
	line-height: 23px;
}
.list_15 a i,
.list_15 a:visited i {
	font-size: 12px;
	margin-right: 4px;
}

.list_15 a:hover {
	color: #fff;
	background: #f26368;
	text-decoration: none;
}

.list_16 {
	width: 535px;
	font-size: 12px;
	color: #999;
	float: right;
	margin-top: 10px;
}

.list_16 img {
	width: 128px;
	height: 77px;
}

.list_16 a,
.list_16 a:visited {
	position: relative;
	display: block;
	width: 128px;
	height: 77px;
	float: left;
	margin-right: 5px;
}

.list_16 a span,
.list_16 a:visited span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 128px;
	background: #eb5b5d;
	color: #fff;
	text-align: center;
	padding: 2px 0;
	display: none;
}

     .list_box {
    	width: 700px;
    	margin: 20px auto;
    }

     .list {
    	border-bottom: #eee solid 1px;
    	padding-bottom: 15px;
    }

   .list_img {
    	text-align: center;
    	width: 150px;
    	height: auto;
    	padding-bottom: 0;
    	margin-bottom: 0;
    }

   .list_img img.list_left_img {
    	margin-bottom: 5px;
    }

     .list_img a,
     .list_img a:visited {
    	color: #6189aa;
    	font-weight: bold;
    }

     .list_img a:hover {
    	color: #e9464c;
    }

     .sftile {
    	width: 680px;
    	height: auto;
    	background: #fff9db;
    	margin: 0 auto 20px;
    	border: #eeb316 dotted 1px;
    	padding: 10px;
    }

    .sftile1 {
    	width: 100%;
    	height: auto;
    	font-weight: bold;
    	color: #e9464c;
		font-size: 14px;
		margin-left: 10px;
    }

     .sftile1 a,
     .sftile1 a:visited {
    	color: #e9464c;
    }

   .sftile1 i {
    	font-weight: normal;
    }

     .sftile1 span {
    	font-size: 12px;
    	margin-left: 15px;
    	color: #666;
    }

    .sftile2 {
    	width: 100%;
    	height: auto;
    }

     .sftile2_left {
    	width: 90px;
    	float: left;
    	height: auto;
		text-align: center;
		
    }

     .sftile2_left span {
    	background: #eeb316;
    	color: #fff;
    	padding: 4px 6px;
    	-moz-border-radius: 2px;
    	-webkit-border-radius: 2px;
		border-radius: 2px;
		font-size: 13px;
    }

     .sftile2_right {
    	width: 586px;
    	height: auto;
    	text-align: left;
		float: right;
		font-size: 13px;
	}
	.control {
		position: absolute;
		top: 50%;	
		right: 5px;
		transform: translateY(-50%);
	}

	 .ctr_info {
	 	/* border: 1px solid blue; */
		background: #fff;
		border-radius: 50px;
		padding: 10px 2px;
		 
	 }

	 .ctr_infos {
		padding: 5px 2px;
		text-align: center;
		font-size: 13px;
		width: 25px;
	 }

	 .ctr_infos.active {
		color: #fff;
		background:linear-gradient(180deg, #ff6834, #ff8e09);
		border-radius: 20px;
	 }
	 .show_img{
		width: 1200px;
		height: 450px;
		position: relative;
		top: 50%;
		left: 50%;
		display: none;
		transform: translateX(-50%) translateY(50%);

	 }
	 .show_img  img{
		width: 1200px;
		height: 450px;
	 	object-fit: contain;

	 }
	.show_img .btn_text{
		background: #FF6735;
		color: #ffffff;
		padding: 5px 20px;
		text-align: center;
		border-radius: 30px;
		cursor: pointer;
		position: absolute;
		bottom: 60px;
		width: 200px;
		left: 50%;
		transform: translateX(-50%);
		
	}
	.show_img .mask {
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0);
		transition: .3s;
	}
	.show_img .img_box {
		position: absolute;
		width: 1200px;
		height: 450px;
		/* top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(48%); */
		z-index:1001;
	}
	