.contact-left, .contact-right {
  float: left;
  width: 30%;
  padding: 5% 10%;
}

.contact-box {
  margin: 30px 0px;
}

.contact-box h4 {
  font-size: 28px;
  color: #000000;
  text-align: left;
}

.contact-box p {
  font-size: 14px;
  text-align: left;
  color: #666666;
}

.contact-box div {
  height: 100px;
}

#dituContent {
  width: 80%;
  height: 520px;
  margin: 0px auto;
  margin-bottom: 100px;
  border:#ccc solid 1px;
  border-radius: 15px;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.2);
}

.iw_poi_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap
}

.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word
}
/* .map-info{
  background-color: #F3F5F9;
  padding: 10px 20px 10px 10px;
  border-radius: 15px;
  opacity: 0.85;
} */