header {
  background-image: url(../images/index2025/headerbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 243px;
  /* min-height: 120px;
  max-height: 243px; */
  padding-top: 12px;
  position: relative;
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: min(9.46vw, 140px);
  padding-right: min(9.46vw, 140px);
}

.header-top .time {
  min-width: 247px;
  height: 14px;
}

.header-top .time span {
  font-family: NotoSansHans;
  font-weight: 400;
  font-size: 16px;
  color: #113262 !important;
  margin-right: 4px;
}

.header-top .welcome {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 285px;
  height: 14px;
}

.header-top .welcome span,
.header-top .welcome a {
  font-family: NotoSansHans;
  font-weight: 400;
  font-size: 16px;
  color: #113262 !important;
}

.logoSeachbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  margin-top: 47px;
  padding-left: min(9.46vw, 140px);
  padding-right: min(9.46vw, 140px);
}

.logoSeachbox .searchbox {
  width: 675px;
  height: 55px;
  background: #ffffff;
  border: 1px solid #0e4ca2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logoSeachbox .searchbox input {
  min-width: 500px;
  height: 52px;
  border: none;
  outline: none;
  padding: 20px;
}

.logoSeachbox .searchbox button {
  min-width: 108px;
  height: 53px;
  background: #1c62c2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: NotoSansHans;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  border: none;
  outline: none;
}

.logoSeachbox .searchbox button i {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  margin-right: 7px;
  margin-top: 2px;
}

nav {
  display: flex;
  width: 100%;
  padding-left: min(13.72vw, 203px);
  padding-right: min(13.72vw, 203px);
  height: 65px;
  background: #1c62c2;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  font-family: NotoSansHans;
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  align-items: center;
  justify-content: space-between;
}

nav div {
  position: relative;
  margin: 0 20px;
}

nav div a {
  display: block;
  padding: 16px 0;
  text-decoration: none;
  font-size: 21px;
  transition: color 0.2s;
  color: #ffffff !important;
  text-decoration: none !important;
}

nav div a:hover::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  background: #fff;
  border-radius: 2px;
  width: 138px;
  height: 2px;
  background: #ffffff;
}

nav div.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  background: #fff;
  border-radius: 2px;
  width: 138px;
  height: 2px;
  background: #ffffff;
}

.footer-top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  border-bottom: none;
  background: none;
  width: 100%;
  background-color: #fff;
  margin-top: 62px;
}

.footer-bottom {
  margin-bottom: 0;
  border-bottom: none;
  background: none;
  width: 100%;
  background-color: #29589b;
  height: 284px;
  padding-left: min(9.46vw, 140px);
  padding-right: min(9.46vw, 140px);
  border-radius: 0 !important;
}

.dropdown-row {
  display: flex;
  gap: 24px;
  padding: 20px 0;
  width: 100%;
  padding-left: min(13.72vw, 203px);
  padding-right: min(13.72vw, 203px);
}

.custom-select {
  flex: 1 1 0;
  min-width: 0;
  position: relative;
}

.custom-select select {
  width: 100%;
  min-width: 0;
  height: 40px;
  padding: 0 36px 0 12px;
  border: 1px solid #eee;
  border-radius: 2px;
  background: #fff url('data:image/svg+xml;utf8,<svg fill="gray" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 12px center/16px 16px;
  font-size: 14px;
  color: #333;
  appearance: none;
  outline: none;
  cursor: pointer;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

.custom-select select:focus {
  border-color: #c00;
}

.footer-bottom-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  border-bottom: 1px solid #5e7286;
  padding-bottom: 2px;
}

.footer-bottom-top-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 313px;
  height: 18px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}

.footer-bottom-top-right a {
  color: #ffffff;
}

.footer-bottom-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
}

.footer-bottom-bottom-left {
  height: 87px;
  font-family: NotoSansHans;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 36px;
}

.footer-bottom-bottom-left p {
  margin-bottom: 0;
}

.footer-bottom-bottom-left a {
  color: #ffffff;
}

