@font-face {
  font-family: 'FZDBSJW';
  src: url('../font/FZDBSJW.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media (max-width: 1440px) {
  .hb-xinwen-lunbo-two,
  .swiper-container-two,
  .notice-container,
  .hb-banner {
    width: 1100px;
    min-width: 1100px;
  }
  .swiper-container-two .swiper-slide {
    width: 258.5px;
  }
  .swiper-container-two .swiper-slide img {
    width: 239.5px;
  }
  .hb-toutiao::before {
    left: 1px !important;
  }
  .desc {
    max-width: 750px;
  }
  h2,
  a,
  .text-list {
    max-width: 900px;
  }
}
.hb-home {
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

a {
  text-decoration: none;
  color: inherit;
}
a:visited {
  color: inherit;
}
a[href] {
  transition: color 0.3s ease;
}

@media (min-width: 1440px) and (max-width: 1919px) {
  .notice-container,
  .hb-banner {
    width: 1180px;
    min-width: 1180px;
  }
  .swiper-container-two .swiper-slide {
    width: 277.5px;
  }

  .swiper-container-two .swiper-slide img {
    width: 259.5px;
  }
  .hb-toutiao::before {
    left: 15px !important;
  }
  .text-list {
    max-width: 1100px;
  }
  h2,
  a,
  .text-list {
    max-width: 950px;
  }
}
@media (min-width: 1920px) {
  .hb-home,
  .hb-xinwen-lunbo-two,
  .swiper-container-two,
  .notice-container,
  .hb-banner {
    width: 1244px;
    min-width: 1244px;
  }
  .swiper-container-two .swiper-slide {
    width: 297.5px;
  }

  .swiper-container-two .swiper-slide img {
    width: 275.5px;
  }
  .text-list {
    max-width: 1100px;
  }
}
/* 全局样式重置与基础样式 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 主标题样式 */
.main-title {
  text-align: center;
  padding-top: 30px;
  font-weight: normal;
  font-size: 30px;font-family: "FZDBSJW", "方正大标宋简体", serif;
  color: #015293;
}

/* 文本列表样式 */
.text-list {
  display: flex;
  gap: 30px;
  width: 100%;
  box-sizing: border-box;
  margin: 20px auto;
}

.text-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 1;
  border-right: 1px solid #7f7f7f;
  padding-right: 30px;
}

.text-item:last-child {
  border: none !important;
}

.dot {
  color: #000;
  margin-right: 5px;
}

.text {
  white-space: nowrap;
  /* 强制单行 */
  overflow: hidden;
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  color: #333;
  font-size: 14px;
}

/* 渐变分割线样式 */
.gradient-line {
  width: 100%;
  /* 线条总宽度 */
  height: 1px;
  /* 中间线条高度 */
  background: linear-gradient(to right, transparent, #cecece 50%, transparent);
}

/* 20px间距样式 */
.spacing-20 {
  height: 20px;
  width: 100%;
}

/* 公告模块样式 */
.notice-container {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  background-color: #fff;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* 公告卡片组件 */
.notice-card {
  flex: 1;
  display: flex;
  background-color: #f9f9f9;
  height: 90px;
  overflow: hidden;
  align-items: center;
  padding-left: 17px;
  padding-right: 17px;
  box-sizing: border-box;
  width: 100%;
}

/* 卡片图标 */
.notice-card__icon {
  padding-right: 25px;
}

.notice-card__icon img {
  width: 53px;
  height: 57px;
  display: block;
  transition: all 0.3s ease;
}
.notice-card__icon img:hover {
}

/* 卡片内容滚动区域 */
.notice-card__content {
  width: 100%;
  overflow-y: auto;
  height: 70px;
  line-height: 1.65;
}

/* 单条公告项 */
.notice-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* 公告项文本 */
.notice-item__text {
  white-space: nowrap;
  overflow: hidden;
  color: #828282;
  text-overflow: ellipsis;
  cursor: pointer;
}

.notice-item:hover .notice-item__text {
  color: #c20000;
}

/* 公告项日期 */
.notice-item__date {
  flex-shrink: 0;
  margin-left: 8px;
  color: #999;
}

/* 第二个轮播容器样式 */
.second-swiper-container {
  display: flex;
  align-items: center;
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
  position: relative;
}

/* 轮播控制按钮样式 */
.swiper-control-btn {
  height: 140px;
  width: 55px;
  min-width: 55px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  z-index: 12;
  position: absolute;
  right: 0;
  background-color: #fff;
  top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.swiper-control-btn img {
  cursor: pointer;
}

.swiper-prev-btn {
  width: 26px;
  height: 13px;
}

.swiper-detail-btn {
  width: 34px;
  height: 38px;
}

.swiper-next-btn {
  width: 26px;
  height: 13px;
}

/* 功能图标区域样式 */
.function-icons {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  gap: 10px;
  margin: 20px 0;
}

.func-icon {
  cursor: pointer;
  min-width: 166px;
  min-height: 171px;
  max-width: 166px;
  max-height: 171px;
}

/* 右侧菜单基础样式 */
.right_menu {
  height: 322px;
}

/* 汉滨网主容器样式 */
.hb-home {
  width: 100%;
}

/* 标题容器样式 */
.hb-title {
  position: relative;
}

.hb-title::after {
  display: block;
  content: '';
  z-index: -2;
  position: absolute;
  width: 100%;
  height: 50%;
  background: #fff;
}

.hb-bg {
  position: absolute;
  width: 100%;
  overflow-x: hidden;
  height: 646px;
  bottom: 0;
  z-index: -3;
}

.hb-bg::after {
  display: block;
  content: '';
  z-index: -3;
  width: 1920px;
  height: 646px;
  background: url('../img/quqingjianjie.png') no-repeat center center;
  background-size: 1920px 646px;
  left: 0;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-modify: read-only;
  -webkit-highlight: none;
  -webkit-tap-highlight-color: transparent;
}

/* 头条区域样式 */
.hb-toutiao {
  background: #f9f9f9;
  padding: 20px 0;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}

.hb-toutiao::before {
  width: 56px;
  height: 67px;
  display: block;
  content: '';
  background: url('../img/tt.png') no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}

.hb-toutiao h2 {
  font-size: 36px;
  color: #c20000;
  text-align: center;
  width: 1000px;
  margin: 0 auto;
  font-weight: bold;
  line-height: 1.3;
}

.hb-toutiao h2 a {
  color: #c20000;
}

.hb-toutiao .desc {
  padding-top: 10px;
  color: #999;
  width: 850px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hb-toutiao .desc .tag {
  cursor: pointer;
  color: #4e4d4d;
  margin: 0 20px;
}

/* 新闻轮播样式 */
.hb-xinwen-lunbo {
  width: 59.32%;
  min-width: 59.32%;
  max-width: 59.32%;
  height: 430px;
  overflow: hidden;
  position: relative;
}

.swiper-container-one {
  position: relative;
  width: 100%;
}

.hb-xinwen-lunbo .swiper-container-horizontal > .swiper-pagination-bullets,
.hb-xinwen-lunbo .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0 !important;
}

.swiper-container-one .swiper-slide {
  width: 100%;
  height: 430px;
}

.swiper-container-one .swiper-slide img {
  min-height: 430px;
  max-width: 100%;
  min-width: 100%;
  max-height: 430px;
}

.swiper-container-one .swiper-slide .desc {
  position: absolute;
  height: 45px;
  display: flex;
  align-items: center;
  bottom: 0;
  z-index: 1;
  width: 100%;
  color: #fff;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.5);
  text-indent: 20px;
}

.swiper-container-one .swiper-slide .desc div {
  width: 75%;
  white-space: nowrap;
}

.swiper-pagination {
  position: absolute;
  bottom: 0;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
}

.swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background: #fff;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 26px;
  height: 10px;
  background: #d83027 !important;
  border-radius: 8px;
}

/* 新闻列表样式 */
.news-container {
  display: flex;
  background-color: #fff;
  width: 100%;
  justify-content: space-between;
}

.hb-xinwen-list {
  width: 39.07%;
  max-width: 39.07%;
  box-sizing: border-box;
  height: 430px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-left: 1.61%;
}

.hb-xinwen-list .tabs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hb-xinwen-list .tabs .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 25%;
  max-width: 25%;
  height: 50px;
  color: #828282;
  border-top: 4px solid #fff;
  background: #fff;
  font-size: 15px;
  cursor: pointer;
  box-sizing: border-box;
}

.hb-xinwen-list .tabs .tab-active {
  border-top: 4px solid #e20000 !important;
  background: #f9f9f9 !important;
  pointer-events: none !important;
}

.hb-xinwen-list .scrollbar-none {
  flex: 1;
  overflow-y: auto;
}

.news-item-wrap {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 42.1px;
  background: #fff;
  padding: 0 5px 0 5px;
  transition: color 0.2s ease;
}

/* 列表内容容器 */
.news-item-content {
  display: flex;
  align-items: center;
  height: 100%;
  flex: 1;
  margin-right: 10px;
}

/* 列表圆点标记 */
.news-item-dot {
  color: #828282;
  margin-right: 5px;
  flex-shrink: 0;
}

/* 列表文本 */
.news-item-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #828282;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
}

/* 列表日期 */
.news-item-date {
  color: #828282;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 14px;
}

/* hover 交互效果 */
.news-item-wrap:hover .news-item-dot,
.news-item-wrap:hover .news-item-text,
.news-item-wrap:hover .news-item-date {
  color: #c20000;
}

/* 列表项边框样式 */
.news-item-wrap.top-border {
  border-top: 1px solid #ededed;
}

.news-item-wrap.bottom-border {
  border-bottom: 1px solid #ededed;
}

.news-item-wrap.top-border:last-child {
  border-bottom: 1px solid #ededed;
}

.news-item-wrap.large-height {
  height: 50px;
}

/* 第二个轮播样式 */
.hb-xinwen-lunbo-two {
  overflow: hidden;
  padding-top: 0;
  position: relative;
  box-sizing: border-box;
}

.swiper-container-two {
  padding-left: 40px;
  /* min-width: 1244px; */
  /* max-width: 1244px; */
  box-sizing: border-box;
  padding-right: 54px;
}

.swiper-container-two .swiper-slide {
}

.swiper-container-two .swiper-slide img {
  height: 140px;
  background-color: rgba(0, 0, 0, 0.1);
}

.hb-xinwen-lunbo-two .next,
.hb-xinwen-lunbo-two .prev {
  min-width: 40px;
  height: 140px;
  max-width: 40px;
  position: absolute;
  z-index: 10;
  top: 0;
}

.hb-xinwen-lunbo-two .next {
  right: 0;
}

.hb-xinwen-lunbo-two .prev {
  left: 0;
}

.swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 11;
  transform: translate(-10px, -25%);
}

