/*--------------------------------------------------------------
# list navbar
--------------------------------------------------------------*/
.list-header {
  padding: 28px 0 18px 0;
}
.list-header .mobile-nav-show {
  color: #000;
  font-size: 32px;
  cursor: pointer;
  line-height: 0;
  transition: 0.5s;
  z-index: 9999;
  margin-right: 20px;
}
.list-navbar a,
.list-navbar a:focus {
  color: #000;
}

.list-navbar a:hover,
.list-navbar .active,
.list-navbar .active:focus,
.list-navbar li:hover>a {
  color: #000;
}
/*--------------------------------------------------------------
# about Section
--------------------------------------------------------------*/
.about{
  margin: 50px 0 150px 0;
}
.about-lf {
  width: 20%;
}
.about-lf h1 {
  margin: 0;
  color: #333;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
}
.about-lf li {
  line-height: 28px;
  position: relative;
  margin-bottom: 5px;
}
.about-lf li a {
  color: #333;
  font-size: 14px;
}
.about-lf li.active a {
  color: #007FFF;
}
.about-lf li font {
  font-size: 1px;
  transform: scale(0.7);
  padding-right: 4px;
  display: inline-block;
  color: #ccc;
}
.about-lf li.active a font {
  color: #007FFF;
}
.about-lf li.active::after {
  content: ">";
  font-family: fangsong;
  color: #007FFF;
  float: right;
}

.about-rt {
  width: 80%;
  padding-left: 120px;
}
.about-rt p {
  margin-bottom: 30px;
  font-size: 15px;
  color: #333;
  line-height: 160%;
}
.about-rt h2 {
  font-size: 16px;
  color: #333;
  padding-bottom: 8px;
}