/*前缀兼容样式 start*/
/*多行省略*/
/*镜像效果*/
/*背景线性渐变*/
/*前缀兼容样式 end*/
.about {
  padding-top: 25px;
  padding-bottom: 30px;
}
.about .bread-crumbs {
  margin-bottom: 24px;
  color: #666666;
}
.about .bread-crumbs a {
  color: #666666;
}
.about .about-list .hd {
  float: left;
  width: 240px;
  margin-right: 20px;
  padding: 30px;
  background-color: #ffffff;
}
.about .about-list .hd h4 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.about .about-list .hd ul {
  padding-top: 20px;
}
.about .about-list .hd ul li {
  margin-bottom: 25px;
  color: #333333;
  cursor: pointer;
}
.about .about-list .hd ul li:last-child {
  margin-bottom: 0;
}
.about .about-list .hd ul li.active {
  color: #fcd042;
  position: relative;
}
.about .about-list .hd ul li.active:after {
  content: '';
  width: 9px;
  height: 9px;
  border-bottom: 1px solid #fcd042;
  border-right: 1px solid #fcd042;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 4px;
  right: 2px;
}
.about .about-list .bd {
  float: left;
  width: 920px;
  background-color: #ffffff;
}
.about .about-list .bd .bd-list {
  padding: 30px 30px 150px;
}
.about .about-list .bd .bd-list h5 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.about .about-list .bd .bd-list .content {
  padding-top: 25px;
  line-height: 22px;
}
.about .about-list .bd .bd-list .content img {
  max-width: 100%;
}
/*# sourceMappingURL=about.css.map */