.footer-bottom-bottom-left p:last-child {
  display: flex;
  align-items: center;
}

.footer-bottom-bottom-left p:last-child::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 20px;
  background-image: url(../images/index2025/100.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 8px;
  line-height: 20px;
}

.footer-bottom-bottom-right {
  display: flex;
  gap: 33px;
}

.footer-bottom-bottom-right img {
  width: 92px;
  height: 92px;
}

@media (max-width: 600px) {
  .overview-title-box {
    width: 90%;
    padding: 16px 0 8px 0;
  }

  .overview-title-box .main-title {
    font-size: 20px;
  }

  .overview-title-box .sub-title {
    font-size: 13px;
  }

  .dropdown-row {
    gap: 12px;
  }

  /* 移动端搜索框优化 */
  .logoSeachbox .searchbox {
    width: 100%;
    max-width: 350px;
  }

  .logoSeachbox .searchbox input {
    min-width: 0;
    width: 100%;
  }

  /* 移动端导航优化 */
  nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  nav div {
    margin: 0 3px;
  }

  nav div a {
    font-size: 16px;
    padding: 10px 6px;
  }
}

/* 面包屑 */
.breadcrumb {
  display: flex;
  height: 40px;
  color: #ffffff;
  font-family: NotoSansHans;
  font-weight: 400;
  font-size: 16px;
  background: transparent !important;
}

.breadcrumb-left {
  display: flex;
  align-items: center;
}

.breadcrumb-left img {
  width: 12px;
  height: 14px;
  margin-right: 21px;
}

.breadcrumb-left span {
  margin-right: 11px;
}

.breadcrumb span,
.breadcrumb a {
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  font-size: 16px;
  color: #313131;
  line-height: 24px;
}

.breadcrumb .link {
  color: #8d8d8d;
}

