﻿body {
  /* background: url(../i/zw_bg.png) no-repeat top center; */
  background: url(../i/zw_bg_new_01.png) no-repeat top center;
  background-color: #f7f7f7;
  font-family: "微软雅黑", arial, tahoma;
}

body[data-sidebar="on"] {
  overflow: hidden !important;
}

.pc-box {
  display: block;
}

.wap-box {
  display: none;
}

header {
  padding-top: 190px;
}

header .title {
  font-size: 60px;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
  margin-bottom: 80px;
  font-family: "微软雅黑", arial, tahoma;
  display: none;
}

header .title a {
  color: #fff;
  text-decoration: none;
}

main .container {
  background-color: #f7f7f7;
  min-height: 600px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px;
}

.search-box::before,
.search-box::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 340px;
  height: 0;
  border-bottom: 1px solid #ccc;
}

.search-box::before {
  left: 15px;
}

.search-box::after {
  right: 15px;
}

main .search {
  margin: 60px auto;
  width: 500px;
  position: relative;
  z-index: 999;
}

.search input {
  border-color: #4e86b9;
}

.search svg {
  position: absolute;
  top: 6px;
  right: 8px;
  cursor: pointer;
  fill: #4e86b9;
  width: 24px;
  height: 24px;
}

main .menu {
  width: 100%;
}

main .item {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

main .item .card-header {
  border: 1px solid #ececec;
}

.menu span.icon svg {
  width: 32px;
  height: 32px;
  fill: #2d66a5;
}

main .item ul {
  border: 1px solid #ececec !important;
  border-top: 0 !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.menu .card-header {
  border-bottom: none;
  cursor: pointer;
  position: relative;
  color: #2d66a5;
  display: flex;
  background-color: #fff;
  align-items: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.menu .card-header:hover {
  background-color: #2d66a5;
  color: #fff;
}

.menu .card-header:hover span.icon svg {
  fill: #fff;
}

.menu .card-header:hover span.toggle-icon {
  color: #fff;
}

.menu .card-header:hover .toggle-icon::before,
.menu .card-header:hover .toggle-icon::after {
  background-color: #fff;
}

.menu .card-header.hover {
  background-color: #2d66a5;
  color: #fff;
}

.menu .card-header.hover span.toggle-icon {
  color: #fff;
}

.menu .card-header.hover span.icon svg {
  fill: #fff;
}

.menu .card-header.hover .toggle-icon::before,
.menu .card-header.hover .toggle-icon::after {
  background-color: #fff;
}

.menu .card-header[aria-expanded="true"] {
  background-color: #2d66a5;
  color: #fff;
}

.menu .card-header[aria-expanded="true"] span.icon svg {
  fill: #fff;
}

.menu .card-header[aria-expanded="true"] span.toggle-icon {
  color: #fff;
}

.menu .card-header[aria-expanded="true"] .toggle-icon::before,
.menu .card-header[aria-expanded="true"] .toggle-icon::after {
  background-color: #fff;
}

.menu .list-group-item {
  cursor: pointer;
  border-color: #ececec;
}

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

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

.menu .menu-name {
  font-size: 17px;
  font-family: "微软雅黑", arial, tahoma;
  margin-left: 10px;
}

.card-header span.toggle-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #2d66a5;
  font-weight: 700;
}

.toggle-icon::before,
.toggle-icon::after {
  position: absolute;
  content: "";
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  background-color: #2d66a5;
}

.toggle-icon::before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}

.toggle-icon::after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}

.card-header[aria-expanded="true"] .toggle-icon::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.card-header[aria-expanded="true"] .toggle-icon::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

main .content {
  border: 1px #ececec solid;
  background-color: #fff;
  min-height: 600px;
  padding: 30px;
}

main .content.list {
  padding: 30px 20px;
}

.content h4 {
  font-size: 30px;
  color: #2d66a5;
  text-align: center;
  margin-bottom: 20px;
}

.content .art_cont {
  color: #606060;
}

.content p {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 20px;
}

.content .art_att {
  border-top: 1px dotted #adadad;
  padding: 30px 0 0;
  margin-top: 30px;
  color: #606060;
}

.modal .modal-header {
  background: #ffc007;
  color: #fff;
  border-color: #ffc007;
}

footer .bot1 {
  width: 100%;
  background-color: #0650ac;
}

footer .bot1 {
  display: flex;
  justify-content: center;
}

footer .bot1 .link {
  margin: 10px 45px;
  width: 190px;
}

footer .bot1 .link .dropdown-menu {
  width: 190px;
}

.link .dropdown-btn {
  width: 100%;
  display: block;
  height: 34px;
  padding-left: 10px;
  font-size: 15px;
  line-height: 34px;
  background: url(../i/lis_bg.jpg) no-repeat left top;
  color: #fff;
  cursor: pointer;
}

footer .bot1 .dropdown-item {
  padding-left: 10px;
  font-size: 0.9rem;
}

footer .bot2 {
  width: 100%;
  padding: 7px 0;
  background-color: #3595eb;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.bot2 a {
  color: #fff;
  margin-left: 20px;
}

.bot2 b {
  font-weight: normal;
  color: #afafaf;
  margin-left: 20px;
  font-size: 16px;
}

