html,
body {
  background-color: #f0f3f6;
}
.whole-banner {
  position: relative;
  height: 215px;
  background: url("../img/banner.png") #5aa8fd no-repeat center;
}
.whole-banner .banner-slogan {
  padding-left: 40px;
  padding-top: 64px;
  color: #fff;
}
.whole-banner .banner-slogan div {
  margin-bottom: 12px;
  font-size: 34px;
  font-weight: bold;
}
.whole-banner .banner-slogan span {
  display: block;
  font-size: 20px;
  letter-spacing: 2px;
}
.whole-banner .banner-search {
  position: absolute;
  right: 80px;
  top: 0;
  bottom: 0;
  width: 360px;
  height: 40px;
  margin: auto 0;
}
.whole-banner .banner-search .form-control {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 82px;
  border-radius: 0;
}
.whole-banner .banner-search .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 40px;
  background-color: #FF9802;
}
.whole-sub-banner {
  position: relative;
  height: 220px;
  background: url("../img/subanner.png") #4282ff no-repeat center;
}
.whole-sub-banner .banner-slogan {
  padding-left: 40px;
  padding-top: 80px;
  color: #fff;
}
.whole-sub-banner .banner-slogan div {
  margin-bottom: 12px;
  font-size: 34px;
  font-weight: bold;
}
.whole-filter {
  padding: 12px 0;
  font-size: 16px;
  background-color: #fff;
}
.whole-filter .filter-row {
  overflow: hidden;
}
.whole-filter .filter-row + .filter-row {
  margin-top: 12px;
}
.whole-filter .filter-label {
  float: left;
  width: 120px;
  height: 32px;
  line-height: 32px;
}
.whole-filter .filter-list {
  margin-left: 120px;
}
.whole-filter .filter-list > ul > li {
  float: left;
  height: 32px;
  margin-right: 20px;
  margin-bottom: 8px;
  padding: 0 20px;
  line-height: 32px;
  cursor: pointer;
}
.whole-filter .filter-list > ul > li.active {
  color: #fff;
  background-color: #2F85C3;
}
.whole-filter .filter-radio {
  margin-left: 120px;
}
.whole-filter .filter-radio > ul > li {
  position: relative;
  float: left;
  height: 32px;
  margin-right: 20px;
  margin-bottom: 8px;
  line-height: 32px;
  cursor: pointer;
}
.whole-filter .filter-radio > ul > li i {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: -3px;
  border: 1px solid #2F85C3;
  border-radius: 50%;
}
.whole-filter .filter-radio > ul > li.active i {
  background-color: #2F85C3;
}
.whole-filter .filter-radio > ul > li.active i:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  background: #fff;
  border-radius: 50%;
}
.whole-list {
  padding: 16px 0;
}
.whole-list .list-title {
  font-size: 26px;
  font-weight: bold;
  line-height: 56px;
  border-bottom: 4px solid #eaeaea;
}
.whole-list .list-section {
  display: none;
}
.whole-list .list-section.active {
  display: block;
}
.whole-list .list-content {
  padding-top: 32px;
}
.whole-list .list-content > ul {
  margin-left: -8px;
}
.whole-list .list-content > ul > li {
  float: left;
  width: 180px;
  height: 200px;
  margin: 0 8px 20px;
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 15px 0 rgba(17, 42, 74, 0.18);
}
.whole-list .list-content > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 16px 0;
  color: #333;
}
.whole-list .list-content > ul > li a:hover {
  text-decoration: none;
}
.whole-list .list-content > ul > li .item-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 24px;
  line-height: 48px;
}
.whole-list .list-content > ul > li .item-icon img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.whole-list .list-content > ul > li .item-name {
  margin-bottom: 12px;
  font-size: 24px;
}
.whole-list .list-content > ul > li .item-num {
  font-size: 14px;
}
.whole-list .list-content > ul > li .item-num em {
  font-style: normal;
  color: #ff2728;
}
.sub-top-header {
  padding: 32px 0;
}
.sub-top-header .top-title {
  float: left;
  padding-left: 16px;
  margin-top: 10px;
  font-size: 20px;
  line-height: 1;
  border-left: 4px solid #2F85C3;
}
.sub-top-header .top-search {
  position: relative;
  float: right;
  width: 360px;
  height: 40px;
}
.sub-top-header .top-search .form-control {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 82px;
  border-radius: 0;
}
.sub-top-header .top-search .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 40px;
  background-color: #2E82C1;
  border-color: #2E82C1;
}
.sub-filter {
  margin-bottom: 20px;
  font-size: 14px;
}
.sub-filter .filter-label {
  float: left;
  width: 80px;
  height: 28px;
  line-height: 28px;
}
.sub-filter .filter-list {
  margin-left: 80px;
}
.sub-filter .filter-list > ul > li {
  float: left;
  height: 28px;
  margin-right: 12px;
  padding: 0 12px;
  line-height: 28px;
  background-color: #eee;
  cursor: pointer;
}
.sub-filter .filter-list > ul > li.active {
  color: #fff;
  background-color: #2F85C3;
}
.sub-list {
  padding-bottom: 32px;
}
.sub-list > ul {
  padding: 0 15px;
}
.sub-list > ul > li {
  padding: 20px 0;
  background: #fff;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
}
.sub-list > ul > li + li {
  margin-top: 16px;
}
.sub-list .item-btn {
  padding-top: 10px;
  text-align: right;
}
.sub-list .item-btn .btn.btn-primary {
  margin-left: 20px;
  background-color: #5598CB;
  border-color: #5598CB;
}
.sub-list .item-main {
  position: relative;
  padding-left: 48px;
}
.sub-list .item-main:before {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto 0;
  background: #2F85C3;
  border-radius: 50%;
}
.sub-list .item-main .item-name {
  font-weight: bold;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sub-list .item-main .item-name a {
  color: #333;
}
.sub-list .item-main .item-name a:hover {
  text-decoration: none;
  color: #5598CB;
}
.sub-list .item-main .item-info {
  margin-top: 8px;
  font-size: 12px;
}
.page {
  margin: 20px 0;
}
.page .page-num {
  display: inline-block;
  color: #999;
  vertical-align: middle;
  padding: 6px 12px;
}
.page .pagination {
  margin: 0;
  vertical-align: middle;
}
.page .pagination > li.previous > a:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAtUlEQVQoU42Suw3CQBBEb50QkPKpgU8FJDZFQAW3K8umEiQyJKSZJhAFEFCYD1nClgH/Ln5vbnbvxPWcNE0XRVHcAewqTLp4Vd2IyBPAssm0Ct77RESuJLe/gX+CmR1CCBnJfdvtX4KqZiKSADh2Va0FMzuHEKYk875F1IKqXkRkAuA0SighMyvT41GVqtTP0DnJZHDoClDV2Dl3I7keXGsFeO9XURS9AMwHH65Rb+acezS/xhtmEjwNGvjLwwAAAABJRU5ErkJggg==);
}
.page .pagination > li.next > a:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAxklEQVQoU42SPwrCUAzGE7xAj+PmrHuPkCzu3kNQS/NC6aroEUSpg+Cu6Bns4CAupUE6FErtHzM9vnw/8uW9h1ApIrog4kRE0qpePWO9wcxPRByFYXhrgn6AwsTMVzObquqxDjUChYmIDgAQOOc2nZFqO60RMRGRZam3TigNzLwAgI+IzArtH2BlZm9V7QeIaIuIexEJeiMRUQIAc+fcrndpZr6bGanqqfNafd8feJ6X5nk+jKLo0ftwRHTOsmwcx/Gr7Wt8Af/gSw3OGBzGAAAAAElFTkSuQmCC);
}
.page .pagination > li > a,
.page .pagination > li > span {
  border-radius: 0;
  margin-left: 4px;
  margin-right: 4px;
  border-color: #e8e8e8;
  color: #333;
}
.page .pagination > li.active > a,
.page .pagination > li.active > span {
  color: #1668C7;
  border-color: #1668C7;
  background-color: #fff;
}
.page .page-length {
  display: inline-block;
}
.page .page-length > li {
  vertical-align: middle;
}
.page .page-length .form-control {
  border-radius: 0;
  width: 100px;
  border-color: #e8e8e8;
  box-shadow: none;
}
