.xf-zbss .map-lt {
  width: 264px!important;
  height: 449px;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 4px 0 0 4px;
}
.xf-zbss .map-lt .map-lt-cont {
  padding: 20px 20px 0 20px;
}
.xf-zbss .map-lt .map-lt-cont .map-item:hover {
  cursor: pointer;
  font-weight: bold;
}
.xf-zbss .map-lt .map-lt-cont .map-item .name {
  padding-bottom: 5px;
  font-weight: bold;
}
.xf-zbss .map-lt .map-lt-cont .map-item .sub {
  line-height: 26px;
  margin-bottom: 20px;
  max-height: 78px;
  word-break: break-all;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.xf-zbss .map-lt .more {
  padding: 0 20px;
}
.xf-zbss .map-lt .more:hover {
  background-color: #f4f4f4;
  cursor: pointer;
}
.xf-zbss .map-lt .more .cont {
  height: 48px;
  border-top: 1px solid #eaeaea;
}
.xf-zbss #map {
  position: relative;
  width: 570px;
  height: 449px;
  overflow: hidden;
  margin: 0;
  font-family: "微软雅黑";
  border: 1px solid #eaeaea;
  border-right: 0;
  border-radius: 6px 0 0 6px;
}
.xf-zbss .map-box {
  height: auto!important;
  margin-top: 0!important;
  padding-bottom: 0!important;
}
.xf-zbss .map-box .map-mart {
  position: relative;
  top: 0;
  right: 0;
  width: 300px!important;
  height: 449px;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 0 6px 6px 0;
}
.xf-zbss .map-box .map-mart .map-mart-title {
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
}
.xf-zbss .map-box .map-mart .map-mart-title a {
  color: #333;
  font-size: 16px;
  margin-right: 20px;
}
.xf-zbss .map-box .map-mart .map-mart-title a.active {
  color: #15b9ff;
  font-weight: bold;
}
.xf-zbss .map-box .map-mart .map-mart-lists {
  height: 380px;
  padding: 0;
}
.xf-zbss .map-box .map-mart .map-mart-lists li {
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  color: #333;
}
.xf-zbss .map-box .map-mart .map-mart-lists li:hover {
  background-color: #e8f6fb;
}
.xf-zbss .map-box .map-mart .map-mart-lists li .icons {
  margin-top: -1px;
  background-color: #ff5200;
  background-image: none;
  display: inline-block;
  width: 23px;
  height: 28px;
  vertical-align: top;
  line-height: 25px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.xf-zbss .map-box .map-mart .map-mart-lists li .name {
  font-size: 14px;
  padding-left: 5px;
  max-width: 170px;
}
.xf-zbss .map-box .map-mart .map-mart-lists li .address {
  color: #333;
  font-size: 13px;
}
.map_position {
  width: 250px;
  background-color: #fff;
  font-size: 14px;
  padding: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  border-radius: 3px;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
}
.map_position:after {
  content: '';
  border: 8px solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: 10px;
  bottom: -15px;
  z-index: 9999;
}
.map_position .price {
  text-align: center;
  padding-bottom: 2px;
  font-weight: bold;
}
.map_position .address {
  font-size: 12px;
  color: #444;
  display: -webkit-box;
  white-space: wrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
