.section {
  padding: 50px 0 80px;
}
.section .section-header {
  margin-bottom: 20px;
}
.section .section-header .title {
  position: relative;
  width: 228px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background-color: #0058B1;
  color: #fff;
  margin: 0 auto;
}
.section .section-header .title::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -450px;
  display: block;
  content: "";
  width: 430px;
  height: 0;
  border-bottom: 1px solid #cccccc;
}
.section .section-header .title::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -450px;
  display: block;
  content: "";
  width: 430px;
  height: 0;
  border-bottom: 1px solid #cccccc;
}
.section .section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section .section-content .content-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section .section-content .content-left .icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 10px;
  border-bottom: 1px solid #ccc;
  margin-right: 20px;
}
.section .section-content .content-left .icon-box .icon {
  width: 45px;
  height: 45px;
  margin-right: 40px;
}
.section .section-content .content-left .icon-box .icon img {
  width: 100%;
  height: 100%;
}
.section .section-content .content-left .icon-box .icon-content {
  color: #5a5a5a;
  font-size: 15px;
}
.section .section-content .content-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section .section-content .content-right .map {
  width: 550px;
  height: 395px;
}
