.content {
  position: relative;
  height: 100%;
}
.content .nav-catalogue {
  text-align: center;
  margin-bottom: 50px;
}
.content .nav-catalogue > ul {
  overflow: hidden;
}
.content .nav-catalogue > ul > li {
  float: left;
  margin-top: 30px;
  margin-left: 30px;
  line-height: 60px;
}
.content .nav-catalogue > ul > li > a{
	display: block;
    width: 215px;
    height: 57px;
	border-radius: 5px;
    text-align: center;
    line-height: 57px;
    font-size: 18px;
    color: #222;
    background: #4c9cff;
	color: #fff;
}
.content .nav-catalogue > ul > li > a:hover {
  color: #fff;
  background: #c43011;
}

.content .nav-catalogue > ul > li:nth-child(5n+1) {
  margin-left: 0;
}
.content .list > ul > li {
  width: 100%;
  height: 60px;
  background: #f3f6fa;
  line-height: 60px;
  text-align: left;
  margin-top: 10px;
  border-radius: 8px;
  font-size: 20px;
  color: #0d0d0d;
  text-indent: 28px;
}
.content .pagination {
  overflow: hidden;
}
.content .pagination > ul {
  margin: 30px auto 0 auto;
  overflow: hidden;
  width: 300px;
}
.content .pagination > ul > li {
  float: left;
  margin-left: 10px;
  padding: 5px 10px;
  cursor: pointer;
  border: 1px solid #333;
}
.content .pagination > ul > li.active {
  background: #333;
  color: #fff;
}
/*# sourceMappingURL=policy.css.map */