@media screen and (min-width: 1440px) {
  .index-content {
    width: 1400px;
    min-height: 2656px;
    margin: 0 auto;
    background-color: #fff;
  }
}

.wrap-content-1>div {
  background-color: #fff;
  padding: 30px;
}

/* new-information */
.new-information {
  display: flex;
  justify-content: space-between;
  padding-top: 42px;
  padding-bottom: 38px;
}
.new-information .news,
.new-information .information {
  width: 48%;
  /* height: 652px; */
}
.news-banner,
.information-banner {
  display: block;
  width: 100%;
  height: 286px;
  margin-bottom: 30px;
}
.news-banner img,
.information-banner img {
  width: 100%;
  height: 100%;
}
.news-list .news-title,
.information-list .information-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.news-list .news-title .title,
.information-list .information-title .title {
  position: relative;
  font-size: 24px;
  color: #b50005;
  font-weight: bold;
  padding-left: 22px;
}
.news-list .news-title .title::before,
.information-list .information-title .title::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  width: 8px;
  height: 20px;
  background-color: #931013;
}
.news-list .news-title .more a,
.information-list .information-title .more a {
  font-size: 16px;
  color: #888;
}
.news-list-wrap .item,
.information-list-wrap .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-list-wrap .item .text,
.information-list-wrap .item .text {
  position: relative;
  font-size: 16px;
  color: #333;
  line-height: 36px;
  padding-left: 18px;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list-wrap .item .text::before,
.information-list-wrap .item .text::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 5px;
  height: 5px;
  background-color: #898989;
}
.news-list-wrap .item .time,
.information-list-wrap .item .time {
  flex: none;
  font-size: 16px;
  color: #999;
  line-height: 36px;
}

