.header {
  height: 540px;
  background: url(../images/header-bg.png;vpn_img) no-repeat center center;
}

.header-content {
  width: 1200px;
  padding-top: 30px;
  margin: 0 auto;

  color: #781811;
  font-size: 16px;
}

.header-top-left {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.header-top-left img {
  margin-right: 5px;
}

.header-top-left .weather {
  margin-left: 20px;
}

.header-top-right {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.header-content-line {
  padding: 0 8px;
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  margin-top: 32px;
  text-align: center;
}

.search {
  width: 834px;
  margin: 0 auto;
  margin-top: 30px;
}

.search-box {
  height: 72px;
  display: flex;
  position: relative;
  padding: 6px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.75);
}

.search-box input {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  padding: 0 15px;
  font-size: 16px;
  color: #333;
  outline: none;
  border: none;
  font-size: 20px;
  background: transparent;
}

.search-box input::placeholder {
  color: #6e757e;
}

.search-box a {
  width: 110px;
  height: 100%;
  padding: 12px;
  border-radius: 10px;
  text-align: center;
  border: none;
  cursor: pointer;
  background: #cf000e url(../images/icon-search.png;vpn_img) center center no-repeat;
  background-size: 35px;
}

.hot {
  padding: 22px 28px;
}

.hot a {
  color: #333333;
  padding: 0 12px;
}

.hot-title {
  color: #781811;
  padding: 0;
}

/* 导航 */
.nav {
  background: url(../images/nav-bg.png;vpn_img) no-repeat center center;
  height: 85px;
  width: 100%;
  margin-top: -44px;
}

.nav-content {
  width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-auto-flow: row; /* 让网格自动填充，并尽可能在一行内展示 */
  align-items: center;
}

.nav-item {
  height: 100%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.nav-item a {
  padding: 15px 0;
  display: inline-block;
  height: 100%;
  color: #fff;
}

.nav-item.active a {
  background: url(../images/nav-active.png;vpn_img) no-repeat center bottom;
  background-position-y: 100%;
}

.nav-item:hover a {
  background: url(../images/nav-active.png;vpn_img) no-repeat center bottom;
  background-position-y: 100%;
}

/* 内容 */
.content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}

.content .swiper-container-title .title {
  text-align: center;
}

.content .swiper-container-title .title a {
  font-size: 40px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: center;
  color: #000000;
  line-height: 60px;
  padding: 0 12px;
  display: inline-block;
}

.content .border {
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 30px 0;
}

.content .border .swiper-pagination-bullet {
  flex: 1;
  height: 4px;
  background: #e4999f;
  border-radius: 0;
  opacity: 1;
}

.content .border .swiper-pagination-bullet-active {
  background: #c81f25;
}

.xw,
.yw {
  display: flex;
  gap: 26px;
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 32px;
}

.xw .xw-banner,
.yw .yw-banner {
  width: 613px;
  height: 400px;
}

.xw .xw-banner .swiper-slide,
.yw .yw-banner .swiper-slide {
  position: relative;
}

.xw .xw-banner .swiper-slide .title,
.yw .yw-banner .swiper-slide .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 20px 18px;
  width: 100%;
  padding-right: 140px;
  overflow: hidden;
  /*禁止换行*/
  white-space: nowrap;
  /*显示省略号*/
  text-overflow: ellipsis;
}
.xw .xw-banner .swiper-slide img,
.yw .yw-banner .swiper-slide img {
  width: 100%;
  height: 100%;
}

.xw .xw-banner .swiper-pagination,
.yw .yw-banner .swiper-pagination {
  right: 0;
  bottom: 0;
  left: auto;
  text-align: right;
  width: auto;
  padding: 20px 18px;
}

.xw .xw-banner .swiper-pagination .swiper-pagination-bullet,
.yw .yw-banner .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.xw .xw-banner .swiper-pagination .swiper-pagination-bullet-active,
.yw .yw-banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
}

.xw .xw-content,
.yw .yw-content {
  flex: 1;
  overflow: hidden;
}

.xw .xw-content .xw-tabs,
.yw .yw-content .yw-tabs {
  display: flex;
  gap: 32px;
  margin-bottom: 10px;
}

.xw .xw-content .xw-tabs .xw-tabs-item,
.yw .yw-content .yw-tabs .yw-tabs-item {
  padding-bottom: 14px;
  font-size: 26px;
  font-weight: bold;
  cursor: pointer;
}

