.baiduMap {
  height: 360px;
  border-top: 10px solid #005293;
}
.m-conus {
  margin: 20px 0;
}
.mtitle {
  background: #005293;
  color: #FFF;
  margin-bottom: 20px;
}
.mtitle .cons {
  display: flex;
  padding: 20px 30px;
}
.mtitle .cons .le {
  width: 324px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 50px;
  letter-spacing: 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  flex-direction: column;
  margin-right: 80px;
}
.mtitle .cons .le .en {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 33px;
}
.mtitle .cons .ri {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 36px;
}
.mboxs .title {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 33px;
  margin-bottom: 22px;
}
.mboxs .boxs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  flex-direction: column;
}
.mboxs .boxs .box .top,
.mboxs .boxs .box li {
  display: flex;
  width: 100%;
}
.mboxs .boxs .box .item {
  flex: 1;
  width: 0;
  text-align: center;
}
.mboxs .boxs .box .top {
  background: #EDF5FF;
}
.mboxs .boxs .box .top .item {
  line-height: 48px;
}
.mboxs .boxs .box li {
  background: rgba(237, 245, 255, 0.5);
}
.mboxs .boxs .box li:nth-of-type(even) {
  background: #EDF5FF;
}
.mboxs .boxs .box li .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
}
@media (max-width: 800px) {
  .mtitle .cons {
    display: block;
  }
  .mtitle .cons .le {
    font-size: 26px;
    border-right: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .mtitle .cons .ri {
    font-size: 18px;
  }
  .mboxs .boxs {
    grid-template-columns: repeat(1, 1fr);
  }
}