/* development */
.development .title-wrap .title {
  font-weight: bold;
  padding-bottom: 46px;
}
.development-tab {
  display: flex;
  justify-content: space-between;
  padding-bottom: 48px;
}
.development-tab .item {
  width: 200px;
  height: 60px;
  background-color: #eff7fe;
  border-radius: 5px;
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
.development-tab .item:hover {
  opacity: 0.8;
}
.development-tab .current-tab {
  background-color: #b50005;
  color: #fff;
}
.development-echarts {
  display: flex;
  justify-content: space-between;
}
.development-echarts .item {
  width: 31%;
  height: 320px;
  border: 1px #ddd solid;
}
.development-echarts .item .title {
  font-size: 18px;
  color: #333;
  line-height: 62px;
  text-align: center;
}

.development-echarts .chart-item {
  margin-bottom: 40px;
}
.development-echarts .chart-item span {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  padding-left: 18px;
}
.development-echarts .chart-item .el-progress-bar {
  width: 90%;
  margin-left: 10%;
  padding: 0;
  transform: translateX(-5%);
}
.development-echarts .chart-item .el-progress-bar__outer,
.development-echarts .chart-item .el-progress-bar__inner {
  border-radius: 0px;
  height: 10px !important;
}
.development-echarts .company-num .el-progress-bar__inner {
  background-color: #ff5c56;
}
.development-echarts .active-company-num .el-progress-bar__inner {
  background-color: #ffcd35;
}
.development-echarts .active-company-percentage .el-progress-bar__inner {
  background-color: #3fcbca;
}
.development-echarts .chart-item .el-progress {
  position: relative;
}
.development-echarts .chart-item .el-progress__text {
  position: absolute;
  top: -16px;
  right: 18px;
}

.development-echarts .talent .chart {
  position: relative;
}
.development-echarts .talent .pie {
  position: absolute;
  top: 0;
  right: 0;
}
.talent .chart .center-value {
  position: absolute;
  top: 18%;
  right: 8.5%;
}
.talent .chart .center-value .percentage {
  font-size: 16px;
  color: #ffcd35;
  padding-top: 10px;
  text-align: center;
}
.talent .chart .center-value .text {
  color: #666;
}

.development-echarts .output {
  position: relative;
}
.development-echarts .output .pie {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.development-echarts .output .chart {
  position: relative;
  height: 150px;
}
.output .chart .center-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.output .chart .center-value .text {
  color: #666;
}
.output .chart .center-value .percentage {
  font-size: 16px;
  color: #ff5c56;
  padding-top: 10px;
  text-align: center;
}
.development-echarts .output .value {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.development-echarts .output .value .value-item {
  display: flex;
  flex-direction: column;
  width: 33.333%;
  padding-right: 5px;
  border-right: 1px #ddd solid;
}
.development-echarts .output .value .value-item:last-child {
  border: 0;
}
.output .value .money {
  text-align: center;
  color: #666;
}
.output .value .money span {
  font-size: 30px;
  color: #ff5c56;
}
.output .value .text {
  font-size: 16px;
  color: #666;
  padding-top: 16px;
  text-align: center;
}

/* government-enterprise */
.government-enterprise {
  padding-bottom: 38px;
}
.government-enterprise .title-wrap .title {
  font-weight: bold;
}
.government-enterprise .cur-wrap .question {
  display: inline-block;
  width: 120px;
  height: 34px;
  background-color: #b50005;
  border-radius: 17px;
  text-align: center;
}
.government-enterprise .cur-wrap .question a {
  font-size: 16px;
  color: #fff;
  line-height: 34px;
}
.government-enterprise .cur-wrap .more {
  display: inline-block;
  width: 120px;
  height: 34px;
  border-radius: 17px;
  border: solid 1px #c4c4c4;
  text-align: center;
}
.government-enterprise .cur-wrap .more a {
  font-size: 16px;
  color: #383838;
  line-height: 34px;
}
.common-table .table-title {
  background-color: #e6e6e6;
}
.common-table .table-title .code {
  text-align: center;
}
.common-table .table-content .item-code {
  text-align: center;
}

/* livelihood-services */
.livelihood-services {
  padding-bottom: 86px;
}
.livelihood-services .title-wrap .title {
  font-weight: bold;
  padding-bottom: 46px;
}
.livelihood-services-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.livelihood-services-list .item-pic {
  display: inline-block;
  width: 75px;
  height: 75px;
  background-color: #eff7fe;
  border-radius: 50%;
  text-align: center;
}
.livelihood-services-list .item-pic img {
  width: 30px;
  height: 30px;
  margin-top: 50%;
  transform: translateY(-50%);
}
.livelihood-services-list .item-text {
  font-size: 16px;
  color: #333;
  padding-top: 14px;
  text-align: center;
}

/* government-services */
.government-services {
  padding-bottom: 118px;
}
.government-services .title-wrap .title {
  font-weight: bold;
  padding-bottom: 92px;
}
.government-services-list {
  display: flex;
  justify-content: center;
}
.government-services-list .item {
  overflow: hidden;
  width: 25%;
  height: 390px;
  border: 1px #ddd solid;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
}
.government-services-list .item .item-title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  background-color: #f3f1f1;
}
.item-title-wrap .title-icon {
  width: 50px;
  height: 50px;
  margin-right: 17px;
}
.item-title-wrap .title-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.item-title-wrap .title-name {
  font-size: 30px;
  font-weight: bold;
  color: #b50005;
}

.item-list-1 .list-1-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 75px;
  margin: 0 auto;
  border-bottom: 1px #ddd solid;
}
.item-list-1 .list-1-item:last-child {
  border-bottom: 0;
}
.item-list-1 .list-1-item .item-title {
  font-size: 18px;
  color: #333;
  padding-left: 15px;
}
.item-list-2 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.item-list-2 .list-2-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46%;
  height: 60px;
  border-radius: 5px;
  margin-bottom: 25px;
}
.item-list-2 .item2-1 {
  background-color: #badd9f;
}
.item-list-2 .item2-2 {
  background-color: #efccbb;
}
.item-list-2 .item2-3 {
  background-color: #e5c5f1;
}
.item-list-2 .item2-4 {
  background-color: #ddecf5;
}
.item-list-2 .list-2-item .item-icon {
  width: 30px;
  height: 30px;
}
.item-list-2 .list-2-item .item-icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.item-list-2 .list-2-item .item-title {
  font-size: 18px;
  color: #4f7136;
  padding-left: 10px;
}

.government-services-list .active {
  width: 50%;
  height: 490px;
  margin-top: -55px;
}
.government-services-list .active .item-title-wrap {
  background-color: #b50005;
  height: 100px;
  margin-bottom: 42px;
}
.active .item-title-wrap .title-name {
  color: #fff;
}
.active .item-list-1 {
  display: flex;
  justify-content: space-around;
  padding-bottom: 52px;
}
.active .item-list-1 .list-1-item {
  display: block;
  border-bottom: 0;
  height: 102px;
  text-align: center;
}
.active .item-list-1 .list-1-item .item-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.active .item-list-1 .list-1-item .item-icon img {
  width: 100%;
  height: 100%;
}
.active .item-list-1 .list-1-item .item-title {
  padding-left: 0;
  text-align: center;
  padding-top: 12px;
}
.active .item-list-1 .list-1-item:hover {
  opacity: 1;
}
