@charset "UTF-8";
/*
* @description: css重设
* @author: huojing
* @update: 2014/9/10
*/
/* line 6, ../sass/reset.scss */
body, div, dl, dt, dd, ul, ol, li, pre, h1, h2, h3, h4, h5, h6, input, textarea, select, button, form, fieldset, p, blockquote, th, td {
  padding: 0;
  /*重置内填充和外填充，避免使用*通配符，浪费性能。*/
  margin: 0;
}

/* line 10, ../sass/reset.scss */
header, section, aside, nav, figure, figcaption {
  margin: 0;
  padding: 0;
  display: block;
}

/*设置默认字体*/
/* line 16, ../sass/reset.scss */
body {
  font-size: 14px;
  font-family: "微软雅黑",arial;
}

/*重置输入表单的字体大小和字体样式,使之继承父类字体*/
/* line 21, ../sass/reset.scss */
h1, h2, h3, h4, h5, h6, input, textarea, select, button {
  font-size: 100%;
  font-family: inherit;
}

/* line 25, ../sass/reset.scss */
input, label, select, option, textarea, button, fieldset, legend {
  font-size: 14px;
  font-family: "微软雅黑",arial;
}

/*在获取焦点时，去掉外面蓝框，主要针对input、链接类型*/
/* line 30, ../sass/reset.scss */
:focus {
  outline: 0;
}

/*去掉默认的点和序列号*/
/* line 34, ../sass/reset.scss */
ul, ol, li {
  list-style: none;
}

/*按钮的样式设置为手型*/
/* line 38, ../sass/reset.scss */
button, submit {
  cursor: pointer;
}

/* line 41, ../sass/reset.scss */
textarea {
  resize: none;
  outline: none;
}

/* line 45, ../sass/reset.scss */
address, cite, dfn, em, var, i {
  font-style: normal;
}

/* line 48, ../sass/reset.scss */
strong {
  font-weight: normal;
}

/*去掉默认边框和底部空白区*/
/* line 52, ../sass/reset.scss */
img {
  border: none;
  vertical-align: top;
}

/*去掉表格边框之间的间距*/
/* line 57, ../sass/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*遵循爱恨LVHA原则，设置链接和颜色和下划线*/
/* line 62, ../sass/reset.scss */
a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

/* line 65, ../sass/reset.scss */
sup {
  vertical-align: super;
}

/* line 68, ../sass/reset.scss */
sub {
  vertical-align: sub;
}

/* line 71, ../sass/reset.scss */
mark {
  background: none;
}

/****常用css样式*****/
/* line 75, ../sass/reset.scss */
.clear {
  clear: both;
}

/* line 78, ../sass/reset.scss */
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 85, ../sass/reset.scss */
.fl {
  float: left;
}

/* line 88, ../sass/reset.scss */
.fr {
  float: right;
}

/* line 91, ../sass/reset.scss */
.tl {
  text-align: left;
}

/* line 94, ../sass/reset.scss */
.tr {
  text-align: right;
}

/* line 97, ../sass/reset.scss */
.tc {
  text-align: center;
}

/* line 100, ../sass/reset.scss */
.none {
  display: none;
}

/* line 103, ../sass/reset.scss */
.fb {
  font-weight: bold;
}

/* line 106, ../sass/reset.scss */
.fn {
  font-weight: normal;
}

/* line 109, ../sass/reset.scss */
input::-ms-clear {
  display: none;
}

/* line 110, ../sass/reset.scss */
input {
  background: none;
  *background: not specified;
  outline: none;
  border: none;
}

/* line 1, ../sass/header.scss */
a {
  color: #333;
}

/* line 4, ../sass/header.scss */
.link {
  color: #666;
}

/* line 7, ../sass/header.scss */
a:hover, .link:hover {
  color: #ee4433;
  text-decoration: underline;
}

/*city css begin*/
/* cityArea_k */
/* line 16, ../sass/header.scss */
.cityArea_k {
  display: none;
  position: absolute;
  left: 0px;
  top: 38px;
  padding: 15px 14px 17px;
  width: 530px;
  border: 1px solid #ddd;
  background: #fff;
  z-index: 1000;
}

/* line 17, ../sass/header.scss */
.cityArea_k a {
  color: #333;
  font-size: 12px;
}

/* line 18, ../sass/header.scss */
.cityArea_k a:hover {
  color: #d80100;
}

/* line 19, ../sass/header.scss */
.cityArea_k .tt {
  position: relative;
  width: 530px;
  margin-bottom: 10px;
}

/* line 20, ../sass/header.scss */
.cityArea_k .tt a {
  margin-right: 13px;
}

/* line 21, ../sass/header.scss */
.cityArea_k .tt li {
  width: 37px;
  float: left;
}

/* line 22, ../sass/header.scss */
.cityArea_k .tt span {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 15px;
  height: 15px;
  background-position: -88px -206px;
  cursor: pointer;
}

/* line 23, ../sass/header.scss */
.cityArea_k .top {
  margin-bottom: 18px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  word-spacing: -1px;
  font-weight: bold;
  background: #ee4433;
}

/* line 24, ../sass/header.scss */
.cityArea_k .top a {
  display: inline-block;
  *display: inline;
  width: 23px;
  color: #fff;
  font-size: 14px;
  *zoom: 1;
}

/* line 25, ../sass/header.scss */
.cityArea_k .top a:hover {
  background: #db3f2f;
  text-decoration: none;
}

/* line 26, ../sass/header.scss */
.cityArea_k .bot {
  height: 228px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 27, ../sass/header.scss */
.cityAreaBox {
  margin-bottom: 13px;
  border-bottom: 1px dotted #E4E4E4;
}

/* line 28, ../sass/header.scss */
.cityAreaBoxHd {
  margin: 0 0 3px 8px;
  color: #999;
  font-size: 12px;
  font-weight: bold;
  word-spacing: -1px;
}

/* line 29, ../sass/header.scss */
.cityAreaBoxCen {
  padding-bottom: 10px;
  overflow: hidden;
  *zoom: 1;
}

/* line 30, ../sass/header.scss */
.cityAreaBoxCen li {
  display: inline-block;
  *display: inline;
  *margin-bottom: 5px;
  *zoom: 1;
}

/* line 31, ../sass/header.scss */
.cityAreaBoxCen li a {
  display: inline-block;
  *display: inline;
  padding: 2px 7px;
  line-height: 16px;
  border: 1px solid #fff;
}

/* line 33, ../sass/header.scss */
.h-city i, .cityArea_k .tt .h-close {
  background: url("/static2../images/city-icon.png") no-repeat;
}

/* line 34, ../sass/header.scss */
.h-city i {
  position: absolute;
  display: none;
  width: 11px;
  height: 8px;
  left: 32px;
  top: 32px;
  background-position: 0px -52px;
  font-size: 0px;
  z-index: 1002;
}

/* line 35, ../sass/header.scss */
.cityArea_k .tt .h-close {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 16px;
  height: 16px;
  background-position: 0 0;
}

/* line 36, ../sass/header.scss */
.cityArea_k .tt .h-close:hover {
  background-position: 0 -29px;
}

/*city css end*/
/* line 39, ../sass/header.scss */
.h-search .selector, .h-search .h-select-submit, .h-header .h-tag .tel, .h-header .h-tag .map, .h-header .h-login, .s-area-li .s-area-title, .navigate li .n-sec-span .n-arrow {
  background: url(/static2../images/header-icon-year.png) no-repeat;
}

/* line 43, ../sass/header.scss */
.h-area {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  clear: both;
}

/*search css begin*/
/* line 50, ../sass/header.scss */
.h-search {
  float: right;
  width: 450px;
  position: relative;
  height: 45px;
  margin: 2px 0 0 0;
  z-index: 1001;
}

/* line 58, ../sass/header.scss */
.h-search .selector {
  float: left;
  width: 79px;
  height: 45px;
  line-height: 45px;
  background-position: 0 -95px;
  text-align: left;
  cursor: pointer;
}

/* line 67, ../sass/header.scss */
.h-search .selector em {
  padding-left: 20px;
}

/* line 70, ../sass/header.scss */
.h-search .selector .lp {
  width: 57px;
  height: 44px;
  display: block;
  border: 1px solid #ddd;
  border-top: none;
  padding-left: 20px;
  background: #fff;
  display: none;
}

/* line 80, ../sass/header.scss */
.h-search .selector .lp:hover {
  background: #fafafa;
  text-decoration: none;
  color: #666;
}

/* line 85, ../sass/header.scss */
.h-search .on {
  background-position: 0 0;
}

/* line 88, ../sass/header.scss */
.h-search .on .lp {
  display: block;
}

/* line 94, ../sass/header.scss */
#hxForm {
  display: none;
}

/* line 97, ../sass/header.scss */
.h-search .h-form {
  position: relative;
  float: left;
  width: 310px;
  height: 43px;
  line-height: 43px\9;
  border: 1px solid #ee4433;
  border-left: none;
  border-right: none;
}

/* line 107, ../sass/header.scss */
.h-search .h-form input {
  width: 290px;
  height: 45px;
  line-height: 45px\9;
  font-size: 16px;
  color: #999;
  padding: 0 10px;
  margin-left: -1px;
  background: none;
}

/* line 117, ../sass/header.scss */
.h-search .h-select-submit {
  float: left;
  width: 60px;
  height: 45px;
  background-position: 0 -285px;
  display: block;
  cursor: pointer;
}

/* line 125, ../sass/header.scss */
.h-search .h-select-submit:hover {
  background-position: 0 -331px;
}

/*search css end*/
/*suggestion css begin*/
/* line 130, ../sass/header.scss */
.input_tip {
  position: absolute;
  left: -1px;
  top: 43px;
  width: 310px;
  z-index: 100;
  line-height: 40px;
  background: #fff;
  border: 1px solid #e5e5e5;
  display: none;
  z-index: 20;
}

/* line 142, ../sass/header.scss */
.input_tip li {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  padding: 0 10px;
  color: #010101;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  background: #fff;
  overflow: hidden;
}

/* line 153, ../sass/header.scss */
.input_tip li span {
  float: left;
  width: 68%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}

/* line 162, ../sass/header.scss */
.input_tip li .w290 {
  width: 290px !important;
}

/* line 165, ../sass/header.scss */
.input_tip li .sub-name {
  font-size: 12px;
  color: #999;
  margin-left: 5px;
}

/* line 170, ../sass/header.scss */
.input_tip i {
  line-height: 12px;
}

/* line 173, ../sass/header.scss */
.input_tip li em {
  float: right;
  width: 32%;
  height: 40px;
  color: #999;
  display: block;
  text-align: right;
}

/* line 181, ../sass/header.scss */
.input_tip .focus {
  background: #fafafa;
}

/* line 184, ../sass/header.scss */
.input_tip .last {
  border-bottom: none;
}

/*suggestion css end*/
/*tag*/
/* line 189, ../sass/header.scss */
.s-l-tag {
  width: 1200px;
  height: 25px;
  line-height: 25px;
  color: #999;
  text-align: left;
  margin: 15px auto;
  font-size: 12px;
}
/* line 197, ../sass/header.scss */
.s-l-tag a {
  color: #666;
}
/* line 200, ../sass/header.scss */
.s-l-tag a:hover {
  color: #EE4433;
}

/* line 204, ../sass/header.scss */
.s-tag {
  width: 1200px;
  height: 25px;
  line-height: 25px;
  margin: 18px auto 0;
  border-bottom: 1px solid #e4e4e4;
  color: #999;
  padding-bottom: 10px;
  font-size: 12px;
}
/* line 213, ../sass/header.scss */
.s-tag a {
  color: #666;
}
/* line 216, ../sass/header.scss */
.s-tag a:hover {
  color: #EE4433;
}
/* line 219, ../sass/header.scss */
.s-tag .tag-left {
  float: left;
}
/* line 222, ../sass/header.scss */
.s-tag .tag-right {
  float: right;
  font-size: 12px;
}
/* line 226, ../sass/header.scss */
.s-tag .tag-jc {
  width: 40px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
  background: #f8f8f8;
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #eee;
  text-align: center;
  margin-left: 10px;
}
/* line 239, ../sass/header.scss */
.s-tag h1 {
  font-weight: normal;
  display: inline;
}

/* line 244, ../sass/header.scss */
.s-pic-info {
  position: relative;
  height: 45px;
  line-height: 45px;
  margin-bottom: 15px;
}
/* line 249, ../sass/header.scss */
.s-pic-info .info-source {
  float: left;
  color: #999;
}
/* line 252, ../sass/header.scss */
.s-pic-info .info-source span {
  margin-right: 10px;
}
/* line 254, ../sass/header.scss */
.s-pic-info .info-source span em {
  color: #ee4433;
}

/*header css begin*/
/* line 261, ../sass/header.scss */
.s-c-header {
  width: 1200px;
  height: 50px;
  margin: 15px auto 0 auto;
  clear: both;
}
/* line 266, ../sass/header.scss */
.s-c-header .s-c-logo {
  float: left;
}
/* line 269, ../sass/header.scss */
.s-c-header .s-c-form {
  position: relative;
  float: right;
  width: 355px;
}
/* line 273, ../sass/header.scss */
.s-c-header .s-c-form .s-form-input {
  float: left;
  width: 269px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-right: none;
  height: 43px;
  line-height: 43px\9;
  color: #999;
  padding: 0 10px;
}
/* line 284, ../sass/header.scss */
.s-c-header .s-c-form .s-form-submit {
  float: left;
  width: 60px;
  height: 45px;
  background: url(/static2../images/s-con-icon.png) no-repeat 0 -139px;
  cursor: pointer;
}
/* line 292, ../sass/header.scss */
.s-c-header .h-city {
  float: left;
  position: relative;
  min-width: 68px;
  height: 38px;
  border-left: 1px solid #ccc;
  padding: 6px 0 0 12px;
  margin: 4px 0 0 11px;
  z-index: 100;
  cursor: pointer;
}
/* line 302, ../sass/header.scss */
.s-c-header .h-city .city-name {
  font-size: 20px;
}
/* line 305, ../sass/header.scss */
.s-c-header .h-city .city-btn {
  width: 18px;
  height: 22px;
  background: url(/static2../images/s-con-icon.png) no-repeat 0 -92px;
  display: inline-block;
  vertical-align: bottom;
}

/*header css end*/
/* line 315, ../sass/header.scss */
.anchor {
  position: relative;
  top: -60px;
  display: inline-block;
}

/* line 320, ../sass/header.scss */
.h-search .selector .zx {
  border: 1px solid #ee4433;
  border-top: none;
  width: 57px;
  height: 44px;
  padding-left: 20px;
  background: #fff;
  display: none;
  margin: 0;
}

/* line 330, ../sass/header.scss */
.h-search .selector .zx:hover {
  background: #fafafa;
  text-decoration: none;
  color: #666;
}

/* line 335, ../sass/header.scss */
.h-search .on .zx {
  display: block;
}

