@charset "UTF-8";
/**
* 网站地图
* date:2023-6-15
* author: qianyuting
*/
.wrap {
  position: relative;
  padding: 30px 0;
  background-color: #f2f7fc;
  z-index: 100;
}

.map {
  padding: 34px 40px 20px;
  background: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.map-title {
  height: 47px;
  line-height: 46px;
  font-size: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 114, 220, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.map-title-txt {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.map-title-txt::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #0072DC;
}

.map-info {
  margin-left: -20px;
}

.map-item {
  width: 16.6%;
  padding: 0 0 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.map-link {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #333;
  font-size: 18px;
  background: #f4f4f4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

@media (max-width: 1680px) {
  .right-nav-list {
    right: 0;
  }
}

/* 长者版 */

.show-old .map-title {
  height: 57px;
  line-height: 56px;
  font-size: 30px;
}

.show-old .map-item {
  width: 25%;
}

.show-old .map-link {
  font-size: 24px;
}