﻿.mapContainer .title_split {
  background: #649FCE;
  height: 5px;
  margin-bottom: 5px;
}
.mapContainer .maptitle {
  height: 42px;
  background: #C7DCF9;
  margin-bottom: 10px;
}
.mapContainer .maptitle .text {
  float: left;
  margin-left: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 42px;
}
.mapContainer .maptitle .mapbargroup {
  float: right;
}
.mapContainer .maptitle .mapbargroup .item {
  float: right;
  height: 40px;
  color: #808080;
  margin: 2px 5px 0px 5px;
  padding: 0 10px;
  line-height: 40px;
  cursor: pointer;
}
.mapContainer .maptitle .mapbargroup .item.active {
  background: #fff;
  color: #000;
  font-weight: bold;
}
.mapContainer .mapcontent {
  overflow: hidden;
}
.mapContainer .mapcontent #bmap {
  float: left;
  height: 500px;
  width: 1000px;
}
.mapContainer .mapcontent .namelist {
  float: right;
  width: 185px;
  height: 500px;
  background: #fff;
  position: relative;
}
.mapContainer .mapcontent .namelist .tbar {
  height: 25px;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 5px;
}
.mapContainer .mapcontent .namelist .tbar input[type='text'] {
  width: 145px;
  outline: none;
  height: 18px;
  padding: 2px 25px 2px 5px;
  border: 1px solid #0094ff;
  border-radius: 5px;
}
.mapContainer .mapcontent .namelist .tbar a {
  cursor: pointer;
  height: 24px;
  width: 24px;
  border-left: 1px solid #0094ff;
  background-image: url(/Content/Styles/Default/Images/MH/home/search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  position: absolute;
  top: 5px;
  right: 4px;
}
.mapContainer .mapcontent .namelist .listgroup .item {
  font-size: 14px;
  text-align: left;
  padding: 5px 10px;
  cursor: pointer;
}
.mapContainer .mapcontent .namelist .listgroup .item.active {
  background: #99D4F4;
}
.mapContainer .mapcontent .namelist .bbar {
  position: absolute;
  bottom: 0px;
}
.mapContainer .mapcontent .namelist .bbar .bar {
  background: #0094ff;
  height: 25px;
  line-height: 25px;
  display: block;
  float: left;
  text-align: center;
  width: 92px;
  color: #fff;
  cursor: pointer;
}
.mapContainer .mapcontent .namelist .bbar .bar.disabled {
  cursor: not-allowed;
  background-color: #e3e3e3;
  color: #808080;
}
.mapContainer .mapcontent .namelist .bbar .bar.bar-prev {
  border-right: 1px solid #fff;
}