/* line 338, ../sass/header.scss */
#zxForm {
  float: left;
  display: none;
}

/* line 342, ../sass/header.scss */
.lp-ad {
  width: 1200px;
  margin: 0 auto;
}

/* line 346, ../sass/header.scss */
.ad_flash {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  *margin-left: 0;
  *margin-right: 0;
}

/* line 347, ../sass/header.scss */
.ad-left1 {
  float: left;
  width: 230px;
  margin-right: 11px;
}

/* line 352, ../sass/header.scss */
.ad-right1 {
  float: right;
  width: 230px;
}

/* line 356, ../sass/header.scss */
.ad-mid1 {
  float: left;
  width: 718px;
  margin-right: 11px;
}

/* line 361, ../sass/header.scss */
.lp-no-data {
  text-align: center;
  font-size: 28px;
  color: #999;
}

/*
* @description: css重设
* @author: huojing
* @update: 2014/9/10
*/
/* line 8, ../sass/footer.scss */
body, div, dl, dt, dd, ul, ol, li, pre, h1, h2, h3, h4, h5, h6, input, textarea, select, button, form, fieldset, p, blockquote, th, td {
  padding: 0;
  /*重置内填充和外填充，避免使用*通配符，浪费性能。*/
  margin: 0;
}

/* line 15, ../sass/footer.scss */
header, section, aside, nav, figure, figcaption {
  margin: 0;
  padding: 0;
  display: block;
}

/*设置默认字体*/
/* line 22, ../sass/footer.scss */
body {
  font-size: 14px;
  font-family: "微软雅黑",arial;
}

/*重置输入表单的字体大小和字体样式,使之继承父类字体*/
/* line 28, ../sass/footer.scss */
h1, h2, h3, h4, h5, h6, input, textarea, select, button {
  font-size: 100%;
  font-family: inherit;
}

/* line 33, ../sass/footer.scss */
input, label, select, option, textarea, button, fieldset, legend {
  font-size: 14px;
  font-family: "微软雅黑",arial;
}

/*在获取焦点时，去掉外面蓝框，主要针对input、链接类型*/
/* line 39, ../sass/footer.scss */
:focus {
  outline: 0;
}

/*去掉默认的点和序列号*/
/* line 44, ../sass/footer.scss */
ul, ol, li {
  list-style: none;
}

/*按钮的样式设置为手型*/
/* line 49, ../sass/footer.scss */
button, submit {
  cursor: pointer;
}

/* line 53, ../sass/footer.scss */
textarea {
  resize: none;
  outline: none;
}

/* line 58, ../sass/footer.scss */
address, cite, dfn, em, var, i {
  font-style: normal;
}

/* line 62, ../sass/footer.scss */
strong {
  font-weight: normal;
}

/*去掉默认边框和底部空白区*/
/* line 67, ../sass/footer.scss */
img {
  border: none;
  vertical-align: top;
}

/*去掉表格边框之间的间距*/
/* line 73, ../sass/footer.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*遵循爱恨LVHA原则，设置链接和颜色和下划线*/
/* line 79, ../sass/footer.scss */
a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

/* line 83, ../sass/footer.scss */
sup {
  vertical-align: super;
}

/* line 87, ../sass/footer.scss */
sub {
  vertical-align: sub;
}

/* line 91, ../sass/footer.scss */
mark {
  background: none;
}

/****常用css样式*****/
/* line 96, ../sass/footer.scss */
.clear {
  clear: both;
}

/* line 100, ../sass/footer.scss */
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 108, ../sass/footer.scss */
.fl {
  float: left;
}

/* line 112, ../sass/footer.scss */
.fr {
  float: right;
}

/* line 116, ../sass/footer.scss */
.tl {
  text-align: left;
}

/* line 120, ../sass/footer.scss */
.tr {
  text-align: right;
}

/* line 124, ../sass/footer.scss */
.tc {
  text-align: center;
}

/* line 128, ../sass/footer.scss */
.none {
  display: none;
}

/* line 132, ../sass/footer.scss */
.fb {
  font-weight: bold;
}

/* line 136, ../sass/footer.scss */
.fn {
  font-weight: normal;
}

/* line 140, ../sass/footer.scss */
input::-ms-clear {
  display: none;
}

/* line 144, ../sass/footer.scss */
input {
  background: none;
  *background: not specified;
  outline: none;
  border: none;
}

/* line 151, ../sass/footer.scss */
a {
  color: #333;
}

/* line 155, ../sass/footer.scss */
.link {
  color: #666;
}

/* line 159, ../sass/footer.scss */
a:hover,
.link:hover {
  color: #ee4433;
  text-decoration: underline;
}

/*site nav begin*/
/*
.pt-side-nav {
  min-width: 1200px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #efefef;
  border-left: none;
  border-right: none;
  margin-bottom: 15px;
  background: #fafafa;
  font-size: 12px;
  color: #999;
  font-family: "Microsoft Yahei";
  z-index: 1001; }

.pt-l a {
  text-decoration: none;
  color: #666; }

.pt-l {
  float: left;
  width: 660px;
  text-align: left; }

.pt-r {
  float: right;
  width: 250px;
  text-align: right;
  overflow: hidden; }

.pt-area {
  width: 1000px;
  height: 100%;
  margin: 0 auto; }

.pt-l .pt-index-link {
  float: left;
  margin-right: 24px;
  font-weight: bold;
  display: block; }

.pt-nav-cate {
  float: left;
  position: relative;
  width: 76px;
  z-index: 1000; }

.pt-width2 {
  width: 90px; }

.pt-width3 {
  width: 112px; }

#submit {
  cursor: pointer; }

.pt-nav-cate .pt-menu-btn {
  display: block;
  height: 38px;
  _padding-top: 12px;
  _height: 26px;
  overflow: hidden;
  padding-left: 19px;
  border-right: 1px solid #fafafa;
  border-left: 1px solid #fafafa;
  vertical-align: middle;
  text-align: left; }

.pt-l .pt-menu-btn:hover,
.menu-current .pt-menu-btn {
  background: #fafafa;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
  color: #c1c1c1;
  text-decoration: none; }

.pt-l .pt-menu-btn s {
  display: inline-block;
  *display: inline;
  width: 8px;
  height: 4px;
  margin-left: 8px;
  vertical-align: middle;
  overflow: hidden;
  *zoom: 1;
  background: url(/static2../images/s-con-icon.png) no-repeat; }

.pt-l .pt-menu-btn:hover s,
.menu-current .pt-menu-btn s {
  background-position: 0 -12px; }

.pt-r {
  padding-right: 13px;
  color: #666; }

.pt-r a {
  color: #666; }

.pt-r a:hover {
  color: #d80100; }

.pt-r .line {
  margin: 0 7px; }

.pt-nav-cate .pt-nav-list {
  position: absolute;
  left: 0px;
  top: 38px;
  background: #fff;
  border: 1px solid #e2e5e7;
  display: none; }

.pt-nav-cate .pt-nav-list a {
  display: block;
  width: 64px;
  height: 30px;
  padding-left: 19px;
  color: #9a9a9a;
  line-height: 30px;
  text-align: left;
  *zoom: 1; }

.pt-nav-cate .pt-nav-list a:hover {
  background: #fafafa;
  color: #303030;
  text-decoration: none; }

.pt-width3 .pt-nav-list a {
  width: 91px; }

.pt-width2 .pt-nav-list a {
  width: 76px; }
*/
/*site nav end*/
/*city css begin*/
/* cityArea_k */
/* line 302, ../sass/footer.scss */
.cityArea_k {
  display: none;
  position: absolute;
  left: 0px;
  top: 38px;
  padding: 15px 14px 17px;
  width: 530px;
  border: 1px solid #ddd;
  background: #fff;
  z-index: 1000;
}

/* line 314, ../sass/footer.scss */
.cityArea_k a {
  color: #333;
  font-size: 12px;
}

/* line 319, ../sass/footer.scss */
.cityArea_k a:hover {
  color: #d80100;
}

/* line 323, ../sass/footer.scss */
.cityArea_k .tt {
  position: relative;
  width: 530px;
  margin-bottom: 10px;
}

/* line 329, ../sass/footer.scss */
.cityArea_k .tt a {
  margin-right: 13px;
}

/* line 333, ../sass/footer.scss */
.cityArea_k .tt li {
  width: 37px;
  float: left;
}

/* line 338, ../sass/footer.scss */
.cityArea_k .tt span {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 15px;
  height: 15px;
  background-position: -88px -206px;
  cursor: pointer;
}

/* line 349, ../sass/footer.scss */
.cityArea_k .top {
  margin-bottom: 18px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  word-spacing: -1px;
  font-weight: bold;
  background: #ee4433;
}

/* line 360, ../sass/footer.scss */
.cityArea_k .top a {
  display: inline-block;
  *display: inline;
  width: 23px;
  color: #fff;
  font-size: 14px;
  *zoom: 1;
}

/* line 369, ../sass/footer.scss */
.cityArea_k .top a:hover {
  background: #db3f2f;
  text-decoration: none;
}

/* line 374, ../sass/footer.scss */
.cityArea_k .bot {
  height: 228px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 380, ../sass/footer.scss */
.cityAreaBox {
  margin-bottom: 13px;
  border-bottom: 1px dotted #E4E4E4;
}

/* line 385, ../sass/footer.scss */
.cityAreaBoxHd {
  margin: 0 0 3px 8px;
  color: #999;
  font-size: 12px;
  font-weight: bold;
  word-spacing: -1px;
}

/* line 393, ../sass/footer.scss */
.cityAreaBoxCen {
  padding-bottom: 10px;
  overflow: hidden;
  *zoom: 1;
}

/* line 399, ../sass/footer.scss */
.cityAreaBoxCen li {
  display: inline-block;
  *display: inline;
  *margin-bottom: 5px;
  *zoom: 1;
}

/* line 406, ../sass/footer.scss */
.cityAreaBoxCen li a {
  display: inline-block;
  *display: inline;
  padding: 2px 7px;
  line-height: 16px;
  border: 1px solid #fff;
}

/* line 414, ../sass/footer.scss */
.h-city i,
.cityArea_k .tt .h-close {
  background: url("/static2../images/city-icon.png") no-repeat;
}

/* line 419, ../sass/footer.scss */
.h-city i {
  position: absolute;
  display: none;
  width: 11px;
  height: 8px;
  left: 32px;
  top: 32px;
  background-position: 0px -52px;
  font-size: 0px;
  z-index: 1002;
}

/* line 431, ../sass/footer.scss */
.cityArea_k .tt .h-close {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 16px;
  height: 16px;
  background-position: 0 0;
}

/* line 441, ../sass/footer.scss */
.cityArea_k .tt .h-close:hover {
  background-position: 0 -29px;
}

/*city css end*/
/* line 446, ../sass/footer.scss */
.h-search .selector,
.h-search .h-select-submit,
.h-header .h-tag .tel,
.h-header .h-tag .map,
.h-header .h-login,
.s-area-li .s-area-title,
.navigate li .n-sec-span .n-arrow {
  background: url(/static2../images/header-icon-year.png) no-repeat;
}

/* line 456, ../sass/footer.scss */
.h-area {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  clear: both;
}

/*search css begin*/
/* line 464, ../sass/footer.scss */
.h-search {
  float: right;
  width: 450px;
  position: relative;
  height: 45px;
  margin: 2px 0 0 0;
  z-index: 1001;
}

/* line 473, ../sass/footer.scss */
.h-search .selector {
  float: left;
  width: 79px;
  height: 45px;
  line-height: 45px;
  background-position: 0 -95px;
  text-align: left;
  cursor: pointer;
}

/* line 483, ../sass/footer.scss */
.h-search .selector em {
  padding-left: 20px;
}

/* line 487, ../sass/footer.scss */
.h-search .selector .lp {
  width: 57px;
  height: 44px;
  display: block;
  border: 1px solid #ddd;
  border-top: none;
  padding-left: 20px;
  background: #fff;
  display: none;
}

/* line 498, ../sass/footer.scss */
.h-search .selector .lp:hover {
  background: #fafafa;
  text-decoration: none;
  color: #666;
}

/* line 504, ../sass/footer.scss */
.h-search .on {
  background-position: 0 0;
}

/* line 508, ../sass/footer.scss */
.h-search .on .lp {
  display: block;
}

/* line 512, ../sass/footer.scss */
#hxForm {
  display: none;
}

/* line 516, ../sass/footer.scss */
.h-search .h-form {
  position: relative;
  float: left;
  width: 310px;
  height: 43px;
  line-height: 43px\9;
  border: 1px solid #ee4433;
  border-left: none;
  border-right: none;
}

/* line 527, ../sass/footer.scss */
.h-search .h-form input {
  width: 290px;
  height: 45px;
  line-height: 45px\9;
  font-size: 16px;
  color: #999;
  padding: 0 10px;
  margin-left: -1px;
  background: none;
}

/* line 538, ../sass/footer.scss */
.h-search .h-select-submit {
  float: left;
  width: 60px;
  height: 45px;
  background-position: 0 -285px;
  display: block;
  cursor: pointer;
}

/* line 547, ../sass/footer.scss */
.h-search .h-select-submit:hover {
  background-position: 0 -331px;
}

/*search css end*/
/*suggestion css begin*/
/* line 553, ../sass/footer.scss */
.input_tip {
  position: absolute;
  left: -1px;
  top: 43px;
  width: 310px;
  z-index: 100;
  line-height: 40px;
  background: #fff;
  border: 1px solid #e5e5e5;
  display: none;
  z-index: 20;
}

/* line 566, ../sass/footer.scss */
.input_tip li {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  padding: 0 10px;
  color: #010101;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  background: #fff;
  overflow: hidden;
}

/* line 578, ../sass/footer.scss */
.input_tip li span {
  float: left;
  width: 68%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}

/* line 588, ../sass/footer.scss */
.input_tip li .query_type {
  width: 99%;
}

/* line 592, ../sass/footer.scss */
.input_tip li .w290 {
  width: 290px !important;
}

/* line 596, ../sass/footer.scss */
.input_tip li .sub-name {
  font-size: 12px;
  color: #999;
  margin-left: 5px;
}

/* line 602, ../sass/footer.scss */
.input_tip i {
  line-height: 12px;
}

/* line 606, ../sass/footer.scss */
.input_tip li .cut-seven-before {
  font-size: 12px;
  color: #999;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 5px;
}

