<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";
/*******************
二手房样式
********************/

.searchHead {
	background: #f2f2f2;
	height: 70px;
}
.searchHead .search {
	position: relative;
	padding-top: 14px;
}
.searchHead .search .kwInput {
	position: absolute;
	height: 39px;
	width: 493px;
	border: 1px solid #cfcfcf;
	border-radius: 2px;
	padding: 0 15px;
	z-index: 11;
	color: #868686;
	font-size: 16px;
}
.searchHead .search .btn {
	position: absolute;
	width: 89px;
	height: 41px;
	background: #ff9900 url(../images/btn_search.png) no-repeat 1px 1px;
	z-index: 12;
	left: 523px;
	cursor: pointer;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.searchHead .search .btn:hover { background: #ffb027 url(../images/btn_search2.png) no-repeat 1px 1px; }
.searchHead .search .btn:active { background: #ffb027 url(../images/btn_search2.png) no-repeat 1px 2px; }
.searchHead .search p {
	position: absolute;
	left: 650px;
	line-height: 40px;
	font-size: 16px;
	color: #666;
}
.searchHead .search p a { color: #666; }
.searchHead .search p a:hover { color: #dd2727; }
/****/
.panel .tab { margin-top: 27px; }
.panel .tab ul {
	height: 41px;
	border-right: 1px solid #e2e2e2;
	float: left;
}
.panel .tab ul li { float: left; }
.panel .tab ul li a {
	display: block;
	line-height: 40px;
	background: #F5F5F5;
	padding: 0 45px;
	border-top: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	/*border-right: 1px solid #e2e2e2;*/
	font-size: 17px;
	color: #535353;
}
.panel .tab ul li a.cur {
	background: #ff9900;
	border-top: 1px solid #ff9900;
	border-left: 1px solid #ff9900;
	border-right: 1px solid #ff9900;
	color: #fff;
}
.panel .tab ul li a:hover {
	text-decoration: none;
	color: #C00;
}
.panel .tab ul li a.cur:hover { color: #fff; }
.panel .box {
	padding: 15px 20px;
	border-top: 2px solid #ff9900;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
}
.panel .box .txt { line-height: 30px; }
.panel .box span { color: #888; }
.panel .box strong {
	color: #f60;
	font-weight: bold;
}
.panel .box a { display: inline-block; }
.panel .box a:hover { color: #ff6600; }
.panel .area {
	border: 1px solid #ddd;
	background: #fbfbfb;
	line-height: 22px;
	border-radius: 4px;
	font-size: 13px;
	padding: 12px 20px;
	margin: 5px 0;
}
.panel .area a { color: #777; }
.panel .txt .search {
	color: #333;
	padding-left: 10px;
	display: inline-block;
}
.panel .txt .search .num {
	border: 1px solid #CACACA;
	background: #FFF;
	height: 18px;
	width: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff6600;
	text-align: center;
}
.panel .txt .search .search_go {
	border: 1px solid #CACACA;
	background: #FFF;
	height: 20px;
	width: 36px;
	color: #666666;
	font-size: 12px;
	cursor: pointer;
}
/*列表正文*/
.conBox { margin-top: 25px; }
.conBox .list {
	float: left;
	width: 914px;
}
.conBox .list .listHead {
	background: #fafafa;
	border: 1px solid #e1e1e1;
	height: 48px;
}
.conBox .list .listHead a {
	display: block;
	line-height: 48px;
	padding: 0 26px;
	color: #515151;
	font-size: 16px;
}
.conBox .list .listHead a.cur {
	background: #fff;
	color: #ea3b33;
	font-weight: bold;
	font-size: 17px;
	/*border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;*/
}
.conBox .list .listHead .fl p {
	float: left;
	line-height: 48px;
	padding-left: 20px;
	font-size: 12px;
}
.conBox .list .listHead .fl p strong { color: #ea3b33; }
.conBox .list .listHead .fl a {
	float: left;
	border-right: 1px solid #e1e1e1;
}
.conBox .list .listHead .fl a:hover {
	color: #ea3b33;
	text-decoration: none;
}
.conBox .list .listHead .fr a {
	float: right;
	font-size: 13px;
}
.conBox .list .listHead .fr a:hover {
	color: #ea3b33;
	text-decoration: none;
}
.conBox .list .listHead .acreage {
	background: url(../images/sortIcon.png) no-repeat 75px 19px;
	width: 50px;
	text-align: center;
}
.conBox .list .listHead .price {
	background: url(../images/sortIcon.png) no-repeat 85px 19px;
	width: 80px;
	text-align: center;
}
.conBox .list .listHead .acreage.desc {
	background: #fefefe url(../images/sortIcon.png) no-repeat 73px -14px;
	color: #ea3b33;
	font-weight: bold;
}
.conBox .list .listHead .acreage.asc {
	background: #fefefe url(../images/sortIcon.png) no-repeat 73px -47px;
	color: #ea3b33;
	font-weight: bold;
}
.conBox .list .listHead .price.desc {
	background: #fefefe url(../images/sortIcon.png) no-repeat 85px -14px;
	color: #ea3b33;
	font-weight: bold;
}
.conBox .list .listHead .price.asc {
	background: #fefefe url(../images/sortIcon.png) no-repeat 85px -47px;
	color: #ea3b33;
	font-weight: bold;
}
.conBox .list .listHouse li {
	background: #FFF;
	height: 160px;
	border-bottom: 1px dashed #ddd;
	padding-top: 23px;
	position: relative;
}
.conBox .list .listHouse li.cur { background: #fafafa; }
.conBox .list .listHouse img.house {
	float: left;
	padding-right: 20px;
	width: 186px;
	height: 140px;
}
.conBox .list .listHouse li img.icon_Top {
	padding-top: 3px;
	padding-left: 10px;
}
.conBox .list .listHouse h2 a {
	color: #555;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 5px;
}
.conBox .list .listHouse h2 a:hover { 
	color: #dd2727;
	text-decoration: none;
}
.conBox .list .listHouse h2 .top {
	font-size:14px;
	font-family: "宋体";
	background:#ff9900;
	width:18px;
	height:18px;
	color:#FFF;
	padding:4px;
	border-radius:4px;
}
.conBox .list .listHouse h3 {
	color: #666;
	padding-top: 13px;
	font-size: 15px;
	letter-spacing: 1px;
}
.conBox .list .listHouse h4 {
	color: #666;
	padding-top: 13px;
}
.conBox .list .listHouse h4 strong { color: #dd2727; }
.conBox .list .listHouse h5 { padding-top: 15px; }
.conBox .list .listHouse h5 p {
	float: left;
	height: 26px;
	line-height: 26px;
	padding: 0 12px;
	margin-right: 14px;
	font-size: 12px;
}
.conBox .list .listHouse h5 p.tag1 {
	border: 1px solid #ff947d;
	background: #fff0e5;
	color: #ff8a72;
}
.conBox .list .listHouse h5 p.tag2 {
	border: 1px solid #ffbc3b;
	background: #fff6e5;
	color: #ff9500;
}
.conBox .list .listHouse h5 p.tag3 {
	border: 1px solid #94c6f9;
	background: #edf6fe;
	color: #4da2f9;
}
.conBox .list .listHouse h5 p.tag4 {
	border: 1px solid #8dda48;
	background: #edffdd;
	color: #61ae14;
}
.conBox .list .listHouse h5 p.tag5 {
	border: 1px solid #ff947d;
	background: #fff0e5;
	color: #ff8a72;
}
.conBox .list .listHouse h5 p.tag6 {
	border: 1px solid #ffbc3b;
	background: #fff6e5;
	color: #ff9500;
}

.conBox .list .listHouse .acreage {
	position: absolute;
	top: 74px;
	right: 150px;
	color: #666666;
	font-size: 20px;
	font-weight: bold;
}
.conBox .list .listHouse .price {
	position: absolute;
	top: 75px;
	right: 23px;
	color: #393939;
	font-size: 20px;
	text-align: right;
}
.conBox .list .listHouse .price em {
	font-size: 20px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}
.conBox .list .listHouse .price .p1 {
	font-weight: bold;
	color: #dd2727;
	padding-right: 0px;
	font-size: 15px;
}
.conBox .list .listHouse .price .p2 { color: #7b7b7b; }
.conBox .list .page { padding: 40px 0px; }

/* 右边 */
.conBox .sideBar {
	float: right;
	width: 258px;
	background: #fafafa;
	border: 1px solid #e1e1e1;
	padding-bottom:40px;
}
.conBox .sideBar .agent{
	text-align: center;
	margin-top: 40px;
}
.conBox .sideBar .agent .UserPhoto {
	border: 1px solid #CCC;
	width: 138px;
	height: 188px;
}
.conBox .sideBar .agent h3 {
	line-height: 30px;
	color: #000;
	font-size: 16px;
	/*font-weight: bold;*/
	letter-spacing: 1px;
}
.conBox .sideBar .agent .saleTxt {
	text-align: left;
	margin-left: 35px;
}
.conBox .sideBar .agent .saleTxt p {
	line-height: 20px;
	text-indent: 25px;
	color: #767676;
}
.conBox .sideBar .agent .saleTxt p.shop {
	color: #0088f2;
	font-weight: bold;
	background: url(../images/icon_contact.png) no-repeat 23px -3px;
	letter-spacing: 1px;
	text-indent: 45px;
}
.conBox .sideBar .agent .saleTxt p.shop a{
	color: #0088f2;
}
.conBox .sideBar .agent .saleTxt p.weixin {
	color: #00c20c;
	font-weight: bold;
	background: url(../images/icon_contact.png) no-repeat 0px -32px;
}





</pre></body></html>