.swiper-button-prev {
  position: absolute;
  z-index: 11;
  top: 77px;
}

.swiper-button-prev,
.swiper-button-next {
  background-image: none !important;
}

.swiper-button-prev.icon-right {
  width: 13px !important;
  height: 26px !important;
  background: url('../img/icon-left.png') no-repeat center center !important;
  background-size: 13px 26px !important;
  font-size: 45px;
  font-weight: 700;
  color: transparent;
}
.swiper-button-next {
  color: transparent;
  font-size: 45px;
  font-weight: 700;
}

/* 窗口区域样式 */
.hb-window {
  display: flex;
  width: 100%;
  margin: 20px 0;
}

.hb-window .box {
  padding: 12px;
  border: 1px solid #dcdcdc;
  max-width: 210px;
  min-width: 210px;
}

.hb-window .box .ldzc {
  width: 100%;
  height: 132px;
  background: #df0000;
  justify-content: center;
  box-sizing: border-box;
}

.hb-window .box .ldzc a {
  justify-content: center;
}

.hb-window .box .ldzc .logo {
  width: 58px;
  height: 61px;
}

.hb-window .box .ldzc .name {
  margin-left: 18px;
  color: #fff;
  font-weight: 600;
  font-size: 21px;
  justify-content: center;
}

