.main-box {
  padding-bottom: 20px;
}

.main {
  margin-top: 0;
  padding: 6px 0px 30px;
}

/*  */
.hgjjyxqk {
  margin-top: 30px;
}

.hgjjyxqk .tit {
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  font-size: 24px;
  color: #121212;
  letter-spacing: 0;
  text-align: center;
}

.tab-box {
  margin-top: 33px;
}
.tab-box .hd ul{
  display: flex;
  justify-content: space-around;
}
.tab-box .hd ul li {
  float: left;
  width: 400px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #EAEEF2;
}
.tab-box .hd ul li:nth-child(4){
  display: none;
}
.tab-box .hd ul li p {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #121212;
  letter-spacing: 0;
}

.tab-box .hd ul li.on p {
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  z-index: 10;
}

.tab-box .hd ul li.on {
  position: relative;
}

.tab-box .hd ul li.on::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 74.5px;
  background: url(../img/sjfb_tabs_li_bg.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 1;
}

.echarts_box {
  width: 1200px;
  height: 478px;
  /* background: url(../img/chart_bg_ssny.png) no-repeat center;
  background-size: contain; */
  box-shadow: 1px 5px 10px #eee;
  padding-bottom: 20px;
}



.tjxx_box {
  width: 100%;
  padding-top: 20px;
}


.tjxx_box .tit {
  /* display: flex; */
  /* justify-content: space-between;
  align-items: center; */
  /* border-bottom: 1px solid #E4E4E4; */
  /* padding-bottom: 10px; */
  margin-bottom: 20px;
}

.tjxx_box .tit a {
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
}

.tjxx_box .tit .more {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #999999;
  letter-spacing: 0;
}

.tjxx_box .cont {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.more {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #999999;
  letter-spacing: 0;
}

.newslist {
  width: 563px;
  margin-top: 12px;
}

.newslist ul li {
  width: 100%;
  padding-left: 15px;
  background: url(../img/li-bg.png) left center no-repeat;
  line-height: 2.5;
}

.newslist ul li:hover a {
  color: #0D4990;
}

.newslist ul li a {
  display: block;
  width: 82%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #121212;
  letter-spacing: 0;
  float: left;
}

.newslist ul li .date {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
  float: right;
}

.nysjj_box {
  width: 100%;
  height: 519px;
  background: #EAF2F8;
  padding: 39px 0 52px 0;
}

.nysjj {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.nysjj .tit {
  text-align: center;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
}

.nysjj .cont {
  margin-top: 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nysjj .cont .lf {
  width: 513px;
  height: 376px;
  background: #ffffff;
  box-shadow: 0 0 9px 1px #0000001c;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nysjj .cont .rt {
  width: 656px;
  height: 376px;
  background: #FFFFFF;
  box-shadow: 0 0 9px 1px #0000001c;
}

.ssChart {
  width: 452px;
  height: 307px;
  position: relative;
}

#economy {
  width: 100%;
  height: 307px;
}

.ecoNum {
  position: absolute;
  left: 53%;
  top: 50%;
  transform: translate(-71%, -50%);
  width: 75px;
  height: 75px;
  background: #FFFFFF;
  border-radius: 50%;
  text-align: center;
  padding: 23px 0 18px;
  box-sizing: border-box;
}

.ecoNum h1 {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  line-height: 12px;
}

.ecoNum p {
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  opacity: 0.5;
  line-height: 17px;
}

.rt {
  padding: 25px 24px 30px 24px;
}

.rt ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rt ul li {
  width: 196px;
  height: 321px;
  background-size: cover;

}

.rt ul li:nth-child(1) {
  background: url(../img/gdp_ssny.png) no-repeat center;
}

.rt ul li:nth-child(2) {
  background: url(../img/yssr_ssny.png) no-repeat center;
}

.rt ul li:nth-child(3) {
  background: url(../img/xfp_ssny.png) no-repeat center;
}

.rt ul li .tit {
  font-family: MicrosoftYaHei;
  font-size: 20px;
  letter-spacing: 0;
  margin: 0 auto;
  margin-top: 77px;
}

.rt ul li .nu {
  text-align: center;
  margin-top: 57px;
  font-weight: 700;
  font-size: 18px;
}

.rt ul li:nth-child(3) .nu {
  margin-top: 46px;
}

.rt ul li .nu span {
  font-weight: 700;
  font-size: 30px;
}

.rt ul li:nth-child(1) .tit,
.rt ul li:nth-child(1) .nu,
.rt ul li:nth-child(1) .nu span {
  color: #84580A;
}


.rt ul li:nth-child(3) .tit {
  margin-top: 64px;
}

.rt ul li:nth-child(2) .tit,
.rt ul li:nth-child(2) .nu,
.rt ul li:nth-child(2) .nu span {
  color: #275CD9;
}

.rt ul li:nth-child(3) .tit,
.rt ul li:nth-child(3) .nu,
.rt ul li:nth-child(3) .nu span {
  color: #048177;
}

.rt ul li .bfb {
  width: 168px;
  height: 51px;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 51px;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  background-size: cover;
  /* display: none !important; */
}

.rt ul li:nth-child(1) .bfb {
  background: url(../img/ssny_gdp_bg.png) no-repeat center;
}

.rt ul li:nth-child(2) .bfb {
  background: url(../img/ssny_yssr_bg.png) no-repeat center;
}

.rt ul li:nth-child(3) .bfb {
  background: url(../img/ssny_sfp_bg.png) no-repeat center;
}

.fxxz {
  color: #666666 !important;
  font-family: "Microsoft YaHei";
  font-size: 22px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 30px;
}
.slideTxtBox .hd{
  width: 100%;
  height: 35px;
  margin-bottom: 20px;
}
.slideTxtBox .hd ul li {
  float: left;
  font-size: 20px;
  color: #999;
  overflow: hidden;
  width: auto !important;
  background: none;
  padding-left: 0;
  margin-right: 15px;
  line-height: 35px;
  height: 35px;
}

.slideTxtBox .hd ul li a {
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  font-size: 24px;
  color: #999;
  letter-spacing: 0;
  width: 100%;
}

.slideTxtBox .hd ul li.on a {
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
}







/* old */
.oldModel .hgjjyxqk .tit,
.oldModel .nysjj>.tit,
.oldModel .tjxx_box .tit span,
.oldModel .newslist ul li a {
  font-size: 28px;
}
.oldModel .slideTxtBox .hd ul li.on a{
  font-size: 28px;
}

.oldModel .newslist ul li {
  /* line-height: 56px; */
}

.oldModel .tab-box .hd ul li p {
  font-size: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.oldModel .tjxx_box .tit .more,
.oldModel .newslist ul li .date {
  font-size: 28px;
}

.oldModel .cont {
  flex-wrap: wrap;
}

.oldModel .newslist {
  width: 1200px;
}

/*  */
.oldModel .rt ul li .tit,
.oldModel .rt ul li .nu {
  font-size: 28px;
}

.oldModel .rt ul li .bfb {
  font-size: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}