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;
  }
}