.g-about .g1 {
  float: left;
  width: 160px;
}
.g-about .g2 {
  width: 970px;
  float: right;
}
.nav-about {
  background: #fafafa;
}
.nav-about li {
  border-bottom: 1px solid #eee;
  text-align: center;
}
.nav-about li a {
  display: block;
  line-height: 40px;
  font-size: 16px;
}
.nav-about li.current {
  border-bottom: 1px solid #f17d01;
}
.nav-about li.current a {
  color: #fff;
  background: #f17d01;
}
.content-about {
  margin-bottom: 210px;
}
.content-about h1 {
  font-size: 30px;
  line-height: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.content-about p {
  font-size: 16px;
  margin: 1.6em 0;
  line-height: 1.8;
}
.content-about hr {
  border: none;
  background: #eee;
  height: 1px;
}
.content-about-links p a {
  margin-right: 8px;
  white-space: nowrap;
}
.content-about-links p .name {
  display: none;
}
.content-about-links p .sep {
  display: none;
}
@media (max-width: 800px) {
  .g-about .g1 {
    float: none;
    width: auto;
  }
  .g-about .g2 {
    padding: 0 10px;
    width: auto;
    float: none;
  }
  .content-about {
    margin-bottom: 10px;
  }
  .nav-about {
    padding: 0 10px;
    background: none;
    overflow-x: auto;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
  }
  .nav-about:after {
    content: '';
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
  }
  .nav-about li {
    display: inline-block;
    white-space: nowrap;
  }
  .nav-about li a {
    font-size: 13px;
  }
  .nav-about li.current a {
    color: #f17d01;
    background: inherit;
  }
}
