.main {
  margin: 40px auto;
}
.main .map-title {
  font-size: 30px;
  color: #3C6CC2;
  font-weight: 700;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 14px;
}
.main .map-module {
  margin-top: 30px;
  border: 1px solid #3C6CC2;
}
.main .map-module .module-title {
  height: 40px;
  line-height: 40px;
  background-color: #3C6CC2;
  padding: 0 20px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
.main .map-module .module-main {
  padding: 20px;
}
.main .map-module .module-main a {
  display: inline-block;
  color: #333;
  margin-right: 30px;
}
.main .map-module .module-main a:hover {
  color: #3C6CC2;
}