.xw .xw-content .xw-tabs .xw-tabs-item.active,
.yw .yw-content .yw-tabs .yw-tabs-item.active {
  background: url(../images/active.png;vpn_img) no-repeat center bottom;
}

.xw .xw-content .xw-tabs .xw-tabs-item a,
.yw .yw-content .yw-tabs .yw-tabs-item a {
  font-size: 26px;
  font-weight: bold;
  color: #5f5f5f;
}

.xw .xw-content .xw-tabs .xw-tabs-item.active a,
.yw .yw-content .yw-tabs .yw-tabs-item.active a {
  color: #000000;
  font-weight: bold;
}

.xw .list .list-item,
.yw .list .list-item {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-left: 25px;
  margin-bottom: 24px;
  background: url(../images/gray.png;vpn_img) no-repeat left center;
}

.yw .list .list-item {
  margin-bottom: 14px;
}

.xw .list .list-item:last-child,
.yw .list .list-item:last-child {
  margin-bottom: 0;
}

.xw .list .list-item a,
.yw .list .list-item a {
  flex: 1;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #000000;
  line-height: 36px;
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的文本 */
  text-overflow: ellipsis; /* 显示省略号 */
}

.xw .list .list-item span,
.yw .list .list-item span {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 36px;
}

.xw .list .list-item .top,
.yw .list .list-item .top {
  word-break: break-all;
  text-align: center;
  color: #fbe5b2;
  background: #bd1a2d;
  font-size: 14px;
  display: inline-block;
  border-radius: 12px;
  margin-right: 8px;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
}

.xw .list .list-item:hover .top,
.yw .list .list-item:hover .top {
  color: #fbe5b2;
}

.xw .list .list-item:hover,
.yw .list .list-item:hover {
  background: url(../images/red.png;vpn_img) no-repeat left center;
}

.xw .list .list-item:hover a,
.yw .list .list-item:hover a,
.xw .list .list-item:hover span,
.yw .list .list-item:hover span {
  color: #cf000e;
}

.xw-content .hidden {
  display: none;
}

/* 专题专栏 */
.zt {
  width: 1200px;
  margin: 0 auto;
}

.zt-header {
  margin-bottom: 32px;
}

.zt-header .title-box {
  display: flex;
  align-items: center;
  gap: 28px;
}

.zt-header .title-box img {
  width: 100%;
  height: 100%;
}

.zt-header .title {
  font-size: 36px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  color: #000000;
  line-height: 36px;
  white-space: nowrap;
}

.zt-header .more {
  text-align: right;
  background: url(../images/icon-left-2.png;vpn_img) no-repeat right center;
  margin-bottom: -20px;
}

.zt-header .more a {
  font-size: 16px;
  color: #a76006;
  line-height: 42px;
  padding-right: 20px;
}

.zt-banner {
  position: relative;
  width: 100%;
}

.zt-icon-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -64px;
  width: 42px;
  height: 42px;
  background: url(../images/icon-left.png;vpn_img) no-repeat center center;
  cursor: pointer;
  background-size: contain;
}

.zt-icon-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -64px;
  width: 42px;
  height: 42px;
  background: url(../images/icon-right.png;vpn_img) no-repeat center center;
  cursor: pointer;
  background-size: contain;
}

.zt-banner .swiper-slide a img {
  width: 100%;
  height: 100%;
}

.zt-banner .swiper-container {
  width: 100%;
  height: 100%;
}

.zt-other {
  margin-top: 20px;
  width: 100%;
  max-height: 300px;
}

.zt-other img {
  width: 100%;
  height: 100%;
}

/* 政务公开 */
.zwgk {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}

.zwgk-header {
  display: flex;
  align-items: center;
}

.zwgk-header-bg-0 {
  background: url(../images/tabs-0.png;vpn_img) no-repeat center center;
  background-size: cover;
}

.zwgk-header-bg-1 {
  background: url(../images/tabs-1.png;vpn_img) no-repeat center center;
  background-size: cover;
}

.zwgk-header-bg-2 {
  background: url(../images/tabs-2.png;vpn_img) no-repeat center center;
  background-size: cover;
}

.zwgk-header-item {
  flex: 1;
  height: 120px;
  border-radius: 4px;
  cursor: pointer;
}