.breadcrumb-right {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* 分页 */
.customBootstrap {
  width: 100%;
  text-align: right;
}

.pagination>li>a,
.pagination>li>span {
  border: none;
  color: #4b96ff;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: #4b96ff;
  border-color: #4b96ff;
}

@media (max-width: 1280px) {
  .header-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logoSeachbox {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logoSeachbox .searchbox {
    width: 500px;
  }

  .logoSeachbox .searchbox input {
    min-width: 350px;
  }

  nav {
    padding-left: 120px;
    padding-right: 120px;
  }

  nav div {
    margin: 0 10px;
  }

  nav div a {
    font-size: 19px;
  }

  .footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom-top-right {
    width: 250px;
  }

  .footer-bottom-bottom-right {
    gap: 20px;
  }

  /* 面包屑响应式 */
  .breadcrumb {
    height: 35px;
    font-size: 14px;
  }

  .breadcrumb span,
  .breadcrumb a {
    font-size: 14px;
    line-height: 20px;
  }

  /* 分页响应式 */
  .pagination>li>a,
  .pagination>li>span {
    font-size: 14px;
    padding: 8px 12px;
  }
}

/* 首页底部自定义下拉框美化样式 */
.custom-select {
  display: inline-block;
  position: relative;
  width: 220px;
  vertical-align: top;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 36px;
  line-height: 36px;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0 10px;
  font-size: 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  transition: border 0.2s;
}

.custom-select .netname {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 17px;
  user-select: none;
  cursor: pointer;
}

.custom-select .link_list {
  display: none;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 100;
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  border-radius: 0 0 4px 4px;
  margin-top: 2px;
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.custom-select:hover .link_list,
.custom-select:focus-within .link_list {
  display: block;
}

.custom-select .link_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-select .link_list li {
  padding: 0 16px;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  transition: background 0.2s;
  color: #333;
  font-size: 16px;
}

.custom-select .link_list li:hover {
  background: #f5f7fa;
  color: #1976d2;
}

/* 让下拉箭头更像输入框 */
.custom-select .netname::after {
  content: "";
  background-image: url(../images/index2025/jiantou.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  line-height: 36px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/* 兼容中央政府门户网站样式 */
.custom-select a span {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 15px;
  user-select: none;
  cursor: pointer;
  line-height: 36px;
}

.slides-box {
  width: 90px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  justify-content: flex-start;
}

.silders-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
  width: 100%;
  box-shadow: 0px 4px 6px 0px rgba(14, 76, 162, 0.43);
  background-color: #fff;
  /* position: absolute;
  right: 5px;
  top: 0; */
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  transition: transform 0.3s ease;
}

.silders-list-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 80px;
  width: 100%;
  box-shadow: 0px 4px 6px 0px rgba(14, 76, 162, 0.1);
  flex-shrink: 0;
  text-align: center;
}

.silders-list-item img {
  width: 80%;
  height: 80%;
}

.silders-list-item p {
  margin-bottom: 0;
  font-family: NotoSansHans;
  font-weight: 400;
  font-size: 14px;
  color: #686868;
  line-height: 20px;
  text-align: center;
}

/* 自定义滚动条样式 */
.silders-list::-webkit-scrollbar {
  width: 4px;
}

.silders-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.silders-list::-webkit-scrollbar-thumb {
  background: #1a4b8c;
  border-radius: 2px;
}

.silders-list::-webkit-scrollbar-thumb:hover {
  background: #0066bd;
}

.closebox {
  cursor: pointer;
  width: 100%;
  text-align: center;
  background: #0066bd;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: NotoSansHans;
  line-height: 20px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.slides-box-item {
  /* width: 100%; */
  padding: 10px;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.slides-box-item img {
  /* width: 120%;
  height: 120%;
  transform: translate(-10px, 0) ; */
}

@media screen and (max-width: 1280px) {
  .slides-box {
    right: -10px;
  }

  .slides-box-item {
    margin-bottom: 10px;
  }
}

@media screen and (max-height: 850px) {
  .slides-box {
    top: 50%;
    width: 70px;
    transform: translateY(-50%);
    right: 2px;
  }

  .slides-box-item {
    margin-bottom: 10px;
  }

  .slides-box-item img {
    width: 140%;
    height: 140%;
    transform: translateX(-10px);
    padding-left: 0 !important;
  }

  .silders-list {
    right: 0;
  }

  .silders-list p {
    font-size: 11px;
  }

  .closebox {
    font-size: 11px;
    height: 30px;
  }
}

.footer-bottom-top-left a {
  margin-right: 20px;
}

/* 响应式设计优化 */

/* 大屏幕设备 (1440px以上) */
@media (min-width: 1440px) {
  .header-top {
    padding-left: 180px;
    padding-right: 180px;
  }

  .logoSeachbox {
    padding-left: 180px;
    padding-right: 180px;
  }

  .logoSeachbox .searchbox {
    width: 750px;
  }

  nav {
    padding-left: 250px;
    padding-right: 250px;
  }

  .footer-bottom {
    padding-left: 180px;
    padding-right: 180px;
  }

  .dropdown-row {
    padding-left: 250px;
    padding-right: 250px;
  }
}

/* 中等屏幕设备 (1024px - 1439px) */
@media (max-width: 1439px) and (min-width: 1024px) {
  .header-top {
    padding-left: 60px;
    padding-right: 60px;
  }

  .logoSeachbox {
    padding-left: 60px;
    padding-right: 60px;
  }

  .logoSeachbox .searchbox {
    width: 600px;
  }

  .logoSeachbox .searchbox input {
    min-width: 450px;
  }

  nav {
    padding-left: 150px;
    padding-right: 150px;
  }

  .footer-bottom {
    padding-left: 60px;
    padding-right: 60px;
  }

  .dropdown-row {
    padding-left: 150px;
    padding-right: 150px;
  }
}

/* 平板设备 (768px - 1023px) */
@media (max-width: 1023px) and (min-width: 768px) {
  header {
    height: 200px;
  }

  .header-top {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-top .time {
    min-width: 200px;
  }

  .header-top .welcome {
    min-width: 220px;
  }

  .logoSeachbox {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
  }

  .logoSeachbox .searchbox {
    width: 450px;
    height: 50px;
  }

  .logoSeachbox .searchbox input {
    min-width: 320px;
    height: 47px;
    padding: 15px;
  }

  .logoSeachbox .searchbox button {
    min-width: 90px;
    height: 48px;
    font-size: 14px;
  }

  nav {
    padding-left: 80px;
    padding-right: 80px;
    height: 60px;
  }

  nav div {
    margin: 0 8px;
  }

  nav div a {
    font-size: 18px;
    padding: 14px 0;
  }

  nav div a:hover::after,
  nav div.active::after {
    width: 120px;
  }

  .footer-bottom {
    padding-left: 30px;
    padding-right: 30px;
    height: 250px;
  }

  .dropdown-row {
    padding-left: 80px;
    padding-right: 80px;
    gap: 20px;
  }

  .custom-select {
    width: 180px;
  }

  .footer-bottom-top-right {
    width: 200px;
    font-size: 14px;
  }

  .footer-bottom-bottom-left {
    font-size: 14px;
    line-height: 32px;
  }

  .footer-bottom-bottom-right {
    gap: 15px;
  }

  .footer-bottom-bottom-right img {
    width: 80px;
    height: 80px;
  }

  /* 面包屑响应式 */
  .breadcrumb {
    height: 35px;
    font-size: 14px;
  }

  .breadcrumb span,
  .breadcrumb a {
    font-size: 14px;
    line-height: 20px;
  }

  /* 分页响应式 */
  .pagination>li>a,
  .pagination>li>span {
    font-size: 14px;
    padding: 8px 12px;
  }
}

/* 大手机设备 (480px - 767px) */
@media (max-width: 767px) {

  .breadcrumb {
    display: none !important;
  }

  header {
    height: 180px;
    padding-top: 8px;
  }

  .header-top {
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
  }

  .header-top .time {
    min-width: auto;
    width: 100%;
    text-align: center;
    display: none;
  }

  .header-top .welcome {
    min-width: auto;
    width: 100%;
    justify-content: flex-end;
  }

  .header-top .time span,
  .header-top .welcome span,
  .header-top .welcome a {
    font-size: 14px;
  }

  .logoSeachbox img {
    width: 40%;
  }

  .logoSeachbox {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    gap: 15px;
  }

  .logoSeachbox .searchbox {
    width: 100%;
    max-width: 50%;
    height: 25px;
    border: none;
  }

  .logoSeachbox .searchbox input {
    min-width: 0;
    width: 100%;
    height: 42px;
    padding: 12px;
    font-size: 12px;
  }

  .logoSeachbox .searchbox button {
    min-width: 80px;
    height: 43px;
    font-size: 12px;
  }

  .logoSeachbox .searchbox button i {
    font-size: 14px;
    margin-right: 5px;
  }

  nav {
    padding-left: 15px;
    padding-right: 15px;
    height: 50px;
    justify-content: center;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  nav div {
    margin: 0 5px;
    flex-shrink: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  nav div a {
    font-size: 12px;
    padding: 0 !important;
  }

  nav div a:hover::after,
  nav div.active::after {
    width: 46px;
    height: 1px;
  }


  .footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    min-height: 200px !important;
    padding-bottom: 20px;
  }

  .footer-bottom-top {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .footer-bottom-top-right {
    width: 100%;
    justify-content: center;
    font-size: 14px;
  }

  .footer-bottom-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer-bottom-bottom-left {
    font-size: 14px;
    line-height: 28px;
  }

  .footer-bottom-bottom-right {
    justify-content: center;
    gap: 20px;
  }

  .footer-bottom-bottom-right img {
    width: 70px;
    height: 70px;
  }

  .dropdown-row {
    padding-left: 20px;
    padding-right: 20px;
    gap: 15px;
    flex-wrap: wrap;
    height: 100%;
  }



  .footer-bottom-top-right li {
    margin: 0 10px;
  }

  .footer-top {
    top: -105px !important;
  }

  .custom-select {
    width: calc(50% - 7.5px);
    min-width: 140px;
  }

  .custom-select a span {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .custom-select .netname {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .custom-select a {
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* 面包屑响应式 */
  .breadcrumb {
    height: 30px;
    font-size: 12px;
    gap: 5px;
  }

  .breadcrumb-left {
    justify-content: center;
  }

  .breadcrumb-left img {
    width: 10px;
    height: 12px;
    margin-right: 10px;
  }

  .breadcrumb span,
  .breadcrumb a {
    font-size: 12px;
    line-height: 18px;
  }

  /* 分页响应式 */
  .customBootstrap {
    text-align: center;
  }

  .pagination>li>a,
  .pagination>li>span {
    font-size: 12px;
    padding: 6px 10px;
  }
}

/* 小手机设备 (320px - 479px) */
@media (max-width: 479px) {
  header {
    height: 140px;
    padding-top: 5px;
  }

  .header-top {
    padding-left: 15px;
    padding-right: 15px;
    flex-direction: column;
    gap: 8px;
  }

  .header-top .time {
    min-width: auto;
    width: 100%;
    text-align: center;
  }

  .header-top .welcome {
    min-width: auto;
    width: 100%;
    justify-content: center;
  }

  .header-top .time span,
  .header-top .welcome span,
  .header-top .welcome a {
    font-size: 13px;
  }

  .logoSeachbox {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
    gap: 12px;
  }

  .logoSeachbox .searchbox {
    width: 100%;
    height: 32px;
  }

  .logoSeachbox .searchbox input {
    min-width: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    font-size: 10px;
  }

  .logoSeachbox .searchbox button {
    min-width: 70px;
    height: 100%;
    font-size: 12px;
  }

  .logoSeachbox .searchbox button i {
    font-size: 10px !important;
    margin-right: 3px;
  }

  nav {
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: 45px;
    flex-wrap: inherit !important;
    justify-content: center;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100%;
  }

  nav div {
    margin: 0 3px;
    flex-shrink: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  nav div a {
    font-size: 11px;
    padding: 0 !important;
  }

  nav div a:hover::after,
  nav div.active::after {
    width: 46px;
    height: 1px;
  }


  .custom-select a span {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .custom-select .netname {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .custom-select a {
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }


  .footer-bottom {
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    min-height: 180px;
  }

  .footer-bottom-top {
    flex-direction: column;
    gap: 12px;
    text-align: center;
    padding-top: 20px;
  }

  .footer-bottom-top-right {
    width: 100%;
    justify-content: center;
    font-size: 13px;
    line-height: 24px;
  }

  .footer-bottom-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    padding-top: 20px;
  }

  .footer-bottom-bottom-left {
    font-size: 13px;
    line-height: 24px;
  }

  .footer-bottom-bottom-left p:last-child::before {
    width: 16px;
    height: 18px;
    margin-right: 6px;
  }

  .footer-bottom-bottom-right {
    justify-content: center;
    gap: 15px;
  }

  .footer-bottom-bottom-right img {
    width: 60px;
    height: 60px;
  }

  .dropdown-row {
    padding-left: 15px;
    padding-right: 15px;
    gap: 12px;
    padding: 15px 0;
  }

  .custom-select {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
  }

  .custom-select .netname {
    font-size: 13px;
  }

  .custom-select .link_list li {
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    padding: 0 12px;
  }

  /* 面包屑响应式 */
  .breadcrumb {
    height: auto;
    min-height: 25px;
    font-size: 11px;
    gap: 3px;
    padding: 5px 0;
  }

  .breadcrumb-left {
    justify-content: center;
  }

  .breadcrumb-left img {
    width: 8px;
    height: 10px;
    margin-right: 8px;
  }

  .breadcrumb span,
  .breadcrumb a {
    font-size: 11px;
    line-height: 16px;
  }

  /* 分页响应式 */
  .customBootstrap {
    text-align: center;
  }

  .pagination>li>a,
  .pagination>li>span {
    font-size: 11px;
    padding: 5px 8px;
  }
}

/* 超小屏幕设备 (320px以下) */
@media (max-width: 319px) {
  .header-top {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logoSeachbox {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-row {
    padding-left: 10px;
    padding-right: 10px;
  }

  nav div a {
    font-size: 12px;
    padding: 8px 4px;
  }
}

/* 横屏模式优化 */
@media (orientation: landscape) and (max-height: 500px) {
  header {
    height: 120px;
  }

  .logoSeachbox {
    margin-top: 10px;
  }

  nav {
    height: 40px;
  }

  nav div a {
    padding: 8px 0;
    font-size: 16px;
  }
}

/* 高分辨率屏幕优化 */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .logoSeachbox .searchbox button i {
    font-size: 18px;
  }

  .custom-select .netname::after {
    background-size: 10px 10px;
  }
}

/* 触摸设备优化 */
@media (hover: none) and (pointer: coarse) {

  /* 增加触摸目标大小 */
  nav div a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }



  /* 移除悬停效果，改为点击效果 */
  nav div a:hover::after {
    display: none;
  }

  /* 添加点击状态 */
  nav div a:active {
    background-color: rgba(255, 255, 255, 0.1);
  }

}

/* 打印样式 */
@media print {

  header,
  nav,
  .slides-box,
  .footer-bottom {
    display: none;
  }

  .footer-top {
    margin-top: 0;
  }
}

/* 减少动画效果（用户偏好） */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* 高对比度模式支持 */
@media (prefers-contrast: high) {
  .logoSeachbox .searchbox {
    border: 2px solid #000;
  }

  nav div a:hover::after,
  nav div.active::after {
    background: #000;
    height: 3px;
  }

  .custom-select {
    border: 2px solid #000;
  }
}

/* 深色模式支持 */
@media (prefers-color-scheme: dark) {
  .logoSeachbox .searchbox {
    background: #2a2a2a;
    border-color: #4a4a4a;
  }

  .logoSeachbox .searchbox input {
    background: #2a2a2a;
    color: #fff;
  }

  .custom-select {
    background: #2a2a2a;
    border-color: #4a4a4a;
    color: #fff;
  }

  .custom-select .link_list {
    background: #2a2a2a;
    border-color: #4a4a4a;
  }

  .custom-select .link_list li {
    color: #fff;
  }

  .custom-select .link_list li:hover {
    background: #3a3a3a;
  }
}

/* 2026 纪委监委首页头部 */
header {
  height: 306px;
  padding-top: 0;
  background: url(../images/index2026/headerbg.png) center top / cover no-repeat;
  /* 无背景图时可临时使用渐变：
    linear-gradient(180deg, rgba(235, 248, 255, 0.96) 0%, rgba(255, 255, 255, 0.98) 48%, rgba(229, 244, 255, 0.92) 100%),
    linear-gradient(90deg, #e8f6ff 0%, #ffffff 44%, #e8f6ff 100%);
  */
  border-bottom: 1px solid #d8e9fb;
}

.header-top,
.slides-box {
  display: none;
}

.logoSeachbox {
  max-width: none;
  height: 227px;
  margin: 0;
  padding: 0 min(8.33vw, 160px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.header-logos {
  display: flex;
  align-items: center;
  gap: 48px;
  flex: 1 1 auto;
  min-width: 0;
}

.header-logo {
  display: block;
  width: min(18.39vw, 353px);
  height: 82px;
  object-fit: contain;
}

.logoSeachbox .searchbox {
  flex: 0 0 min(26.04vw, 500px);
  width: min(26.04vw, 500px);
  height: 58px;
  background: #ffffff;
  border: 1px solid #1a65bd;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  box-shadow: none;
}

.logoSeachbox .searchbox input {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  height: 100%;
  padding: 0 22px;
  border: 0;
  outline: 0;
  font-size: 16px;
  color: #333333;
  background: #ffffff;
}

.logoSeachbox .searchbox input::placeholder {
  color: #a4a4a4;
}

.logoSeachbox .searchbox button {
  flex: 0 0 104px;
  min-width: 104px;
  height: 100%;
  border: 0;
  outline: 0;
  background: #1f66c0;
  color: #ffffff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.logoSeachbox .searchbox .search-icon {
  width: 17px;
  height: 17px;
  object-fit: contain;
}

header nav {
  display: flex;
  width: 100%;
  height: 78px;
  padding: 0 min(8.33vw, 160px);
  background: #1559a8;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  align-items: center;
  justify-content: space-between;
  font-family: NotoSansHans, "Microsoft YaHei", Arial, sans-serif;
}

header .site-nav-viewport {
  flex: 1 1 auto;
  min-width: 0;
}

header .site-nav-track {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

header nav div {
  position: relative;
  margin: 0;
  flex: 0 0 auto;
  min-width: 0;
  text-align: center;
}

.site-nav-next {
  display: none;
  flex: 0 0 auto;
  width: 34px;
  height: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  align-items: center;
  justify-content: center;
}

.site-nav-next span {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

header nav div a {
  display: block;
  padding: 25px 0;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 26px;
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: nowrap;
}

header nav div a:hover,
header nav div.active a {
  background: transparent;
}

header nav div a:hover::after,
header nav div.active::after {
  display: none;
}

@media (max-width: 1280px) {
  .logoSeachbox {
    gap: 32px;
  }

  .header-logos {
    gap: 34px;
  }

  .header-logo {
    width: 300px;
    height: auto;
  }

  .logoSeachbox .searchbox {
    flex-basis: 430px;
    width: 430px;
  }

  header nav div a {
    font-size: 21px;
  }

  header nav {
    padding-left: min(8.33vw, 160px);
    padding-right: min(8.33vw, 160px);
  }
}

@media (max-width: 1024px) {
  header {
    height: 318px;
  }

  .logoSeachbox {
    height: 250px;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
  }

  .header-logos {
    justify-content: center;
    gap: 28px;
    width: 100%;
    flex: 0 0 auto;
  }

  .header-logo {
    width: min(42vw, 353px);
  }

  .logoSeachbox .searchbox {
    flex: 0 0 52px;
    width: min(640px, 100%);
  }

  header nav {
    height: 68px;
    padding-left: 24px;
    padding-right: 24px;
    justify-content: space-between;
  }

  header .site-nav-track {
    justify-content: flex-start;
    gap: 0;
  }

  header nav div a {
    padding: 20px 22px;
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  header {
    height: 190px;
    background-position: center top;
  }

  .logoSeachbox {
    height: 138px;
    padding: 4px 20px 0;
    gap: 8px;
  }

  .header-logos {
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    flex-wrap: nowrap;
  }

  .header-logo {
    width: min(calc((100vw - 84px) / 2), 132px);
  }

  .logoSeachbox .searchbox {
    flex: 0 0 44px;
    width: min(88vw, 334px);
    height: 44px;
  }

  .logoSeachbox .searchbox input {
    padding: 0 12px;
    font-size: 13px;
  }

  .logoSeachbox .searchbox button {
    flex: 0 0 74px;
    min-width: 74px;
    font-size: 13px;
    gap: 4px;
  }

  .logoSeachbox .searchbox .search-icon {
    width: 15px;
    height: 15px;
  }

  header nav {
    height: 52px;
    padding: 0 10px;
    align-items: stretch;
    gap: 4px;
  }

  header .site-nav-viewport {
    overflow: hidden;
  }

  header .site-nav-track {
    width: 200%;
    height: 100%;
    justify-content: flex-start;
    transform: translateX(0);
    transition: transform 0.25s ease;
  }

  header .site-nav-track.is-second-page {
    transform: translateX(-50%);
  }

  header nav div {
    flex: 0 0 12.5%;
    width: 12.5%;
  }

  header nav div a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 6px;
    font-size: 15px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-nav-next {
    display: inline-flex;
    width: 30px;
  }

  .site-nav-next.is-second-page span {
    transform: rotate(225deg);
  }
}

@media (max-width: 480px) {
  header {
    height: 190px;
  }

  .logoSeachbox {
    height: 138px;
    padding: 2px 16px 0;
    gap: 8px;
  }

  .header-logos {
    gap: 10px;
  }

  .header-logo {
    width: min(calc((100vw - 64px) / 2), 118px);
  }

  .logoSeachbox .searchbox {
    flex-basis: 42px;
    width: min(90vw, 320px);
    height: 42px;
  }

  .logoSeachbox .searchbox input {
    padding: 0 10px;
    font-size: 12px;
  }

  .logoSeachbox .searchbox button {
    flex-basis: 70px;
    min-width: 70px;
    font-size: 12px;
  }

  .logoSeachbox .searchbox .search-icon {
    width: 14px;
    height: 14px;
  }

  header nav {
    height: 52px;
    padding: 0 6px;
    gap: 2px;
  }

  header nav div a {
    padding: 0 4px;
    font-size: 14px;
  }

  .site-nav-next {
    width: 28px;
  }
}

/* 2026 页脚 */
footer.site-footer-2026 {
  position: relative;
  width: 100%;
  margin-top: 68px;
  background: #1559a8;
}

.site-footer-2026 .site-footer-inner {
  min-height: 182px;
  padding: 30px min(8.33vw, 160px) 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.site-footer-2026 .site-footer-badge {
  position: absolute;
  left: min(8.33vw, 160px);
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
}

.site-footer-2026 .site-footer-badge img {
  display: block;
  width: 55px;
  height: 67px;
}

.site-footer-2026 .site-footer-text {
  color: #ffffff;
  text-align: center;
  font-family: Source Han Sans CN, Microsoft YaHei, sans-serif;
}

.site-footer-2026 .site-footer-text p {
  margin: 0;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0;
}

.site-footer-2026 .site-footer-text a,
.site-footer-2026 .site-footer-text a:visited,
.site-footer-2026 .site-footer-text a:hover,
.site-footer-2026 .site-footer-text a:active,
.site-footer-2026 .site-footer-text a:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
}

.site-footer-2026 .site-footer-police {
  display: inline-block;
  width: 18px;
  height: 20px;
  margin-right: 8px;
  vertical-align: -4px;
  background: url(../images/index2025/100.jpg) center / 100% 100% no-repeat;
}

@media screen and (max-width: 900px) {
  .site-footer-2026 .site-footer-inner {
    min-height: 0;
    padding: 28px 24px 28px 104px;
    gap: 14px;
  }

  .site-footer-2026 .site-footer-badge {
    left: min(8.33vw, 160px);
  }

  .site-footer-2026 .site-footer-text p {
    font-size: 15px;
    line-height: 26px;
  }
}

@media screen and (max-width: 640px) {
  .site-footer-2026 .site-footer-inner {
    min-height: 0;
    padding: 24px 16px;
    gap: 12px;
  }

  .site-footer-2026 .site-footer-badge {
    position: static;
    transform: none;
  }

  .site-footer-2026 .site-footer-text {
    text-align: center;
  }

  .site-footer-2026 .site-footer-text p {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 640px) {
  header {
    height: 190px !important;
  }

  .logoSeachbox {
    height: 138px !important;
    padding: 4px 20px 0 !important;
    gap: 8px !important;
  }

  .logoSeachbox .searchbox {
    width: clamp(260px, 88vw, 334px) !important;
    max-width: none !important;
    min-width: 0 !important;
  }
}

@media (max-width: 480px) {
  header {
    height: 190px !important;
  }

  .logoSeachbox {
    height: 138px !important;
    padding: 2px 16px 0 !important;
    gap: 8px !important;
  }

  .logoSeachbox .searchbox {
    width: clamp(250px, 90vw, 320px) !important;
    max-width: none !important;
    min-width: 0 !important;
  }
}
