.wrap {
  background: #fff url("//ybj.hubei.gov.cn/material/images/2025home/header.png")
    50% 0% no-repeat;
}
.header {
  height: 233px;
}
.ht .inner {
  display: flex;
  justify-content: flex-end;
  padding: 15px 0;
  padding-right: 20px;
}
.ht .inner::before {
  display: none;
}
.ht .inner::after {
  display: none;
}
.ht-left {
  margin-right: 16px;
}
.ht-left,
.ht-right {
  display: flex;
  align-items: center;
}
.divider {
  margin: 0 6px;
  color: #333;
}
.ht-right a {
  margin-right: 15px;
  color: #333;
  font-size: 16px;
}
.wza,
.zzzq {
  padding: 0px 12px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #ffffff !important;
  text-align: center;
  border-radius: 17px;
}
.wza {
  background-image: linear-gradient(90deg, #1870d3 0%, #2e85e6 100%);
}
.zzzq {
  background-image: linear-gradient(90deg, #fd621e 0%, #ff9e1e 100%);
}
.wza:hover {
  color: #fff;
}
.zzzq:hover {
  color: #fff;
}
.navSearch-box {
  display: flex;
  justify-content: space-between;
}
.nav-search {
  width: 700px;
  padding-right: 20px;
}
.yb-text {
  margin-top: -20px;
  height: 70px;
}
.logo {
  margin-top: -50px;
}
.nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  justify-content: flex-end;
}
.nav li {
  position: relative;
  margin: 0 15px;
}
.nav li:last-child {
  margin-right: 0px;
}
.nav li a {
  display: block;
  padding: 10px 0;
  color: #333;
  text-decoration: none;
  font-size: 20px;
  color: #333333;
  font-weight: 600;
  width: auto;
}
.nav li.current a {
  color: #036eb8;
}
.nav-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 37px;
  height: 4px;
  background: transparent;
  border-radius: 4px;
}
.nav li.current .nav-line {
  background: #0066cc;
}
.search-ipt {
  margin-top: 10px;
  position: relative;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  justify-content: flex-end;
}
.search-ipt input {
  width: 413px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 24px;
  border: solid 1px #6b9eec;
  opacity: 0.76;
  padding-left: 33px;
  line-height: 48px;
  margin-right: 10px;
}
.search-ipt button {
  position: absolute;
  width: 54px;
  height: 30px;
  background-color: #1870d3;
  border-radius: 20px;
  color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  /* right: 128px; */
  right: 128px;
  top: 9px;
}
.search-ipt button span {
  font-size: 32px;
}
.znts {
  width: 110px;
  height: 48px;
  background-color: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(13, 82, 160, 0.18);
  border-radius: 24px;
  border: solid 1px rgba(24, 112, 211, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 20px;
  color: #1870d3;
}
.znts img {
  width: 27px;
  height: 30px;
  margin-right: 8px;
}
.search-hot {
  display: flex;
  /* justify-content: flex-start; */
  justify-content: flex-end;
  align-items: center;
  margin-top: 5px;
  font-size: 16px;
  color: #333333;
}
.search-hot ul {
  display: flex;
}
.search-hot ul li {
  margin: 0px 10px;
}
.search-hot ul li a {
  color: #1870d3;
}

/* 尾部 */
.footer {
  background-color: #e3eff6;
  border-top: 4px solid #4597f2;
  padding-top: 24px;
  padding-bottom: 47px;
}
.links > ul {
  display: flex;
  justify-content: space-between;
}
.links > ul > li {
  position: relative;
  line-height: 40px;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
  width: 24%;
}

.links > ul > li > a {
  display: block;
  padding: 0 10px;
  background: #fff
    url("//ybj.hubei.gov.cn/material/images/images_2021/links_arr.png") 96% 50%
    no-repeat;
}

.links li ul {
  display: none\9;
  z-index: -1;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 40px;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #ddd;
  background-color: #fff;
  opacity: 0;
  transform: translate(0, 3px);
  transition: opacity, transform 0.3s;
}

.links li:hover ul {
  display: block\9;
  z-index: 9;
  opacity: 1;
  transform: translate(0, 0);
}

.links li li {
  border-top: 1px solid #ddd;
  line-height: 39px;
  text-align: center;
  transition: all 0.3s;
}

.links li li:hover {
  background-color: #f8f8f8;
}

.links li li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  font-size: 14px;
}
.copyright {
  display: flex;
  position: relative;
}

