body {
  font-family: Microsoft YaHei;
  /* width: auto;
  height: auto; */
  width: 100%;
  height: 100%;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
a {
  cursor: pointer;
}
a:hover {
  color: #3a83e9;
}
button {
  outline: none;
  border: none;
  background: none;
}
input {
  outline: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 清除浮动 */
.cf:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}
* {
  box-sizing: border-box;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
/* 总页面 */
.page {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* 第一屏 */
#section1.sec1 {
  position: relative;
  height: 100%;
  z-index: 3;
  background: #fff;
  overflow: hidden;
  display: none;
}
@media screen and (min-width: 1200px) {
  #section1.sec1 {
    display: block;
  }
}
.sec1 .bg {
  position: absolute;
  z-index: -1;
}
#videoBg {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.home-content {
  width: 1200px;
  position: relative;
  height: 100vh;
  margin: 0 auto;
  z-index: 5;
}

.home-logo {
  padding-top: 123px;
  width: 449px;
  margin: 0 auto;
}
.home-search-box {
  width: 650px;
  height: 50px;
  margin: 35.5px auto 0;
  background: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #999999;
}
.home-search-box span {
  width: 56px;
  padding-left: 20px;
}
.home-search-box > img {
  width: 8px;
  height: 13px;
  margin-right: 20px;
}
.home-search-box .home-search-input {
  width: 530px;
  height: 30px;
  border: none;
  padding-right: 10px;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  color: #999999;
  border-left: 1px solid #cccccc;
}

.home-search-box .home-search-btn {
  width: 120px;
  height: 50px;
  font-size: 22px;
  color: #3a83e9;
  background: #dbeaff;
  border-radius: 0px 4px 4px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  cursor: pointer;
}
.home-search-box .home-search-btn > .home-search-btn-img {
  width: 26px;
  height: 26px;
  margin-right: 8px;
  background: var(--search-img) no-repeat center center;
  background-size: cover;
}
.home-button-group {
  width: 1200px;
  position: absolute;
  left: 0;
  bottom: 309px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-button-group > a {
  width: 285px;
  height: 96px;
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
  text-align: center;
  z-index: 999;
}
.home-button-group > a > img {
  margin: 0 auto 20px;
  display: block;
}
.home-footer {
  width: 1200px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 20px;
  color: #fff;
  font-size: 18px;
}
.home-footer .mouse {
  position: relative;
  margin-top: 80px;
  font-size: 18px;
  animation: TopBots 1.2s ease-in-out infinite both;
}
.home-footer .mouse img {
  width: 40px;
  height: 60px;
  margin-bottom: 20px;
}
@keyframes TopBots {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-8px);
  }
}
/* 第二屏 */
.sec2 {
  position: relative;
  z-index: 3;
  height: 100%;
  background: #fff;
  overflow: auto;
  /* display: none; */
}