.zwgk-content {
  padding: 20px;
  background: linear-gradient(0deg, #fffaf3 0%, #fcf2e5 100%);
  border-radius: 0px 0px 10px 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.zwgk-gr-item {
  background: #fcfdff;
  border-radius: 8px;
  position: relative;
}

.zwgk-gr-item .zwgk-gr-title {
  background: #c81f25;
  border-radius: 8px 0px 8px 0px;
  padding: 9px;
  text-align: center;
  color: #fff;
  width: 140px;
}

.zwgk-gr-content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  padding: 24px;
}

.zwgk-gr-content-item {
  display: block;
}

.zwgk-gr-content-item-icon {
  width: 46px;
  height: 46px;
  margin: 0 auto;
}

.zwgk-gr-content-item-icon img {
  width: 100%;
  height: 100%;
}

.zwgk-gr-content-item-title {
  text-align: center;
  margin-top: 15px;
  color: #000000;
  font-size: 16px;
}

.zwgk-gr-content-item-title:hover {
  color: #cf000e;
}

.zwgk-ts {
  grid-column: span 2;
  width: 100%;
  overflow: hidden;
}

.zwgk-ts-title {
  font-size: 24px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  margin-bottom: 20px;
}

.zwgk-ts-content,
.swiper-container {
  width: 100%;
  overflow: hidden;
}

.zwgk-ts-content .swiper-slide a {
  display: inline-block;
  padding: 12px;
  border: 1px solid #eaab5b;
}

.zwgk-ts-content-item-title {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.zwgk-ts-content .swiper-slide img {
  width: 100%;
  height: 100%;
}

#zwgk-ts-content-pagination {
  margin-top: 14px;
  position: relative;
}

#zwgk-ts-content-pagination .swiper-pagination-bullet-active {
  width: 40px;
  height: 7px;
  background: #eaab5b;
  border-radius: 7px;
}

#zwgk-ts-content-pagination .swiper-pagination-bullet {
  margin: 0 6px;
}

.zwgk-content-search-box {
  flex: 1;
}

.zwgk-content-search {
  padding: 10px;
  background: #fcfdff;
  border-radius: 8px;
  display: flex;
  gap: 24px;
  margin-bottom: 20px;
}

.zwgk-content-search-icon {
  width: 80px;
}

.zwgk-content-search-icon img {
  width: 100%;
  height: 100%;
}

.zwgk-content-search-input {
  background: #fbfdff;
  border: 1px solid #dfe6f0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.zwgk-content-search-input select {
  border: none;
  background: transparent;
  outline: none;
  color: #333333;
  font-size: 16px;
  padding: 0 10px;
  cursor: pointer;
}

.zwgk-content-search-input input {
  flex: 1;
  height: 100%;
  padding: 13px;
  border: none;
}

.zwgk-content-search-input input::placeholder {
  color: #6e757e;
  font-size: 14px;
}

.zwgk-content-search-input input:focus {
  outline: none;
  border: none;
}

.zwgk-content-search-select-box {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.zwgk-content-search-select {
  flex: 1;
  border: 1px solid #dfe6f0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.zwgk-content-search-select-title {
  font-size: 14px;
  color: #6e757e;
  padding: 12px;
  max-width: 80px;
  white-space: nowrap;
}

.zwgk-content-search-select select {
  font-size: 14px;
  color: #333333;
  flex: 1;
  display: inline-block;
  height: 100%;
  border: none;
  background: transparent;
  outline: none;
  font-size: 16px;
  cursor: pointer;
}

.zwgk-content-search-btn a {
  margin-top: 22px;
  width: 100%;
  display: inline-block;
  height: 40px;
  background: #cf000e;
  border-radius: 4px;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 36px;
}

.zwgk-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 创建两列，每列宽度相等 */
  gap: 16px; /* 设置列与列之间的间隔为20px */
}