.hb-window .box .qwfb {
  width: 100%;
  height: 132px;
  background: #067fd2;
  margin-top: 8px;
  justify-content: center;
}

.hb-window .box .qwfb a {
  justify-content: center;
}

.hb-window .box .qwfb .logo {
  width: 58px;
  height: 63px;
}

.hb-window .box .qwfb .name {
  margin-left: 18px;
  color: #fff;
  font-weight: 600;
  font-size: 21px;
  justify-content: center;
}

.hb-window .shenxun,
.hb-window .shijie {
  width: 300px;
}

.hb-window .shenxun .content img,
.hb-window .shijie .content img {
  height: 235px;
  width: 100%;
}

.hb-window .yunbao,
.hb-window .shenxun,
.hb-window .shijie {
  margin-left: 10px;
  padding: 12px;
  border: 1px solid #dcdcdc;
}

.hb-window .yunbao .title,
.hb-window .shenxun .title,
.hb-window .shijie .title {
  position: relative;
  width: 100%;
}

.hb-window .yunbao .title .icon-gengduo,
.hb-window .shenxun .title .icon-gengduo,
.hb-window .shijie .title .icon-gengduo {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  right: 0;
  font-size: 18px;
  color: #215495;
}

.hb-window .yunbao .title .name,
.hb-window .shenxun .title .name,
.hb-window .shijie .title .name {
  font-size: 16px;
  color: #215495;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 3px;
  border-bottom: 3px solid #215495;
}

.hb-window .yunbao .title::after,
.hb-window .shenxun .title::after,
.hb-window .shijie .title::after {
  position: absolute;
  display: block;
  content: '';
  height: 1px;
  width: 100%;
  background-color: #dcdcdc;
  bottom: -3px;
  z-index: -1;
}

.hb-window .yunbao .content,
.hb-window .shenxun .content,
.hb-window .shijie .content {
  height: 235px;
  width: 100%;
  position: relative;
  margin-top: 10px;
  display: block;
}

.hb-window .yunbao .content .name,
.hb-window .shenxun .content .name,
.hb-window .shijie .content .name {
  position: absolute;
  text-align: center;
  color: #fff;
  height: 35px;
  line-height: 35px;
  width: 100%;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  left: 0;
}

.hb-window .yunbao {
  width: 380px;
}

.hb-window .yunbao .content img {
  width: 100%;
  height: 235px;
}
