body {
  background: #FFF;
}
.policy-container .title {
  margin-top: 24px;
  font-size: 24px;
  color: #2d2c2c;
  font-weight: bold;
  line-height: 88px;
  border-bottom: 1px solid #0e96ff;
}
.content .text {
  margin: 20px 0;
}
.content .text p {
  text-indent: 48px;
  font-family:微软雅黑;
  font-size:16px;
  color: #333;
}
.content .select {
  overflow: hidden;
}
.content .select > ul {
  overflow: hidden;
}
.content .select > ul > li {
  float: left;
  width: 220px;
  height: 60px;
  margin-left: 90px;
  margin-top: 30px;
  text-align: center;
  background: #4c9cff;
  line-height: 60px;
  font-size: 20px;
  border-radius: 5px;
}
.content .select > ul > li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.content .select > ul > li:nth-child(2) {
  margin-left: 400px;
}
/*# sourceMappingURL=policy-down.css.map */