.headMenu {
  width: 100%;
  height: 1.26666667rem;
  display: flex;
  background: #223448;
}
.headMenu .headLi {
  flex: 1;
  position: relative;
}
.headMenu .headLi a {
  display: block;
  line-height: 1.26666667rem;
  text-align: center;
  color: #999;
  font-size: 0.4rem;
}
.headMenu .active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 0.06666667rem;
  background: #58afff;
}
.headMenu .active a {
  color: #58afff;
}
.mapMain .mapTitle {
  color: #6094d5;
  font-size: 0.53333333rem;
  text-align: center;
  font-weight: bold;
  margin: 0.26666667rem 0;
}
.mapMain .mapList .mapLi {
  margin-top: 0.13333333rem;
  height: 0.86666667rem;
  line-height: 0.86666667rem;
  border-bottom: 1px dashed #8f8d8d;
  padding: 0 20px;
}
.mapMain .mapList .mapLi a {
  display: block;
}
.mapMain .mapList .mapLi span {
  font-size: 0.33333333rem;
}
.mapMain .mapList .mapLi .createTime {
  float: right;
}
.mapMain .mapList .mapLi .newsContent {
  float: left;
  max-width: 7.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mapMain .mapList .loadMore {
  width: 100%;
  height: 0.76rem;
  margin-top: 0.26666667rem;
  line-height: 0.76rem;
  border-radius: 0.76rem;
  font-size: 0.4rem;
  background: #dcdcdc;
  color: #565656;
}
