.dataDistribution-box {
  background-color: #fff;
}
.dataDistribution-con {
  display: flex;
  border-radius: 8px;
  background: #f7f8fa;
  overflow: hidden;
}
.dataDistribution-con .dataDistribution-hd {
  width: 256px;
  height: 426px;
  padding: 24px 0;
  background: url(../img/ico_dataDistribution-hd_bg.png) -28px -48px no-repeat, linear-gradient(149deg, #3585dc 0%, #004999 100%);
}
.dataDistribution-con .dataDistribution-hd h2 {
  margin-bottom: 24px;
  padding: 12px 0;
  font-size: 24px;
  color: #fff;
  text-align: center;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 10%, #ffffff 50%, rgba(255, 255, 255, 0) 89%) 0 0 1 0;
}
.dataDistribution-con .dataDistribution-hd ul {
  padding-left: 16px;
}
.dataDistribution-con .dataDistribution-hd ul li {
  margin-bottom: 16px;
  padding: 16px;
  position: relative;
}

.dataDistribution-con .dataDistribution-hd ul li a {
  display: block;
  padding-left: 42px;
  font-size: 18px;
  color: #fff;
  position: relative;
}

.dataDistribution-con .dataDistribution-hd ul li.on {
  color: var(--c2primary-color);
  background: #fff;
  border-radius: 8px 0 0 8px;
}
.dataDistribution-con .dataDistribution-hd ul li.on a {
  color: var(--c2primary-color);
}
.dataDistribution-con .dataDistribution-hd ul li.on::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 24px;
  background: linear-gradient(0deg, #e0c7ad 0%, #dba976 100%);
}

.dataDistribution-con .dataDistribution-hd ul li a.ico_01::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../img/ico_ah_data_01.svg) no-repeat;
}
.dataDistribution-con .dataDistribution-hd ul li a.ico_02::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../img/ico_ah_data_02.svg) no-repeat;
}
.dataDistribution-con .dataDistribution-hd ul li a.ico_03::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../img/ico_ah_data_03.svg) no-repeat;
}

.dataDistribution-con .dataDistribution-hd ul li.on a.ico_01::before {
  background: url(../img/ico_ah_data_01_on.svg) no-repeat;
}
.dataDistribution-con .dataDistribution-hd ul li.on a.ico_02::before {
  background: url(../img/ico_ah_data_02_on.svg) no-repeat;
}
.dataDistribution-con .dataDistribution-hd ul li.on a.ico_03::before {
  background: url(../img/ico_ah_data_03_on.svg) no-repeat;
}

.dataDistribution-con .dataDistribution-bd {
  flex: 1;
  padding: 16px;
}

.focus-box {
  background: url(../img/ico_focus-box_bg.jpg) no-repeat;
}
.focus-content {
  padding: 48px;
}

.focus-content .title-hd {
  position: relative;
}
.focus-content .title-hd h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-align: center;
  height: 70px;
  line-height: 70px;
  margin-bottom: 20px;
}
.focus-content .title-hd .year-box {
  position: absolute;
  right: 0;
  bottom: 0;
}

.follow .hd {
  width: 872px;
  margin: 0 auto 24px;
  padding: 8px 12px;
  border-radius: 100px;
  background: #e5efff;
}
.follow .hd span {
  font-size: 20px;
  color: #000;
  padding: 6px 24px;
  line-height: 40px;
  cursor: pointer;
}
.follow .hd span.on {
  font-weight: bold;
  color: var(--c2primary-color);
  background: #ffffff;
  border-radius: 100px;
  box-shadow: 0px 2px 2px 0px rgba(22, 88, 160, 0.2);
}
.follow .bd {
  padding: 24px;
  background: #fff;
}
/* .follow .bd img {
  width: 100%;
  height: 360px;
} */