footer .bot3 {
  width: 100%;
  background: #878787;
  padding: 10px 0 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.bot3 span {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  height: 37px;
  line-height: 37px;
  background: #9f9f9f;
}

.bot3 a {
  margin: 0px;
  color: #fff;
  border-right: 1px solid #c4c4c4;
  padding: 0 25px;
}

footer .bot4 {
  background: #fff;
  padding: 15px 0 15px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
}

.bot4 .bot_p {
  padding-top: 5px;
  width: 880px;
  line-height: 20px;
  margin: 0 auto;
  padding-left: 80px;
  color: #878787;
}

.bot_p .p1 {
  float: left;
  padding-left: 0px;
  text-align: left;
  color: #333;
  margin-right: 60px;
}

.p2 a {
  display: inline-block;
  margin-left: 8px;
}

.bot4 a {
  color: #333;
  font-size: 12px;
}

.bot4 a:hover {
  color: #777;
}

footer .bottom {
  background-color: #0f4078;
  padding: 1.5rem;
  color: #fff;
}

.bottom p {
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}

.bottom .f_links span.dropdown-wap-btn {
  display: block;
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  background: #0f3661 url(../i/wap_link_arr.jpg) no-repeat right top;
  background-size: 3.5rem 2.5rem;
  padding-left: 1rem;
  border: 1px solid #7b7b7b;
  cursor: pointer;
  position: relative;
  margin: 0 auto 20px;
}

.bottom .f_links .dropdown-menu {
  width: calc(100% - 3rem);
}

.bottom .dropdown-item {
  padding-left: 1rem;
}

.aside-offcanvas-overlay {
  background: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 2000;
  -webkit-animation: animation-offcanvas-fade-in 0.6s ease 1;
  animation: animation-offcanvas-fade-in 0.6s ease 1;
  display: none;
}

body[data-sidebar="on"] .aside-offcanvas-overlay {
  display: block;
}

.sidebar-btn {
  display: none;
}

span.icon.dot svg {
  width: 10px;
  height: 10px;
}

.content .list-group-item {
  border: 0;
  border-radius: 0;
  padding: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.content .article {
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 100%;
}

.content .list-group-item span.title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.content small {
  white-space: nowrap;
  margin-left: 10px;
  color: #c5c5c5;
}

.content .list-group-item + .list-group-item {
  margin-top: 5px;
}

.pagination {
  margin-top: 30px;
}

.page-link {
  color: #2d66a5;
}

.page-item.active .page-link {
  background-color: #2d66a5;
  border-color: #2d66a5;
}

.trs.pagination :first-child {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.trs.pagination :last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.trs.pagination 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;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

@media (max-width: 768px) {
  body {
    /* background: url(../i/wap_banner.png) no-repeat;
    background-size: 100%; */
    background: none;
  }

  header {
    padding-top: 0;
    position: relative;
  }

  header .title {
    display: block;
    font-size: 2rem;
    position: absolute;
    width: 100%;
    bottom: 0.8rem;
    margin-bottom: 0;
  }

  header .navbar-toggler {
    position: absolute;
    top: 2rem;
    left: 1rem;
  }

  main .container {
    padding-bottom: 0;
  }

  main .search {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%;
  }

  footer .bot1 {
    display: none;
  }

  .menu {
    border-top: 1px solid #ececec;
    margin-bottom: 1rem;
  }

  .menu span.icon svg {
    width: 24px;
    height: 24px;
  }

  .menu .item {
    margin-bottom: 0;
  }

  .menu .item .card-header {
    border-top: 0;
  }

  .menu .item .list-group-item {
    border: 0;
  }

  .menu .card-header:hover {
    background-color: #2d66a5;
    color: #fff;
  }

  .menu .card-header:hover span.icon svg {
    fill: #fff;
  }

  .menu .card-header:hover span.toggle-icon {
    color: #fff;
  }

  .menu .card-header:hover .toggle-icon::before,
  .menu .card-header:hover .toggle-icon::after {
    background-color: #fff;
  }

  .menu .card-header.hover {
    background-color: #2d66a5;
    color: #fff;
  }

  .menu .card-header.hover span.toggle-icon {
    color: #fff;
  }

  .menu .card-header.hover span.icon svg {
    fill: #fff;
  }

  .menu .card-header.hover .toggle-icon::before,
  .menu .card-header.hover .toggle-icon::after {
    background-color: #fff;
  }

  .menu .card-header[aria-expanded="true"] {
    background-color: #2d66a5;
    color: #fff;
  }

  .menu .card-header[aria-expanded="true"] span.icon svg {
    fill: #fff;
  }

  .menu .card-header[aria-expanded="true"] span.toggle-icon {
    color: #fff;
  }

  .menu .card-header[aria-expanded="true"] .toggle-icon::before,
  .menu .card-header[aria-expanded="true"] .toggle-icon::after {
    background-color: #fff;
  }

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

  .search-box::before,
  .search-box::after {
    width: 0;
  }

  .pc-box {
    display: none;
  }

  .wap-box {
    display: block;
  }

  .sidebar-btn {
    display: block;
    z-index: 10;
    position: absolute;
    top: 1rem;
    left: 10px;
  }

  .sidebar-btn svg {
    width: 30px;
    height: 30px;
    fill: #104078;
  }

  main .content {
    padding: 1rem !important;
  }

  .content h4 {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .content p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  .content .list-group-item {
    padding-left: 0;
    padding-right: 0;
  }

  .content .list-group-item + .list-group-item {
    border-top: 1px solid #ced6e1;
  }

  .content .list-group-item .article {
    display: block;
  }

  .content .article span.title {
    display: block;
    white-space: inherit;
    width: 100%;
  }

  .content .article small {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}
