img {
  vertical-align: middle;
}

body {
  position: relative;
  background: #F2F2F2 !important;
  font-size: 15px;
  line-height: 1.6;
}

body * {
  box-sizing: border-box;
}

.swiper_div {
  background: #CAE1FC;
  border-radius: 8px 8px 0 0;
  height: 40px;
}

.main_container a:hover,
.main_container a:hover span,
.result_main_container a:hover,
.result_main_container a:hover span {
  color: #1986E6 !important;
}

.banner {
  width: 1260px;
  margin: 0 auto;
  display: flex;
}
.banner_left {
  margin-right: 62px;
}
.banner-right {
  margin-top: 20px;
  margin-bottom: 20px;
}
.banner .banner_left .logo {
  padding-top: 108px;
  padding-bottom: 74px;
  padding-left: 18px;
}

.ipt_box {
  text-align: center;
  /* background: url(../images/main_bg.png) no-repeat top center; */
  background-size: 100%;
}
.main_box {
  background: url(../images/bg.png) no-repeat top center; 
}

.ipt_box .title img {
  height: 100%;
  opacity: 0;
}

.search_div {
  width: 700px;
  height: 60px;
  display: flex;
  /* margin: 0 auto; */
  background: #FFFFFF;
  border-radius: 6px;
  line-height: 60px;
  margin-bottom: 10px;
}

.search_div .search_input_div {
  width: 610px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  padding: 0 20px;
  overflow: hidden;
}

.search_div .search_input_div input {
  width: 100%;
  height: 100%;
  border: unset;
  outline: none;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}

.search_div .search_btn_div {
  width: 90px;
  height: 100%;
  background: #007aff;
  border-radius: 0 6px 6px 0;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}

.search_div .search_btn_div .search_btn_img {
  width: 30px;
  height: 100%;
  display: inline-block;
  background: url(../images/search_icon.png) no-repeat center;
  background-size: 30px 30px;
}

.hotword_box {
  width: 700px;
  height: 20px;
  /* margin: 0 auto; */
  display: flex;
  padding-left: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #367ADD;
  align-items: center;
}

.hotword_box .hotword_list {
  display: flex;
}

.hotword_box .hotword_list .hotword_item {
  cursor: pointer;
}

.hotword_box .hotword_list .hotword_item+.hotword_item {
  margin-left: 15px;
}

a img {
  transition: all .3s ease-in-out 0s;
}

.swiper_div .swiper-slide.on {
  background: url(../images/tab_sel_bg.png) no-repeat top;
  background-size: 110px 50px;
  height: 50px;
  display: block;
  padding-top: 7px;
}

@media (max-width: 760px) {
  .swiper_div .swiper-button-next {
    right: 20px;
    transform: rotate(90deg);
  }

  .swiper_div .swiper-button-prev {
    left: 20px;
    transform: rotate(90deg);
  }
}

.swiper_div .swiper-button-next,
.swiper_div .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 70%);
  width: 21px;
  height: 23px;
  background: url(../images/nav_sel_icon.png) no-repeat center;
  background-size: 100% 100%;
}

.swiper_div .swiper-button-next {
  transform: rotate(180deg);
}

.swiper_div .swiper-button-prev:after,
.swiper_div .swiper-rtl .swiper-button-next:after,
.swiper_div .swiper-button-next:after,
.swiper_div .swiper-rtl .swiper-button-prev:after {
  content: none;
}

.swiper_div .swiper-slide {
  width: 9.6% !important;
  height: 40px !important;
  background: #6BB0FD;
  border-radius: 7px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 20px;
  color: #FEFEFE;
  white-space: nowrap;
  margin: 0 0.78%;
}

::-webkit-scrollbar {
  /* 水平滚动条的高度、垂直滚动条的宽度 */
  width: 8px;
  /* 水平滚动条的高度 */
  height: 8px;
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
  /* 颜色和样式 */
  background: rgba(153, 153, 153, .13);
  border-radius: 4px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  /* 滑块颜色 */
  background: rgba(123, 183, 255, .21);
  border-radius: 4px;
}