/* line 616, ../sass/footer.scss */
.input_tip li .cut-seven {
  font-size: 12px;
  color: #999;
  max-width: 84px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 626, ../sass/footer.scss */
.input_tip li .cut-seven-after {
  font-size: 12px;
  color: #999;
  max-width: 72px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 636, ../sass/footer.scss */
.input_tip li em {
  float: right;
  width: 32%;
  height: 40px;
  color: #999;
  display: block;
  text-align: right;
}

/* line 645, ../sass/footer.scss */
.input_tip .focus {
  background: #fafafa;
}

/* line 649, ../sass/footer.scss */
.input_tip .last {
  border-bottom: none;
}

/*suggestion css end*/
/*tag*/
/* line 655, ../sass/footer.scss */
.s-l-tag {
  width: 1200px;
  height: 25px;
  line-height: 25px;
  color: #999;
  text-align: left;
  margin: 15px auto;
  font-size: 12px;
}

/* line 665, ../sass/footer.scss */
.s-l-tag a {
  color: #666;
}

/* line 669, ../sass/footer.scss */
.s-l-tag a:hover {
  color: #EE4433;
}

/* line 673, ../sass/footer.scss */
.s-tag {
  width: 1200px;
  height: 25px;
  line-height: 25px;
  margin: 18px auto 0;
  border-bottom: 1px solid #e4e4e4;
  color: #999;
  padding-bottom: 10px;
  font-size: 12px;
}

/* line 684, ../sass/footer.scss */
.s-tag a {
  color: #666;
}

/* line 688, ../sass/footer.scss */
.s-tag a:hover {
  color: #EE4433;
}

/* line 692, ../sass/footer.scss */
.s-tag .tag-left {
  float: left;
}

/* line 696, ../sass/footer.scss */
.s-tag .tag-right {
  float: right;
  font-size: 12px;
}

/* line 701, ../sass/footer.scss */
.s-tag .tag-jc {
  width: 40px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
  background: #f8f8f8;
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #eee;
  text-align: center;
  margin-left: 10px;
}

/* line 715, ../sass/footer.scss */
.s-tag h1 {
  font-weight: normal;
  display: inline;
}

/* line 720, ../sass/footer.scss */
.s-pic-info {
  position: relative;
  height: 45px;
  line-height: 45px;
  margin-bottom: 15px;
}

/* line 727, ../sass/footer.scss */
.s-pic-info .info-source {
  float: left;
  color: #999;
}

/* line 732, ../sass/footer.scss */
.s-pic-info .info-source span {
  margin-right: 10px;
}

/* line 736, ../sass/footer.scss */
.s-pic-info .info-source span em {
  color: #ee4433;
}

/*header css begin*/
/* line 741, ../sass/footer.scss */
.s-c-header {
  width: 1200px;
  height: 50px;
  margin: 15px auto 0 auto;
  clear: both;
}

/* line 748, ../sass/footer.scss */
.s-c-header .s-c-logo {
  float: left;
}

/* line 752, ../sass/footer.scss */
.s-c-header .s-c-form {
  position: relative;
  float: right;
  width: 355px;
}

/* line 758, ../sass/footer.scss */
.s-c-header .s-c-form .s-form-input {
  float: left;
  width: 269px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-right: none;
  height: 43px;
  line-height: 43px\9;
  color: #999;
  padding: 0 10px;
}

/* line 770, ../sass/footer.scss */
.s-c-header .s-c-form .s-form-submit {
  float: left;
  width: 60px;
  height: 45px;
  background: url(/static2../images/s-con-icon.png) no-repeat 0 -139px;
  cursor: pointer;
}

/* line 778, ../sass/footer.scss */
.s-c-header .h-city {
  float: left;
  position: relative;
  min-width: 68px;
  height: 38px;
  border-left: 1px solid #ccc;
  padding: 6px 0 0 12px;
  margin: 4px 0 0 11px;
  z-index: 100;
  cursor: pointer;
}

/* line 790, ../sass/footer.scss */
.s-c-header .h-city .city-name {
  font-size: 20px;
}

/* line 794, ../sass/footer.scss */
.s-c-header .h-city .city-btn {
  width: 18px;
  height: 22px;
  background: url(/static2../images/s-con-icon.png) no-repeat 0 -92px;
  display: inline-block;
  vertical-align: bottom;
}

/*header css end*/
/* line 803, ../sass/footer.scss */
.anchor {
  position: relative;
  top: -60px;
  display: inline-block;
}

/* line 809, ../sass/footer.scss */
.h-search .selector .zx {
  border: 1px solid #ee4433;
  border-top: none;
  width: 57px;
  height: 44px;
  padding-left: 20px;
  background: #fff;
  display: none;
  margin: 0;
}

/* line 820, ../sass/footer.scss */
.h-search .selector .zx:hover {
  background: #fafafa;
  text-decoration: none;
  color: #666;
}

/* line 826, ../sass/footer.scss */
.h-search .on .zx {
  display: block;
}

/* line 830, ../sass/footer.scss */
#zxForm {
  float: left;
  display: none;
}

/* line 835, ../sass/footer.scss */
.lp-ad {
  width: 1200px;
  margin: 0 auto;
}

/* line 840, ../sass/footer.scss */
.ad_flash {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  *margin-left: 0;
  *margin-right: 0;
}

/* line 848, ../sass/footer.scss */
.ad-left1 {
  float: left;
  width: 230px;
  margin-right: 11px;
}

/* line 854, ../sass/footer.scss */
.ad-right1 {
  float: right;
  width: 230px;
}

/* line 859, ../sass/footer.scss */
.ad-mid1 {
  float: left;
  width: 718px;
  margin-right: 11px;
}

/* line 865, ../sass/footer.scss */
.lp-no-data {
  text-align: center;
  font-size: 28px;
  color: #999;
}

/*footer css begin*/
/* line 872, ../sass/footer.scss */
.h-footer {
  width: 100%;
  min-width: 1200px;
  background: #333;
  color: #999;
  font-size: 12px;
  overflow: hidden;
  margin: 0 auto;
  height: 100%;
}

/* line 883, ../sass/footer.scss */
.h-footer a {
  color: #999;
}

/* line 887, ../sass/footer.scss */
.h-footer a:hover {
  color: #ee4433;
}

/* line 891, ../sass/footer.scss */
.footer-div {
  padding: 50px 0 7px;
  border-bottom: 1px solid #2d2d2d;
  overflow: hidden;
  clear: both;
}

/* line 898, ../sass/footer.scss */
.footer-div dl {
  float: left;
  height: 150px;
  border-right: 1px solid #454545;
  border-left: 1px solid #2d2d2d;
}

/* line 905, ../sass/footer.scss */
.footer-div .f-dl1 {
  width: 268px;
  border-left: none;
}

/* line 910, ../sass/footer.scss */
.footer-div .f-dl2 {
  width: 98px;
  padding-left: 58px;
}

/* line 915, ../sass/footer.scss */
.footer-div .f-dl3 {
  width: 124px;
  padding-left: 58px;
}

/* line 920, ../sass/footer.scss */
.footer-div .f-dl4 {
  width: 188px;
  padding-left: 58px;
}

/* line 925, ../sass/footer.scss */
.footer-div .f-dl4 dd {
  float: left;
  width: 90px;
}

/* line 930, ../sass/footer.scss */
.footer-div .f-dl5 {
  float: left;
  padding-left: 58px;
  line-height: 27px;
}

/* line 936, ../sass/footer.scss */
.footer-div .f-dl5 p {
  margin: -5px 0 20px;
}

/* line 940, ../sass/footer.scss */
.footer-div dt {
  font-size: 16px;
  color: #eee;
  margin-bottom: 20px;
}

/* line 946, ../sass/footer.scss */
.footer-div dd {
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}

/* line 952, ../sass/footer.scss */
.footer-div .f-dl1 dd {
  float: left;
  width: 115px;
}

/* line 957, ../sass/footer.scss */
.footer-link {
  padding: 25px 0 0;
  border-top: 1px solid #454545;
}

/* line 962, ../sass/footer.scss */
.footer-tag a {
  min-width: 60px;
  height: 35px;
  font-size: 14px;
  color: #999;
  display: inline-block;
}

/* line 970, ../sass/footer.scss */
.footer-tag a.current, .footer-tag a:hover {
  font-weight: bold;
  background: url(/static2../images/f_link.png) left bottom no-repeat;
  text-decoration: none;
  color: #fff;
}

/* line 977, ../sass/footer.scss */
.footer-link .f-l-con {
  color: #999;
  line-height: 30px;
  margin-top: 10px;
  display: none;
}

/* line 984, ../sass/footer.scss */
.footer-link .f-l-con em {
  padding: 0 5px;
}

/* line 988, ../sass/footer.scss */
.h-footer .foot-copy {
  line-height: 30px;
  color: #777;
  text-align: center;
  margin: 15px 0;
}

/* line 995, ../sass/footer.scss */
.h-footer .foot-copy em {
  padding: 0 5px;
}

/* line 999, ../sass/footer.scss */
.foot-copy a {
  color: #777;
}

/* line 1003, ../sass/footer.scss */
.footer-tag .f-line {
  width: 1px;
  height: 16px;
  color: #616161;
  display: inline-block;
  margin: 0 20px;
  *vertical-align: top;
  *margin: 2px 20px;
}

/* line 1013, ../sass/footer.scss */
.sohu_linka {
  height: 100px;
  text-align: center;
  line-height: 25px;
}

/* line 1019, ../sass/footer.scss */
.f-wap {
  width: 662px;
  margin: 35px auto 25px;
}

/* line 1024, ../sass/footer.scss */
.f-wap ul {
  margin-top: 24px;
}

/* line 1028, ../sass/footer.scss */
.f-wap ul:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1034, ../sass/footer.scss */
.f-wap ul li {
  float: left;
  margin-left: 25px;
}

/* line 1039, ../sass/footer.scss */
.f-wap ul li a {
  float: left;
  display: block;
  color: #999;
}

/* line 1045, ../sass/footer.scss */
.f-wap ul li span {
  float: left;
  display: block;
  line-height: 20px;
  margin-left: 10px;
  text-align: left;
}

/* line 1053, ../sass/footer.scss */
.f-wap ul .f_icon1 {
  width: 102px;
}

/* line 1057, ../sass/footer.scss */
.f-wap ul .f_icon2 {
  width: 100px;
}

/* line 1061, ../sass/footer.scss */
.f-wap ul .f_icon3 {
  width: 97px;
}

/* line 1065, ../sass/footer.scss */
.f-contact {
  width: 608px;
  height: 140px;
  margin: 23px auto 0;
  border: 1px solid #464646;
}

/* line 1072, ../sass/footer.scss */
.f-contact ul:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1078, ../sass/footer.scss */
.f-contact ul li {
  float: left;
  width: 140px;
  height: 100px;
  border-right: 1px solid #464646;
  margin: 10px 0;
  padding: 10px 20px;
}

/* line 1087, ../sass/footer.scss */
.f-contact ul li a {
  color: #fff;
}

/* line 1091, ../sass/footer.scss */
.f-contact ul .soho {
  width: 138px;
}

/* line 1095, ../sass/footer.scss */
.f-contact ul .soho p {
  display: block;
  margin-top: 8px;
  text-align: center;
}

/* line 1101, ../sass/footer.scss */
.f-contact ul .weibo {
  width: 176px;
}

/* line 1105, ../sass/footer.scss */
.f-contact ul .weibo .info_wrap {
  position: relative;
  float: left;
  width: 66px;
  height: 100px;
  text-align: left;
  margin: -3px 0 0 10px;
}

/* line 1114, ../sass/footer.scss */
.f-contact ul .weibo .s-img {
  margin: 3px 0 0 2px;
}

/* line 1118, ../sass/footer.scss */
.f-contact ul .weibo .w-gz {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 25px;
  line-height: 25px;
  background: #ee4433;
  color: #fff;
  text-align: center;
  display: inline-block;
}

/* line 1131, ../sass/footer.scss */
.f-contact ul .weibo .w-gz:hover {
  text-decoration: none;
}

/* line 1135, ../sass/footer.scss */
.f-contact ul .weixin {
  width: 171px;
  border-right: none;
}

/* line 1140, ../sass/footer.scss */
.f-contact ul .weixin img {
  float: left;
}

/* line 1144, ../sass/footer.scss */
.f-contact ul .weixin .info_wrap {
  float: left;
  width: 61px;
  text-align: left;
  margin-left: 10px;
  line-height: 19px;
  word-wrap: break-word;
  word-break: break-all;
  color: #fff;
}

/* line 1155, ../sass/footer.scss */
.h-footer .foot-common-copy {
  margin: 0 0 15px;
  padding-top: 15px;
}

/*footer css end*/
/* line 1161, ../sass/footer.scss */
.lp-ad .lp-bar-left {
  float: left;
  width: 598px;
  margin-right: 2px;
}

/* line 1167, ../sass/footer.scss */
.lp-ad .lp-bar-right {
  float: left;
  width: 599px;
}

/*广告*/
/* line 1173, ../sass/footer.scss */
.lp-ad {
  width: 1200px;
  margin: 0 auto 25px auto;
  overflow: hidden;
}

/* line 1179, ../sass/footer.scss */
.lp-ad img, .lp-ad .ad_flash {
  margin-bottom: 2px;
}

/* line 1183, ../sass/footer.scss */
#DT02 img, #DT02 .ad_flash {
  margin-bottom: 2px;
}

/* line 1187, ../sass/footer.scss */
.shouqing {
  position: absolute;
  left: 80px;
  top: 50px;
  width: 64px;
  height: 64px;
  display: block;
  background: url(/static2../images/shouqing_03.png);
}

