.subsite-nav::before {
  background-image: url('../../images/2024subindex/tongjiju/content_bg.png');
  background-size: 100% auto;
}
.chart-block {
  padding-top: 30px;
}
.chart-block .chat-content {
  height: 500px;
  /* background-color: rgb(203,221,255); */
  background-color: #F4F4F9;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
  padding: 15px;
}
.chart-block .chat-content .content-tab {
	display: none;
	position: relative;
  overflow-x: auto;
  overflow-y: hidden;
	border-bottom: 1px solid #E1E1E1;
}
.chart-block .chat-content .content-tab::-webkit-scrollbar {
  width: 3px;
  height: 2px;
}
.chart-block .chat-content .content-tab.act {
  display: flex;
}
.chart-block .chat-content .chartDom {
	height: 500px;
	margin-top: 20px;
}
.chart-block .chat-content .content-tab .content-tab-item {
	height: 42px;
	line-height: 42px;
	margin-left: .40rem;
}
.chart-block .chat-content .content-tab .content-tab-item a {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	position: relative;
	white-space: nowrap;
	cursor: pointer;
}
.chart-block .chat-content .content-tab .content-tab-item.act a::after {
  content: "";
	border-top: 3px solid #F28658;
	position: absolute;
	width: 27px;
	bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
}

.chart-block .chart-nav {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}
.chart-block .chart-nav .item {
  flex: 1;
  flex-shrink: 0;
  background-color: rgba(40, 89, 185, .8);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  cursor: pointer;
}
.chart-block .chart-nav .item .img-bg {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4A9CFB;
  margin-bottom: 12px;
}
.chart-block .chart-nav .item .img-bg img {
  max-width: 30px;
}
.chart-block .chart-nav .item .img-bg img:nth-of-type(2) {
  display: none;
}
.chart-block .chart-nav .item:hover {
  background-color: rgba(48, 100, 240, .8);
}
.chart-block .chart-nav .item.act {
  background-color: rgba(48, 131, 255, .85);
}
.chart-block .chart-nav .item.act .img-bg {
  background-color: #fff;
}
.chart-block .chart-nav .item.act .img-bg img:nth-of-type(1) {
  display: none;
}
.chart-block .chart-nav .item.act .img-bg img:nth-of-type(2) {
  display: block;
}
.chart-block .chart-nav .item .txt {
  font-size: 20px;
  line-height: 1;
  color: #FFFFFF;
}
#chartDom {
  height: 420px;
  padding-top: 30px;
}

@media (max-width: 768px) {
  .chart-block .chart-nav .item {
    padding: 10px 5px;
  }
  .chart-block .chart-nav .item .img-bg {
    width: 30px;
    height: 30px;
  }
  .chart-block .chart-nav .item .img-bg img {
    width: 15px;
    height: 15px;
  }
  .chart-block .chart-nav .item .txt {
    font-size: 14px;
  }
}

