.page-banner .top {
  display: flex;
  justify-content: center;
  width: 100%;
}
.page-banner .top .item {
  text-align: center;
  flex: 1;
  margin-top: 2.6rem;
}
.page-banner .top .item p {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  justify-content: center;
}
.page-banner .top .item span {
  font-size: 1rem;
  color: #fff;
  font-weight: 300;
}
.main-1 .content .bottom {
  display: flex;
}
.main-1 .content .bottom .left {
  width: 20rem;
}
.main-1 .content .bottom .left h6 {
  font-size: 1rem;
  font-weight: normal;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #333;
}
.main-1 .content .bottom .left .t {
  font-size: 1rem;
  border-left: 3px solid #0389fa;
  padding-left: 0.6rem;
  position: relative;
}
.main-1 .content .bottom .left .t::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-top: 0.2rem solid transparent;
  border-bottom: 0.2rem solid transparent;
  border-left: 0.2rem solid #333;
  transform: translateY(-50%);
}
.main-1 .content .bottom .left .con {
  margin-top: 2rem;
}
.main-1 .content .bottom .left .con > div {
  padding: 0.7rem;
  background-color: #f8f8f8;
  margin-bottom: 1rem;
}
.main-1 .content .bottom .left .con > div:last-of-type {
  margin-bottom: 0;
}
.main-1 .content .bottom .left .con p {
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}
.main-1 .content .bottom .left .con span {
  font-size: 0.75rem;
  color: #666;
}
.main-1 .content .bottom .right {
  flex: 1;
  margin-left: 2.45rem;
}
.main-1 .content .bottom .right #map {
  width: 100%;
  height: 100%;
}
.main-1 .content .bottom .right #map img {
  max-width: initial;
}
@media screen and (max-width: 768px) {
  .page-banner .top {
    justify-content: space-between;
  }
  .page-banner .top .item {
    flex: none;
    margin-top: 0.5rem;
  }
  .page-banner .top .item p {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }
  .page-banner .top .item span {
    font-size: 0.7rem;
  }
  .main-1 .content .bottom {
    flex-direction: column;
  }
  .main-1 .content .bottom > div {
    width: 100% !important;
  }
  .main-1 .content .bottom .right {
    flex: none;
    height: 15rem;
    margin-left: 0;
    margin-top: 1rem;
  }
}