/*右侧浮动css*/
/*.h-float {
  position: fixed;
  right: 30px;
  bottom: 25%;
  width: 50px;
  border-top: 1px solid #ddd;
  display: block;
  z-index: 1001; }

.h-float a {
  width: 48px;
  height: 48px;
  display: block;
  background: rgba(243, 243, 243, 0.8);
  background: url(/static2../images/detail-icon-24.png) no-repeat -3px -463px\9;
  color: #666;
  font-size: 12px;
  text-align: center;
  border: 1px solid #ddd;
  border-top: none;
  overflow: hidden; }

.h-float .txt {
  display: none; }

.h-float em {
  width: 48px;
  height: 34px;
  padding: 7px 0;
  line-height: 18px\9;
  display: inline-block;
  overflow: hidden;
  *zoom: 1; }

.h-float .zx-icon,
.h-float .wz-icon,
.h-float .db-icon,
.h-float .zixue s,
.h-float .mf-icon,
.h-float .lp-icon {
  background: url(/static2../images/float-icon2.png) no-repeat 12px 13px; }

.h-float .wz-icon {
  background-position: 11px -112px; }

.h-float .db-icon {
  background-position: 11px -44px; }

.h-float .lp-icon {
  background-position: 12px -180px; }

.h-float .zixue s {
  width: 48px;
  height: 48px;
  display: inline-block; }

.h-float .zixue:hover s {
  display: none; }

.h-float .mf-icon {
  width: 48px;
  height: 48px;
  background-position: 11px -260px;
  display: inline-block; }

.h-float a:hover, .h-float .current, .h-float .zixue:hover {
  background: #ee4433;
  border: 1px solid #ee4433;
  border-top: none;
  color: #fff;
  text-decoration: none;
  margin-top: -1px;
  margin-top: -1px\9;
  height: 49px;
  cursor: pointer; }

.h-float .zixue:hover {
  width: 28px;
  height: 29px;
  padding: 10px; }

.h-float a:hover em, .h-float .current em {
  display: none; }

.h-float a:hover .txt, .h-float .current .txt {
  display: block; }

.h-float .go-top, .h-float .go-top:hover {
  width: 50px;
  height: 50px;
  border: none;
  margin-top: -1px;
  padding: 0; }

.h-float .go-top {
  background: url(/static2/common/newhouse/images/images/detail-icon-24.png) no-repeat -2px -548px;
  display: none; }

.h-float .go-top:hover {
  background: #444 url(/static2/common/newhouse/images/images/float_03.png) no-repeat 50% 49%; }

.logo-title {
  width: 1200px;
  height: 48px;
  margin: 26px auto;
  overflow: hidden; }

.logo-title .logo-container {
  width: 184px;
  border-right: #e6e6e6 solid 2px;
  float: left; }

.logo-title .logo-container .logo {
  width: 184px;
  height: 48px; }

.logo-title .title {
  display: inline-block;
  float: left;
  font-size: 24px;
  color: #333333;
  margin-left: 15px;
  height: 48px;
  line-height: 48px; }

.feedback {
  width: 100%;
  height: 661px;
  background-color: whitesmoke;
  border-top: #dddddd solid 1px; }

.feedback .form-container {
  width: 1200px;
  height: 571px;
  margin: 30px auto;
  margin-bottom: 58px;
  border: #dddddd solid 1px;
  background-color: white; }

.feedback .form-container .title {
  font-size: 21px;
  margin-top: 64px;
  margin-bottom: 57px;
  margin-left: 386px;
  display: inline-block;
  height: 21px;
  line-height: 21px;
  color: #333333; }

.feedback .form-container .contact-container {
  font-size: 16px;
  color: #333333; }

.feedback .form-container .contact-container label {
  margin-left: 243px; }

.feedback .form-container .contact-container input {
  color: #333333;
  padding-left: 10px;
  padding-right: 10px; }

#contact {
  width: 540px;
  height: 38px;
  border: 1px solid #dddddd; }

.feedback .form-container .feed_container {
  margin-top: 20px;
  font-size: 16px;
  color: #333333;
  position: relative; }

.feedback .form-container .feed_container span {
  margin-left: 243px;
  font-size: 14px;
  color: #333333;
  display: inline-block;
  height: 138px;
  line-height: 33px;
  vertical-align: bottom; }

.feedback .form-container .feed_container textarea {
  color: #333333;
  padding: 10px; }

#feed_info {
  width: 540px;
  height: 118px;
  border: 1px solid #dddddd; }

.feedback .form-container .feed_container em {
  height: 16px;
  padding-left: 20px;
  background-image: url(/static2../images/warn.png);
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: 12px;
  left: 888px;
  color: #ee4433;
  font-size: 14px;
  line-height: 16px;
  display: none; }

.feedback .form-container .submit {
  background-color: #cfcfcf;
  color: white;
  height: 40px;
  width: 185px;
  font-size: 16px;
  border: none;
  margin-top: 41px;
  margin-left: 510px; }

.feedback .form-container .submit span {
  height: 40px;
  line-height: 40px;
  vertical-align: middle; }

.feedback .form-container .tel {
  text-align: center;
  margin-top: 20px; }

.feedback .form-container .tel span {
  font-size: 14px;
  color: #333333; }
*/
/*# sourceMappingURL=loupan-feedback.css.map */
/*右侧浮动css*/
/* line 2, ../sass/floating.scss */
.h-float {
  position: fixed;
  right: 5px;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 60px;
  display: block;
  z-index: 1001;
  display: none;
}

/* line 14, ../sass/floating.scss */
.h-float a {
  width: 60px;
  height: 60px;
  display: block;
  overflow: hidden;
  margin-bottom: 1px;
}

/* line 22, ../sass/floating.scss */
a[class~="location"]:hover {
  background: url(/static2../images/location_02.png) no-repeat 0px 0px;
}

/* line 26, ../sass/floating.scss */
.h-float .txt {
  display: none;
}

/* line 30, ../sass/floating.scss */
.h-float em {
  width: 60px;
  height: 60px;
  display: inline-block;
  overflow: hidden;
  *zoom: 1;
}

/* line 38, ../sass/floating.scss */
.h-float .zx-icon,
.h-float .wz-icon,
.h-float .db-icon,
.h-float .feedback s,
.h-float .lp-icon,
.h-float .location {
  background: url(/static2../images/location_01.png) no-repeat 0px 0px;
}

/* line 47, ../sass/floating.scss */
.h-float .comp-icon {
  background: url(/static2../images/location_01.png) no-repeat 0px -65px;
}

/* line 51, ../sass/floating.scss */
.h-float a[class~="compare"]:hover {
  background: url(/static2../images/location_02.png) no-repeat 0px -65px;
}

/* line 55, ../sass/floating.scss */
.h-float .maifang {
  background: url(/static2../images/location_01.png) no-repeat 0px -130px;
}

/* line 59, ../sass/floating.scss */
a[class~="maifang"]:hover {
  background: url(/static2../images/location_02.png) no-repeat 0px -130px;
}

/* line 63, ../sass/floating.scss */
.h-float .feedback s {
  width: 60px;
  height: 60px;
  display: inline-block;
  background-position: 0px -195px;
}

/* line 70, ../sass/floating.scss */
.h-float .feedback:hover s {
  display: none;
}

/* line 74, ../sass/floating.scss */
.h-float a:hover, .h-float .current, .h-float .feedback:hover {
  border-top: none;
  text-decoration: none;
  cursor: pointer;
}

/* line 80, ../sass/floating.scss */
a[class~="current"][class~="location"] {
  background: url(/static2../images/location_02.png) no-repeat 0px 0px;
}

/* line 84, ../sass/floating.scss */
.h-float .feedback:hover {
  width: 60px;
  height: 60px;
  background: url(/static2../images/location_02.png) no-repeat 0px -195px;
}

/* line 90, ../sass/floating.scss */
.h-float a:hover em, .h-float .current em {
  display: none;
}

/* line 94, ../sass/floating.scss */
.h-float a:hover .txt, .h-float .current .txt {
  display: block;
}

/* line 98, ../sass/floating.scss */
.h-float .go-top, .h-float .go-top:hover {
  width: 60px;
  height: 60px;
  border: none;
}

/* line 104, ../sass/floating.scss */
.h-float .go-top {
  background: url(/static2../images/location_01.png) no-repeat 0px -260px;
}

/* line 108, ../sass/floating.scss */
.h-float .go-top:hover {
  background: url(/static2../images/location_02.png) no-repeat 0px -260px;
}

/*
* @description: search-css
* @author: huojing
* @update: 2015/5/14
*/
/* line 11, ../sass/search.scss */
.s-a-menu .s-m-link,
.s-a-menu .s-m-link .hx,
.s-a-menu .s-m-link .dt,
.s-a-menu .s-m-link .qyzp,
.s-a-menu .s-m-link .dt, .s-a-menu .s-a-right,
.yx-chose-a .del-icon, .s-a-menu .s-m-link .dt,
.ls-clear,
.checkbox-span .checkbox,
.s-lp-c-fl .lp-c-icon em,
.lp-map, .lp-kfp,
.s-lp-txt-right .lp-txt-tel,
.s-lp-txt-right .lp-compare-link,
.s-zhe-icon,
.s-hui-icon,
.s-lp-ul li .s-hx-pic,
.s-r-dl .dd-dt,
.h-float .lp-icon,
.lpdb_yc .bot li a,
.s-a-menu .s-m-list .m-li-link,
.lpdb_zk .top,
.s-door-bg span,
.lpdb_yc .bot .s,
.tel-icon {
  background: url(/static2../images/h-searc-icon.png) 0 0 no-repeat;
}

/*区域找房*/
/* line 38, ../sass/search.scss */
.s-a-menu {
  width: 1198px;
  height: 54px;
  line-height: 54px;
  border: 1px solid #eee;
  background: #fafafa;
  margin-top: 3px;
}

/* line 47, ../sass/search.scss */
.s-a-menu .s-a-left {
  float: left;
  width: 80%;
}

/* line 52, ../sass/search.scss */
.s-a-menu .s-a-right {
  float: right;
  background-position: 60px -884px;
  margin-right: 20px;
  padding-right: 20px;
}

/* line 59, ../sass/search.scss */
.s-a-menu .s-a-right:hover {
  background-position: 60px -1011px;
}

/* line 63, ../sass/search.scss */
.s-a-menu .s-m-link {
  float: left;
  position: relative;
  width: 107px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  background-position: 96px -157px;
  padding-left: 15px;
  cursor: pointer;
  z-index: 2;
  margin: 7px 0 0 10px;
  background-color: #fff;
  border: 1px solid #eee;
}

/* line 79, ../sass/search.scss */
.s-a-menu .current {
  background-position: 96px -1460px;
}

/* line 83, ../sass/search.scss */
.s-a-menu .s-m-list {
  position: absolute;
  left: -1px;
  top: 39px;
  width: 121px;
  background: #fff;
  border: 1px solid #eee;
  border-top: 1px solid #f8f8f8;
  font-size: 12px;
  padding: 0 0 0 0;
  display: none;
  -webkit-box-shadow: 0 0 2px #d7d7d7;
  -moz-box-shadow: 0 0 2px  #d7d7d7;
  box-shadow: 0 0 2px #d7d7d7;
}

/* line 99, ../sass/search.scss */
.s-a-menu .current .s-m-list {
  display: block;
}

/* line 103, ../sass/search.scss */
.s-a-menu .s-m-list li {
  float: left;
  position: relative;
  height: 100%;
  line-height: 30px;
  border: 1px solid #fff;
  border-left: none;
  border-right: none;
  padding: 0;
  display: inline-block;
}

/* line 115, ../sass/search.scss */
.s-a-menu .s-m-list .cur .m-li-link {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #fafafa;
}

/* line 121, ../sass/search.scss */
.s-a-menu .m-sub-list {
  position: absolute;
  top: 0;
  left: 121px;
  width: 357px;
  padding: 12px 0 12px 15px;
  background: #fafafa;
  border: 1px solid #eee;
  line-height: 20px;
  -webkit-box-shadow: 0 0 2px #d7d7d7;
  -moz-box-shadow: 0 0 2px  #d7d7d7;
  box-shadow: 0 0 2px #d7d7d7;
  display: none;
}

/* line 136, ../sass/search.scss */
.s-a-menu .m-sub-list a {
  display: inline-block;
  margin-right: 15px;
}

/* line 141, ../sass/search.scss */
.s-a-menu .cur .m-sub-list {
  display: block;
}

/* line 145, ../sass/search.scss */
.s-a-menu .m-sub-list em {
  color: #d9d9d9;
  margin: 0 10px;
  display: none;
}

/* line 151, ../sass/search.scss */
.s-a-menu .m-sub-list .sub-h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 7px;
  color: #333;
}

/* line 158, ../sass/search.scss */
.s-a-menu .m-sub-list .m-sub-top {
  padding-bottom: 10px;
  line-height: 25px;
}

/* line 163, ../sass/search.scss */
.s-a-menu .m-sub-list .m-sub-bot {
  line-height: 25px;
  padding-top: 8px;
  border-top: 1px solid #eee;
}