/* 新闻 */
.news-box {
  /* height: 730px; */
  height: 923px;
  background: #f5fbff;
  padding: 40px 0;
}
.news-box .main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.news-box .hot-news {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.news-box .hot-news .hot-news-icon {
  width: 90px;
  height: 80px;
}
.news-box .hot-news .hot-news-list {
  flex: 1;
  overflow: hidden;
}
.news-box .hot-news .hot-news-list .hot-news-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.news-box .hot-news .hot-news-list .hot-news-title span {
  line-height: 46px;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 32px;
}
.news-box .hot-news .hot-news-list .hot-news-describe {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-box .hot-news .hot-news-list .hot-news-describe span {
  line-height: 24px;
  color: #999999;
}
/* 图片新闻 */
.new-list-box {
  display: flex;
  justify-content: space-between;
}
.pic-news,
.text-news {
  width: 50%;
  height: 370px;
}
.pic-news {
  position: relative;
  /* border: 1px solid #3a83e9;
  box-sizing: content-box; */
}
.pic-news .Focus .pic-list {
  width: 100%;
  height: 100%;
}
.pic-news .Focus .pic-list li {
  height: 370px;
  overflow: hidden;
  position: relative;
}
.pic-news .Focus .pic-list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.pic-news .Focus .pic-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pic-news .Focus .pic-list li span {
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  color: white;
  background: rgba(0, 0, 0, 0.6);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6),
    rgba(84, 84, 84, 0.6)
  );
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 130px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.Focus .num {
  width: 130px;
  height: 8px;
  position: absolute;
  bottom: 21px;
  right: 0;
  z-index: 2;
}
.Focus .num ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
}
.Focus .num li {
  width: 8px;
  height: 8px;
  background: white;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.Focus .num li.on {
  background: var(--primary-color);
}
/* 文字新闻 */
.text-news {
  padding: 30px;
  background: #ffffff;
}
.text-news-title {
  height: 54px;
  width: 100%;
  overflow: hidden;
  display: flex;
  gap: 30px;
}
.text-news-title li {
  /* position: relative; */
}
.text-news-title li a {
  font-weight: 700;
  color: #999999;
  font-size: 22px;
  position: relative;
  line-height: 29px;
}
.text-news-title li.active a {
  color: var(--primary-color);
  padding-bottom: 18px;
}
.text-news-title li.active a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  /* border: 2px solid #329CFD; */
  background: var(--title-active-img) no-repeat top center;
}
.text-news-list {
  width: 100%;
  overflow: hidden;
}
.text-news-list li {
  line-height: 50px;
  border-bottom: 1px solid #eeeeee;
  color: #000000;
}
.text-news-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.text-news-list li a span:first-child {
  max-width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 视频新闻、政府采购 */
.vnews-stock {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.vnews-stock-item {
  width: 585px;
  height: 153px;
  background: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(177, 187, 217, 0.16);
  display: flex;
}
.vnews-stock-item-title {
  width: 50px;
}
.vnews-stock-item-title a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 100%;
}
.vnews-stock-item-title.vnews-title {
  background: var(--primary-color);
}
.vnews-stock-item-title.stock-title {
  background: #ebac40;
}
.vnews-stock-item-title img {
  width: 18px;
  height: 17px;
}
.vnews-stock-item-title span {
  font-weight: 700;
  color: #ffffff;
  writing-mode: vertical-rl;
}
.vnews-stock-item-list {
  padding: 30px;
  flex: 1;
}
.vnews-stock-item-list ul li {
  position: relative;
  padding-left: 13px;
  line-height: 31px;
}
.vnews-stock-item-list ul li a {
  display: inline-block;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.vnews-stock-item-list ul li a span:nth-child(2) {
  color: #999999;
}
.vnews-stock-item-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background: #000000;
}
/* 腰封 */
.middle_banner {
  height: 120px;
  position: relative;
}
.middle_banner .pic {
  width: 100%;
  height: 100%;
}
.middle_banner .pic li {
  width: 100%;
  height: 120px;
}
.middle_banner .pic li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.middle_banner .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.middle_banner .indicator-right {
  position: absolute;
  right: 10px;
  bottom: 20px;
  top: auto;
  z-index: 10;
}
.middle_banner .indicator-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
}
.middle_banner .indicator-right li {
  width: 8px;
  height: 8px;
  margin: 0;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
}
.middle_banner .indicator-right li.on {
  background: #ffae24;
  /* transform: scale(1.2); */
}
/* 我要看、我要办、我要问 */
.middle-wkybwyq {
  padding: 40px 0;
}
.middle-wkybwyq .middle-wkybwyq-title {
  height: 131px;
  margin-bottom: 30px;
}
.middle-wkybwyq .middle-wkybwyq-title ul {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
}
.middle-wkybwyq .middle-wkybwyq-title ul li {
  height: 100%;
  width: 400px;
  cursor: pointer;
}
.middle-wkybwyq .middle-wkybwyq-title ul li.middle-wyk {
  background: var(--wyk-img) no-repeat bottom center;
  background-size: contain;
  position: absolute;
  left: 0;
}
.middle-wkybwyq .middle-wkybwyq-title ul li.middle-wyk.active {
  background: var(--wyk-active-img) no-repeat bottom center;
  background-size: contain;
  width: 414px;
}
.middle-wkybwyq .middle-wkybwyq-title ul li.middle-wyb {
  background: var(--wyb-img) no-repeat bottom center;
  background-size: contain;
  position: absolute;
  left: 400px;
}
.middle-wkybwyq .middle-wkybwyq-title ul li.middle-wyb.active {
  background: var(--wyb-active-img) no-repeat bottom center;
  background-size: contain;
  width: 414px;
}
.middle-wkybwyq .middle-wkybwyq-title ul li.middle-wyw {
  background: var(--wyw-img) no-repeat bottom center;
  background-size: contain;
  position: absolute;
  right: 0;
}
.middle-wkybwyq .middle-wkybwyq-title ul li.middle-wyw.active {
  background: var(--wyw-active-img) no-repeat bottom center;
  background-size: contain;
  width: 414px;
}

