.menu .list-group-item.hover {
  color: #2d66a5;
  background-color: #e1edfa;
}

.col-lg-9 > .loading {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  background-color: #fff;
  opacity: 0.8;
  z-index: 99;
  display: none;
}

.loading .icon {
  width: 40px;
  height: 40px;
  display: block;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cg%3E%3Crect width="2" height="5" x="11" y="1" fill="currentColor" opacity=".14"%2F%3E%3Crect width="2" height="5" x="11" y="1" fill="currentColor" opacity=".29" transform="rotate(30 12 12)"%2F%3E%3Crect width="2" height="5" x="11" y="1" fill="currentColor" opacity=".43" transform="rotate(60 12 12)"%2F%3E%3Crect width="2" height="5" x="11" y="1" fill="currentColor" opacity=".57" transform="rotate(90 12 12)"%2F%3E%3Crect width="2" height="5" x="11" y="1" fill="currentColor" opacity=".71" transform="rotate(120 12 12)"%2F%3E%3Crect width="2" height="5" x="11" y="1" fill="currentColor" opacity=".86" transform="rotate(150 12 12)"%2F%3E%3Crect width="2" height="5" x="11" y="1" fill="currentColor" transform="rotate(180 12 12)"%2F%3E%3CanimateTransform attributeName="transform" calcMode="discrete" dur="0.75s" repeatCount="indefinite" type="rotate" values="0 12 12%3B30 12 12%3B60 12 12%3B90 12 12%3B120 12 12%3B150 12 12%3B180 12 12%3B210 12 12%3B240 12 12%3B270 12 12%3B300 12 12%3B330 12 12%3B360 12 12"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 40% auto 0;
}

.content .lis_zw {
  list-style: none;
  margin: 0;
  padding: 0;
}

.content .lis_zw ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.content .lis_zw ul li {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-content: center;
  width: 100%;
}

.content .lis_zw ul li:focus,
.content .lis_zw ul li:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.content .lis_zw ul li:active {
  color: #212529;
  background-color: #e9ecef;
}

.content .lis_zw ul li:hover a {
  color: #007bff;
}

.content .lis_zw ul li .clear {
  display: none;
}

.content .lis_zw ul li a {
  color: #495057;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
}

.content .lis_zw ul li span {
  white-space: nowrap;
  margin-left: 10px;
  color: #c5c5c5;
  font-size: 80%;
  font-weight: 400;
}

.content .new-page {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  margin-top: 30px;
  margin-bottom: 16px;
}

.content .new-page :first-child {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.content .new-page :last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.content .new-page a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  margin-left: -1px;
  line-height: 1.25;
  color: #2d66a5;
  background-color: #fff;
  border: 1px solid #dee2e6;
  text-decoration: none;
}

.content .new-page a:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.content .new-page span {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  border: 1px solid #2d66a5;
  z-index: 3;
  color: #fff;
  background-color: #2d66a5;
}
.content .new-page span.els {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2d66a5;
  background-color: #fff;
  border: 1px solid #dee2e6;
  text-decoration: none;
}

.content .lis_zw h3 {
  font-size: initial;
  margin-bottom: 20px;
}

.content .lis_zw h3 b {
  font-size: 17px;
  font-weight: normal;
  display: inline-block;
  background: #2d66a5;
  padding: 8px 16px;
  color: #fff;
}

.content .lis_zw {
  padding-bottom: 30px;
}

.content .lis_zw + .lis_zw {
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
}

.content .lis_zw .more2 {
  width: 100px;
  height: 30px;
  line-height: 30px;
  margin: 30px auto 0;
  background: #e6e6e6;
}

.content .lis_zw .more2 a {
  display: block;
  width: 100%;
  line-height: 30px;
  color: #9a9a9a;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}

.content .btn_box ul {
  list-style: none;
  margin: 20px 20px 60px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 50px;
  row-gap: 40px;
}

.content .btn_box li a {
  display: block;
  width: 100%;
  line-height: 88px;
  border: 1px solid #e5e5e5;
  text-align: center;
  background: url(https://www.whkfq.gov.cn/images/btn_bg2.png) repeat-x left top;
  background-size: 100% 100%;
  font-size: 24px;
  color: #7c7c7c;
  text-decoration: none;
}

.content .btn_box li a:hover {
  border: 1px solid #000;
}

.content .lis_zw .lis_tab {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.content .lis_zw .lis_tab .tab_title {
  display: inline-block;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 10px;
}

.content .lis_zw .lis_tab .tab_item {
  display: inline-block;
  padding: 8px 16px;
  background-color: #eee;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.05s;
  color: rgba(0, 0, 0, 0.87);
}

.content .lis_zw .lis_tab .tab_item.cur,
.content .lis_zw .lis_tab .tab_item:hover {
  background: #2d66a5;
  color: #fff;
}

.content .lis_zw .search_box {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto 30px;
}

.content .lis_zw .search_box .search_input {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.content .lis_zw .search_box .search_input input {
  display: block;

  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: 0;
  width: 510px;
  border-color: rgb(209 213 219);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
  border-radius: 6px;
  color: #6b7280;
}

.content .lis_zw .search_box .search_input input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.content .lis_zw .search_box .search_input button {
  background-color: transparent;
  background-image: none;

  display: inline-flex;
  justify-content: center;
  border-radius: 6px;
  border-width: 1px;
  border-color: transparent;
  /* background-color: #0284c7; */
  padding: 8px 20px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  border: 1px solid #d1d5db;
  color: #606266;
  /* box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05); */
  margin-left: 16px;
}

.content .lis_zw .search_box .search_input button:hover {
  color: #409eff;
  background-color: #ecf5ff;
  border-color: #c6e2ff;
  outline: none;
}

.content .lis_zw .search_box .search_input button:focus {
  outline-style: none;
}

.content .lis_zw .search_box .search_input button:active {
  color: #409eff;
  background-color: #ecf5ff;
  border-color: #409eff;
  outline: none;
}

.content .lis_zw .search_box .search_info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.content .lis_zw .search_box .search_info .radio_group {
  display: flex;
  align-items: center;
}

.content .lis_zw .search_box .search_info .radio_group .radio_title {
  margin-right: 6px;
  color: #015093;
}

.radio_group input[type="radio"] {
  cursor: pointer;
}

.radio_group label {
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 0;
  cursor: pointer;
}

.radio_group + .radio_group {
  margin-left: 24px;
}

.content #page .pg-prev::after {
  content: "«";
}

.content #page .pg-next::after {
  content: "»";
}

@media (max-width: 768px) {
  .content .lis_zw ul li {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .content .lis_zw ul li a {
    display: block;
    white-space: inherit;
    width: 100%;
  }

  .content .lis_zw ul li span {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }

  .content .lis_zw ul li + li {
    border-top: 1px solid #ced6e1;
  }

  .content .new-page a,
  .content .new-page span {
    font-size: 12px;
    padding: 6px 10px;
  }

  .content .btn_box ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 20px 0;
    row-gap: 20px;
  }

  .content .btn_box li a {
    font-size: 18px;
    line-height: 60px;
  }

  .content .lis_zw .search_box .search_input input {
    width: 70%;
  }

  .content .lis_zw .search_box .search_info {
    flex-direction: column;
    align-items: flex-start;
  }

  .radio_group + .radio_group {
    margin-left: 0;
  }
}