/* line 169, ../sass/search.scss */
.s-a-menu .s-m-list .m-li-link {
  position: relative;
  float: left;
  width: 108px;
  min-height: 30px;
  max-height: 47px;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  font-size: 0;
  z-index: 2;
  background-position: 108px -219px;
  padding-left: 8px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/* line 186, ../sass/search.scss */
.s-a-menu .s-m-list .cur .m-li-link {
  padding-right: 10px;
  background-color: #fafafa;
}

/* line 191, ../sass/search.scss */
.s-a-menu .m-li-link a {
  float: left;
  font-size: 12px;
  min-width: 45px;
  max-width: 50px;
  line-height: 20px;
  text-align: left;
  display: inline-block;
  margin-right: 4px;
  padding: 3px 0;
}

/* line 203, ../sass/search.scss */
.s-a-menu .s-m-link .qyzp, .s-a-menu .s-m-link .dt, .s-a-menu .s-m-link .hx {
  padding-left: 22px;
}

/* line 207, ../sass/search.scss */
.s-a-menu .s-m-link .qyzp {
  background-position: -1px -48px;
}

/* line 211, ../sass/search.scss */
.s-a-menu .s-m-link .dt {
  background-position: -1px 0;
}

/* line 215, ../sass/search.scss */
.s-a-menu .s-m-link .hx {
  background-position: 0px -104px;
}

/* line 219, ../sass/search.scss */
.s-a-menu .huanxianpos .m-li-link {
  background-image: none;
  text-align: center;
}

/* line 224, ../sass/search.scss */
.s-a-menu .huanxianpos .m-li-link a {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  overflow: hidden;
}

/*搜索条件*/
/* line 232, ../sass/search.scss */
.s-condition-list {
  width: 1198px;
  border: 1px solid #eee;
  border-top: none;
  border-bottom: none;
  font-size: 12px;
}

/* line 240, ../sass/search.scss */
.s-condition-list .s-c-tr {
  height: 39px;
  line-height: 39px;
  border-bottom: 1px dotted #eee;
  overflow: hidden;
}

/* line 247, ../sass/search.scss */
.s-condition-list .last {
  border-bottom: none;
}

/* line 251, ../sass/search.scss */
.s-condition-list .s-c-tr .s-c-th {
  float: left;
  width: 75px;
  text-align: right;
  color: #666;
}

/* line 258, ../sass/search.scss */
.s-condition-list .s-c-tr .s-c-td {
  float: left;
  position: relative;
  width: 1103px;
  margin-left: 20px;
  font-size: 0;
}

/* line 266, ../sass/search.scss */
.s-condition-list .s-c-tr .s-c-td a {
  margin-right: 20px;
  font-size: 12px;
  vertical-align: middle;
}

/* line 272, ../sass/search.scss */
.s-c-td .s-c-fl, .new-con-td .s-c-fl {
  float: left;
}

/* line 276, ../sass/search.scss */
.s-c-td .ls-p-custom, .new-con-td .ls-p-custom {
  float: left;
  width: 252px;
  margin-left: 20px;
  font-size: 12px;
}

/* line 283, ../sass/search.scss */
.ls-p-custom .ls-p-input {
  width: 48px;
  height: 18px;
  line-height: 18px;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  color: #999;
  vertical-align: middle;
}

/* line 295, ../sass/search.scss */
.ls-p-custom span {
  color: #ddd;
  display: inline-block;
  vertical-align: middle;
}

/* line 301, ../sass/search.scss */
.ls-p-custom .qd {
  width: 43px;
  height: 21px;
  line-height: 21px;
  display: inline-block;
  color: #666;
  text-align: center;
  margin: 0 15px 0 10px;
  border: 1px solid #ddd;
  vertical-align: middle;
  font-size: 12px;
}

/* line 314, ../sass/search.scss */
.ls-p-custom .qd:hover {
  color: #fff;
  background: #ee4433;
  text-decoration: none;
  border: 1px solid #ee4433;
}

/*已选条件*/
/* line 322, ../sass/search.scss */
.s-choice-condition {
  height: 43px;
  line-height: 43px;
}

/* line 327, ../sass/search.scss */
.s-choice-condition .s-choice-th {
  float: left;
  width: 60px;
  color: #999;
  margin-right: 17px;
  font-size: 12px;
}

/* line 335, ../sass/search.scss */
.s-choice-condition .s-choice-fr {
  float: left;
}

/* line 339, ../sass/search.scss */
.s-choice-fr .yx-chose-a {
  height: 21px;
  line-height: 21px;
  border: 1px solid #ee4433;
  color: #ee4433;
  text-decoration: none;
  padding: 0 5px 0 10px;
  margin-right: 8px;
  display: inline-block;
  _margin-top: 6px;
  _line-height: 30px;
  font-size: 12px;
}

/* line 353, ../sass/search.scss */
.s-choice-fr .yx-chose-a:hover {
  text-decoration: none;
}

/* line 357, ../sass/search.scss */
.yx-chose-a .del-icon {
  width: 13px;
  height: 12px;
  display: inline-block;
  background-position: -1px -984px;
  vertical-align: middle;
  margin: -3px 0 0 10px;
  _margin: 4px 0 0 10px;
}

/* line 367, ../sass/search.scss */
.ls-clear {
  width: 26px;
  background-position: 0 -278px;
  color: #666;
  padding-left: 20px;
  margin-left: 12px;
  line-height: 35px;
  font-size: 12px;
}

/* line 377, ../sass/search.scss */
.ls-clear:hover {
  color: #ee4433;
  background-position: 0 -325px;
}

/*左右列表*/
/* line 383, ../sass/search.scss */
.s-c-left {
  float: left;
  width: 860px;
  margin-top: 10px;
}

/* line 389, ../sass/search.scss */
.s-c-left .s-left-menu {
  width: 858px;
  height: 43px;
  line-height: 43px;
  background: #fafafa;
  border: 1px solid #eee;
}

/* line 397, ../sass/search.scss */
.s-left-menu .s-m-fl {
  float: left;
  width: 250px;
}

/* line 402, ../sass/search.scss */
.s-left-menu .s-m-fr {
  float: right;
  font-size: 12px;
  padding-right: 10px;
  text-align: right;
}

/* line 409, ../sass/search.scss */
.s-left-menu .s-m-fr strong {
  font-size: 14px;
  color: #ee4433;
}

/* line 414, ../sass/search.scss */
.s-c-left .s-left-menu a {
  float: left;
  width: 103px;
  height: 43px;
  line-height: 43px;
  border-top: 1px solid #eee;
  font-size: 16px;
  text-align: center;
  margin: -1px 0 0 -1px;
}

/* line 425, ../sass/search.scss */
.s-c-left .s-left-menu .cur, .s-c-left .s-left-menu a:hover {
  width: 101px;
  text-decoration: none;
  font-weight: bold;
  color: #ee4433;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-top: 2px solid #ee4433;
  margin: -1px 0 0 -1px;
  background: #fff;
}

/*选择框*/
/* line 438, ../sass/search.scss */
.s-lp-choise .s-lp-c-fl .checkbox-span {
  margin: 0 0 0 10px;
}

/* line 442, ../sass/search.scss */
.checkbox-span:hover {
  text-decoration: none;
}

/* line 446, ../sass/search.scss */
.checkbox-span .checkbox {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  background-position: 0 -376px;
  display: inline-block;
  margin: 0 3px 0 0;
  cursor: pointer;
}

/* line 456, ../sass/search.scss */
.checkbox-span .checked {
  background-position: -1px -424px;
}

/* line 460, ../sass/search.scss */
.checkbox-span .none {
  display: none;
}

/* line 464, ../sass/search.scss */
.checkbox-span .check-text {
  vertical-align: middle;
  cursor: pointer;
  font-size: 12px;
}

/* line 470, ../sass/search.scss */
.s-lp-choise {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}

/* line 476, ../sass/search.scss */
.bottom-hr {
  border-bottom: 1px solid #f3f3f3;
}

/* line 480, ../sass/search.scss */
.s-lp-choise .s-lp-c-fl {
  float: left;
}

/* line 484, ../sass/search.scss */
.s-lp-c-fl .lp-c-icon em {
  width: 13px;
  height: 16px;
  display: inline-block;
  background-position: -2px -1082px;
  vertical-align: middle;
  margin-left: 5px;
}

/* line 493, ../sass/search.scss */
.s-lp-c-fl .cur em {
  background-position: -1px -1121px;
}

/* line 497, ../sass/search.scss */
.s-lp-c-fl .down em {
  background-position: -52px -1083px;
}

/* line 501, ../sass/search.scss */
.s-lp-choise .s-lp-c-fl a {
  margin-right: 14px;
}

/* line 505, ../sass/search.scss */
.s-lp-choise .s-lp-c-fr {
  float: right;
}

/* line 509, ../sass/search.scss */
.s-lp-choise .s-lp-c-fr #hbLp {
  margin-right: 15px;
}

/* line 513, ../sass/search.scss */
.s-lp-all {
  width: 100%;
}

/* line 517, ../sass/search.scss */
.s-tg-link {
  width: 863px;
  overflow: hidden;
}

/* line 522, ../sass/search.scss */
.s-tg-link .s-tg-con {
  float: left;
  position: relative;
  width: 410px;
  border-right: 1px dotted #eee;
  padding-left: 20px;
}

/* line 530, ../sass/search.scss */
.s-tg-link .s-tg-con .s-tag-lable {
  position: absolute;
  bottom: 3px;
  right: 40px;
  font-size: 12px;
  color: #aaa;
}

/* line 538, ../sass/search.scss */
.s-tg-link .s-tg-con p {
  line-height: 23px;
}

/* line 542, ../sass/search.scss */
.s-tg-link .s-tg-con p label {
  color: #999;
}

/* line 546, ../sass/search.scss */
.s-tg-link .s-tg-con .tg-title {
  font-size: 18px;
  margin-bottom: 7px;
}

/* line 551, ../sass/search.scss */
.s-tg-link .s-tg-con .tg-title em {
  font-size: 12px;
  color: #999;
  margin-left: 5px;
}

/*楼盘推广*/
/* line 558, ../sass/search.scss */
.s-tg-link1 {
  position: relative;
  top: -1px;
  width: 860px;
  max-height: 181px;
  overflow: hidden;
  border-left: none;
  border-right: none;
  background: #fafafa;
  white-space: nowrap;
}

/* line 570, ../sass/search.scss */
.s-tg-link1 .s-tg-con {
  position: relative;
  height: 50px;
  background: #fafafa;
  border-bottom: 1px dotted #eee;
  padding: 20px 43px 20px 20px;
}

/* line 578, ../sass/search.scss */
.s-tg-link1 .s-tg-con-368 {
  display: inline-block;
  position: relative;
  width: 368px;
  height: 126px;
  padding: 5px 43px 5px 19px;
  margin: 10px 0;
}

/* line 587, ../sass/search.scss */
.s-tg-link1 .s-tg-con label, .s-tg-link1 .s-tg-con-368 label {
  color: #999;
}

/* line 591, ../sass/search.scss */
.s-tg-link1 .s-tg-con .s-tag-left {
  float: left;
  width: 500px;
  line-height: 30px;
}

/* line 597, ../sass/search.scss */
.s-tg-link1 .s-tg-con-368 .s-tag-left-new {
  float: left;
  line-height: 30px;
}

/* line 602, ../sass/search.scss */
.s-tg-link1 .s-tg-con .s-tag-left .tg-title, .s-tg-link1 .s-tg-con-368 .s-tag-left-new .tg-title {
  font-size: 18px;
}

/* line 606, ../sass/search.scss */
.s-tg-link1 .s-tg-con .tg-title em, .s-tg-link1 .s-tg-con-368 .tg-title em {
  font-size: 12px;
  color: #999;
  margin-left: 10px;
}

/* line 612, ../sass/search.scss */
.s-tg-link1 .s-tg-con .s-tag-left .tg-label, .s-tg-link1 .s-tg-con-368 .s-tag-left-new .tg-label {
  position: absolute;
  right: 40px;
  bottom: 4px;
}

/* line 618, ../sass/search.scss */
.s-tg-link1 .left-dotted {
  border-left: dotted 1px #E4E4E4;
}

/* line 622, ../sass/search.scss */
.s-tg-link1 .s-tg-con .s-tag-right, .s-tg-link1 .s-tg-con-368 .s-tag-right {
  float: right;
  text-align: right;
}

/* line 627, ../sass/search.scss */
.s-tg-link1 .s-tg-con .s-tag-price, .s-tg-link1 .s-tg-con-368 .s-tag-price {
  font-size: 16px;
}

/* line 631, ../sass/search.scss */
.s-tg-link1 .s-tg-con .s-tag-price strong, .s-tg-link1 .s-tg-con-368 .s-tag-price strong {
  font-size: 30px;
  color: #ee4433;
  font-family: Georgia;
  vertical-align: middle;
}

/* line 638, ../sass/search.scss */
.s-tg-link1 .s-tg-con .s-tag-lable, .s-tg-link1 .s-tg-con-368 .s-tag-lable {
  position: absolute;
  right: 0;
  top: 0;
  width: 43px;
  height: 46px;
  background: url(/static2../images/se_03.png) no-repeat;
  display: block;
}

/* line 648, ../sass/search.scss */
.red {
  color: #ee4433;
}

/* line 652, ../sass/search.scss */
.f-family {
  font-family: Georgia;
}

/* line 656, ../sass/search.scss */
.f40 {
  font-size: 40px;
}

/*无搜索结果页面*/
/* line 663, ../sass/search.scss */
.s-lp-list .no-s-bg {
  height: 60px;
  padding: 40px 0 70px;
}

/* line 668, ../sass/search.scss */
.s-lp-list .no-s-bg .no-s-img {
  float: left;
  width: 80px;
  height: 65px;
  background: url(/static2../images/no-search_03.png) no-repeat 0 0;
  margin: 0 20px 0 265px;
}

/* line 676, ../sass/search.scss */
.s-lp-list .no-s-bg .no-s-txt {
  float: left;
  line-height: 25px;
  color: #666;
  margin-top: 15px;
}

/* line 683, ../sass/search.scss */
.s-lp-list .no-s-txt .no-title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

/* line 689, ../sass/search.scss */
.lp-list-li {
  position: relative;
  clear: both;
  height: 100%;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 22px;
}

/* line 697, ../sass/search.scss */
.lp-list-li .clear1 {
  height: 135px;
}

/* line 701, ../sass/search.scss */
.lp-list-li .clear0 {
  padding-top: 15px;
  padding-bottom: 10px;
}