.chart_container {
  position: relative;
}
.download_icon {
  position: absolute;
  top: 10px;
  right: 80px;
  cursor: pointer;
  z-index: 2;
  width: 20px;
  height: 20px;
}
.download_icon:hover {
  scale: 1.2;
}
.year_select {
  display: flex;
  justify-content: flex-end;
  display: inline-block;
  float: right;
  font-size: 16px;
  font-weight: normal;
  color: #1d2129;
  padding: 5px 8px;
  border-radius: 4px;
  background: #fff;
  line-height: 1;
  margin-top: 20px;
}
.form-select {
  width: 106px;
  color: #86909c;
  margin-left: 4px;
}
#barChart {
  width: 100%;
  height: 360px;
}

.ah-data-list-box {
  background: #fff;
}
.ah-data-list-con {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.ah-data-list-con .ah-data-list {
  width: calc((100% - 24px) / 2);
}

.indicator-box {
  padding: 24px 24px 8px;
  background: #f7f8fa;
}
.indicator-box .hd {
  border-bottom: 1px solid #ededed;
  background: url(../img/ico_data_indicator_right.svg) right bottom no-repeat;
}
.indicator-box .hd h2 {
  float: left;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
  color: #1658a0;
  border-bottom: 3px solid #1658a0;
}

.ahGov-indicator-list {
  margin: 24px auto 0;
}
.ahGov-indicator-list li {
  float: left;
  width: calc((100% - 64px) / 5);
  margin-right: 16px;
  margin-bottom: 16px;
  height: 55px;
  line-height: 55px;
  background: url(../img/ico_xxgk_zdlyxxgk_bg.png) #679ad1 no-repeat;
  transition: all 0.3s;
}
.ahGov-indicator-list li:nth-child(5n) {
  margin-right: 0;
}
.ahGov-indicator-list li:hover {
  background-color: #1658a0;
}
.ahGov-indicator-list li a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 0 16px;
}

.data-gdp-box .data-gdp-left {
  float: left;
  width: 560px;
  height: 394px;
  padding: 16px;
  background: #fff;
}
.data-gdp-box .data-gdp-right {
  float: right;
  width: 488px;
  height: 394px;
  padding: 16px;
  background: #fff;
  position: relative;
}
.data-kzp-box {
  padding: 16px;
  background: #fff;
  position: relative;
}

.year-box-gdp {
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 1;
  border-radius: 4px;
  padding: 5px 8px;
  background: #fff;
  border: 1px solid #e5e6eb;
}
.year-box-gdp .year {
  width: 106px;
  color: #86909c;
}

#zfsj_chart1 {
  width: 528px;
  height: 362px;
}
#zfsj_pie1 {
  width: 456px;
  height: 362px;
}
#zfsj_chart5,
#zfsj_chart4,
#zfsj_chart6,
#zfsj_chart8 {
  width: 1032px;
  height: 362px;
}

@media screen and (max-width: 768px) {
  .focus-content {
    padding: 10px 20px;
  }
  .focus-content .title-hd h2 {
    text-align: left;
    font-size: 22px;
    margin-bottom: 0px;
  }
  .follow .hd {
    width: 100%;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 18px 12px;
  }
  .ah-data-list-con {
    flex-direction: column;
  }
  .ah-data-list-con .ah-data-list {
    width: 100%;
  }
  .ahGov-indicator-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .ahGov-indicator-list li {
    width: calc((100% - 15px) / 2);
    margin: 0;
  }
  .dataDistribution-con {
    flex-direction: column;
  }
  .dataDistribution-con .dataDistribution-hd {
    width: 100%;
  }
  .data-gdp-box .data-gdp-left,
  .data-gdp-box .data-gdp-right {
    float: none;
    width: 100%;
  }
  #zfsj_chart1,
  #zfsj_pie1 {
    width: 100%;
  }
  #zfsj_chart5,
  #zfsj_chart4 {
    width: 350px;
  }
  .download_icon {
    right: -10px;
    top: -15px;
  }
  #zfsj_chart1,
  #zfsj_chart4,
  #zfsj_chart8,
  #zfsj_chart6,
  #zfsj_pie1,
  #barChart {
    min-height: 300px;
    width: 100%;
  }
  .data-kzp-box {
    padding-top: 65px;
  }
}
