@charset "utf-8";

.dmcx {
  overflow: hidden;
  zoom: 1;
  border: 1px solid #c8c8c8;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.dmcx .lf {
  width: 32%;
}
.dmcx .lf h3 {
  height: 60px;
  line-height: 60px;
  font: 16px;
  color: #fff;
  background: #00479d;
  text-align: center;
}
.dmcx .fr {
  width: 68%;
}

.dmcx .lf ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.dmcx .lf li {
  border-bottom: 1px dotted #c8c8c8;
  padding: 0 0 18px 20px;
}
.dmcx .lf li:hover,
.dmcx .lf .active {
  background: #e6effc;
}
.dmcx .lf li h4 {
  font-size: 18px;
  color: #00479d;
  margin-top: 10px;
}
.dmcx .lf li .bt {
  color: #333;
  font-size: 14px;
  margin-top: 20px;
}
.dmcx .lf li .bt span {
  float: left;
  display: block;
}
.dmcx .lf li .bt p {
  float: left;
  width: 100%;
  line-height: 17px;
}

#allmap {
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.BMapLib_SearchInfoWindow td {
  font-size: 12px;
}
#lf_id li {
  flex: 1;
}
#lf_id a {
  padding: 0;
  box-sizing: border-box;
  display: block;
}
#lf_div {
  height: calc(100% - 60px);
}
@media only screen and (max-width: 580px) {
  .dmcx {
    flex-direction: column;
  }
  .dmcx .fr {
    width: 100% !important;
  }
  .dmcx .lf {
    width: 100% !important;
  }
}