/* line 706, ../sass/search.scss */
.lp-list-li .clear0_30h {
  height: 30px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 712, ../sass/search.scss */
.lp-list-li .clear0 .s-lp-txt-center span {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  height: 21px;
  font-size: 11px;
  line-height: 21px;
  text-align: center;
}

/* line 722, ../sass/search.scss */
.lp-list-li .clear0 .span-blue {
  border: solid 1px #4dc8f5;
  background: #eefafe;
}

/* line 727, ../sass/search.scss */
.lp-list-li .clear0 .span-blue a {
  color: #4dc8f5;
  text-decoration: none;
}

/* line 732, ../sass/search.scss */
.lp-list-li .clear0 .span-red {
  border: solid 1px #f4658e;
  background: #fff6f9;
}

/* line 737, ../sass/search.scss */
.lp-list-li .clear0 .span-red a {
  color: #f4658e;
  text-decoration: none;
}

/* line 742, ../sass/search.scss */
.lp-list-li .clear0 .span-yellow {
  border: solid 1px #f38b5c;
  background: #fffaf7;
}

/* line 747, ../sass/search.scss */
.lp-list-li .clear0 .span-yellow a {
  color: #f38b5c;
  text-decoration: none;
}

/* line 752, ../sass/search.scss */
.list-h3 {
  margin-bottom: 10px;
}

/* line 756, ../sass/search.scss */
.lp-list-li .lp-img {
  float: left;
  position: relative;
  width: 180px;
  height: 135px;
  overflow: hidden;
  margin-right: 20px;
}

/* line 765, ../sass/search.scss */
.lp-list-li .lp-img .sw-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 180px;
  height: 135px;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3f000000,endColorstr=#3f000000);
  background-image: url(/static2../images/search-sw.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}

/* line 779, ../sass/search.scss */
.lp-list-li .lp-img a:hover .sw-icon {
  background-color: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6f000000,endColorstr=#6f000000);
}

/* line 784, ../sass/search.scss */
.lp-list-li .lp-img img {
  max-width: 180px;
  max-height: 135px;
}

/* line 789, ../sass/search.scss */
.lp-list-li .s-lp-txt-center {
  float: left;
  position: relative;
  width: 465px;
  margin-top: -2px;
}

/* line 796, ../sass/search.scss */
.s-lp-txt-center .lp-t-title {
  width: 100%;
  height: 29px;
  overflow: hidden;
  font-size: 24px;
  margin-bottom: 10px;
}

/* line 804, ../sass/search.scss */
.s-lp-txt-center .lp-state {
  padding: 0 6px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #9bbd5a;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

/* line 817, ../sass/search.scss */
.s-lp-txt-center .ds {
  background: #68bbef;
}

/* line 821, ../sass/search.scss */
.s-lp-txt-center .sw {
  background: #8a8a8a;
}

/* line 825, ../sass/search.scss */
.s-lp-txt-center .es {
  background: #eb9f26;
}

/* line 829, ../sass/search.scss */
.s-lp-txt-center .lp-type {
  font-size: 12px;
  color: #999;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

/* line 837, ../sass/search.scss */
.s-lp-txt-center p {
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  display: block;
  overflow: hidden;
}

/* line 845, ../sass/search.scss */
.s-lp-txt-center .clear {
  margin-top: 41px;
}

/* line 849, ../sass/search.scss */
.lp-map {
  color: #666;
  margin-left: 8px;
  background-position: 0px -1159px;
  padding-left: 20px;
  font-size: 12px;
  display: inline-block;
}

/* line 858, ../sass/search.scss */
.lp-kfp {
  height: 25px;
  background-position: 0px -585px;
  padding-left: 23px;
  margin-left: 20px;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}

/* line 868, ../sass/search.scss */
.lp-list-li .clear0 .s-lp-txt-center .lp-btn-p {
  position: absolute;
  left: 0;
  top: 70px;
  width: 660px;
  font-size: 14px;
  margin: 2px 0 18px;
  margin: 2px 0 16px\9;
  overflow: auto;
  z-index: 2;
}

/* line 880, ../sass/search.scss */
.lp-list-li .clear0 .s-lp-txt-center .lp-btn-p .lp-icon-span {
  float: left;
  padding: 0;
  margin-right: 10px;
}
/* line 885, ../sass/search.scss */
.lp-list-li .clear0 .s-lp-txt-center .lp-btn-p .lp-icon-span .lp-kft {
  color: #4dc8f5;
  background: url(/static2../images/search-ad-icon.png) left top no-repeat;
  padding: 0 5px 0 25px;
  font-size: 14px;
}
/* line 892, ../sass/search.scss */
.lp-list-li .clear0 .s-lp-txt-center .lp-btn-p .lp-icon-span .lp-hb-price {
  color: #ee4433;
  background: url(/static2../images/search-ad-icon.png) left -44px no-repeat;
  padding: 0 5px 0 25px;
  font-size: 14px;
}
/* line 899, ../sass/search.scss */
.lp-list-li .clear0 .s-lp-txt-center .lp-btn-p .lp-icon-span .lp-hb-yhj {
  color: #e96a79;
  background: url(/static2../images/search-ad-icon.png) left -151px no-repeat;
  padding: 0 5px 0 25px;
  font-size: 14px;
}
/* line 906, ../sass/search.scss */
.lp-list-li .clear0 .s-lp-txt-center .lp-btn-p .lp-icon-span .lp-yh {
  color: #fc7f3d;
  background: url(/static2../images/search-ad-icon.png) left -100px no-repeat;
  padding: 0 5px 0 25px;
  font-size: 14px;
}

/* line 914, ../sass/search.scss */
.lp-list-li .clear0 .s-lp-txt-center .lp-btn-p .lp-layer-span {
  float: left;
  font-size: 14px;
}
/* line 918, ../sass/search.scss */
.lp-list-li .clear0 .s-lp-txt-center .lp-btn-p .lp-layer-span span {
  font-size: 14px;
}

/* line 923, ../sass/search.scss */
.s-lp-txt-center .lp-btn-p em {
  color: #eee;
  margin: 0 10px;
}

/* line 928, ../sass/search.scss */
.lp-tag-span {
  color: #97c134;
  font-size: 12px;
  height: 19px;
  line-height: 19px;
  border: 1px solid #97c134;
  padding: 0 10px;
  margin: 0 10px 0 0;
  display: inline-block;
}

/* line 939, ../sass/search.scss */
.s-lp-txt-right {
  float: right;
  position: relative;
  width: 195px;
  text-align: right;
  margin-top: -8px;
}

/* line 947, ../sass/search.scss */
.s-lp-txt-right .error-compass-txt {
  position: absolute;
  top: 91px;
  right: 76px;
  width: 135px;
  height: 20px;
  line-height: 20px;
  display: block;
  color: #EE4433;
  font-size: 12px;
  font-weight: bold;
  display: block;
}

/* line 961, ../sass/search.scss */
.s-lp-txt-right .lp-compare-link {
  float: right;
  width: 70px;
  height: 22px;
  background-position: 3px -753px;
  clear: both;
  display: inline-block;
  margin-bottom: 12px;
  visibility: hidden;
}

/* line 972, ../sass/search.scss */
.s-lp-txt-right .lp-compare-link:hover {
  background-position: 3px -812px;
}

/* line 976, ../sass/search.scss */
.s-lp-txt-right .compare-on, .s-lp-txt-right .compare-on:hover {
  background-position: 0px -1363px;
}

/* line 980, ../sass/search.scss */
.s-lp-txt-right .lp-txt-tel {
  float: right;
  clear: both;
  color: #333;
  background-position: 0px -864px;
  display: inline-block;
  padding-left: 25px;
  white-space: nowrap;
}

/* line 990, ../sass/search.scss */
.s-lp-txt-right .lp-s-price {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: right;
  display: block;
  clear: both;
  margin-bottom: 3px;
}

/* line 1000, ../sass/search.scss */
.lp-s-price .red, .lp-s-price .dw {
  float: right;
  margin-top: 3px;
}

/* line 1005, ../sass/search.scss */
.lp-s-price .dw {
  font-size: 12px;
}

/* line 1009, ../sass/search.scss */
.lp-s-price .f-family {
  line-height: 45px;
  margin-top: -5px;
}

/* line 1014, ../sass/search.scss */
.lp-s-zhe {
  text-align: right;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  clear: both;
  display: block;
  margin-bottom: 17px;
}

/* line 1024, ../sass/search.scss */
.lp-s-zhe > em {
  color: #999999;
  font-size: 12px;
}

/* line 1029, ../sass/search.scss */
.s-zhe-icon, .s-hui-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background-position: 0px -473px;
  margin: -2px 5px 0 0;
}

/* line 1038, ../sass/search.scss */
.s-hui-icon {
  background-position: -1px -533px;
}

/*户型图 css*/
/* line 1043, ../sass/search.scss */
.clear {
  height: 100%;
}

/* line 1047, ../sass/search.scss */
.s-lp-ul {
  width: 100%;
  height: 100%;
  margin: 10px 0;
}

/* line 1053, ../sass/search.scss */
.s-lp-ul li {
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #f3f3f3;
}

/* line 1059, ../sass/search.scss */
.s-lp-ul li:hover {
  background: #f5f5f5;
}

/* line 1063, ../sass/search.scss */
.s-lp-ul li .s-hx-pic {
  float: left;
  position: relative;
  width: 16px;
  height: 16px;
  background-position: 0px -1257px;
  margin: 12px 8px 0 0;
  cursor: pointer;
  z-index: 10;
}

/* line 1074, ../sass/search.scss */
.s-lp-ul li .pic-on {
  background-position: 0px -1212px;
}

/* line 1078, ../sass/search.scss */
.s-lp-ul li .s-hx-pic .pic-img {
  position: absolute;
  left: 12px;
  top: 15px;
  -webkit-box-shadow: 0 0 2px #d7d7d7;
  -moz-box-shadow: 0 0 2px  #d7d7d7;
  box-shadow: 0 0 2px #d7d7d7;
  display: none;
}

/* line 1088, ../sass/search.scss */
.s-lp-ul li .s-hx-link {
  float: left;
  height: 32px;
  font-size: 12px;
  white-space: nowrap;
}

/* line 1095, ../sass/search.scss */
.w-830 {
  width: 830px;
}

/* line 1099, ../sass/search.scss */
.w-860 {
  width: 860px;
}

/* line 1103, ../sass/search.scss */
.s-lp-ul li .s-hx-link:hover {
  text-decoration: none;
  color: #333;
}

/* line 1108, ../sass/search.scss */
.s-lp-ul li .s-hx-link > span {
  line-height: 32px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1116, ../sass/search.scss */
.s-lp-ul li .s-hx-link > span > .tel-icon {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1124, ../sass/search.scss */
.s-lp-ul li .s-hx-link .s-hx-price {
  text-overflow: clip;
}

/* line 1128, ../sass/search.scss */
.s-lp-ul li .s-hx-title {
  width: 170px;
}

/* line 1132, ../sass/search.scss */
.s-lp-ul li .s-hx-area {
  width: 90px;
}

/* line 1136, ../sass/search.scss */
.s-lp-ul li .s-hx-nb {
  width: 90px;
}

/* line 1140, ../sass/search.scss */
.s-lp-ul li .s-hx-info {
  width: 303px;
}

/* line 1144, ../sass/search.scss */
.s-lp-ul li .s-hx-202 {
  width: 202px;
}

/* line 1148, ../sass/search.scss */
.s-lp-ul li .s-hx-100 {
  width: 100px;
}

/* line 1152, ../sass/search.scss */
.s-lp-ul li .s-hx-price {
  text-align: right;
  width: 160px;
}

/* line 1157, ../sass/search.scss */
.s-lp-ul li .s-hx-235-mr60 {
  width: 235px;
  margin-right: 60px;
}

/* line 1162, ../sass/search.scss */
.s-lp-ul li .s-hx-180 {
  width: 180px;
}

/* line 1166, ../sass/search.scss */
.s-lp-ul li .s-hx-120 {
  width: 120px;
}

/* line 1170, ../sass/search.scss */
.s-lp-ul li .s-hx-28 {
  width: 28px;
}

/* line 1174, ../sass/search.scss */
.s-hx-link span > div > img {
  width: 28px;
  height: 28px;
  line-height: 36px;
  margin: 4px 0;
  border-radius: 50%;
}

/* line 1182, ../sass/search.scss */
.s-lp-ul li .s-hx-50 {
  text-indent: 11px;
  width: 50px;
}

/* line 1187, ../sass/search.scss */
.s-lp-ul li .s-hx-163-phone {
  text-align: right;
  width: 163px;
}

/* line 1192, ../sass/search.scss */
.s-lp-ul li .s-hx-163-phone .tel-icon {
  background-position: 0px -864px;
  height: 19px !important;
  width: 25px;
  margin: 7px 0 10px 0;
}

/* line 1199, ../sass/search.scss */
.s-lp-ul li .s-hx-price .f-family {
  font-size: 16px;
}

/* line 1203, ../sass/search.scss */
.s-lp-ul li .s-hx-price .daiding {
  font-size: 14px;
  color: #ee4433;
  font-family: 微软雅黑;
}

/* line 1209, ../sass/search.scss */
.t-right {
  position: absolute;
  right: 0;
  bottom: 10px;
  text-align: right;
  font-size: 12px;
  color: #666;
  border-bottom: none;
}

/* line 1219, ../sass/search.scss */
.t-right a {
  text-decoration: underline;
  color: #666;
}

/* line 1224, ../sass/search.scss */
.t-right a:hover {
  color: #ee4433;
}

/* line 1228, ../sass/search.scss */
.lp-s-price-daiding {
  font-size: 14px;
  color: #ee4433;
  font-family: "微软雅黑";
  vertical-align: middle;
}

/*分页*/
/* line 1236, ../sass/search.scss */
.l-r-page {
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin: 30px 0 60px;
}

/* line 1243, ../sass/search.scss */
.l-r-page a {
  height: 28px;
  line-height: 28px;
  color: #999;
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #efefef;
  margin: 0 5px;
}

/* line 1253, ../sass/search.scss */
.l-r-page em {
  width: 26px;
  color: #999;
  display: inline-block;
}

/* line 1259, ../sass/search.scss */
.l-r-page a:hover, .l-r-page .current {
  background: #ee4433;
  color: #fff;
  text-decoration: none;
  border: 1px solid #ee4433;
}

/*右侧列表*/
/* line 1267, ../sass/search.scss */
.s-c-right {
  float: right;
  width: 300px;
  margin-top: 10px;
}

/* line 1273, ../sass/search.scss */
.s-c-right .s-r-ad {
  width: 300px;
}

/* line 1277, ../sass/search.scss */
.s-c-right .s-r-ad, .s-c-right .s-r-ad .ad_flash {
  margin-bottom: 22px;
}

/* line 1281, ../sass/search.scss */
.red {
  color: #EE4433;
}

/* line 1285, ../sass/search.scss */
.s-r-dl {
  height: 100%;
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}

/* line 1292, ../sass/search.scss */
.s-r-dl .s-r-dl-more {
  float: right;
  font-size: 14px;
  margin-top: 5px;
}

/* line 1298, ../sass/search.scss */
.s-r-dl dt {
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  color: #333;
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* line 1308, ../sass/search.scss */
.s-r-dl dd {
  height: 35px;
  line-height: 35px;
  color: #666;
}

/* line 1314, ../sass/search.scss */
.s-r-dl dd span {
  float: left;
  height: 35px;
  display: block;
  vertical-align: middle;
  overflow: hidden;
}

/* line 1322, ../sass/search.scss */
.s-r-dl dd .s-r-num {
  width: 90px;
  text-align: right;
}

/* line 1327, ../sass/search.scss */
.s-r-dl .s-r-title {
  width: 125px;
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 1336, ../sass/search.scss */
.s-r-dl .s-r-sum {
  float: right;
  width: 90px;
  text-align: right;
}

/* line 1342, ../sass/search.scss */
.s-r-dl .s-r-area {
  width: 80px;
}

/* line 1346, ../sass/search.scss */
.s-r-bom img, .s-r-bom .ad_flash {
  margin: 5px 0 20px;
}

/* line 1350, ../sass/search.scss */
.s-r-dl .dd-dt {
  height: 35px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background-position: -1px -683px;
  padding-left: 10px;
}

/* line 1359, ../sass/search.scss */
.jiaju-dl {
  width: 330px;
  margin-top: 22px;
  clear: both;
  overflow: hidden;
}

/* line 1366, ../sass/search.scss */
.jiaju-dl dd {
  float: left;
  width: 140px;
  height: 145px;
  margin-right: 20px;
}

/* line 1373, ../sass/search.scss */
.jiaju-dl dd p {
  width: 140px;
  height: 35px;
  line-height: 35px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 1383, ../sass/search.scss */
.s-h-top-ad, .s-h-bot-ad {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

/* line 1390, ../sass/search.scss */
.s-h-top-ad img, .s-h-top-ad .ad_flash, .s-h-bot-ad img, .s-h-bot-ad .ad_flash {
  margin-bottom: 2px;
}

/* line 1394, ../sass/search.scss */
.s-h-bot-ad > div:last-child, .s-h-bot-ad > div:last-child {
  margin-bottom: 12px;
}

/* line 1398, ../sass/search.scss */
.h-float .lp-icon {
  background-position: 8px -1283px;
}

/*楼盘对比*/
/* contentL */
/* line 1404, ../sass/search.scss */
.contentL {
  position: fixed;
  bottom: 10%;
  right: 0px;
  font-size: 12px;
  z-index: 1001;
  background: #fff;
}

/*lpdb_zk*/
/* line 1414, ../sass/search.scss */
.lpdb_zk {
  width: 26px;
  height: 206px;
  padding: 0 0 1px;
  background: none;
  color: #fff;
  text-align: center;
}

/* line 1424, ../sass/search.scss */
.lpdb_zk .bot {
  padding: 15px 3px;
  background: #eb463a;
  margin-bottom: 1px;
  cursor: pointer;
}

/* line 1431, ../sass/search.scss */
.lpdb_zk .yjfk {
  padding: 15px 3px;
  background: #eb463a;
  height: 66px;
}

/* line 1437, ../sass/search.scss */
.lpdb_zk .yjfk a {
  color: #fff;
  text-decoration: none;
}

/*lpdb_yc*/
/* line 1444, ../sass/search.scss */
.lpdb_yc {
  width: 170px;
  display: none;
}

/* line 1449, ../sass/search.scss */
.lpdb_yc .tt {
  height: 30px;
  padding-left: 8px;
  background: #eb463a;
  color: #fff;
  line-height: 30px;
  text-align: left;
}

/* line 1458, ../sass/search.scss */
.lpdb_yc .tt b {
  float: left;
  font-size: 14px;
}

/* line 1463, ../sass/search.scss */
.lpdb_yc .tt span {
  float: right;
  width: 36px;
  height: 28px;
  _height: 22px;
  padding-left: 6px;
  _padding-top: 6px;
  font-size: 12px;
  background: #db4237 url(/static2../images/h-searc-icon.png) no-repeat 34px -1405px;
  cursor: pointer;
}

/* line 1475, ../sass/search.scss */
.lpdb_yc .tt span s {
  display: inline-block;
  *display: inline;
  width: 3px;
  height: 7px;
  margin-left: 3px;
  background-position: -297px -67px;
  font-size: 0px;
  *zoom: 1;
}

/* line 1486, ../sass/search.scss */
.lpdb_yc .bot {
  padding: 0 0 5px;
  background: #f8fcff;
  border: 1px solid #5381cf;
  border-top: none;
  line-height: 18px;
  font-size: 12px;
  color: #666;
  text-align: center;
}

/* line 1497, ../sass/search.scss */
.lpdb_yc .bot .s {
  display: block;
  width: 55px;
  height: 42px;
  margin: 10px auto 10px;
  background-position: 2px -1291px;
}

/* line 1505, ../sass/search.scss */
.lpdb_yc .bot .a {
  display: block;
  width: 110px;
  height: 26px;
  margin: 10px auto 10px;
  background: #eb463a;
  color: #fff;
  line-height: 26px;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}

/* line 1518, ../sass/search.scss */
.lpdb_yc .bot .a:hover {
  text-decoration: none;
}

/* line 1522, ../sass/search.scss */
.lpdb_yc .bot {
  background: #fff;
  border: 1px solid #dbdbdb;
  border-top: none;
}

/* line 1528, ../sass/search.scss */
.lpdb_yc .bot li {
  height: 35px;
  padding-left: 10px;
  line-height: 35px;
  border-bottom: 1px dotted #f5f5f5;
  text-align: left;
}

/* line 1536, ../sass/search.scss */
.lpdb_yc .bot li span {
  width: 125px;
  height: 35px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1546, ../sass/search.scss */
.lpdb_yc .bot li a {
  float: right;
  display: inline;
  width: 13px;
  height: 12px;
  margin: 12px 10px 0 0;
  background-position: -1px -647px;
  *zoom: 1;
}

/* line 1556, ../sass/search.scss */
.lpdb_yc .bot .inputBox {
  margin: 12px 0;
  text-align: center;
}

/* line 1561, ../sass/search.scss */
.lpdb_yc .bot .inputBox a {
  display: inline-block;
  *display: inline;
  width: 74px;
  height: 23px;
  line-height: 23px;
  *zoom: 1;
  color: #fff;
}

/* line 1571, ../sass/search.scss */
.lpdb_yc .bot .inputBox .one, .lpdb_yc .bot .inputBox .two {
  width: 70px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

/* line 1583, ../sass/search.scss */
.lpdb_yc .bot .inputBox .one {
  background: #eb463a;
}

/* line 1587, ../sass/search.scss */
.lpdb_yc .bot .inputBox .two {
  background: #cccccc;
  margin-right: 4px;
}

/* line 1592, ../sass/search.scss */
.lpdb_yc .bot .inputBox .two:hover, .lpdb_yc .bot .inputBox .one:hover {
  text-decoration: none;
}

/* line 1596, ../sass/search.scss */
.s-door-bg {
  position: relative;
  width: 1198px;
  height: 4px;
  background: #f7f7f7;
  border: 1px solid #eee;
  border-top: 1px solid #e1e1e1;
}
/* line 1604, ../sass/search.scss */
.s-door-bg span {
  position: absolute;
  right: -1px;
  top: 0;
  width: 72px;
  height: 29px;
  line-height: 29px;
  background-position: 61px -163px;
  background-color: #f7f7f7;
  display: block;
  border: 1px solid #eee;
  border-top: none;
  padding-left: 10px;
  cursor: pointer;
  color: #666;
}

/* line 1622, ../sass/search.scss */
.s-door-bg .on {
  background-position: 63px -1466px;
}

/* line 1626, ../sass/search.scss */
.contentN .left {
  width: 660px;
}

/* line 1630, ../sass/search.scss */
.contentN .leftTab {
  height: 36px;
  background-position: 0 -236px;
  width: 660px;
  border-bottom: solid 1px #dbe3ee;
}

/* line 1637, ../sass/search.scss */
.contentN .leftTab .l {
  width: 375px;
}

/* line 1641, ../sass/search.scss */
.contentN .leftTab .l li {
  float: left;
  display: inline;
  margin-right: -1px;
}

/* line 1647, ../sass/search.scss */
.contentN .leftTab .l li a {
  display: inline-block;
  *display: inline;
  width: 92px;
  height: 34px;
  color: #555;
  background: #f8fbfd;
  border: 1px solid #dbe3ee;
  border-bottom: none;
  font-size: 14px;
  line-height: 34px;
  *zoom: 1;
}

/* line 1661, ../sass/search.scss */
.contentN .leftTab .l li.curr a {
  height: 34px;
  background: #fff;
  border-top: 2px solid #829edd;
  border-bottom: 1px #fff solid;
  color: #6391dc;
  text-decoration: none;
}

/* line 1670, ../sass/search.scss */
.contentN .leftTab .r {
  width: 255px;
  padding-top: 4px;
  font-size: 14px;
  color: #666;
  margin-right: 20px;
  text-align: right;
}

/* line 1679, ../sass/search.scss */
.contentN .leftTab .r b {
  color: #333;
}

/* line 1683, ../sass/search.scss */
.contentN .leftBd {
  margin-bottom: 10px;
  padding-top: 5px;
}

/* line 1688, ../sass/search.scss */
.contentN .leftBd .selectMod {
  height: 40px;
  border-bottom: solid 1px #dbe3ee;
  text-align: left;
  position: relative;
}

/* line 1695, ../sass/search.scss */
.contentN .extension {
  height: 106px;
  background: #fafafa;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 20px;
}

/* line 1703, ../sass/search.scss */
.contentN .extension .box {
  width: 393px;
  text-align: left;
}

/* line 1708, ../sass/search.scss */
.contentN .extension .l {
  float: left;
  padding-right: 18px;
  border-right: 1px dotted #eee;
}

/* line 1714, ../sass/search.scss */
.contentN .extension .box h5 {
  color: #999;
  font-weight: normal;
}

/* line 1719, ../sass/search.scss */
.contentN .extension .box h5 a {
  margin-right: 10px;
  font-size: 18px;
}

/* line 1724, ../sass/search.scss */
.contentN .extension .box ul {
  margin-top: 10px;
}

/* line 1728, ../sass/search.scss */
.contentN .extension .box li {
  position: relative;
  line-height: 22px;
  color: #666;
}

/* line 1734, ../sass/search.scss */
.contentN .extension .box li b {
  font-weight: normal;
}

/* line 1738, ../sass/search.scss */
.contentN .extension .box li em {
  position: absolute;
  right: 0px;
  color: #aaa;
}

/* line 1744, ../sass/search.scss */
.contentN .searchList h5 {
  padding: 0 0 6px 14px;
  border-bottom: 1px dotted #e5e5e5;
  font: bold 16px/39px "ËÎÌå";
  color: #333;
  text-align: left;
}

/* line 1752, ../sass/search.scss */
.contentN .searchList .box, .contentN .searchList .box01 {
  padding: 20px 0px;
  padding-right: 0;
  border-bottom: 1px dotted #e5e5e5;
  overflow: hidden;
  *zoom: 1;
  position: relative;
}

/* line 1761, ../sass/search.scss */
.contentN .searchList .curr {
  background: #fbfbfb;
}

/* line 1765, ../sass/search.scss */
.contentN .searchList .photo {
  float: left;
  width: 140px;
}

/* line 1770, ../sass/search.scss */
.contentN .searchList .photo .img {
  position: relative;
  width: 140px;
  height: 105px;
}

/* line 1776, ../sass/search.scss */
.contentN .photo .img s {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 36px;
  height: 36px;
  background: url(/static2../images/recommend.png) no-repeat;
}

/* line 1785, ../sass/search.scss */
.contentN .photo p {
  margin-top: 10px;
}

/* line 1789, ../sass/search.scss */
.contentN .photo p a {
  display: block;
  width: 60px;
  height: 24px;
  margin: 0 auto;
  padding-left: 18px;
  background-position: -80px -91px;
  color: #2357ab;
  line-height: 22px;
}

/* line 1800, ../sass/search.scss */
.contentN .photo p a:hover {
  background-position: -163px -91px;
  color: #2155ab;
  text-decoration: none;
}

/* line 1806, ../sass/search.scss */
.contentN .head-title {
  text-align: left;
  margin-bottom: 20px;
  line-height: 20px;
}

/* line 1812, ../sass/search.scss */
.contentN .head-title .name a {
  margin-right: 8px;
  font-size: 22px;
  color: #333;
}

/* line 1818, ../sass/search.scss */
.contentN .head-title .name a:hover {
  color: #d80100;
}

/* line 1822, ../sass/search.scss */
.contentN .head-title .name em {
  margin-left: 5px;
  color: #999;
  white-space: nowrap;
  display: inline-block;
  margin-top: 5px;
  *zoom: 1;
  *display: inline;
}

/* line 1832, ../sass/search.scss */
.contentN .head-title .name span {
  display: inline-block;
  *display: inline;
  width: 43px;
  height: 19px;
  margin-right: 5px;
  text-align: left;
  text-indent: -9999px;
  zoom: 1;
  background: url(/static2../images/m_b_lit.png) no-repeat;
}

/* line 1844, ../sass/search.scss */
.contentN .head-title .name label {
  display: inline-block;
  width: 470px;
  overflow: hidden;
  *margin-top: -7px;
}

/* line 1851, ../sass/search.scss */
.contentN .head-title .name .tel {
  text-indent: 0;
  width: 185px;
  *width: 180px;
  margin-right: 0;
  background: none;
  float: right;
  color: #d80100;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  text-align: right;
  overflow: hidden;
  word-break: break-all;
}

/* line 1867, ../sass/search.scss */
.contentN .head-title .name .tel s {
  vertical-align: bottom;
  margin-right: 10px;
  height: 18px;
  width: 17px;
  background: url(/static2../images/m_b_lit.png) 0 -149px no-repeat;
  display: inline-block;
  *zoom: 1;
}

/* line 1877, ../sass/search.scss */
.contentN .head-title .name .zaiShou {
  background-position: 0px -230px;
}

/* line 1881, ../sass/search.scss */
.contentN .head-title .name .daiShou {
  background-position: 0px -256px;
}

/* line 1885, ../sass/search.scss */
.contentN .head-title .name .shouWan {
  background-position: 0px -285px;
}

/* line 1889, ../sass/search.scss */
.contentN .info {
  float: left;
  display: inline;
  margin-left: 15px;
  text-align: left;
  font-size: 14px;
  color: #666;
}

/* line 1898, ../sass/search.scss */
.contentN .info a {
  color: #666;
}

/* line 1902, ../sass/search.scss */
.contentN .info p {
  color: #666;
  height: 24px;
}

/* line 1907, ../sass/search.scss */
.contentN .info p label {
  color: #666;
}

/* line 1911, ../sass/search.scss */
.contentN .info .details {
  margin-top: 4px;
  margin-top: 3px\9;
}

/* line 1916, ../sass/search.scss */
.contentN .info .details a {
  padding: 0px 8px;
  background: #ededed;
  margin-right: 5px;
  height: 19px;
  overflow: hidden;
  line-height: 20px;
}

/* line 1925, ../sass/search.scss */
.contentN .info .details a:hover {
  background: #89abee;
  color: #fff;
  text-decoration: none;
}

/* line 1931, ../sass/search.scss */
.contentN .info .types a {
  margin-right: 16px;
}

/* line 1935, ../sass/search.scss */
.contentN .info .pos {
  margin-top: 3px;
}

/* line 1939, ../sass/search.scss */
.contentN .info .types {
  margin-top: 4px;
  margin-top: 5px\9;
  height: 20px;
  line-height: 24px;
}

/* line 1946, ../sass/search.scss */
.contentN .info .infoBoxA {
  width: 400px;
}

/* line 1950, ../sass/search.scss */
.contentN .info .infoBoxA p {
  margin-right: 10px;
  overflow: hidden;
}

/* line 1955, ../sass/search.scss */
.contentN .info .infoBoxA .l_p {
  _width: 275px;
}

/* line 1959, ../sass/search.scss */
.contentN .info .infoBoxA .price {
  position: relative;
  overflow: visible;
  margin-bottom: 2px;
  line-height: 11px;
  *margin-bottom: 3px;
  *margin-top: -4px;
  *line-height: 24px;
}

/* line 1969, ../sass/search.scss */
.contentN .info .infoBoxA .price span {
  float: left;
}

/* line 1973, ../sass/search.scss */
.extension .r {
  float: right;
}

/* line 1977, ../sass/search.scss */
.input_tip li .sub-name {
  font-size: 12px;
  color: #999;
  margin-left: 5px;
}

/* line 1983, ../sass/search.scss */
#searchMoreCondition {
  display: none;
}

/* line 1987, ../sass/search.scss */
.h-s-new-con .new-map-link, .h-s-new-con .new-map-link em, .h-s-new-con .fist-tr .pos-quyu .quyu, .h-s-new-con .fist-tr .pos-ditie .quyu, .h-s-new-con .fist-tr .pos-huxian .quyu, .h-s-new-con .fist-tr .pos-ditie .ditie, .h-s-new-con .fist-tr .pos-huxian .huxian, .h-s-new-con .fist-tr .pos-arrow, .last-new-con .new-con-tr .new-search-chose {
  background: url(/static2../images/new-search-icon.png) no-repeat 0 0;
}

/* line 1991, ../sass/search.scss */
.h-s-new-con {
  position: relative;
  border: 1px solid #eee;
  margin: 0 auto;
  padding: 12px 20px 0;
}
/* line 1997, ../sass/search.scss */
.h-s-new-con .new-map-link {
  position: absolute;
  top: 15px;
  right: 20px;
  padding-left: 20px;
  background-position: 0 -162px;
}
/* line 2007, ../sass/search.scss */
.h-s-new-con .new-map-link em {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-position: 0 -384px;
  margin-left: 5px;
}
/* line 2018, ../sass/search.scss */
.h-s-new-con .new-map-link:hover {
  text-decoration: none;
  background-position: 0 -455px;
}
/* line 2022, ../sass/search.scss */
.h-s-new-con .new-map-link:hover em {
  background-position: 0 -415px;
}
/* line 2028, ../sass/search.scss */
.h-s-new-con .haiwai {
  right: 118px;
  top: 16px;
  background: url(/static2../images/s-hw.png) no-repeat 0 center;
  padding-left: 25px;
}
/* line 2034, ../sass/search.scss */
.h-s-new-con .haiwai:hover {
  background: url(/static2../images/hw.png) no-repeat 1px center;
}
/* line 2039, ../sass/search.scss */
.h-s-new-con .new-con-tr {
  min-height: 44px;
  border-bottom: 1px dotted #f0f0f0;
  font-size: 12px;
}
/* line 2044, ../sass/search.scss */
.h-s-new-con .new-con-tr .cur {
  font-weight: bold;
  color: #EE4433;
}
/* line 2049, ../sass/search.scss */
.h-s-new-con .new-con-tr .new-con-label {
  float: left;
  width: 50px;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  color: #333;
  display: block;
  margin-top: 8px;
}
/* line 2060, ../sass/search.scss */
.h-s-new-con .new-con-tr .new-con-td {
  float: left;
  width: 1107px;
  line-height: 44px;
}
/* line 2065, ../sass/search.scss */
.h-s-new-con .new-con-tr .new-con-td a {
  margin-right: 20px;
  display: inline-block;
}
/* line 2070, ../sass/search.scss */
.h-s-new-con .new-con-tr .new-con-td .marg0 {
  margin-right: 0;
}
/* line 2076, ../sass/search.scss */
.h-s-new-con .no-bor {
  border-bottom: none;
}
/* line 2080, ../sass/search.scss */
.h-s-new-con .fist-tr {
  font-size: 14px;
  border-bottom: none;
  overflow: hidden;
}
/* line 2085, ../sass/search.scss */
.h-s-new-con .fist-tr .pos-quyu, .h-s-new-con .fist-tr .pos-ditie, .h-s-new-con .fist-tr .pos-huxian {
  float: left;
  position: relative;
  width: 110px;
  height: 25px;
  line-height: 25px;
  margin-top: 8px;
  z-index: 1;
  cursor: pointer;
}
/* line 2095, ../sass/search.scss */
.h-s-new-con .fist-tr .pos-quyu .quyu, .h-s-new-con .fist-tr .pos-ditie .quyu, .h-s-new-con .fist-tr .pos-huxian .quyu, .h-s-new-con .fist-tr .pos-ditie .ditie, .h-s-new-con .fist-tr .pos-huxian .huxian {
  width: 85px;
  height: 25px;
  padding-left: 25px;
  display: block;
  background-position: 0 -654px;
  text-decoration: none;
  cursor: pointer;
}
/* line 2107, ../sass/search.scss */
.h-s-new-con .fist-tr .pos-quyu .quyu:hover, .h-s-new-con .fist-tr .pos-ditie .quyu:hover, .h-s-new-con .fist-tr .pos-huxian .quyu:hover, .h-s-new-con .fist-tr .pos-ditie .ditie:hover, .h-s-new-con .fist-tr .pos-huxian .huxian:hover {
  background-position: 0 -519px;
  color: #ee4433;
}
/* line 2112, ../sass/search.scss */
.h-s-new-con .fist-tr .pos-quyu .quyu em, .h-s-new-con .fist-tr .pos-ditie .quyu em, .h-s-new-con .fist-tr .pos-huxian .quyu em, .h-s-new-con .fist-tr .pos-ditie .ditie em, .h-s-new-con .fist-tr .pos-huxian .huxian em {
  max-width: 68px;
  height: 25px;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
/* line 2127, ../sass/search.scss */
.h-s-new-con .fist-tr .pos-ditie .ditie {
  background-position: 0 -342px;
}
/* line 2132, ../sass/search.scss */
.h-s-new-con .fist-tr .pos-ditie .ditie:hover {
  background-position: -3px -96px;
  color: #ee4433;
}
/* line 2142, ../sass/search.scss */
.h-s-new-con .fist-tr .pos-huxian .huxian {
  background-position: 0 -34px;
}
/* line 2147, ../sass/search.scss */
.h-s-new-con .fist-tr .pos-huxian .huxian:hover {
  background-position: 1px -591px;
  color: #ee4433;
}
/* line 2154, ../sass/search.scss */
.h-s-new-con .fist-tr .clear {
  position: relative;
  padding-top: 8px;
  display: none;
}
/* line 2161, ../sass/search.scss */
.h-s-new-con .fist-tr .on .pos-arrow {
  display: block;
}
/* line 2165, ../sass/search.scss */
.h-s-new-con .fist-tr .on .quyu, .h-s-new-con .fist-tr .on .pos-ditie .ditie, .h-s-new-con .fist-tr .pos-ditie .on .ditie, .h-s-new-con .fist-tr .on .pos-huxian .huxian, .h-s-new-con .fist-tr .pos-huxian .on .huxian {
  color: #EE4433;
  background-position: 0 -519px;
  font-weight: bold;
}
/* line 2171, ../sass/search.scss */
.h-s-new-con .fist-tr .on .ditie {
  color: #EE4433;
  background-position: -3px -96px;
  font-weight: bold;
}
/* line 2177, ../sass/search.scss */
.h-s-new-con .fist-tr .on .huxian {
  color: #EE4433;
  background-position: 1px -591px;
  font-weight: bold;
}
/* line 2184, ../sass/search.scss */
.h-s-new-con .fist-tr .pos-tip {
  width: 1066px;
  min-height: 44px;
  line-height: 44px;
  background: #fdfdfd;
  border: 1px solid #ddd;
  padding: 0 20px;
  font-size: 12px;
  display: block;
}
/* line 2194, ../sass/search.scss */
.h-s-new-con .fist-tr .pos-tip .pos-title {
  padding: 7px 0;
  line-height: 30px;
}
/* line 2198, ../sass/search.scss */
.h-s-new-con .fist-tr .pos-tip .pos-title a {
  margin-right: 20px;
  display: inline-block;
}
/* line 2204, ../sass/search.scss */
.h-s-new-con .fist-tr .pos-tip .pos-sub-title {
  border-top: 1px solid #eee;
  line-height: 27px;
  padding: 10px 0;
  display: none;
}
/* line 2210, ../sass/search.scss */
.h-s-new-con .fist-tr .pos-tip .pos-sub-title em {
  color: #EE4433;
  margin-right: 10px;
}
/* line 2215, ../sass/search.scss */
.h-s-new-con .fist-tr .pos-tip .pos-sub-title a {
  margin-right: 12px;
  display: inline-block;
}
/* line 2222, ../sass/search.scss */
.h-s-new-con .fist-tr .pos-arrow {
  position: absolute;
  left: 43px;
  top: 22px;
  width: 22px;
  height: 12px;
  display: block;
  background-position: 0 -258px;
  display: none;
}

/* line 2238, ../sass/search.scss */
.h-s-new-con .new-con-tr .new-con-td .qx-del {
  width: 9px;
  height: 9px;
  background: url(/static2../images/h-searc-icon.png) 0 -1475px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}

/* line 2247, ../sass/search.scss */
.last-new-con {
  min-height: 50px;
  background: #fdfdfd;
  border: 1px solid #eee;
  border-top: none;
  padding-top: 0;
  margin-bottom: 20px;
}
/* line 2255, ../sass/search.scss */
.last-new-con .new-con-tr {
  height: 55px;
}
/* line 2258, ../sass/search.scss */
.last-new-con .new-con-tr .new-con-label {
  margin-top: 14px;
}
/* line 2262, ../sass/search.scss */
.last-new-con .new-con-tr .s-choice-fr .yx-chose-a {
  margin-right: 10px;
}
/* line 2266, ../sass/search.scss */
.last-new-con .new-con-tr .new-con-td {
  line-height: 55px;
}
/* line 2269, ../sass/search.scss */
.last-new-con .new-con-tr .new-con-td .ls-clear {
  width: 58px;
  height: 18px;
  line-height: 18px;
  margin-right: 0;
}
/* line 2276, ../sass/search.scss */
.last-new-con .new-con-tr .new-con-td .checkbox-span {
  margin-right: 5px;
}
/* line 2280, ../sass/search.scss */
.last-new-con .new-con-tr .new-con-td .fl {
  margin-left: 10px;
}
/* line 2285, ../sass/search.scss */
.last-new-con .new-con-tr .new-search-chose {
  float: left;
  position: relative;
  width: 88px;
  height: 23px;
  line-height: 23px;
  border: 1px solid #ddd;
  background-position: 67px -218px;
  color: #666;
  font-size: 12px;
  z-index: 10;
  cursor: pointer;
  margin: 16px 10px 0 0;
}
/* line 2302, ../sass/search.scss */
.last-new-con .new-con-tr .new-search-chose em {
  width: 58px;
  height: 23px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 10px;
}
/* line 2312, ../sass/search.scss */
.last-new-con .new-con-tr .new-search-chose .hide-search-chose {
  position: absolute;
  left: -1px;
  top: 23px;
  width: 88px;
  border: 1px solid #ddd;
  background: #fff;
  display: none;
}
/* line 2321, ../sass/search.scss */
.last-new-con .new-con-tr .new-search-chose .hide-search-chose a {
  width: 78px;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  margin-right: 0;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* line 2332, ../sass/search.scss */
.last-new-con .new-con-tr .new-search-chose .hide-search-chose a:hover {
  background: #fafafa;
  color: #EE4433;
  text-decoration: none;
}
/* line 2341, ../sass/search.scss */
.last-new-con .new-con-tr .on-chose {
  background-position: 67px -300px;
}
/* line 2344, ../sass/search.scss */
.last-new-con .new-con-tr .on-chose .hide-search-chose {
  display: block;
}

/* line 2351, ../sass/search.scss */
.qhb {
  width: 106px;
  height: 28px;
  display: inline-block;
  background: url(/static2../images/hb_04.png);
  vertical-align: middle;
  margin-left: 80px;
}

/* line 2360, ../sass/search.scss */
.search-active {
  position: relative;
  width: 100%;
  background: #fafafa;
  height: 50px;
  line-height: 50px;
  margin-top: 30px;
  font-size: 14px;
  text-align: center;
  display: block;
}

/* line 2372, ../sass/search.scss */
.search-active .s-a-arrow {
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  background: url(/static2../images/hd_03.png);
}

/* line 2381, ../sass/search.scss */
.search-active .s-a-close {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 18px;
  height: 18px;
  background: url(/static2../images/hd_06.png);
  display: block;
  cursor: pointer;
}

/* line 2392, ../sass/search.scss */
.s-lp-txt-center .lp-btn-p .hb-s-active {
  padding: 0 0 0 22px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  color: #ee4433;
  background: url(/static2../images/s-hb_03.png) no-repeat left center;
  font-weight: bold;
  margin-left: 60px;
}

/* line 2403, ../sass/search.scss */
.s-l-tag .tag-left h1 {
  display: inline;
  font-weight: normal;
}

/* line 2408, ../sass/search.scss */
.new-search-tag {
  border-bottom: 1px solid #eea098;
  position: relative;
  top: -1px;
}
/* line 2413, ../sass/search.scss */
.new-search-tag .n-s-ad-li {
  position: relative;
  border: 1px solid #eea098;
  border-bottom: none;
  background: #fffef2;
  padding: 15px 0 20px 30px;
  height: 50px;
}
/* line 2421, ../sass/search.scss */
.new-search-tag .n-s-ad-li .tg-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 45px;
  background: url("/static2../images/ax_03.png") no-repeat;
  display: block;
}
/* line 2431, ../sass/search.scss */
.new-search-tag .n-s-ad-li .n-li-left1 {
  float: left;
  width: 300px;
  line-height: 25px;
}
/* line 2436, ../sass/search.scss */
.new-search-tag .n-s-ad-li .n-li-left1 .n-li-title {
  height: 25px;
  overflow: hidden;
  margin-bottom: 3px;
}
/* line 2441, ../sass/search.scss */
.new-search-tag .n-s-ad-li .n-li-left1 .n-li-title a {
  font-size: 20px;
  font-weight: bold;
}
/* line 2446, ../sass/search.scss */
.new-search-tag .n-s-ad-li .n-li-left1 .n-li-title .n-li-layout {
  font-size: 12px;
  color: #999;
  margin-left: 10px;
}
/* line 2453, ../sass/search.scss */
.new-search-tag .n-s-ad-li .n-li-left1 .n-li-p {
  height: 25px;
  padding-left: 20px;
  background: url(/static2../images/ax_07.png) no-repeat 0 center;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 2464, ../sass/search.scss */
.new-search-tag .n-s-ad-li .n-li-txt {
  height: 25px;
  line-height: 25px;
  color: #999;
  display: block;
}
/* line 2471, ../sass/search.scss */
.new-search-tag .n-s-ad-li .n-li-left2 {
  float: left;
  width: 140px;
  height: 50px;
  border-right: 1px solid #f0efe8;
}
/* line 2477, ../sass/search.scss */
.new-search-tag .n-s-ad-li .n-li-left2 .price-info {
  display: block;
}
/* line 2480, ../sass/search.scss */
.new-search-tag .n-s-ad-li .n-li-left2 .price-info strong {
  color: #ee4433;
  font-size: 22px;
  font-family: Georgia;
  font-weight: bold;
}
/* line 2489, ../sass/search.scss */
.new-search-tag .n-s-ad-li .n-li-left3 {
  float: left;
  width: 195px;
  height: 50px;
  padding: 0 20px;
  border-right: 1px solid #f0efe8;
}
/* line 2496, ../sass/search.scss */
.new-search-tag .n-s-ad-li .n-li-left3 .n-li-address {
  height: 25px;
  line-height: 25px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 2506, ../sass/search.scss */
.new-search-tag .n-s-ad-li .n-li-left4 {
  float: left;
  width: 120px;
  padding-left: 20px;
}
/* line 2511, ../sass/search.scss */
.new-search-tag .n-s-ad-li .n-li-left4 .n-li-tel {
  color: #ee4433;
  line-height: 30px;
}

/* line 2519, ../sass/search.scss */
.ask-icon {
  position: relative;
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(/static2../images/jsq-icon.png) 0 -452px;
  vertical-align: middle;
  margin-left: 3px;
  cursor: pointer;
  z-index: 2;
}
/* line 2530, ../sass/search.scss */
.ask-icon .ask-container {
  position: absolute;
  left: -112px;
  top: 30px;
  width: 175px;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 2px 15px;
  display: none;
  line-height: 30px;
  text-align: center;
}
/* line 2542, ../sass/search.scss */
.ask-icon .ask-container .pos {
  position: relative;
  display: inline-block;
}
/* line 2546, ../sass/search.scss */
.ask-icon .ask-container .pos i {
  position: absolute;
  left: 50%;
  top: -15px;
  width: 25px;
  height: 15px;
  display: inline-block;
  background: url(/static2../images/jsq-icon.png) 0 -579px;
  margin-left: -12px;
}
/* line 2557, ../sass/search.scss */
.ask-icon .ask-container .pos .ask-txt {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  display: inline-block;
}

/* line 2568, ../sass/search.scss */
.on-ask .ask-container {
  display: inline-block;
}
