﻿/*分页*/

.xq_box {
	display:inline-block;
	width: 1200px;
	margin-top: 20px;
}
.xq_box .tp {
	height: 58px;
	padding:0 20px;
	background: #FFF;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0px, 0);
	font-size: 18px;
	line-height: 58px;
}
.xq_box .tp .hide{
    display:;
}
.xq_box .tp .hide2{
    display:none;
}
.xq_box .tp dd:hover{
    color:#ffa388;
}
.xq_box .tp  dt{
	display:inline-block;
	color: #29c5f5;
}
.xq_box .tp  dd{
	float:right;
	margin:0 15px;
	padding:0 10px;
	color: #95989a;
	font-size:14px;
	cursor:pointer;
}
.xq_box .tp  dd.sel{
	float:right;
	color: #ff8226;
	border-bottom:1px solid #ff8226;
}
.xq_box .lst{
	display:inline-block;
	width:100%;
	margin-bottom:30px;
}
.xq_box .table{
	display:inline-block;
	width:100%;
	margin-bottom:20px;
}
.xq_box .line{
	margin:0 15px;
	padding:15px 0;
	border-bottom:1px solid #e0e0e0;
}
.xq_box .line:last-child{
	border-bottom:0;
}
.xq_box .line .tt span{
	color:#475a65;
	margin-right:15px;
}
.xq_box .hx {
	display:inline-block;
	width: 273px;
	margin: 20px 15px 0 0;
	position: relative;
}
.xq_box .hx img{
	width:273px;
}
.xq_box .hx .state {
	position: absolute;
	top: 120px;
	right: -10px;
	display:inline-block;
	width:62px;
	height: 37px;
	line-height: 37px;
	text-align:center;
	color: #FFF;
	font-size: 18px;
}
.xq_box .house {
	width: 264px;
	float: left;
	margin: 20px 10px 0 20px;
	position: relative;
	transition: all .2s;
	background: #FFF;
}
.xq_box .house .state {
	position: absolute;
	top: 120px;
	right: -6px;
	display:inline-block;
	width:62px;
	height: 37px;
	line-height: 37px;
	text-align:center;
	color: #FFF;
	font-size: 18px;
}
.xq_box .new  .state{
	background: url(../images/state_new.png) no-repeat;
}
.xq_box .new3  .state{
	width:82px;
	background: url(../images/album_green.png) no-repeat;
}
.xq_box .ing  .state{
	background: url(../images/state_ing.png) no-repeat;
}
.xq_box .end .state{
	background: url(../images/state_end.png) no-repeat;
}
.xq_box .over .state{
	background: url(../images/state_over.png) no-repeat;
}
.xq_box .house .info {
	margin-top:10px;
	line-height:20px;
	font-size: 14px;
	color:#475a65;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.xq_box .finish {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
.xq_box .house .album {
	position: absolute;
	top: 120px;
	right: -6px;
	display:inline-block;
	width:81px;
	height: 37px;
	line-height: 37px;
	text-align:center;
	color: #FFF;
	font-size: 18px;
}
.xq_box .house .green{
	background: url(../images/album_green.png) no-repeat;
}
.xq_box .house .yellow{
	background: url(../images/album_yellow.png) no-repeat;
}
.xq_box .house .blue{
	background: url(../images/album_blue.png) no-repeat;
}
.xq_box .house .zi{
	background: url(../images/album_zi.png) no-repeat;
}
.xq_box .house .red{
	background: url(../images/album_red.png) no-repeat;
}
.xq_box .house .price {
	position: absolute;
	top: 120px;
	right: -6px;
	width: 127px;
	height: 37px;
	background: url(../images/jiage_bq.png) no-repeat;
	line-height: 37px;
	color: #FFF;
	font-size: 18px;
	text-align:center;
}
.xq_box .house .price span {
	font-size:14px;
}
.xq_box .house .img {
	width: 264px;
	height: 174px;
}
.xq_box .house .img img {
	width: 264px;
	height: 174px;
}
.xq_box .house .name {
	margin-top:10px;
	color: #18b8ff;
	font-size: 18px;
}
.xq_map{
	width:1200px;
	height:600px;
	position:relative;
}
.xq_map .map{
	width:1200px;
	height:600px;
}
.xq_map .lst{
	position:absolute;
	top:20px;
	right:20px;
	width:280px;
	max-height:500px;
	padding:15px;
	overflow-y:auto;
	background-color:#fff;
}
.xq_map .lst .each{
	margin-bottom:10px;
}
.xq_map .lst .each .point{
	display:inline-block;
	width: 18px;
	height: 21px;
	margin-right:5px;
	color:#fff;
	font-size:14px;
	text-align:center;
	background: url(../images/mpoint.png) no-repeat;
	background-size:cover;
}
.xq_map .lst .each .info{
	margin:10px 0 0 20px;
	color:#b0b7bd;
	font-size:14px;
}
.xq_map .lst .each .info .hr{
	margin-top:10px;
	border-bottom:1px solid #e0e1e2;
}
.xq_map .lst .each .info .dial{
	margin-top:5px;
}
.xq_cmt {
	display:inline-block;
	width: 1160px;
	padding:10px 20px;
	margin-top: 20px;
}
.xq_cmt .tp {
	height: 40px;
	font-size: 18px;
	line-height: 40px;
}
.xq_cmt .tp .tt{
	color:#29c5f5;
}
.xq_cmt .tp img{
	margin:3px 0 0 15px;
	vertical-align:top;
}
.xq_cmt .tp a{
	float:right;
	color:#ff9300;
	font-size:14px;
}
.xq_cmt .cmt {
	margin-top:10px;
}
.xq_cmt .cmt .cmtl{
	display:inline-block;
	width:50px;
	text-align:center;
}
.xq_cmt .cmt .cmtl img{
	width:50px;
	margin-bottom:10px;
}
.xq_cmt .cmt .cmtl .blue{
	color:#7068d8;
}
.xq_cmt .cmt textarea{
	width:980px;
	height:75px;
	margin:0 10px;
	padding:5px;
	vertical-align:top;
	border:1px solid #e0e1e2;
}
.xq_cmt .cmt .btn_cmt{
	display:inline-block;
	width: 81px;
	height: 87px;
	line-height: 87px;
	color:#fff;
	text-align:center;
	vertical-align:top;
	cursor:pointer;
	background: url(../images/btn_cmt.png) no-repeat;
}
.xq_cmt .ask{
	margin:10px 0;
}
.xq_cmt .ask  img{
	width:50px;
	margin-right:10px;
}
.xq_cmt .ask .info{
	display:inline-block;
	width:1080px;
	line-height:25px;
	vertical-align:top;
	color:#566872;
}
.xq_cmt .ask .info .blue{
	color:#7068d8;
	margin-right:10px;
}
.xq_cmt .ask .info .grey{
	color:#bcc3c7;
}
.xq_cmt .hr{
	border-bottom:1px solid #e0e1e2;
}
.xq_cmt .ans{
	margin:10px 0;
}
.xq_cmt .ans  img{
	width:50px;
	margin:0 10px 0 60px;
}
.xq_cmt .ans .info{
	display:inline-block;
	width:1020px;
	line-height:25px;
	vertical-align:top;
}
.xq_cmt .ans .info .blue{
	color:#7068d8;
	margin-right:10px;
}
.xq_cmt .ans .info .grey{
	color:#bcc3c7;
}
.xq_cmt .ans .info .yellow{
	color:#ff980d;
}