.zwgk-row-item {
  display: block;
  border-radius: 8px;
  padding: 30px 20px;
  font-size: 18px;
  background: linear-gradient(117deg, #f0d9bb 0%, #ffeed8 100%);
  position: relative;

  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #333333;
}

.xzgf {
  width: 90px;
  height: 80px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.gzk {
  width: 90px;
  height: 80px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.wjk {
  width: 90px;
  height: 80px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.zcjd {
  width: 90px;
  height: 80px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.zwgk-content-box-title {
  height: 66px;
  background: linear-gradient(181deg, #e09e49 0%, #ecb976 100%);
  border-radius: 8px 8px 0px 0px;
  font-size: 24px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  line-height: 66px;
}

.zwgk-content-box-title-text {
  background: url(../images/zwgk-bg.png;vpn_img) no-repeat center center;
}

.zwgk-content-box-title-text a {
  color: #fff;
}

.zwgk-content-box-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  background: #fff;
  border-radius: 8px;
  padding: 24px 30px;
}

.zwgk-content-box-list-item {
  color: #000000;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.zwgk-content-box-list-item-title:hover {
  color: #cf000e;
}

.zwgk-content-box-list-item-icon {
  width: 47px;
  height: 47px;
  background: linear-gradient(143deg, #e7a44d 0%, #f8cf99 100%);
  border-radius: 50%;
}

.zwgk-content-box-list-item-icon img {
  width: 100%;
  height: 100%;
}

.zwgk-zwy {
  grid-column: span 2;
  background: linear-gradient(181deg, #ffe5c4 0%, #fef7ee 100%);
  border: 1px solid #ffdcbc;
  border-radius: 10px;
  padding: 33px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
}

.zwgk-zwy-item-img {
  height: 50px;
}

.zwgk-zwy-item-img img {
  display: block;
  margin: 0 auto;
}

.zwgk-zwy-item {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #2a2a2a;
  line-height: 1.5;
  display: inline-block;
  position: relative;
}

.zwgk-zwy-item:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #ffdcbc;
}

.zwgk-zwy-item:hover {
  color: #cb6500;
}

.zwgk-zwy-item:nth-child(4):after {
  display: none;
}

.zwgk-tabs {
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.zwgk-tabs-box {
  border-radius: 8px;
  grid-column: span 2;
}

.zwgk-tabs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zwgk-tabs-header .zwgk-tabs-more {
  text-align: right;
  background: url(../images/icon-left-2.png;vpn_img) no-repeat right center;
}

.zwgk-tabs-header .zwgk-tabs-more a {
  font-size: 16px;
  color: #a76006;
  line-height: 42px;
  padding-right: 20px;
}

.zwgk-tabs-box-title {
  display: flex;
  gap: 30px;
}

.zwgk-tabs-box-item {
  font-size: 26px;
  font-weight: 700;
  color: #5f5f5f;
  cursor: pointer;
  padding-bottom: 14px;
}

.zwgk-tabs-box-item.active {
  color: #000000;
  background: url(../images/active.png;vpn_img) no-repeat center bottom;
}

.zwgk-tabs-box-list {
  margin-top: 8px;
}

.zwgk-tabs-box-list-item {
  margin-bottom: 18px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  line-height: 36px;
  background: url(../images/gray.png;vpn_img) no-repeat left center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zwgk-tabs-box-list-item:hover {
  background: url(../images/red.png;vpn_img) no-repeat left center;
}

.zwgk-tabs-box-list-item:last-child {
  margin-bottom: 0;
}

.zwgk-tabs-box-list-item a {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #000000;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zwgk-tabs-box-list-item:hover .date,
.zwgk-tabs-box-list-item:hover a {
  color: #cf000e;
}

.zwgk-tabs-box-list-item .label {
  font-size: 16px;
  padding: 8px;
  background: #e1f2ff;
  border-radius: 4px;
  color: #0084d7;
  margin-right: 10px;
}

.zwgk-tabs-box-list-item .label.org {
  background: #ffe7d5;
  color: #d57300;
}

.zwgk-zxft {
  grid-column: span 1;
}

.zwgk-zxft-item {
  display: block;
  height: 90px;
  margin-bottom: 20px;
}

.zwgk-zxft-item img {
  width: 100%;
  height: 100%;
}

.question-right-handle {
  position: fixed;
  right: 10px;
  top: 380px;
  font-size: 14px;
  z-index: 999;
}

.question-right-handle .q-r-item {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  margin-bottom: 10px;
  cursor: pointer;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  color: #000;
}

.question-right-handle .q-r-item img {
  width: 46px;
}

.question-right-handle .q-r-item.wx-item:hover .qr-code {
  display: flex;
}

.question-right-handle .q-r-item .qr-code {
  width: 123px;
  z-index: 99;
  position: absolute;
  border: 1px solid #cbb486;
  background: #fff;
  padding: 11px 10px;
  right: 120px;
  top: -10px;
  display: none;
  flex-direction: column;
  align-items: center;
  border-radius: 3px;
}

.question-right-handle .q-r-item .qr-code img {
  width: 100%;
}
.question-right-handle .q-r-item .qr-code p {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 8px;
}

.question-right-handle .q-r-item .qr-code::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-top: 1px solid rgba(202, 180, 132, 1);
  border-left: 1px solid rgba(202, 180, 132, 1);
  -webkit-transform: rotate(138deg);
  -ms-transform: rotate(138deg);
  transform: rotate(138deg);
  display: block;
  position: absolute;
  right: -5%;
  top: 30px;
}