@charset "gb2312";
/*******************
二手房详细页样式
********************/

/*路径*/
.path {
	height: 34px;
	line-height: 34px;
	color: #666;
	font-size: 13px;
	background: url(../images/icon_path.png) no-repeat 0px center;
	text-indent: 15px;
}
.path em { font-family: "宋体", Verdana; }
.path a { color: #666; }
.path a:hover { color: #C40F18; }
/*房源正文*/
.infoAll { position: relative; }
.infoAll h2 {
	color: #217eda;
	font-size: 22px;
	margin-bottom: 22px;
	font-weight:bold;
}
.infoAll .photo {
	float: left;
	width: 500px;
	height: 500px;
	overflow:hidden;
}
/* 图片轮换 */
#imageGallery li img { max-height:420px; }
/****/


/*中间*/
.infoAll .txt {
	float: left;
	margin-left: 50px;
	width:350px;
}
.infoAll .txt .price {
	color: #e4393c;
	font-size: 18px;
	padding: 10px 0;
}
.infoAll .txt .price em {
	font-size: 40px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}
.infoAll .txt .price span.unitPrice {
	margin-left: 25px;
	color: #666;
}
.infoAll .txt .price span.unitPrice strong {
	color: #e4393c;
	font-weight: bold;
}
.infoAll .txt .info {
	height: 70px;
	background: #fcfcfc;
	border: 1px solid #e4e3e3;
	width: 292px;
}
.infoAll .txt .info p {
	float: left;
	font-size: 20px;
	line-height: 33px;
	font-weight: bold;
	margin-top: 18px;
	text-align: center;
	width: 145px;
}
.infoAll .txt .info .p1 { border-right: 1px solid #e4e3e3; }
.infoAll .txt .txtMore {
	margin-top: 9px;
	width: 340px;
}
.infoAll .txt .txtMore p {
	width: 150px;
	float: left;
	line-height: 29px;
	color: #666;
	font-size: 13px;
}
.infoAll .txt .txtMore p strong { color: #0c7beb; }
.infoAll .txt .tag {
	padding-top: 9px;
	height: 28px;
	/*overflow:hidden;*/
}
.infoAll .txt .tag p {
	float: left;
	height: 26px;
	line-height: 26px;
	padding: 0 12px;
	margin-right: 14px;
	margin-bottom: 10px;
	font-size: 12px;
}
.infoAll .txt .tag p.tag1 {
	border: 1px solid #ff947d;
	background: #fff0e5;
	color: #ff8a72;
}
.infoAll .txt .tag p.tag2 {
	border: 1px solid #ffbc3b;
	background: #fff6e5;
	color: #ff9500;
}
.infoAll .txt .tag p.tag3 {
	border: 1px solid #94c6f9;
	background: #edf6fe;
	color: #4da2f9;
}
.infoAll .txt .tag p.tag4 {
	border: 1px solid #8dda48;
	background: #edffdd;
	color: #61ae14;
}
.infoAll .txt .tag p.tag5 {
	border: 1px solid #ff947d;
	background: #fff0e5;
	color: #ff8a72;
}
.infoAll .txt .tag p.tag6 {
	border: 1px solid #ffbc3b;
	background: #fff6e5;
	color: #ff9500;
}
.infoAll .txt .tel {
	margin-top: 7px;
	height: 49px;
	line-height: 49px;
	background: #ff4844 url(../images/icon_tel.png) no-repeat 0px 0px;
	border-radius: 4px;
	text-indent: 65px;
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	/*font-family: "Arial Black", Gadget, sans-serif;*/
	width: auto;
	display: inline-block !important;
	display: inline;
	max-width: 350px;
	padding-right: 18px;
	margin-bottom: 11px;
}
.infoAll .txt .share p {
	float:left;
	line-height: 25px;
	color:#666;
}

/*右边*/
.infoAll .saleInfo {
	float: right;
	width: 270px;
	height: 457px;
	background: #f9f9f9;
	text-align: center;
}
.infoAll .saleInfo img.UserPhoto {
	border: 1px solid #CCC;
	width: 138px;
	height: 188px;
	margin-top: 49px;
}
.infoAll .saleInfo h3 {
	line-height: 40px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}
.infoAll .saleInfo .saleTxt {
	text-align: left;
	margin-left: 65px;
}
.infoAll .saleInfo .saleTxt p {
	line-height: 27px;
	text-indent: 25px;
	color: #767676;
}
.infoAll .saleInfo .saleTxt p.shop {
	color: #0088f2;
	font-weight: bold;
	background: url(../images/icon_contact.png) no-repeat 0px 2px;
	letter-spacing: 1px;
}
.infoAll .saleInfo .saleTxt p.weixin {
	color: #00c20c;
	font-weight: bold;
	background: url(../images/icon_contact.png) no-repeat 0px -32px;
}
/*房源描述*/
.content {
	padding-top: 40px;
	clear: both;
}
.content ul {
	height: 50px;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	background: #fafafa;
}
.content ul li { float: left; }
.content ul li a {
	display: block;
	line-height: 50px;
	background: #fafafa;
	padding: 0 45px;
	font-size: 17px;
	color: #535353;
}
.content ul li a:hover {
	text-decoration: none;
	color: #C00;
	background: #ebebeb;
}
.content ul li a.cur, .content ul li a.cur:hover {
	color: #fff;
	background: #bc0000;
}
.content .txt {
	border-top: 2px solid #bc0000;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	padding: 25px;
	overflow: hidden;
}
.content .txt p {
	line-height: 25px;
	font-size: 16px;
	margin: 20px 0;
}

/*房源相片*/
.houseImg .title {
	font-size: 24px;
	color: #000;
	border-left: 5px solid #bc0000;
	line-height: 27px;
	text-indent: 16px;
	margin: 20px 0;
}
.houseImg ul {
	width: 1300px;
	overflow: hidden;
}
.houseImg ul li {
	float: left;
	margin-right: 50px;
	margin-bottom: 50px;
	width: 560px;
	height: 420px;
	text-align: center;
}
.houseImg ul li img {
	max-width:560px;
	max-height:420px;
	box-shadow: 0px 1px 3px rgba(13,3,9,0.2);
}
/*周边配套*/
.mapZhou .title {
	font-size: 24px;
	color: #000;
	border-left: 5px solid #bc0000;
	line-height: 27px;
	text-indent: 16px;
	margin: -10px 0 20px;
}
.mapZhou .info {
	height:450px;
}
/*相似房源*/
.guess { padding-bottom: 10px;}
.guess .title {
	font-size: 24px;
	color: #000;
	border-left: 5px solid #bc0000;
	line-height: 27px;
	text-indent: 16px;
	margin: 40px 0 20px;
}
.guess ul {
	width: 1270px;
	/*height: 260px;*/
	overflow: hidden;
}
.guess ul li {
	float: left;
	width: 250px;
	height:260px;
	background:#f8f8f8;
	margin-right:66px;
	margin-bottom: 50px;
	position:relative;
}
.guess ul li a {
	display: block;
	height: 260px;
	font-size: 16px;
	line-height: 22px;
}
.guess ul li a img{
	width: 250px;
	height: 188px;
}
.guess ul li a .txt {
	height:44px;
	padding:14px 17px;
}
.guess ul li a.cur {
	background: #f91;
	color: #FFF;
	text-decoration:none;
}
.guess ul li a.cur em {
	color: #FFF;
}
.guess ul li h5 {
	position: absolute;
	right:20px;
	bottom:10px;
}
.guess ul li h5 em {
	font-size: 20px;
	color: #ff6600;
	font-weight: bold;
}
/****/






