.mlhb_bg{
    width: 100%;
    background: url(../img/mlhb_bg.png) center top no-repeat;
    padding-top: 60px;
}

.listwrap{
    width: 1200px;
    margin: 0 auto;
}

.hb_summary{
    width: 1200px;
    height: auto;
    padding: 26px 0;
    background-color: #fff;
    margin-top: 446px;
    display: flex;
    justify-content: space-between;
}

.hb_summary img{
    margin-left: 17px;
}

.hb_summary p{
    width: 1040px;
    font-size: 18px;
    line-height: 2;
    margin-top: 10px;
    margin-right: 40px;
}

.hb_summary p a{
    font-size: 16px;
    color: #0D76DD;
    line-height: 1.7;
    margin-left: 10px;
}

.hbgk{
    width: 100%;
    margin-top: 43px;

}

.hbgk_title{
    text-align: center;
}

.hbgk_box{
    width: 100%;
    height: 217px;
    background: url(../img/hbgk_box.png) center bottom no-repeat;
    margin-top: 13px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.hbgk_box a{
    width: 105px;
    display: block;
    text-align: center;
}

.hbgk_box img{
    width: 78px;
    height: 78px;
    margin-bottom: 10px;
}

.hbgk_box p{
    font-size: 24px;
    color: #121212;
}

.hb_step{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.yxhb{
    width: 579px;
}

.yxhb ul{
    display: flex;
    margin-top: 30px;
}

.yxhb ul li{
    width: 193px;
    height: 225px;
}

.shsy{
    width: 540px;
}

.shsy ul{
    width: 540px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 7px;
}

.shsy ul li{
    width: 258px;
    height: 101px;
    background: #DCEFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 23px;
    font-size: 22px;
    letter-spacing: 2px;
}

.shsy ul li img{
    width: 55px;
    height: 55px;
    margin-right: 20px;
}

.mlhb_tl{
    width: 100%;
    height: 411px;
    background: url(../img/mlhb_tl.png) center bottom no-repeat;
    margin-top: 70px;
    padding-top: 40px;
}

.csjs{
    width: 580px;
}

.csjs ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 14px;
}

.csjs ul li{
    width: 278px;
    height: 101px;
    margin-top: 23px;
}

.jjfz{
    width: 539px;
}

.jjfz_summary{
    width: 539px;
    padding: 14px 27px;
    height: 225px;
    font-size: 16px;
    line-height: 1.8;
    background: #fff;
    margin-top: 38px;
}

.ztzl_box{
    width: 1200px;
    margin: 60px auto 0;
    padding-bottom: 60px;
}

.ztzl_title{
    width: 222px;
    height: 65px;
    margin: 0 auto;
}
.picScroll-left {
  overflow: hidden;
  position: relative;
  margin-top: 37px;
}

.picScroll-left .hd {
  overflow: hidden;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
  display: block;
  width: 59px;
  height: 45px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 74px;
  z-index: 9999;
}

.picScroll-left .hd .prev {
  background: url('../img/l.png') center center no-repeat;
  left: 0;
}

.picScroll-left .hd .next {
  background: url('../img/r.png') center center no-repeat;
  right: 1px;
}

.picScroll-left .bd {
}

.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picScroll-left .bd ul li {
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  margin-right: 29px;
}

.picScroll-left .bd ul li .pic {
  text-align: center;
}

.picScroll-left .bd ul li .pic img {
  width: 278px;
  height: 194px;
  display: block;
}

/* 重点领域信息公开 */

.zdly_main {
    width: 1200px;
    margin: 10px auto 0;
}

.zdly_blank {
    width: 1200px;
    height: 197px;
}

.zdly_title {
    width: 1200px;
    height: 30px;
}

.zdly_item ul {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}

.zdly_item ul li {
    width: 170px;
    height: 120px;
    border: 1px solid #CCD9E5;
    margin-bottom: 20px;
    text-align: center;
    float: left;
    margin-right: 24px;
}

.zdly_item ul li:hover {
    background: #E9F5FF;
}

.zdly_item ul li:nth-child(6n) {
    margin-right: 0;
}

.zdly_item ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.zdly_item ul li img {
    margin-top: 16px;
}

.zdly_item ul li p {
    font-size: 16px;
    margin-top: 6px;
}

.white_bg{
    background: #fff;
}

.hdTitem {
    width: 100%;
    margin-top: 40px;
}

.hdTitem ul {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.hdTitem ul li {
    width: 361px;
    height: 110px;
    border-radius: 4px;
}

.hdTitem ul li a {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hdTitem ul li:first-child {
    background: #FFEBD9;
}

.hdTitem ul li:first-child h3 {
    color: #A55622;
}

.hdTitem ul li:nth-child(2) {
    background: #DCE8FE;
}

.hdTitem ul li:nth-child(2) h3 {
    color: #024790;
}

.hdTitem ul li:nth-child(3) {
    background: #E6FEDA;
}

.hdTitem ul li:nth-child(3) h3 {
    color: #4C8447;
}

.hdTitem ul li:nth-child(4) {
    background: #E6FEDA;
}

.hdTitem ul li:nth-child(4) h3 {
    color: #4C8447;
}

.hdTitem ul li img {
    margin-right: 16px;
}

.hdTitem ul li h3 {
    font-size: 24px;
    font-weight: bold;
}

.hdTitem ul li h4 {
    font-size: 16px;
    color: #969696;
    margin-top: 5px;
}

.title {
    margin-bottom: 10px;
}

.title p {
    font-size: 24px;
    font-weight: bold;
}

.title h3 {
    width: 124px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #024790;
    border-radius: 20px;
    font-size: 16px;
    color: #024790;
    text-indent: 24px;
}

.hyItem .title {
    width: max-content;
}

.hyItem .hd ul {
    margin-bottom: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DEDEDE;
    display: flex;
}

.hyItem .hd ul li {
    font-size: 24px;
    margin-right: 25px;
}

.hyItem .hd ul li.on {
    font-weight: bold;
}

.hyItem .hd ul li.on a{
    color: #4688C5;
    position: relative;
}

.hyItem .hd ul li.on a::after{
    content: " ";
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #4688C5;
}
.hyItem .hd{
    position: relative;
}
.hyItem .more{
    position: absolute;
    top: 12px;
    right: 0;
    font-family: MicrosoftYaHei;
    font-size: 15px;
    color: #999999;
    letter-spacing: 0;
}

.hyItem .more a{
    font-size: 15px;
    color: #999999;
}
.hyList {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 557px;
}

.hyList li {
    width: 100%;
    height: 64px;
    background: #EBF1F8;
    margin-bottom: 15px;
    padding: 0 16px;
}

.hyList li a {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hyList li p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 70%;
}

.hyList li h4 {
    font-size: 16px;
    color: #999;
}

/* zjTab */
.zjTab {
    width: 557px;
}

.zjTab .hd ul {
    margin-bottom: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DEDEDE;
    display: flex;
}

.zjTab .hd ul li {
    font-size: 24px;
    float: left;
    margin-right: 25px;
}

.zjTab .hd ul li.on {
    font-weight: bold;
}

.zjTab .hd ul li.on a{
    color: #4688C5;
    position: relative;
}

.zjTab .hd ul li.on a::after{
    content: " ";
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #4688C5;
}

.zjTab .dcTop {
    width: 100%;
    height: 110px;
    background: url("../img/dczjbg.png") top left no-repeat;
    margin-bottom: 18px;
}

.zjTab .dcTop a {
    font-size: 22px;
    color: #fff;
    display: block;
    width: 370px;
    height: 100%;
    margin-left: 20px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.zjTab .liList {
    border-bottom: 1px dashed #e7e7e7;
    padding: 15px 0 15px;
}

.zjTab .liList .w430 {
    width: 430px;
}

.zjTab .liList p {
    font-size: 18px;
    margin-bottom: 11px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.zjTab .liList h4 span {
    font-size: 14px;
    color: #999;
    margin-right: 40px;
}

.zjTab .liBtn {
    margin-top: 8px;
}

.zjTab .liBtn h3 {
    width: 96px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
}

.zjTab .liBtn .jinxing {
    background: #EBF1F8;
    color: #024790;
}

.zjTab .liBtn .jieshu {
    background: #F0F0F0;
    color: #A0A0A0;
}

.zxft {
    padding: 0 15px;
    width: 557px;
}

.ThreeBox_F3_Title{
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 20px;
    border-bottom: 1px solid #BEC3D0;
}

.ThreeBox_F3_Title span{
    height: 45px;
    font-size: 24px;
    font-weight: bold;
    color: #4688C5;
    float: left;
    position: relative;
}

.ThreeBox_F3_Title span::after{
    content: " ";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #4688C5;
}

.ThreeBox_F3_Title a{
    float: right;
    font-size: 16px;
    color: #999;
    font-weight: normal;
    line-height: 45px;
}

.zxft a img {
    width: 305px;
    height: 176px;
}

.zxft a div p {
    font-size: 16px;
    line-height: 2.3;
    width: 210px;
}
.zxft_title{
    
}
.zxft_type{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zxft_fr p span {
    font-size: 16px;
    font-weight: bold;
    color: #4688C5;
}

.zxft_summary {
    font-size: 16px;
    margin-top: 10px;
    display: block;
    line-height: 1.6;
    position: relative;
    padding-left: 90px;
}

.ftjs_ {
    font-size: 16px;
    font-weight: bold;
    color: #4688C5;
    position: absolute;
    left: 0;
    top: 0;
}

/* xdItem */
.tjItem {
    width: 557px;
}

.tjItem .hd ul {
    margin-bottom: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DEDEDE;
    display: flex;
}

.tjItem .hd ul li {
    font-size: 24px;
    margin-right: 25px;
}

.tjItem .hd ul li.on {
    font-weight: bold;
}

.tjItem .hd ul li.on a{
    color: #4688C5;
    position: relative;
}

.tjItem .hd ul li.on a::after{
    content: " ";
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #4688C5;
}
.tjItem .hd{
    position: relative;
}
.tjItem .more{
    position: absolute;
    top: 12px;
    right: 0;
    font-family: MicrosoftYaHei;
    font-size: 15px;
    color: #999999;
    letter-spacing: 0;
}

.tjItem .more a{
    font-size: 15px;
    color: #999999;
}

.zjTab .hd{
    position: relative;
}

.zjTab .zjmore{
    position: absolute;
    top: 12px;
    right: 0;
    font-family: MicrosoftYaHei;
    font-size: 15px;
    color: #999999;
    letter-spacing: 0;
}

.zjTab .zjmore a{
    font-size: 15px;
    color: #999999;
}

.jdList {
    width: 557px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jdItem {
    display: block;
    height: 86px;
    border-radius: 4px;
    text-align: center;
    line-height: 86px;
    margin-bottom: 15px;
    width: 274px;
}

.jdItem.long {
    width: 562px;
}

.jdItem span:nth-child(1) {
    margin-right: 30px;
    font-size: 16px;
    color: #121212;
}

.jdItem span:nth-child(2) {
    font-size: 24px;
    color: #121212;
    font-weight: 700;
}

.xdItem {
    width: 557px;
}

.xdList {
    height: 56px;
    line-height: 56px;
    background: #EBF1F8;
    display: flex;
    justify-content: space-between;
}

.xdList li {
    float: left;
    font-size: 16px;
    color: #666666;
    text-indent: 20px;
    width: 100px;
}

.xdList li:first-child {
    width: 237px;
}

.xdList li:nth-child(2) {
    width: 120px;
}
.xdMail li:nth-child(1){
    height: 56px;
    line-height: 56px;
    background: #E8F5FF;
    display: flex;
    justify-content: space-between;
    border-bottom: none;
}
.xdMail li:nth-child(1) p,.xdMail li:nth-child(1) span{
    color: #666;
}

.xdMail li:nth-child(1) span{
    text-align: center;
    text-indent: 0;
}

.xdMail li {
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    border-bottom: 1px dashed #e7e7e7;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.xdMail li p {
    width: 237px;
    float: left;
    text-indent: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xdMail li span {
    width: 100px;
    display: block;
    float: left;
    text-indent: 10px;
}

.xdMail li span.source {
    width: 120px;
}

.hdjl_box{
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 1px 30px 39px;
}

.tjList li {
    height: 75px;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border-left: 4px solid #024790;
    margin-bottom: 10px;
}

.tjList li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.tjList li p {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 17px;
    margin-bottom: 10px;
}

.tjList li span {
    color: #666;
}

.main.white {
    margin-top: 0;
    padding: 20px 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 li {
    float: left;
    width: 240px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #EAEEF2;
}

.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: 240px;
    height: 74.5px;
    background: url(../img/sjfb_tabs_li_bg.png) no-repeat center;
    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: left;
    align-items: center;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 10px;
}

.tjxx_box .tit span {
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    color: #121212;
    letter-spacing: 0;
    margin-right: 50px;
    cursor: pointer;
}

.tjxx_box .tit span.on {
    font-weight: 700;
}

.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;
}

.cont {
    position: relative;
}

.more {
    position: absolute;
    top: -32px;
    right: 0;
    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;
}

.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;
}

.main{
    width: 1200px;
    background: #fff;
    margin: 0 auto;
}

.oldModel .hb_summary img{
    height: 139px;
}

.oldModel .hbgk_box a{
    width: 120px;
}

.oldModel .listwrap.flex.jcsb{
    flex-wrap: wrap;
}

.oldModel .csjs ul{
    margin-top: 0;
}

.oldModel .jjfz{
    margin-top: 10px;
}

.oldModel .jjfz_summary{
    width: 1200px;
    margin-top: 10px;
    height: auto;
}

.oldModel .mlhb_tl{
    background-size: cover;
    height: 611px;
}

.oldModel .csjs{
    width: 1200px;
}

.oldModel .zxft{
    width: 100%;
    padding: 0;
}

.oldModel .zxft a div p{
    width: 780px;
}

.oldModel .zxft_summary{
    padding-left: 145px;
}

.oldModel .zjTab{
    width: 100%;
}

.oldModel .zjTab .liList .w430{
    width: 830px;
}

.oldModel .zjTab .liBtn h3{
    width: 150px;
    height: 55px;
}

.oldModel .hyItem{
    width: 100%;
    margin-top: 30px;
}

.oldModel .tjItem{
    width: 100%;
}

.oldModel .xdMail li span{
    width: 180px;
}

.oldModel .xdMail li p{
    width: 520px;
}

.oldModel .hyList{
    width: 100%;
}

.oldModel .zjTab .liList .w545{
    width: 100%;
}