.news-block {
  margin-bottom: 0 !important;
}
/* .news-block .m-center {
  background-image: url('../../images/2024subindex/tongjiju/news_bg.png');
} */
/* .news-block .m-center .link-box {
  margin: 30px 45px;
  padding: 80px 85px 50px 65px;
  background-image: url('../../images/2024subindex/tongjiju/link_box_bg.png');
  background-size: 100% 100%;
}
.news-block .m-center .link-box .link {
  display: block;
  opacity: .95;
  margin-bottom: 20px;
  font-size: 20px;
}
.news-block .m-center .link-box .link:hover {
  opacity: 1;
  font-weight: bold;
} */
.news-block .m-center .link-box {
  position: relative;
  margin: 30px 45px;
  /* padding: 70px 70px 40px 40px; */
  padding: 80px 85px 40px 50px;
  background-image: url('../../images/2024subindex/tongjiju/link_box_bg.png');
  background-size: 100% 100%;
}
.news-block .m-center .link-box::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 94px;
  height: 94px;
  background-image: url('../../images/2024subindex/tongjiju/magnifier.png');
  background-size: cover;
}
.news-block .m-center .link-box .link {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 18px;
  background: #E8F1FD;
  box-shadow: 0px 3px 3px 0px rgba(255,255,255,0.2);
  border-radius: 4px;
  padding: 15px;
  color: #000;
}
.news-block .m-center .link-box .link::after {
  position: absolute;
  right: 30px;
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  font-weight: bold;
  content: 'next';
  font-size: 18px;
  color: #c8cad9;
}
.news-block .m-center .link-box .link:nth-of-type(2) {
  background: #FEF4E8;
}
.news-block .m-center .link-box .link:nth-of-type(3) {
  background: #E8F7FD;
}
.news-block .m-center .link-box .link:nth-of-type(4) {
  background: #EDEFFC;
}
.news-block .m-center .link-box .link img {
  height: 22px;
  margin-right: 15px;
}
.news-block .m-center .link-box .link:hover {
  opacity: 1;
  font-weight: bold;
  /* transform: scale(1.05); */
}
/* .news-block .m-center .link-box .link:nth-of-type(1) {
  font-weight: 400;
  font-size: 30px;
  color: #754023;
  text-align: center;
}
.news-block .m-center .link-box .link:nth-of-type(2) {
  font-weight: 400;
  font-size: 36px;
  color: #213379;
  line-height: 1.2;
}
.news-block .m-center .link-box .link:nth-of-type(3) {
  font-weight: 400;
  font-size: 34px;
  color: #3A6716;
  line-height: 1.2;
  text-align: right;
}
.news-block .m-center .link-box .link:nth-of-type(4) {
  font-weight: 400;
  font-size: 26px;
  color: #56641D;
  line-height: 1.2;
}
.news-block .m-center .link-box .link:nth-of-type(5) {
  font-weight: 400;
  font-size: 24px;
  color: #74266C;
  line-height: 1.2;
  text-align: center;
} */
.swiper-block {
  margin-bottom: 0;
}
.swiper-block .swiper-padding {
  padding: 30px 40px 30px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .news-block .m-center {
    background: #fff;
  }
  .news-block .m-center .link-box {
    padding: 70px 65px 25px 30px;
    /* margin: 20px 0px 0 20px; */
    padding: 15px;
    margin: 0;
    background-image: none;
    background-color: #fff;
  }
  .news-block .m-center .link-box .link {
    font-size: 20px;
  }
  /* .news-block .m-center .link-box .link:nth-of-type(1) {
    font-size: 24px;
  }
  .news-block .m-center .link-box .link:nth-of-type(2) {
    font-size: 26px;
  }
  .news-block .m-center .link-box .link:nth-of-type(3) {
    font-size: 26px;
  }
  .news-block .m-center .link-box .link:nth-of-type(4) {
    font-size: 24px;
  }
  .news-block .m-center .link-box .link:nth-of-type(5) {
    font-size: 24px;
  } */
  .news-block .news-tab {
    padding-top: 0;
  }
}
.swiper-block .swiper-padding .subindex-swiper-container .swiper-button-prev {
  left: 10px;
}
.swiper-block .swiper-padding .subindex-swiper-container .swiper-button-next {
  right: 10px;
}

.gov-gongkai-block {
  margin: 0;
  padding: 30px 0;
  /* background-image: url('../../images/2024subindex/tongjiju/gongkai_full_bg.png'); */
  background-size: 100% 100%;
}
.gov-gongkai-block .bg {
  background-image: url('../../images/2024subindex/tongjiju/gongkai_bg.png');
}
.gov-gongkai-block .gongkai-info .gongkai-info-top .title2, .gov-gongkai-block .gongkai-mulu .title2 {
  color: #125CB1; 
}
.gov-gongkai-block .gongkai-info .gongkai-info-top .gongkai-list .item .link {
  background-color: #fff;
}
.gov-gongkai-block .gongkai-info .gongkai-info-bottom .item .link {
  background-color: #fff;
}
.gov-gongkai-block .gongkai-mulu .mulu-list .item .link {
  background-color: #fff;
}
.gov-gongkai-block .gongkai-mulu .mulu-list .item .link:hover {
  background-color: rgba(255,255,255,0.3);
}

.falvfagui-block {
  margin-bottom: 30px;
  margin-bottom: .3rem;
}

.falvfagui-block .falvfagui-flex {
  position: relative;
  display: flex;
  padding-bottom: 2px;
  /* border: 2px solid #fff; */
  border-radius: 8px;
}

