@charset "utf-8";
/* 用于服务类相关页面 */
/*根据屏幕大小自适应*/
@media (max-width: 767px) {
  /*手机页面样式*/
}
@media (min-width: 768px) and (max-width: 991px) {
  /*ipad页面样式*/
}
@media (min-width: 992px) and (max-width: 1399px) {
  /*笔记本电脑页面样式*/
}
@media (min-width: 1400px) {
  /*台式电脑显示器页面样式-默认已有样式*/
}

/*服务类列表区域-用于list_car.html*/
#listbox {
}
.car-item {
  padding: 26px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.car-item:hover {
  background: #f9f9f9;
}
.car-item dt.listimg {
  background: url(../../../../images/desktop/house/detail_error.png);
  background-size: 180px 130px;
  overflow: hidden;
}
.car-item dt.listimg a {
}
.car-item dt.listimg a img {
  vertical-align: middle;
  width: 180px;
  height: 130px;
  transition: all 1s;
}
.car-item dt.listimg a img:hover {
  transform: scale(1.2, 1.2);
}
.car-item dd.listinfo {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}
.car-item dd.listinfo h1 {
  line-height: 25px;
  margin-bottom: 8px;
}
.car-item dd.listinfo h1 a {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.car-item dd.listinfo h1 a:hover {
  _color: #90c31f;
  color: #f33;
}
.car-item dd.listinfo h1 span.ico-jing {
  border: 1px solid #3dbfc1;
  color: #3dbfc1;
  display: inline-block;
  text-align: center;
  line-height: 18px;
  padding: 0 3px;
  font-size: 12px;
  vertical-align: middle;
}
.car-item dd.listinfo p {
  font-size: 14px;
  color: #555;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.car-item dd.listinfo p.size {
}
.car-item dd.listinfo p.size span {
  display: inline-block;
  padding: 0px 10px;
  border-left: 1px #999 solid;
  height: 16px;
  line-height: 16px;
}
.car-item dd.listinfo p.size span.first {
  padding-left: 0px;
  border-left: none;
}
.car-item dd.listinfo p.address {
}
.car-item dd.listinfo p.mode {
}
.car-item dd.listinfo p.allocation {
}
.car-item dd.listinfo p.allocation span {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  margin-right: 10px;
  background: #f1f1f1;
  padding: 0 10px;
  font-size: 12px;
  color: #81879a;
}

.car-item dd.price {
  padding-top: 20px;
  padding-right: 5px;
}
.car-item dd.price p.hot-price {
  margin-bottom: 5px;
  text-align: right;
}
.car-item dd.price span {
  text-align: right;
  font-weight: bold;
  line-height: normal;
}
.car-item dd.price p.hot-price span.num {
  font-size: 30px;
  color: #f33;
}
.car-item dd.price p.hot-price span.unit {
  font-size: 12px;
  color: #f33;
}
.car-item dd.price span.time {
  font-size: 14px;
  color: #999;
  display: block;
  text-align: right;
  width: 85px;
}
.car-item dd.price span.unit-price {
  font-size: 14px;
  color: #999;
  display: block;
}