/* 我要看box */
.middle-wyk-box {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.middle-wyk-box-l {
  width: 585px;
  /* height: 489px; */
  /* overflow: hidden; */
  background: #ffffff;
  /* filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.1)); */
}

.middle-wyk-box-l-body-list {
  overflow: hidden;
}
.middle-wyk-box-l-title {
  filter: none;
  transform: translateZ(0);
  will-change: transform;
  isolation: isolate;
  backdrop-filter: none;
}
.middle-wyk-box-l-title .text-news-title li.active a {
  padding-bottom: 24px;
  line-height: 29px;
}
.middle-wyk-box-l-title .text-news-title li.active a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50%;
  transform: translateX(-50%);
  height: 4px;
  background: #ea2b22;
  border-radius: 2px;
  border: none;
}
.middle-wyk-box-l-body {
  width: 585px;
  /* height: 435px; */
  height: 330px;
  box-shadow: 0px 0px 20px 0px rgba(1, 82, 147, 0.15);
}
/* .middle-wyk-box-l-body .swiper-slide {
  position: absolute;
  left: 0;
  display: none;
} */
/* .middle-wyk-box-l-body::after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  box-shadow: 0px 0px 20px 0px rgba(1,82,147,0.15); 
  z-index: 999;
} */

.middle-wyk-box-l-body .wyk-l-top {
  width: 100%;
  height: 85px;
  background: var(--wyk-top-banner-img) no-repeat center;
  display: flex;
  align-items: center;
}
.middle-wyk-box-l-body .wyk-l-top span {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 700;
  margin: 0 20px 0 30px;
}
.middle-wyk-box-l-body .wyk-l-top select {
  color: #000000;
  font-size: 14px;
  width: 130px;
  height: 45px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(wyk-down.png) no-repeat 110px center;
  background-size: 7px 4px;
  margin-right: 10px;
}
.wyk-search {
  width: 305px;
  height: 45px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  position: relative;
}
.wyk-search input {
  width: 100%;
  height: 100%;
  border: none;
  padding-left: 20px;
  padding-right: 55px;
  color: #999999;
}
.wyk-search button {
  width: 30px;
  height: 20px;
  background: var(--wyk-search-img) no-repeat right center;
  border: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 10px;
  border-left: 1px solid var(--primary-color);
  cursor: pointer;
}
.wyk-policy-box {
  width: 100%;
  /* height: 350px; */
  height: 245px;
  padding: 20px 22px 20px 30px;
}
.wyk-policy-list {
  width: 100%;
  height: 205px;
  overflow: hidden;
  position: relative;
}
.wyk-policy-list ul {
  overflow: auto;
  position: relative;
  padding-left: 20px;
}
.wyk-policy-list ul::before {
  content: "";
  position: absolute;
  left: 2.75px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #cccccc;
}
.wyk-policy-list ul li.white ins {
  display: block;
  width: 29px;
  font-size: 22px;
  height: 41px;
  position: absolute;
  right: 0;
  top: 170px;
  background: #ffffff;
  z-index: 1;
  color: #3a83e9;
}
/* .wyk-policy-list ul li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 22.5px;
  width: 7px;
  height: 7px;
  background: #cccccc;
  border-radius: 50%;
} */
.wyk-policy-list ul li a {
  position: relative;
}
.wyk-policy-list ul li a::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 7.5px;
  width: 7px;
  height: 7px;
  background: #cccccc;
  border-radius: 50%;
}
.wyk-policy-list li a span {
  line-height: 41px;
}
.wyk-policy-list li a span.date {
  color: #999999;
  margin-left: 20px;
}
.middle-wyk-box-r-title .text-news-title li.active a {
  color: #000000;
}
.middle-wyk-box-r-body {
  width: 585px;
  /* height: 435px; */
  height: 330px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(1, 82, 147, 0.15);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wyk-r-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  /* max-height: 220px; */
  overflow: hidden;
}
.wyk-r-top-item {
  height: 70px;
  background: #f7f8fa;
  padding: 10px 20px;
}
.wyk-r-top-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
}
.wyk-r-top-item span {
  display: inline-block;
  max-width: 144px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wyk-r-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.wyk-r-bottom-item {
  width: 247px;
  height: 125px;
  position: relative;
  overflow: hidden;
}
.wyk-r-bottom-item:hover a img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.wyk-r-bottom-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.wyk-r-bottom-item span {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #ffffff;
}
/* 我要办box */
.middle-wyb-box .main {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.middle-wyb-box-l {
  width: 800px;
  height: 348px;
  background: #ffffff;
  /* box-shadow: 0px 0px 20px 0px rgba(1, 82, 147, 0.15); */
  /* padding: 30px 0; */
}
.middle-wyb-box-l .text-news-title {
  height: 47px;
  margin-bottom: 20px;
}
.middle-wyb-box-l .text-news-title li {
  height: 47px;
}
.middle-wyb-box-l .middle-wyb-box-l-body {
  box-shadow: 0px 0px 20px 0px rgba(1, 82, 147, 0.15);
}
.wyb-box-l-body-list {
  /* padding: 0 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 62px 98px; */
  overflow: hidden;
  height: 348px;
  position: relative;
  padding: 0 30px;
}
.wyb-box-l-body-list .swiper-slide {
  padding: 30px 0px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* gap: 62px 98px; */
  gap: 20px;
  overflow: hidden;
  /* margin-top: -170px;
  padding-top: 200px; */
  /* border-bottom: 2px solid rgba(194, 220, 255, 0.2); */
  justify-content: center;
  justify-items: center;
}
.middle-wyb-box-l-body .wyb-box-l-body-list::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: rgba(194, 220, 255, 0.2);
}
.wyb-box-l-body-list .swiper-slide .wyb-box-l-body-list-item {
  font-size: 16px;
  max-width: 100px;
}
.middle-wyb-box-l-body a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.middle-wyb-box-l-body a img {
  width: 85px;
  height: 85px;
  object-fit: cover;
}
.middle-wyb-box-l-body span {
  /* white-space: nowrap; */
  text-align: center;
}
.middle-wyb-box-r {
  /* padding-top: 30px; */
}
.middle-wyb-box-r ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}
.middle-wyb-box-r ul li {
  width: 370px;
  height: 192px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding-left: 40px;
}
.middle-wyb-box-r ul li span {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-color);
}
.middle-wyb-box-r ul li a {
  display: inline-block;
  width: 120px;
  height: 40px;
  position: relative;
  line-height: 40px;
  color: var(--primary-color);
  background-color: #ffffff;
  font-size: 16px;
  border-radius: 20px;
  padding: 0 12px;
}
.middle-wyb-box-r ul li a:hover {
  box-shadow: 0px 0px 20px 0px rgba(1, 82, 147, 0.15);
  transition: all 0.3s;
}
.middle-wyb-box-r ul li a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 4px;
  background: var(--detail-img) no-repeat center;
}
.middle-wyb-box-r ul li:nth-child(1) {
  background: var(--wyb-r1-img) no-repeat center;
}
.middle-wyb-box-r ul li:nth-child(2) {
  background: var(--wyb-r2-img) no-repeat center;
}
/* 我要问 */
.middle-wyw-box {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.middle-wyw-box-l {
  width: 585px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.wyw-szxx {
  width: 100%;
  height: 130px;
  overflow: hidden;
  background: url(szxx-bg.png) no-repeat center;
  box-shadow: 0px 0px 20px 0px rgba(1, 82, 147, 0.15);
  background-size: 100%;
  padding: 19px 30px;
  display: flex;
  gap: 30px;
}
.szxx-title {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
}
.szxx-title .szxx-title-img {
  width: 55px;
  height: 56px;
  background: var(--szxx-img) no-repeat center;
  background-size: cover;
}
.szxx-title span {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 22px;
}
.szxx-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.szxx-fun {
  display: flex;
  gap: 30px;
  align-items: center;
}
.szxx-fun a {
  position: relative;
  color: var(--primary-color);
  font-size: 16px;
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  padding-left: 50px;
  background: #ffffff;
  border: 1px solid var(--shallow-color);
  border-radius: 21px;
}
.szxx-fun span {
  position: relative;
  color: var(--primary-color);
  font-size: 16px;
  display: inline-block;
  width: 212px;
  height: 40px;
  line-height: 40px;
  padding-left: 50px;
  background: #ffffff;
  border: 1px solid var(--shallow-color);
  border-radius: 21px;
}
.szxx-fun span em {
  font-size: 18px;
  color: #ff8324;
  font-weight: 700;
  font-style: normal;
}
.szxx-fun a::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 18px;
  background: var(--wyxx-img) no-repeat center;
}
.szxx-fun span::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 18px;
  background: var(--szrx-img) no-repeat center;
}
.szxx-count span {
  color: #000000;
  font-size: 16px;
}
.szxx-count span em {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  color: var(--primary-color);
}
.szxx-count span:nth-child(2) em {
  color: var(--primary-color);
}
.wyw-rdwt {
  height: 224px;
  width: 100%;
  background: var(--rdwt-gradient-bg);
  border: 1px solid #dcedff;
  border-radius: 4px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rdwt-title {
  display: flex;
  gap: 20px;
}
.rdwt-title a {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  white-space: nowrap;
}
.rdwt-title a.rdwt-explain {
  display: inline-block;
  font-size: 16px;
  padding: 16px;
  background: var(--rdwt-bg-color);
  position: relative;
  font-weight: 400;
  color: #333;
}
.rdwt-title a.rdwt-explain::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 11px;
  background: linear-gradient(
    to bottom right,
    transparent 50%,
    var(--rdwt-bg-color) 50%
  );
  left: -14px;
  bottom: 0;
}
.rdwt-info {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
}
.rdwt-info-item {
  display: flex;
  align-items: center;
}
.rdwt-info-item span:nth-child(1) {
  color: var(--primary-color);
}
.rdwt-info .rdwt-info-item span {
  white-space: nowrap;
  font-size: 16px;
}
.middle-wyw-box-r {
  width: 585px;
}
.middle-wyw-box-r-body {
  width: 585px;
  height: 331px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(1, 82, 147, 0.15);
  overflow: hidden;
  padding: 30px;
}
.wyw-box-r-body-list {
  overflow: hidden;
  width: 525px;
}
.middle-wyw-box-r-body ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 21px;
}
.middle-wyw-box-r-body ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 28px;
  color: #333;
  padding-left: 16px;
  position: relative;
}
.middle-wyw-box-r-body ul li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #000000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.middle-wyw-box-r-body ul li a {
  display: inline-block;
  width: 430px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.middle-wyw-box-r-body ul li span {
  line-height: 28px;
  padding: 0 11px;
  background: #eeeeee;
  border-radius: 14px;
  font-size: 14px;
}
.middle-wyw-box-r-body ul li span.progress {
  color: var(--primary-color);
  background: var(--shallow-color);
}
.middle-wyw-box-r-body ul li span.end {
  color: #999;
  background: #eeeeee;
}

