 .six {
     width: 100%;
     background-color: white;
     margin-top: 30px;
     margin-top: .3rem;
     margin-bottom: 50px;
     margin-bottom: .5rem;
 }

 .six .mainWidth {
     border: 1px solid #c8d8f0;
 }

 .six .sjgk-menu {
     background-color: #e4effa;
 }

 .six .sjgk-menu li {
     float: left;
     width: 16.5%;
     height: 70px;
     height: .7rem;
     text-align: center;
     border-right: 1px solid #fff;
     cursor: pointer;
     overflow: hidden;
     text-overflow: ellipsis;
     -o-text-overflow: ellipsis;
     white-space: nowrap;
 }

 .six .sjgk-menu li:last-child {
     border-right: none;
 }

 .six .sjgk-menu li span {
     font-size: 18px;
     font-size: .18rem;
     height: 70px;
     line-height: .7rem;
     text-align: center;
     color: #175197;
 }

 .six .sjgk-menu li:hover,
 .six .sjgk-menu .active {
     background-color: #3771bb;
 }

 .six .sjgk-menu li:hover span,
 .six .sjgk-menu .active span {
     color: #FFF;
 }

 .six .sjgk-r {
     width: 100%;
 }

 .six .sjgk-r .sjgk-tab {
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 40px 0;
     margin: .4rem 0;
 }

 .six .sjgk-r .sjgk-tab span {
     font-size: 18px;
     font-size: .18rem;
     color: #3771bb;
     line-height: 40px;
     line-height: .40rem;
     margin-right: 20px;
     margin-right: .20rem;
     color: #666;
     float: left;
 }

 .six .sjgk-r .sjgk-tab select {
     float: left;
     margin-right: 20px;
     margin-right: .20rem;
     width: 120px;
     width: 1.2rem;
     line-height: 40px;
     line-height: .4rem;
     font-size: 16px;
     font-size: .16rem;
     border: solid 1px #c8d8f0;
     text-align: center;
     color: #333;
 }


 .six .sjgk-r .sjgk-tab .search-btn {
     float: left;
     width: 120px;
     width: 1.2rem;
     line-height: 40px;
     line-height: .4rem;
     color: #175197;
     background-color: #e4effa;
     text-align: center;
     cursor: pointer;
 }

 .six .sjgk-r .sjgk-echart {
     width: 100%;
     height: 460px;
     height: 4.6rem;
     margin-top: 40px;
     margin-top: .4rem;
 }

 .dataNews {
     background: #ecf5ff;
     padding: 40px 0;
     padding: .4rem 0;
 }
 
 .dataNews .mainWidth {
     width: 1200px;
     width: 12rem;
     padding: 0 100px;
     padding: 0 1rem;
 }

 .dataNews .pList01 {
     width: 500px;
     width: 5rem;
     height: 390px;
     height: 3.9rem;
     float: left;
     margin-right: 80px;
     margin-right: .8rem;
 }
 
 .dataNews .pList01 li a {
     width: 70%;
 }

 .dataNews .pList01:nth-child(2n) {
     margin-right: 0;
 }

 .dataNews .pList01 ol {
     font-size: 26px;
     font-size: .26rem;
     line-height: 60px;
     line-height: .6rem;
     font-weight: bold;
     color: #3771bb;
     padding: 0;
     border-bottom: 1px solid #c9d9f2;
     background: url(../images/2022-data-title1.png) no-repeat;
     background-size: 110px 17px;
     background-size: 1.10rem .17rem;
     background-position: 0 45px;
     background-position: 0 .45rem;
     margin-bottom: 20px;
     margin-bottom: .2rem;
 }
 
  .dataNews .pList01:nth-child(2) {
      width: 620px;
      width: 6.2rem;
  }

 .dataNews .pList01:nth-child(2) ol {
     background: url(../images/2022-data-title2.png) no-repeat;
     background-size: 210px 17px;
     background-size: 2.10rem .17rem;
     background-position: 0 45px;
     background-position: 0 .45rem;
 }

 .dataNews .pList01:nth-child(3) {
     margin-top: 20px;
     margin-top: .2rem;
 }

 .dataNews .pList01:nth-child(3) ol {
     background: url(../images/2022-data-title3.png) no-repeat;
     background-size: 160px 17px;
     background-size: 1.6rem .17rem;
     background-position: 0 45px;
     background-position: 0 .45rem;
 }

 /**********统计************/

 .dataNews .kp-box {
     width: 580px;
     width: 5.8rem;
     height: 388px;
     height: 3.88rem;
     margin-top: 40px;
     margin-top: .4rem;
     padding: 0 20px;
     padding: 0 .20rem;
     float: right;
     background-color: #f8f8f8;
     overflow: hidden;
 }

 .dataNews .kp-box .tit {
     line-height: 60px;
     line-height: .6rem;
     font-size: 20px;
     font-size: .20rem;
     font-weight: bold;
     text-align: center;
     color: #34619c;
     display: block;
 }

 .dataNews .kp-box .head {
     width: 49%;
     float: left;
     margin-right: 2%;
 }

 .dataNews .kp-box .head:last-child {
     margin-right: 0;
 }


 .dataNews .kp-box .head li {
     width: 100%;
     height: 40px;
     height: .40rem;
     line-height: 40px;
     line-height: .40rem;
     border-bottom: 1px solid #4071d0;
     text-align: center;
 }

 .dataNews .kp-box .head li a {
     display: block;
     font-size: 18px;
     font-size: .18rem;
     color: #03529b;
     font-weight: bold;
 }

 .dataNews .kp-box .kp-table table {
     width: 100% !important;
     text-align: center;
     margin-top: 5px;
     margin-top: .05rem;
     margin: .05rem 0 0 0 !important;
     border: 0 !important;
     height: auto !important;
     padding: 0 !important;
 }

 .dataNews .kp-box .kp-table td {
     height: 44px !important;
     height: .44rem !important;
     width: auto !important;
     border: 0 !important;
     text-align: center !important;
     font-family: "微软雅黑", "microsoft yahei" !important;
     font-size: 16px !important;
     font-size: .16rem !important;
     font-weight: normal !important;
     overflow: hidden;
     text-overflow: ellipsis;
     -o-text-overflow: ellipsis;
     white-space: nowrap;
     padding: 0 !important;
     margin: 0 !important;
 }

 .dataNews .kp-box .kp-table col,
 .dataNews .kp-box .kp-table th {
     width: auto !important;
 }

 .dataNews .kp-box .kp-table td span {
     text-align: center !important;
     font-family: "微软雅黑", "microsoft yahei" !important;
     font-size: 16px !important;
     font-size: .16rem !important;
     font-weight: 400 !important;
 }

 .dataNews .kp-box .kp-table tr {
     display: none;
 }

 .dataNews .kp-box .kp-table tr:first-child,
 .dataNews .kp-box .kp-table tr:first-child+tr,
 .dataNews .kp-box .kp-table tr:first-child+tr+tr,
 .dataNews .kp-box .kp-table tr:first-child+tr+tr+tr,
 .dataNews .kp-box .kp-table tr:first-child+tr+tr+tr+tr,
 .dataNews .kp-box .kp-table tr:first-child+tr+tr+tr+tr+tr {
     display: table-row;
 }

 .dataNews .kp-box .kp-table tr:first-child {
     color: #0b63a0;
     font-size: 18px !important;
     font-size: .18rem !important;
 }

 .dataNews .kp-box .kp-table tr:first-child td:first-child {
     width: 60px !important;
     width: .6rem !important;
 }




 /*  */
 .dataNews .kp-box:after,
 .dataNews .mainWidth:after,
 .dataNews .pList01 li:after,
 .sjgk-tab:after,
 .sjgk-menu:after {
     content: "";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
 }

 @media screen and (min-width: 769px) and (max-width: 1023px) {

     .six .sjgk-r .sjgk-echart {
         height: 400px;
         height: 4rem;
     }
 }

 @media screen and (max-width: 768px) {
     .six {
         margin-bottom: .3rem;
     }

     .six .mainWidth {
         width: 96%;
         padding: 0;
         margin: 0 2%;
     }


     .six .sjgk-menu li {
         width: 33%;
         height: .5rem;
         border-bottom: 1px solid #fff;
     }

     .six .sjgk-menu li span {
         line-height: .5rem;
         font-size: 0.14rem;
     }

     .six .sjgk-r .sjgk-tab span:nth-child(1) {
         display: none;
     }

     .six .sjgk-r .sjgk-tab {
         margin: 20px 0;
         margin: .2rem 0;
     }

     .dataNews {
         padding: 30px 0;
         padding: .3rem 0;
     }
     
     .dataNews .mainWidth {
         width: calc(100% - 20px);
         padding: 20px 0;
     }

     .dataNews .pList01 {
         width: 100%;
         margin-right: 0;
     }



     .dataNews .pList01 ol {
         font-size: 20px;
         font-size: .20rem;
     }

     .dataNews .kp-box {
         width: 100%;
         height: auto;
         padding: 0;
     }

     .dataNews .kp-box .head {
         width: 100%;
         margin-right: 0;
     }

     .dataNews .pList01 ol {
         background-size: 70px 17px;
         background-size: .70rem .17rem;
         background-position: 0 45px;
         background-position: 0 .45rem;
     }

     .dataNews .pList01:nth-child(2) ol {
         background: url(../images/2022-data-title2.png) no-repeat;
         background-size: 170px 17px;
         background-size: 1.70rem .17rem;
         background-position: 0 45px;
         background-position: 0 .45rem;
     }

     .dataNews .pList01:nth-child(3) {
         margin-top: 20px;
         margin-top: .2rem;
     }

     .dataNews .pList01:nth-child(3) ol {
         background: url(../images/2022-data-title3.png) no-repeat;
         background-size: 120px 17px;
         background-size: 1.2rem .17rem;
         background-position: 0 45px;
         background-position: 0 .45rem;

     }
 }