#header .head .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .head .logo {
  display: block;
  width: 500px;
  height: 61px;
  background: url(images/logo.png)no-repeat;
}

#header .head .ss {
  display: flex;
  flex-direction: column;
  justify-content: right;
}

#header .head .ss .shou_back {
  display: flex;
  color: #0262b8;
  font-size: 10px;
  align-items: center;
  flex-direction: row-reverse;
  padding-right: 5px;
}

#header .head .ss .shou_back img {
  padding-right: 5px;
}

.bg-links-color {
  width: 100%;
  background-color: #eef1f6;
}

.links-wrapper {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.links-content {
  display: flex;
  flex-direction: column;
  padding-top: 35px;
}

.links__title {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #0262b8;
}

.links__title img {
  padding: 0 8px;
}

.links-nav-menu {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 40px;
}

.links-nav-menu .links-nav-menu__item {
  width: 240px;
  height: 60px;
  margin-left: 20px;
}

.links-nav-menu .links-nav-menu__item a {
  display: block;
  width: 240px;
  height: 60px;
  font-size: 0;
}

.links-nav-menu .links-nav-menu__item:first-child {
  background-image: url(images/bks.png);
  margin-left: 0;
}

.links-nav-menu .links-nav-menu__item:nth-child(2) {
  background-image: url(images/sss.png);
}

.links-nav-menu .links-nav-menu__item:nth-child(3) {
  background-image: url(images/dexw.png);
}

.links-pic {
  display: flex;
  padding-top: 48px;
}

.links-pic a {
  display: block;
  width: 180px;
  height: 90px;
}

.links-pic a:first-child {
  background-image: url(images/dwgk.png);
}

.links-pic a:last-child {
  background-image: url(images/yqzx.png);
  margin-left: 10px;
}


.bg-footer-color {
  background-color: #fafbfd;
}

.footer-info {
  padding: 20px 0 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-info p {
  color: #b6b6b8;
  line-height: 25px;
}


#wp_paging_w6 .wp_paging .per_count,
#wp_paging_w6 .wp_paging em.all_count,
#wp_paging_w6 .wp_paging .curr_page {
  font-size: 14px;
  color: #1a85d7;
  font-weight: normal;
}

.listcolumn-vh {
  min-height: calc(100vh - 275px);
}

.displayinfo-vh {
  min-height: calc(100vh - 275px);
}

/* 搜索 */
.header-right__search {
  /* position: absolute; */
  /* right: 0;
  top: 10px; */
}

.header-right__search__box form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-title {
  width: 155px;
  height: 30px;
  border: none;
  outline: none;
  padding-left: 15px;
  font-size: 14px;
  color: rgba(0, 0, 0, .85);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.search-sub {
  width: 40px;
  height: 30px;
  border: none;
  outline: none;
  cursor: pointer;
  padding-left: 10px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #99b4cc url(images/iconSearch.png)no-repeat center center;

}