﻿*,
::before,
::after {
  box-sizing: border-box;
}
body,
html {
  margin: 0;
  padding: 0;
}
body {
  background-size: cover;
  color: #333;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "微软雅黑", Arial, sans-serif;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #505af0;
}
.mb-2 {
  margin-bottom: 20px;
}
.btn {
  padding: 6px 12px;
  display: inline-block;
  font-size: 14px;
}
.text-info {
  color: #505af0;
}
.text-muted {
  color: #999;
}
.pull-right {
  float: right;
}
.g-main {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.banner {
  background: url(../img/banner.png) top center no-repeat;
  padding: 60px 0;
  height: 360px;
}
.banner .title {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.content {
  margin-top: -175px;
}
.bg-shadow {
  box-shadow: 0 0 10px rgba(20, 115, 250, 0.2);
  background-color: #fff;
  border-radius: 8px;
}
.panel {
  margin-bottom: 30px;
}
.panel-header {
  position: relative;
  text-align: center;
  padding: 20px;
  border-bottom: 2px solid #979797;
}
.panel-header .panel-title {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 32px;
  font-weight: bold;
}
.panel-header .panel-title:before {
  content: "";
  position: absolute;
  height: 18px;
  width: 17px;
  background: url(../img/title-icon.png) center no-repeat;
  left: 0;
  top: 50%;
  margin-top: -9px;
}
.panel-header .panel-title:after {
  content: "";
  position: absolute;
  height: 18px;
  width: 17px;
  background: url(../img/title-icon.png) center no-repeat;
  right: 0;
  top: 50%;
  margin-top: -9px;
  transform: rotate(180deg);
}
.panel-header .btn-link {
  display: none;
  position: absolute;
  right: 0;
  top: 20px;
}
.panel-header .btn-search {
  margin-top: 15px;
  width: 100%;
  display: none;
}
.panel-header .btn-search .form-control {
  height: 34px;
  display: table-cell;
  width: 100%;
  border: 1px solid #dddddd;
  font-size: 16px;
  padding: 6px 12px;
}
.panel-header .btn-search .form-control:focus {
  outline: none;
  border-color: #505af0;
}
.panel-header .btn-search .btn-info {
  background-color: #505af0;
  color: #fff;
  border: 0;
  height: 34px;
}
.panel-header .btn-search .input-group-btn {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
}
.panel-header .btn-search.active {
  display: table;
}
.panel-header .search-group {
  display: table;
  width: 210px;
}
.panel-header .search-group .form-control {
  height: 34px;
  display: table-cell;
  width: 100%;
  border: 1px solid #dddddd;
  font-size: 16px;
  padding: 6px 12px;
}
.panel-header .search-group .form-control:focus {
  outline: none;
  border-color: #505af0;
}
.panel-header .search-group .btn {
  padding: 6px 12px;
  display: inline-block;
  font-size: 16px;
}
.panel-header .search-group .btn-info {
  background-color: #505af0;
  color: #fff;
  border: 0;
  height: 34px;
}
.panel-header .search-group .input-group-btn {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
}
.panel-body {
  padding: 15px 20px;
}
.policy-list {
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 10px;
}
.policy-list > ul {
  margin-bottom: 10px;
  text-align: center;
}
.policy-list > ul > li {
  display: inline-block;
  background-color: #f6f7f8;
  padding: 8px 15px;
  border-radius: 4px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.policy-list > ul > li i:first-child {
  padding-right: 5px;
}
.policy-list > ul > li span {
  display: inline-block;
}
.policy-list > ul > li.active {
  background-color: #505af0;
  color: #fff;
}
.policy-list > ul > li.active i {
  color: #fff;
}
.policy-list > ul > li:hover {
  cursor: pointer;
}
.policy-list .cont1 .item-group {
  overflow: hidden;
}
.policy-list .cont1 .item-group > li {
  float: left;
  width: 15%;
  padding: 5px;
}
.policy-list .cont1 .item-group > li span {
  display: block;
  background-color: #F1F2F3;
  border: 1px solid #F1F2F3;
  padding: 5px 10px;
  text-align: center;
  font-weight: bold;
}
.policy-list .cont1 .item-group > li.active span {
  color: #505af0;
  background-color: #F1F2F3;
  border-color: #F1F2F3;
}
.policy-list .cont1 .item-group > li:hover {
  cursor: pointer;
}
.list-group {
  margin-bottom: 20px;
}
.list-group > li {
  padding: 20px 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 1px solid #e6e6e6;
}
.list-group > li a {
  font-weight: bold;
}
.list-group > li span {
  float: right;
  padding-left: 10px;
}
.s-title {
  font-size: 24px;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 10px 0;
}
.apply .handle-group {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}
.apply .handle-group > li {
  float: left;
  width: 25%;
  padding: 10px 10px;
}
.apply .handle-group > li a {
  background-color: #F1F2F3;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.city-group {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}
.city-group > li {
  float: left;
  width: 20%;
  padding: 10px 10px;
}
.city-group > li.c-1 {
  width: 33.33%;
}
.city-group > li a {
  background-color: #F1F2F3;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.category {
  overflow: hidden;
  padding: 10px;
}
.category .title {
  font-weight: bold;
  padding: 10px 5px;
  float: left;
  color: #666;
}
.category ul {
  padding-left: 30px;
  overflow: hidden;
}
.category ul > li {
  padding: 5px;
  float: left;
  width: 12.5%;
}
.category ul > li > a {
  display: block;
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
  padding: 5px 10px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.category ul > li.active a {
  color: #505af0;
}
@media (max-width: 1230px) {
  .search-group {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .btn-link {
    display: none;
  }
}
@media (max-width: 993px) {
  .search-group {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
  }
  .btn-link {
    display: none;
  }
  .policy-list .cont .item-group > li {
    width: 25%;
  }
  .city .item-group > li {
    width: 20%;
  }
  .category > ul > li {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .panel-body {
    padding: 10px;
  }
  .banner {
    height: 200px;
    padding: 30px 0;
  }
  .banner .title {
    height: 30px;
  }
  .content {
    margin-top: -100px;
  }
  .content .panel-header .search-group {
    display: none;
  }
  .content .panel-header .btn-link {
    display: block;
  }
  .content .panel-header .panel-title {
    font-size: 24px;
  }
  .policy-list > ul {
    float: none;
    width: auto;
    display: table;
    width: 100%;
  }
  .policy-list > ul > li {
    font-size: 16px;
    display: block;
  }
  .policy-list .cont {
    margin-left: 0;
  }
  .policy-list .cont .item-group > li {
    width: 50%;
  }
  .city .item-group > li {
    width: 33.33%;
  }
  .city .city-top .dropdown-city .dropdown-menu > li {
    width: 20%;
  }
  .s-title {
    font-size: 18px;
  }
  .apply .handle-group > li {
    width: 50%;
  }
  .city-group > li {
    width: 50%;
  }
  .city-group > li.c-1 {
    width: 50%;
  }
  .category .title {
    display: none;
  }
  .category > ul {
    padding-left: 0;
  }
  .category > ul > li {
    width: 50%;
  }
}
@media (max-width: 320px) {
  .banner {
    height: 175px;
  }
  .banner .title {
    height: 24px;
  }
  .content .panel-header .search-group {
    display: none;
  }
  .policy-list ul > li {
    display: block;
  }
  .policy-list .cont .item-group > li {
    width: 50%;
  }
  .city .item-group > li {
    width: 50%;
  }
  .city .city-top .dropdown-city .dropdown-menu > li {
    width: 50%;
  }
  .apply .handle-group > li {
    width: 100%;
    padding-bottom: 0;
  }
}
@media (min-width: 1230px) {
  .g-main {
    width: 1230px;
    margin: 0 auto;
  }
  .search-group {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .apply .handle-group > li a {
    height: 110px;
    line-height: 110px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
