/*网站地图*/
header.main.jjfa {
  height: auto;
}
nav.main ul li {
  color: #000000;
}
header.main.jjfa nav.main {
  border: none;
}
/*主内容*/
main {
  height: 1400px;
}
.top-banner {
  width: 100%;
  height: 164px;
  background: left/cover url('../images/siteMap/banner-bg.png');
  color: white;
  font-size: 35px;
}
.nav-container {
  width: 826px;
  margin: 0 auto;
}

.nav-detail-list {
  color: #686868;
  font-size: 15px;
  display: flex;
  column-gap: 30px;
  margin-top: 34px;
}
.nav-detail-list .title a {
  font-size: 16px;
  color: #686868;
  font-weight: bold;
}
.news-tag-container {
  padding-top: 75px;
}
.news-tag-container .nav-list a.active {
  font-size: 18px;
}