.copyright-btn {
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 20px 0;
  margin-bottom: 0px;
  width: 38%;
}

.copyright-btn li {
  width: 120px;
  height: 120px;
  background-color: #d5e8f3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright-btn li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #1d63b5;
}

.copyright-btn .iconfont {
  font-size: 40px;
  margin-bottom: 18px;
  color: #306fc8;
}

.copyright-btn li span {
  font-size: 16px;
  color: #333333;
}
.copyright-text {
  padding: 10px 38px 10px 32px;
  width: 670px;
  height: 120px;
  display: flex;
  background-color: #d5e8f3;
  margin: 20px 0;
  margin-left: 19px;
  margin-bottom: 0px;
}
.copyright-text div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.copyright-text p {
  font-size: 16px;
  color: #333333;
}
.copyright-text div:nth-child(1) {
  margin-right: 30px;
}
.gov {
  position: absolute;
  top: 38px;
  right: 105px;
}
.jc {
  position: absolute;
  top: 51px;
  right: 0px;
}
.ddlj {
  background-image: none !important;
}
.content-zntj {
  position: absolute;
  top: 5px;
  left: -75px;
  width: 52px;
  height: 224px;
  text-decoration: none;
  background: url(//ybj.hubei.gov.cn/material/images/zntj.png) no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.2;
  cursor: pointer;
}

.con-tab-bg {
  width: 440px;
  height: 0px;
  position: absolute;
  overflow: hidden;
  right: 0px;
  top: 60px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.con-tab-bg .pane {
  height: 180px;
  overflow-y: auto;
}

.con-tab-abc {
  opacity: 1;
  transform: translateX(0);
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  padding-top: 15px;
  width: 420px;
  height: 256px !important;
  box-shadow: 0px 0px 21px 0px rgba(49, 96, 132, 0.24);
}

.con-tab-abc:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 20px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(255, 255, 255, 0.9);
}

.znts .bottom_news {
  padding: 1.30208vw 1.45833vw;
  background: #fff;
  font-size: 1.04167vw;
  line-height: 1.66667vw;
}

.znts .bottom_news a {
  color: #313131;
  display: block;
  border-top: dashed 1px #dbdbdb;
  padding: 0.52083vw 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.znts .bottom_news a:first-child {
  border-top: none;
}

.znts .bottom_news a:hover {
  color: #295ed4;
}

.znts .bottom_news a span {
  font-size: 1.14583vw;
  color: #295ed4;
}

.zntj-tabs .tab-pane {
  width: 100%;
}

.zntj-tabs .tab {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
}

.zntj-tabs .tab a:after,
.zntj-tabs .tab b:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.con-tab-bg .tab a.current:after,
.con-tab-bg .tab b.current:after {
  background-color: #215aad;
  transform: scale(1, 1);
}

.con-tab-bg .tab a {
  display: inline-block;
  min-width: 100px;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  background-color: transparent;
  border-radius: 3px;
  transition: all 0.3s;
  position: relative;
}

.con-tab-bg .tab a.current {
  background-color: transparent;
  color: #215aad;
}

.con-tab-bg .list-t li {
  position: relative;
  padding-left: 20px;
  line-height: 24px;
  font-size: 14px;
  margin-left: 10px;
}

.con-tab-bg .list-t li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-top: 0px;
  background: #1c5ab3;
}

.con-tab-bg .list-t li:hover:before {
  background-color: transparent;
}

.con-tab-bg .list-t li a {
  display: block;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

.con-tab-bg .t4 {
  font-size: 16px;
  color: #5482c2;
  margin: 3px 0px;
}

.con-tab-bg .t4 b {
  font-weight: bold;
}

/* 移动适配 */
@media (max-width: 1200px) {
  /* 头尾 */
  .header {
    height: 250px;
  }
  .ht-left {
    display: none;
  }

  .ht .inner {
    justify-content: center;
    padding-right: 0px;
  }

  .ht-right a {
    margin-right: 5px;
    font-size: 12px;
  }

  .ht-right span {
    font-size: 12px;
  }

  .wza,
  .zzzq {
    padding: 0px 5px;
    height: 24px;
    line-height: 24px;
  }

  .wrap {
    background: url(//ybj.hubei.gov.cn/material/images/2025home/headerlit.png)
      no-repeat;
    background-size: 260% auto;
    background-position: 48% 0%;
  }

  .logo {
    margin-top: 0px;
    width: 50%;
    display: block;
    margin-left: 5px;
  }

  .logo img {
    width: 100%;
    height: 100%;
  }

  .navSearch-box {
    flex-direction: column;
    position: relative;
  }

  .yb-text {
    width: 35%;
    height: auto;
    position: absolute;
    right: 20px;
    top: 28px;
  }

  .nav-search {
    width: 100%;
    margin-top: 30px;
    padding-right: 0px;
  }
  .nav li.current .nav-line {
    background: #fff;
  }
  .nav {
    background: rgba(29, 117, 209, 0.8);
  }

  .nav::before,
  .nav::after {
    display: none;
  }

  .nav li a {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
  }
  .nav li.current a {
    color: #fff;
    font-weight: bold;
  }

  .nav li {
    margin: 0px;
    margin-right: 6px;
  }

  .nav li:last-child {
    margin-right: 0px;
  }

  .nav-line {
    width: 28px;
  }

  .nav ul {
    justify-content: center;
  }

  .search {
    padding: 0px 20px;
  }

  .search-ipt input {
    width: 100%;
    height: 42px;
    font-size: 14px;
    margin-top: 15px;
  }

  .znts {
    display: none;
  }

  .search-ipt button {
    height: 34px;
    right: 17px;
    top: 19px;
  }

  .search-hot {
    margin-top: 10px;
    font-size: 11px;
  }

  .search-hot ul {
    flex: 1;
    justify-content: flex-start;
  }

  .search-hot ul li {
    margin: 0px;
    margin-right: 5px;
  }

  .links > ul > li {
    font-size: 11px;
    padding-right: 0px;
    padding-left: 0px;
    width: 24%;
  }

  .links > ul > li > a {
    padding: 0 1px;
  }

  .footer {
    padding: 20px;
  }

  .copyright {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .copyright-btn {
    width: 100% !important;
    gap: 10px !important;
    justify-content: flex-start;
    margin: 0px 0;
  }

  .copyright-btn li {
    width: 24%;
    padding: 10px 0px;
    height: auto;
  }

  .copyright-btn .iconfont {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .copyright-btn li span {
    font-size: 12px;
  }

  .copyright-text {
    margin: 10px 0;
    margin-left: 0px !important;
    width: 100% !important;
    padding: 5px;
    margin-bottom: 0px;
  }

  .copyright-text div:nth-child(1) {
    margin-right: 6px !important;
  }

  .copyright-text p {
    font-size: 9px;
  }

  .copyright div p img {
    width: 12px;
    height: 12px;
  }

  .gov {
    top: 210px;
    left: 0px !important;
    width: 13%;
    height: 23px;
  }

  .jc {
    top: 218px;
    left: 45px !important;
    width: 13%;
    height: 23px;
  }

  .gov img {
    width: 100%;
  }

  .jc #_span_jiucuo img {
    width: 100%;
  }

  /* 头尾 */
}
