.mixin-center {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.container .main .about {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  padding: 0 1rem;
}
.container .main .about .aside {
  font-size: 1.3rem;
  text-align: center;
}
.container .main .about .aside .title {
  display: none;
  padding: 0.9rem 0;
  background: url("../../images/new/about/aside_header.png") no-repeat;
  background-size: contain;
}
.container .main .about .aside .title a {
  color: #fff;
}
.container .main .about .aside ul li {
  padding: 0.5rem 0;
  background-color: #e5e8ed;
  margin: 0.5rem 0;
  width: 25%;
  float: left;
}
.container .main .about .aside ul li:nth-child(5),
.container .main .about .aside ul li:nth-child(6),
.container .main .about .aside ul li:nth-child(7) {
  width: 33.3333%;
}
.container .main .about .aside ul li.active,
.container .main .about .aside ul li:active,
.container .main .about .aside ul li:hover {
  background-color: #bd0608;
}
.container .main .about .aside ul li.active a,
.container .main .about .aside ul li:active a,
.container .main .about .aside ul li:hover a {
  color: #fff;
}
.container .main .about .aside ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.container .main .about .content .html {
  margin-top: 1rem;
  display: none;
}
.container .main .about .content .html.show {
  display: block;
}
.component-title {
  border-bottom: 2px solid #4a709d;
  padding-bottom: 0.8rem;
  position: relative;
}
.component-title .title-icon {
  display: inline-block;
  float: left;
  background: url("../../images/new/title_left.png") no-repeat center;
  width: 1.3rem;
  height: 2.5rem;
  margin-right: 0.8rem;
}
.component-title .text {
  font-size: 1.8rem;
  font-weight: normal;
  display: inline-block;
  color: #333;
}
.component-title .more {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.component-title .more i {
  color: #bd0608;
  margin-right: 0.5rem;
  font-size: 1.1rem;
}
.component-title .more-icon {
  display: inline-block;
  float: right;
}
/*# sourceMappingURL=field_m.css.map */