.head {
  color: #000;
  padding: 0 20px 8px 20px;
  border-bottom: solid 1px #000;
}
.head h3 {
  font-size: 16px;
}
.head h3 span {
  font-size: 14px;
  text-transform: uppercase;
}
.breadcrumbs {
  margin-bottom: 25px;
  border-bottom: solid 1px #000;
  padding: 0 20px 8px 20px;
}
.breadcrumbs .l h3 {
  font-size: 16px;
}
.breadcrumbs .l h3 span {
  font-size: 14px;
  text-transform: uppercase;
}
.breadcrumbs .r {
  color: #585858;
  font-size: 12px;
}
.breadcrumbs .r span {
  margin: 0 4px;
}
#about {
}
#about .side {
  width: 260px;
}
#about .side .category ul a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #525252;
  padding: 0 20px;
  font-size: 14px;
}
#about .side .category ul a i {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 11px;
  height: 7px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  margin-right: 13px;
  background-image: url("../images/common/list_arrow.png");
}
#about .side .category ul a:hover {
  color: #2d57ab;
}
#about .side .category ul .active a {
  color: #2d57ab;
}
#about .main-wrapper {
  margin-left: 300px;
}
#about .main-wrapper .desc {
  line-height: 1.8;
}


/*# sourceMappingURL=about.css.map */
