
.policy-container .title {
  margin-top: 24px;
  font-size: 24px;
  color: #2d2c2c;
  font-weight: bold;
  line-height: 88px;
  border-bottom: 1px solid #0e96ff;
}

#policy-container .nav-select > ul > li {
  float: left;
  width: 128px;
  height: 40px;
  background: #e0e0e0;
  line-height: 40px;
}

.content .download {
  position: relative;
  width: 180px;
  height: 40px;
  line-height: 40px;
  margin: 10px 0;
  border-radius: 7px;
  background: #e0e0e0;
  color: #333333;
  text-indent: 16px;
}
.content .download:after {
  position: absolute;
  top: 7px;
  right: 20px;
  content: "";
  width: 29px;
  height: 26px;
  background: url("../img/download.png");
}
/*# sourceMappingURL=people.css.map */