.date_info_list::-webkit-scrollbar {
  /* 水平滚动条的高度、垂直滚动条的宽度 */
  width: 10px;
  /* 水平滚动条的高度 */
  height: 10px;
}

/* 滚动条轨道 */
.date_info_list::-webkit-scrollbar-track {
  /* 颜色和样式 */
  background: rgba(153, 153, 153, .13);
  border-radius: 5px;
}

/* 滚动条滑块 */
.date_info_list::-webkit-scrollbar-thumb {
  /* 滑块颜色 */
  background: rgba(123, 183, 255, .21);
  border-radius: 5px;
}

/* 针对特定容器的滚动条 */
.left-nav::-webkit-scrollbar {
  height: 6px;  /* 调整滚动条高度（变细） */
  -webkit-appearance: none;  /* 可选：恢复默认样式 */
  width: 10px;
}

/* 滚动条滑块 */
.left-nav::-webkit-scrollbar-thumb {
  background: #85B4F4;
  border-radius: 3px;
}

/* 滚动条轨道 */
.left-nav::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.left-nav::-webkit-scrollbar-button {
  display: block;
  background-color:#85B4F4;
  height: 6px;
}

/* 向上箭头 */
.left-nav::-webkit-scrollbar-button:single-button:decrement {
  background-image: url("../images/top_jiantou.png");
  background-repeat: no-repeat;
  background-position: center 3px;
  height: 10px; 
}

/* 向下箭头 */
.left-nav::-webkit-scrollbar-button:single-button:increment {
  background-image: url("../images/bottom_jiantou.png");
  background-repeat: no-repeat;
  background-position: center calc(100% - 3px); /* 水平居中，垂直方向向上偏移3px */
  height: 10px; 
}


.swiper_btn>img {
  cursor: pointer;
  width: 50px;
}

.header {
  height: 475px;
  width: 100%;
  background: url(../images/header_bg.png) no-repeat top;
  background-size: 100% 100%;
}

.header_top {
  max-width: 1500px;
  width: 80%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.header_top .top_left {
  line-height: 22px;
  font-size: 18px;
}

.header_top a {
  display: inline-block;
}

.header .top_right .ipv {
  border-radius: 15px;
  padding: 0 10px;
  margin-left: 10px;
  white-space: nowrap;
}

.header .logo {
  margin: 70px 0;
  text-align: center;
}

.header .logo img {
  height: 100px;
}

.header .ipt_div {
  width: 820px;
  height: 80px;
  background: #7BB7FF;
  border-radius: 40px;
  display: flex;
  align-items: center;
  margin: auto;
  margin-top: 30px;
}

.header .ipt_div .search_icon {
  display: inline-block;
  line-height: 46px;
  height: 46px;
  min-width: 74px;
  background: url(../images/search_icon.png) no-repeat;
  background-position: 28px 8px;
  background-size: 30px 30px;
  border-right: 2px solid rgba(255, 255, 255, 0.34);
}

.header .ipt_div #qt {
  color: white;
  font-size: 20px;
  line-height: 46px;
  width: 100%;
  margin-left: 10px;
}

.header .ipt_div #qt::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.header .ipt_div #search_btn {
  min-width: 100px;
  height: 100px;
  border: unset;
  background: url(https://www.hlj.gov.cn/search5/static/images/xuehuablue.gif) no-repeat center;
  background-size: 100%;
  margin-right: -4px;
  cursor: pointer;
}

.header .ipt_btm {
  width: 670px;
  margin: 0 auto;
  margin-top: 10px;
  display: flex;
  align-items: center;
  line-height: 30px;
}

.szf_logo {
  max-width: 1500px;
  width: 80%;
  margin: 0 auto;
}

.szf_logo img {
  height: 60px;
}

.footer a:hover,
.footer a:hover span {
  color: unset !important;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: row !important;
}