.falvfagui-block {
  margin-bottom: 30px;
  margin-bottom: .3rem;
}
.falvfagui-block .falvfagui-flex .title {
  flex: 3;
  background: url('../../images/2024subindex/tongjiju/falvfagui_img.png');
  background-size: cover;
  background-position: center;
}
.falvfagui-block .falvfagui-flex .content {
  flex: 7;
  background-image: url('../../images/2024subindex/tongjiju/falvfagui_con_bg.png');
  background-size: cover;
  border-radius: 0 8px 8px 0;
  border-left: 2px solid #fff;
  padding: 30px 0;
}
.falvfagui-block .falvfagui-flex .content .falvfagui-list-box {
  padding: 30px 50px;
  padding: .3rem .5rem;
}
.falvfagui-block .falvfagui-flex .falvfagui-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #125CB1;
  font-weight: bold;
  margin-bottom: 18px;
}
.falvfagui-block .falvfagui-flex .falvfagui-title img {
  width: 25px;
  margin-right: 8px;
}
.falvfagui-block .falvfagui-flex .content .falvfagui-list-box .falvfagui-list {
  display: flex;
  justify-content: space-between;
}
.falvfagui-block .falvfagui-flex .content .falvfagui-list-box .falvfagui-list .item {
  width: calc((100% - 40px) / 3);
}
.falvfagui-block .falvfagui-flex .content .falvfagui-list-box .falvfagui-list .item.half {
  width: calc((100% - 20px) / 2);
}
.falvfagui-block .falvfagui-flex .content .falvfagui-list-box .falvfagui-list .item .link {
  display: flex;
  align-items: center;
  border: 1px solid #78ADC5;
  background-color: rgba(255,255,255,0.8);
  padding: 0 20px;
  height: 80px;
  color: #000;
  font-size: 18px;
}
.falvfagui-block .falvfagui-flex .content .falvfagui-list-box .falvfagui-list .item .link:hover {
  background-color: #fff;
}
.falvfagui-block .falvfagui-flex .content .falvfagui-list-box .falvfagui-list .item .link .img-bg {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 18px;
  background: #4D97DA;
}
.falvfagui-block .falvfagui-flex .content .falvfagui-list-box .falvfagui-list .item .link .img-bg.orange {
  background: #EB8E71;
}
.falvfagui-block .falvfagui-flex .content .falvfagui-list-box .falvfagui-list .item .link .img-bg img {
  max-width: 25px;
}

@media screen and (max-width: 768px) {
  .falvfagui-block .falvfagui-flex {
    flex-direction: column;
  }
  .falvfagui-block .falvfagui-flex .content {
    padding: 0;
  }
  .falvfagui-block .falvfagui-flex .content .falvfagui-list-box .falvfagui-list {
    flex-wrap: wrap;
  }
  .falvfagui-block .falvfagui-flex .content .falvfagui-list-box .falvfagui-list .item {
    width: 100% !important;
    margin-top: 15px;
  }
  .falvfagui-block .falvfagui-flex .content .falvfagui-list-box .falvfagui-list .item:nth-of-type(1) {
    margin-top: 0;
  }
}

.zhidu-block {
  padding-bottom: 50px;
  background-image: url('../../images/2024subindex/tongjiju/zhidu_bg.png');
  background-size: 100% 100%;
}
.zhidu-block .block-title img {
  display: block;
  width: 405px;
  max-width: 70%;
  margin: 0 auto 30px;
  margin: 0 auto .3rem;
}
.zhidu-block .zhidu-link {
  display: flex;
  justify-content: space-between;
}
.zhidu-block .zhidu-link .item {
  width: calc((100% - 20px) / 2);
}
.zhidu-block .zhidu-link .item .link {
  display: block;
  width: 100%;
  height: 100%;
}
.zhidu-block .zhidu-link .item .link:hover {
  opacity: .8;
}
@media screen and (max-width: 768px) {
  .zhidu-block .zhidu-link {
    flex-wrap: wrap;
  }
  .zhidu-block .zhidu-link .item {
    width: 100%;
  }
  .zhidu-block .zhidu-link .item:nth-of-type(1) {
    margin-bottom: 15px;
  }
}