/* 专题专栏 */
.ztzl-box-body {
  margin-bottom: 40px;
  position: relative;
}
.ztzl-title {
  margin-bottom: 20px;
}
.ztzl-box-body .swiper-slide {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.ztzl-box-body .swiper-slide:hover .ztzl-item-img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.ztzl-box-body .swiper-slide .ztzl-item-img {
  display: inline-block;
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.ztzl-box-body .swiper-slide .ztzl-item-info {
  width: 100%;
  height: 112px;
  background: #ffffff;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.ztzl-box-body .swiper-slide .ztzl-item-link-box {
  position: relative;
  width: 0;
  height: 0;
}
.ztzl-box-body .swiper-slide .ztzl-item-info .ztzl-item-title {
  display: inline-block;
  line-height: 26px;
  height: 26px;
  width: 230px;
  color: #000000;
  font-size: 20px;
  margin-bottom: 20px;
}
.ztzl-box-body .swiper-slide .ztzl-item-info .ztzl-item-synopsis {
  display: none;
}

.ztzl-box-body .swiper-slide .ztzl-item-info .ztzl-item-link {
  width: 90px;
  height: 30px;
  background: var(--shallow-color);
  border-radius: 15px;
  color: var(--primary-color);
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
.ztzl-box-body .swiper-pagination {
  display: none;
}
.ztzl-box-body .swiper-container {
  overflow: hidden;
  padding-top: 60px;
  margin-top: -60px;
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.1));
}
.ztzl-box-body .swiper-button-next {
  top: 25px;
  right: 0;
  width: 48px;
  height: 40px;
  background-color: #f1f5f8;
  border-radius: 0 20px 20px 0;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: none;
}
.ztzl-box-body .swiper-button-next span {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid var(--primary-color);
}
.ztzl-box-body .swiper-button-prev span {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 8px solid var(--primary-color);
}
.ztzl-box-body .swiper-button-prev {
  top: 25px;
  right: 48px;
  left: auto;
  width: 48px;
  height: 40px;
  background-color: #f1f5f8;
  border-radius: 20px 0 0 20px;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: none;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: none;
}
/* 我要办 专题专栏 */
/* .ztzl-box-body.ztzl-wyb .swiper-slide .ztzl-item-info {
  height: 177px;
  background: #e9f2ff;
  justify-content: flex-start;
  gap: 20px;
  border-bottom: 3px solid #3a83e9;
  width: 100%;
  height: 100%;
}

.ztzl-box-body.ztzl-wyb .swiper-slide .ztzl-item-info .ztzl-item-title {
  font-weight: 700;
}
.ztzl-box-body.ztzl-wyb .swiper-slide .ztzl-item-info .ztzl-item-synopsis {
  display: block;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ztzl-box-body.ztzl-wyb .swiper-slide .ztzl-item-info .ztzl-item-link {
  display: none;
}
.ztzl-box-body.ztzl-wyb .swiper-slide .ztzl-item-link-box {
  position: absolute;
  width: 100%;
  height: 100%;
} */
/* 我要问专题专栏 */
/* .ztzl-box-body.ztzl-wyw .swiper-slide {
  width: 270px !important;
  margin-right: 30px !important;
}
.ztzl-box-body.ztzl-wyw .swiper-slide .ztzl-item-img {
  display: inline-block;
  width: 100%;
  height: 155px;
}
.ztzl-box-body.ztzl-wyw .swiper-slide .ztzl-item-info {
  height: 26px;
  margin-top: 70px;
  background: rgba(0, 0, 0, 0);
  padding: 0;
}
.ztzl-box-body.ztzl-wyw .swiper-slide .ztzl-item-info .ztzl-item-link {
  display: none;
}
.ztzl-box-body.ztzl-wyw {
  background: url(ztzl-bg.png) no-repeat center 39px;
}
.ztzl-box-body.ztzl-wyw .swiper-container {
  padding: 54px 15px 0;
}
.ztzl-box-body.ztzl-wyw .swiper-slide .ztzl-item-link-box {
  position: absolute;
  width: 100%;
  height: 100%;
} */
/* ================================================================================================================ */

/* 定位栏 */
.locate-bar {
  width: 0px;
  position: fixed;
  border-radius: 60px;
  /* overflow: hidden; */
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding-top: 133px;
  right: 0px;
  background: #fff url(side-bg.png) no-repeat;
  /* box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1); */
  display: none;
  z-index: 9999;
}

.locate-bar-top {
  width: 100%;
}
.locate-bar-top .side-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  font-size: 16px;
  color: #333333;
  gap: 10px;
  padding: 15px 0;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
.locate-bar-top .side-item .side-item-content {
  position: absolute;
  bottom: 0;
  right: 120px;
  background-color: #015293;
  border-bottom: solid 1px #015293;
  width: 160px;
  display: none;
  padding: 5px;
}
.locate-bar-top .side-item .side-item-content a {
  color: #fff;
  line-height: 40px;
  display: flex;
  flex-direction: column;
  width: 100%;
  white-space: normal;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.locate-bar-top .side-item .side-item-content.floating_ewm img {
  width: 145px;
  height: 145px;
}
.locate-bar-top .side-item .side-item-content.floating_ewm span {
  display: inline-block;
  width: 100%;
}
.locate-bar-top .side-item:hover {
  background: rgba(0, 0, 0, 0.1);
}
.locate-bar-top .side-item:hover .side-item-content {
  display: block;
}
.locate-bar .locate-bar-top .side-item.close {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 60px;
  padding-top: 0;
  padding-bottom: 20px;
  border-radius: 0 0 60px 60px;
  overflow: hidden;
  background: #eaf2ff;
}
.locate-bar-top .side-item img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: scale-down;
}
#back-to-top {
  width: 100%;
  padding-bottom: 10px;
  padding: 14px 0 16px;
  background: #ebebeb;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s;
  color: #333333;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
#back-to-top img {
  width: 24px;
  height: 24px;
  display: block;
  margin-bottom: 9px;
}
#back-to-top.show {
  opacity: 0.8;
}
#back-to-top:hover {
  opacity: 1 !important;
  background: #ebebeb;
}
#back-to-top-wrapper {
  width: 100%;
  border-radius: 0 0 60px 60px;
  overflow: hidden;
}