@charset "UTF-8";
.sjjb div {
  box-sizing: border-box;
}
.sjjb .common-header {
  display: block;
  font-family: syst;
  font-weight: bold;
  font-size: 30px;
  font-size: 0.3rem;
  color: #004892;
}
.sjjb .common-header span {
  vertical-align: baseline;
}
.sjjb .common-header span:last-child {
  font-size: 18px;
  font-size: 0.18rem;
  font-weight: lighter;
  color: #004892;
  opacity: 0.61;
}
.sjjb .charts-container {
  margin-top: 28px;
  margin-top: 0.28rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sjjb .charts-container .tab-left {
  margin-right: 6px;
  width: 115px;
  width: 1.15rem;
  flex-shrink: 0;
  font-size: 18px;
  font-size: 0.18rem;
  color: #4f6183;
}
.sjjb .charts-container .tab-left .tab-left-item {
  margin-bottom: 4px;
  padding-top: 22px;
  padding-top: 0.22rem;
  width: 115px;
  width: 1.15rem;
  height: 100px;
  height: 1rem;
  text-align: center;
  background-color: #f4f4f4;
  box-sizing: border-box;
  cursor: pointer;
}
.sjjb .charts-container .tab-left .tab-left-item .tab-name {
  margin-top: 10px;
  margin-top: 0.1rem;
}
.sjjb .charts-container .tab-left .tab-left-item:last-child {
  margin-bottom: 0;
}
.sjjb .charts-container .tab-left .tab-left-item img:nth-of-type(2) {
  display: none;
}
.sjjb .charts-container .tab-left .tab-left-item:hover,
.sjjb .charts-container .tab-left .tab-left-item.cur {
  background-color: #174db3;
  color: #fff;
}
.sjjb .charts-container .tab-left .tab-left-item:hover img:nth-of-type(1),
.sjjb .charts-container .tab-left .tab-left-item.cur img:nth-of-type(1) {
  display: none;
}
.sjjb .charts-container .tab-left .tab-left-item:hover img:nth-of-type(2),
.sjjb .charts-container .tab-left .tab-left-item.cur img:nth-of-type(2) {
  display: inline;
}
.sjjb .charts-container .tab-charts {
  flex: 1;
  position: relative;
  background-color: #fefefe;
  font-size: 16px;
  font-size: 0.16rem;
  color: #000000;
}
.sjjb .charts-container .tab-charts .tab-column {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 45px;
  height: 0.45rem;
  line-height: 45px;
  line-height: 0.45rem;
  background-color: #f7f8fb;
}
.sjjb .charts-container .tab-charts .tab-column .arrow {
  width: 25px;
  width: 0.25rem;
  text-align: center;
  cursor: pointer;
  color: #666666;
  font-size: 20px;
  flex-shrink: 0;
}
.sjjb .charts-container .tab-charts .tab-column .column-list {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sjjb .charts-container .tab-charts .tab-column .column-list li {
  padding-left: 20px;
  padding-left: 0.2rem;
  padding-right: 20px;
  padding-right: 0.2rem;
  line-height: 40px;
  line-height: 0.4rem;
  border-bottom: 4px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
}
.sjjb .charts-container .tab-charts .tab-column .column-list li.issue-nav-item-active {
  font-size: 20px;
  font-size: 0.2rem;
  font-weight: bold;
  color: #004892;
  border-color: #004892;
}
.sjjb .charts-container .tab-charts .tab_box {
  position: relative;
  height: 564px;
  height: 5.64rem;
  margin-top: 12px;
  margin-top: 0.12rem;
  box-sizing: border-box;
}
.sjjb .charts-container .tab-charts .tab_box .issue-echarts-title {
  position: absolute;
  left: 179px;
  left: 1.79rem;
  top: 19px;
  top: 0.19rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-size: 0.16rem;
  color: #333;
}
.sjjb .charts-container .tab-charts .tab_box .issue-echarts-title .select-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sjjb .charts-container .tab-charts .tab_box .issue-echarts-title select {
  width: 120px;
  width: 1.2rem;
  height: 35px;
  height: 0.35rem;
  background-color: #f7f8fb;
  border-radius: 6px;
  border: solid 1px #b8b8b8;
  font-size: 14px;
  font-size: 0.14rem;
  color: #333333;
  outline: none;
}
.sjjb .charts-container .tab-charts .tab_box .issue-echarts-title .btn {
  margin-left: 17px;
  margin-left: 0.17rem;
  width: 83px;
  width: 0.83rem;
  height: 35px;
  height: 0.35rem;
  text-align: center;
  line-height: 35px;
  line-height: 0.35rem;
  background-color: #174db3;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
}
.sjjb .charts-container .tab-charts .tab_box .issue-echarts-title .btn img {
  padding-bottom: 4px;
}
.sjjb .charts-container .tab-charts .tab_box .issue-echarts-title .down-export {
  width: 131px;
  width: 1.31rem;
}
.sjjb .charts-container .tab-charts .tab_box .h5-issue {
  display: none;
}
.sjjb .charts-container .tab-charts .tab_box .sj-bd {
  padding-top: 54px;
  padding-top: 0.54rem;
  height: 100%;
  background-color: #f7f8fb;
  box-sizing: border-box;
}
.sjjb .charts-container .tab-charts .tab_box .sj-bd .sj-img {
  width: 100%;
  height: 510px;
  height: 5.1rem;
}
.sjjb .gb-nj {
  margin-top: 30px;
  margin-top: 0.3rem;
}
.sjjb .gb-nj .banner-box {
  display: block;
  position: relative;
  width: 664px;
  width: 6.64rem;
  height: 100px;
  height: 1rem;
  line-height: 100px;
  line-height: 1rem;
  background: url(2023jbsjselect-no.png) no-repeat;
  background-size: 100% 100%;
  font-size: 36px;
  font-size: 0.36rem;
  letter-spacing: 7px;
  color: #2061ca;
  font-weight: bold;
  cursor: pointer;
}
.sjjb .gb-nj .banner-box span {
  padding-left: 152px;
}
.sjjb .gb-nj .banner-box img {
  width: 95px;
  width: 0.95rem;
  position: absolute;
  top: -5px;
}
.sjjb .gb-nj .banner-box:hover {
  background: url(2023jbsjselect.png) no-repeat;
  background-position: -5px 0px;
  background-size: 100% 100%;
}
.sjjb .sjjd {
  margin-top: 70px;
  margin-top: 0.7rem;
  overflow: hidden;
}
.sjjb .sjjd .common-header {
  margin-bottom: 37px;
  margin-bottom: 0.37rem;
}
.sjjb .sjjd .sjjd-swapper {
  position: relative;
  margin-top: 10px;
  margin-top: 0.1rem;
}
.sjjb .sjjd .sjjd-swapper .item {
  display: block;
  padding: 28px 21px;
  padding: 0.28rem 0.21rem;
  padding-bottom: 21px;
  padding-bottom: 0.21rem;
  width: 320px;
  width: 3.2rem;
  height: 230px;
  height: 2.3rem;
  background-color: #ffffff;
  border: solid 1px #e9e9e9;
  box-sizing: border-box;
}
.sjjb .sjjd .sjjd-swapper .item .item-title {
  padding-bottom: 21px;
  padding-bottom: 0.21rem;
  margin-bottom: 18px;
  margin-bottom: 0.18rem;
  border-bottom: 1px solid rgba(221, 221, 221, 0.73);
  font-size: 16px;
  font-size: 0.16rem;
  line-height: 25px;
  line-height: 0.25rem;
  letter-spacing: 0px;
  color: #000000;
}
.sjjb .sjjd .sjjd-swapper .item .item-context {
  font-size: 14px;
  font-size: 0.14rem;
  line-height: 25px;
  line-height: 0.25rem;
  letter-spacing: 0px;
  color: #999999;
}
.sjjb .sjjd .sjjd-swapper .item .item-context .context {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.sjjb .sjjd .sjjd-swapper .item:hover {
  box-shadow: 0px 1px 6px 1px rgba(81, 94, 129, 0.14);
  border: solid 1px #e9e9e9;
}
.sjjb .sjjd .sjjd-swapper .item:hover .item-title {
  font-weight: bold;
  color: #1f346f;
}
.sjjb .sjjd .h5-swapper {
  display: none;
}
.sjjb .sjjd .swiper-pagination {
  width: 85px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 15px;
  top: -52px;
}
.sjjb .sjjd .swiper-pagination .swiper-pagination-bullet-active {
  width: 35px;
  width: 0.35rem;
  border-radius: 5px;
  background-color: #1359af;
}
.sjjb .hjjc {
  margin-top: 40px;
  margin-top: 0.4rem;
}
.sjjb .hjjc .common-header {
  margin-bottom: 29px;
  margin-bottom: 0.29rem;
}
.sjjb .hjjc .hjjj-list .tab-list {
  width: 291px;
  width: 2.91rem;
}
.sjjb .hjjc .hjjj-list .tab-list .tab-btn {
  display: block;
  margin-bottom: 7px;
  margin-bottom: 0.07rem;
  height: 90px;
  height: 0.9rem;
  line-height: 90px;
  line-height: 0.9rem;
  font-size: 20px;
  font-size: 0.2rem;
  background-color: #f4f4f4;
  color: #4f6183;
  box-sizing: border-box;
  cursor: pointer;
}
.sjjb .hjjc .hjjj-list .tab-list .tab-btn img {
  margin-left: 24px;
  margin-left: 0.24rem;
  margin-right: 20px;
  margin-right: 0.2rem;
}
.sjjb .hjjc .hjjj-list .tab-list .tab-btn img:nth-of-type(2) {
  display: none;
}
.sjjb .hjjc .hjjj-list .tab-list .tab-btn:hover,
.sjjb .hjjc .hjjj-list .tab-list .tab-btn.cur {
  background-color: #174db3;
  color: #fff;
}
.sjjb .hjjc .hjjj-list .tab-list .tab-btn:hover img:nth-of-type(1),
.sjjb .hjjc .hjjj-list .tab-list .tab-btn.cur img:nth-of-type(1) {
  display: none;
}
.sjjb .hjjc .hjjj-list .tab-list .tab-btn:hover img:nth-of-type(2),
.sjjb .hjjc .hjjj-list .tab-list .tab-btn.cur img:nth-of-type(2) {
  display: inline-block;
}
.sjjb .hjjc .hjjj-list .tab-group {
  position: relative;
  padding: 44px 50px 34px 50px;
  padding: 0.44rem 0.5rem 0.34rem 0.5rem;
  width: 1100px;
  width: 11rem;
  height: 478px;
  height: 4.78rem;
  background-color: rgba(244, 246, 250, 0.75);
  box-sizing: border-box;
  font-size: 16px;
  font-size: 0.16rem;
}
.sjjb .hjjc .hjjj-list .tab-group .list-item {
  height: 22px;
  height: 0.22rem;
  display: block;
  position: relative;
  margin-bottom: 32px;
  margin-bottom: 0.32rem;
}
.sjjb .hjjc .hjjj-list .tab-group .list-item .title {
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sjjb .hjjc .hjjj-list .tab-group .list-item .time {
  color: #999999;
}
.sjjb .hjjc .hjjj-list .tab-group .list-item::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #e1e4eb;
  left: -24px;
  left: -0.24rem;
  top: 8px;
}
.sjjb .hjjc .hjjj-list .tab-group .list-item:last-child {
  margin-bottom: 0;
}
.sjjb .banner-bottom {
  margin-top: 36px;
  margin-top: 0.36rem;
}
.sjjb .banner-bottom .jjyx {
  width: 970px;
  width: 9.7rem;
}
.sjjb .banner-bottom .jjyx .box {
  padding: 24px 21px;
  padding: 0.24rem 0.21rem;
  margin-right: 10px;
  margin-right: 0.1rem;
  width: 480px;
  width: 4.8rem;
  height: 301px;
  height: 3.01rem;
  background-color: #f7f8f9;
  box-sizing: border-box;
}
.sjjb .banner-bottom .jjyx .box:nth-of-type(2) {
  margin-right: 0;
}
.sjjb .banner-bottom .jjyx .pcimg {
  width: 970px;
  width: 9.7rem;
  height: 100px;
  height: 1rem;
  line-height: 100px;
  line-height: 1rem;
  background: url(2023jbsjgkml.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 23px;
  margin-top: 0.23rem;
  width: 100%;
  text-align: center;
}
.sjjb .banner-bottom .jjyx .pcimg a {
  color: #fff;
  font-size: 36px;
  font-size: 0.36rem;
  font-weight: bold;
}
.sjjb .banner-bottom .jjyx .h5img {
  display: none;
  width: 100%;
  height: 150px;
  height: 1.5rem;
  background: url(2023jbsjgkml-wap.png) no-repeat;
  background-size: 100% 100%;
}
.sjjb .banner-bottom .jjyx .tab-list {
  margin-bottom: 25px;
  margin-bottom: 0.25rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sjjb .banner-bottom .jjyx .tab-btn {
  display: block;
  margin-right: 107px;
  margin-right: 1.07rem;
  font-size: 18px;
  font-size: 0.18rem;
  font-family: syst;
  font-weight: lighter;
  color: #000001;
  cursor: pointer;
}
.sjjb .banner-bottom .jjyx .tab-btn.cur-box {
  font-size: 20px;
  font-size: 0.2rem;
  font-weight: bold;
}
.sjjb .banner-bottom .jjyx .tab-group {
  width: 435px;
  width: 4.35rem;
  background-color: rgba(244, 246, 250, 0.75);
  box-sizing: border-box;
  font-size: 16px;
  font-size: 0.16rem;
}
.sjjb .banner-bottom .jjyx .tab-group .list-item {
  width: 95%;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
  margin-bottom: 0.24rem;
  padding-left: 18px;
  padding-left: 0.18rem;
}
.sjjb .banner-bottom .jjyx .tab-group .list-item .title {
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sjjb .banner-bottom .jjyx .tab-group .list-item .time {
  color: #999999;
}
.sjjb .banner-bottom .jjyx .tab-group .list-item::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #e1e4eb;
  left: -5px;
  left: -0.05rem;
  top: 8px;
}
.sjjb .banner-bottom .jjyx .tab-group .list-item:last-child {
  margin-bottom: 0;
}
.sjjb .banner-bottom .fbtj {
  width: 391px;
  width: 3.91rem;
  height: 425px;
  height: 4.25rem;
  background: url(2023jbsjxxfbtj.png) no-repeat;
  font-size: 16px;
  font-size: 0.16rem;
  color: #333333;
  text-align: center;
}
.sjjb .banner-bottom .fbtj .fbtj-header {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 88px;
  height: 0.88rem;
  line-height: 30px;
  line-height: 0.3rem;
  color: #fff;
  font-size: 22px;
  font-size: 0.22rem;
  box-sizing: border-box;
}
.sjjb .banner-bottom .fbtj .fbtj-content .tab-list {
  margin-top: 20px;
  margin-top: 0.2rem;
  margin-bottom: 10px;
  margin-bottom: 0.1rem;
  font-size: 18px;
  font-size: 0.18rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.sjjb .banner-bottom .fbtj .fbtj-content .tab-list a {
  cursor: pointer;
  border-bottom: 4px solid transparent;
  padding-bottom: 7px;
  padding-left: 5px;
  padding-right: 5px;
}
.sjjb .banner-bottom .fbtj .fbtj-content .tab-list .cur-fbtj {
  border-color: #1359af;
  color: #1359af;
  font-weight: bold;
}
.sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item {
  padding-left: 46px;
  padding-left: 0.46rem;
  padding-right: 46px;
  padding-right: 0.46rem;
}
.sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .header {
  margin-bottom: 24px;
  margin-bottom: 0.24rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-size: 0.16rem;
  color: #999999;
}
.sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line {
  height: 275px;
  height: 2.75rem;
  overflow: hidden;
  margin-bottom: 26px;
  margin-bottom: 0.26rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-size: 0.16rem;
}
.sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line table {
  width: 100% !important;
  text-align: center;
  border: 0 !important;
  border-collapse: collapse !important;
  margin: auto !important;
}
.sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line table tr {
  display: none;
}
.sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line table tr:first-child,
.sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line table tr:nth-child(2),
.sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line table tr:nth-child(3),
.sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line table tr:nth-child(4),
.sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line table tr:nth-child(5),
.sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line table tr:nth-child(6) {
  display: table-row;
}
.sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line table td {
  position: relative;
  z-index: 1;
  height: 45px !important;
  height: 0.45rem !important;
  width: auto !important;
  border: 0 !important;
  text-align: center !important;
  font-family: "微软雅黑", "microsoft yahei" !important;
  font-size: 16px !important;
  font-size: 0.16rem !important;
  font-weight: 400 !important;
}
.sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line table tr:first-child {
  color: #b8b8b8;
}
.sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line table tr:nth-child(2) td:first-child,
.sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line table tr:nth-child(3) td:first-child,
.sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line table tr:nth-child(4) td:first-child {
  color: #fff !important;
}
.sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line table tr:nth-child(5) td:first-child,
.sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line table tr:nth-child(6) td:first-child {
  color: #5686c1 !important;
}
.sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line table tr:nth-child(2) td:first-child::after,
.sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line table tr:nth-child(3) td:first-child::after,
.sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line table tr:nth-child(4) td:first-child::after {
  position: absolute;
  left: 10px;
  left: 0.1rem;
  content: "";
  display: inline-block;
  width: 22px;
  width: 0.22rem;
  height: 22px;
  height: 0.22rem;
  line-height: 22px;
  line-height: 0.22rem;
  border-radius: 3px;
  color: #fff !important;
  background-color: #1359af;
  z-index: -1;
}
.sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line table tr:nth-child(5) td:first-child::after,
.sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line table tr:nth-child(6) td:first-child::after {
  position: absolute;
  left: 10px;
  left: 0.1rem;
  content: "";
  display: inline-block;
  width: 22px;
  width: 0.22rem;
  height: 22px;
  height: 0.22rem;
  line-height: 22px;
  line-height: 0.22rem;
  border-radius: 3px;
  background-color: rgba(19, 89, 175, 0.27);
  color: #5686c1 !important;
  z-index: -1;
}
.sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line .index {
  margin-left: 5px;
  flex-shrink: 0;
  width: 20px;
  width: 0.2rem;
  height: 20px;
  height: 0.2rem;
  line-height: 20px;
  line-height: 0.2rem;
  color: #fff;
  background-color: #1359af;
  border-radius: 4px;
}
.sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line .source {
  width: 32px;
  width: 0.32rem;
  flex-shrink: 0;
}
.sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line .company {
  margin-left: 15px;
  margin-left: 0.15rem;
  margin-right: 5px;
  flex: 1;
}
.sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line:nth-last-of-type(1) .index,
.sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line:nth-last-of-type(2) .index {
  background-color: rgba(19, 89, 175, 0.27);
  color: #5686c1;
}

@media screen and (max-width: 768px) {
  .sjjb {
    padding-left: 0.24rem;
    padding-right: 0.24rem;
  }
  .sjjb .common-header {
    font-size: 0.42rem;
  }
  .sjjb .common-header span:last-child {
    font-size: 0.2rem;
  }
  .sjjb .charts-container {
    flex-direction: column;
  }
  .sjjb .charts-container .tab-left {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-x: scroll;
  }
  .sjjb .charts-container .tab-left .tab-left-item {
    padding-top: 0.43rem;
    width: 2.3rem;
    height: 2.08rem;
    flex-shrink: 0;
    font-size: 0.32rem;
  }
  .sjjb .charts-container .tab-left .tab-left-item img {
    width: 0.53rem;
  }
  .sjjb .charts-container .tab-charts .tab-column {
    height: 0.63rem;
    font-size: 0.3rem;
  }
  .sjjb .charts-container .tab-charts .tab-column .arrow {
    width: 0.5rem;
  }
  .sjjb .charts-container .tab-charts .tab-column .column-list {
    flex-wrap: nowrap;
    overflow-y: scroll;
  }
  .sjjb .charts-container .tab-charts .tab-column .column-list li {
    height: 0.63rem;
    line-height: 0.63rem;
    flex-shrink: 0;
    font-size: 0.26rem;
  }
  .sjjb .charts-container .tab-charts .tab-column .column-list li.issue-nav-item-active {
    font-size: 0.3rem;
  }
  .sjjb .charts-container .tab-charts .tab_box {
    position: relative;
    height: 7rem;
  }
  .sjjb .charts-container .tab-charts .tab_box .pc-issue {
    display: none;
  }
  .sjjb .charts-container .tab-charts .tab_box .issue-echarts-title {
    width: 95%;
    left: 2.5%;
    margin: auto;
    flex-wrap: wrap;
  }
  .sjjb .charts-container .tab-charts .tab_box .h5-issue {
    margin-bottom: 0.1rem;
    display: block;
    width: 100%;
    flex-shrink: 0;
    font-size: 0.26rem;
  }
  .sjjb .charts-container .tab-charts .tab_box .h5-issue .btn {
    width: 2.06rem;
    height: 0.51rem;
    line-height: 0.51rem;
    font-size: 0.26rem;
  }
  .sjjb .charts-container .tab-charts .tab_box .select-group {
    margin-left: 5px;
    justify-content: space-around;
    font-size: 0.26rem !important;
  }
  .sjjb .charts-container .tab-charts .tab_box select {
    width: 1.38rem !important;
    height: 0.5rem !important;
    font-size: 0.26rem !important;
  }
  .sjjb .charts-container .tab-charts .tab_box .flex-bet {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sjjb .charts-container .tab-charts .tab_box .sj-bd {
    padding-top: 1.5rem;
  }
  .sjjb .charts-container .tab-charts .tab_box .sj-bd .sj-img {
    position: relative;
    width: 7rem;
    height: 5.5rem;
  }
  .sjjb .pc-swapper {
    display: none;
  }
  .sjjb .h5-swapper {
    padding-bottom: 0.3rem;
    display: block !important;
  }
  .sjjb .h5-swapper .swiper-pagination {
    height: 0.1rem;
    width: 0.9rem;
    top: 6.8rem;
    right: 3rem;
  }
  .sjjb .h5-swapper .swiper-pagination .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
  }
  .sjjb .h5-swapper .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.35rem;
    height: 0.1rem;
  }
  .sjjb .h5-swapper .item {
    margin: auto;
    width: 99% !important;
    height: 3.07rem !important;
    padding-top: 0.26rem !important;
    margin-bottom: 0.28rem;
    box-shadow: 0px 1px 6px 1px rgba(81, 94, 129, 0.14);
    border: solid 1px #e9e9e9;
  }
  .sjjb .h5-swapper .item .item-title {
    font-size: 0.32rem !important;
    font-weight: bold !important;
    line-height: 0.38rem !important;
    color: #1f346f !important;
  }
  .sjjb .h5-swapper .item .item-context {
    font-size: 0.26rem !important;
  }
  .sjjb .h5-swapper .item .item-context .context {
    line-height: 0.4rem !important;
    -webkit-line-clamp: 2 !important;
  }
  .sjjb .h5-swapper .item .item-context .rt {
    padding-top: 0.2rem;
  }
  .sjjb .gb-nj {
    margin-top: 0.61rem;
  }
  .sjjb .gb-nj .banner-box {
    width: 100%;
    margin-bottom: 0.63rem;
  }
  .sjjb .hjjj-list {
    display: flex;
    flex-direction: column;
  }
  .sjjb .hjjj-list .tab-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100% !important;
    overflow-x: scroll;
  }
  .sjjb .hjjj-list .tab-list .tab-btn {
    min-width: 2.91rem !important;
    height: 0.9rem !important;
    flex-shrink: 0 !important;
    font-size: 0.32rem !important;
  }
  .sjjb .hjjj-list .tab-list .tab-btn img {
    width: 0.48rem;
  }
  .sjjb .hjjj-list .tab-list .shui {
    width: 3.5rem;
  }
  .sjjb .hjjj-list .tab-group {
    padding: 0.3rem 0.34rem 0.44rem 0.31rem !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box;
  }
  .sjjb .hjjj-list .tab-group .tab-item {
    position: relative;
  }
  .sjjb .hjjj-list .tab-group .tab-item .list-item {
    height: 0.5rem;
    width: 100%;
    font-size: 0.32rem;
  }
  .sjjb .hjjj-list .tab-group .tab-item .list-item .title {
    width: 70%;
  }
  .sjjb .hjjj-list .tab-group .tab-item .list-item::after {
    width: 0;
  }
  .sjjb .banner-bottom {
    display: flex;
    flex-direction: column;
  }
  .sjjb .banner-bottom .jjyx {
    width: 100%;
  }
  .sjjb .banner-bottom .jjyx .box {
    width: 100%;
    height: auto;
    min-height: 3rem;
    margin-bottom: 0.3rem;
    margin-right: 0;
  }
  .sjjb .banner-bottom .jjyx .box .tab-group {
    width: 100%;
  }
  .sjjb .banner-bottom .jjyx .box .tab-group .list-item {
    height: 0.5rem;
  }
  .sjjb .banner-bottom .jjyx .box .tab-btn {
    font-size: 0.36rem;
  }
  .sjjb .banner-bottom .jjyx .box a {
    font-size: 0.32rem;
  }
  .sjjb .banner-bottom .fbtj {
    width: 100%;
    height: auto;
  }
  .sjjb .banner-bottom .fbtj .fbtj-header {
    height: 1.58rem;
    font-size: 0.42rem;
    line-height: 0.6rem;
  }
  .sjjb .banner-bottom .fbtj .fbtj-header .time {
    font-size: 0.3rem;
  }
  .sjjb .banner-bottom .fbtj .fbtj-content .tab-list {
    margin-top: 0.4rem;
    font-size: 0.32rem !important;
  }
  .sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .header {
    font-size: 0.29rem !important;
  }
  .sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line {
    height: 330px;
    height: 3.3rem;
  }
  .sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line table td {
    font-size: 0.32rem !important;
    height: 0.55rem !important;
  }
  .sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line table tr:nth-child(2) td:first-child::after,
  .sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line table tr:nth-child(3) td:first-child::after,
  .sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line table tr:nth-child(4) td:first-child::after,
  .sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line table tr:nth-child(5) td:first-child::after,
  .sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line table tr:nth-child(6) td:first-child::after {
    width: 0.45rem;
    height: 0.45rem;
    line-height: 0.45rem;
    left: 0.2rem;
  }
  .sjjb .banner-bottom .fbtj .fbtj-content .tab-group .tab-item .line .index {
    width: 0.37rem;
    height: 0.37rem;
    line-height: 0.37rem;
  }
  .sjjb .sjjd {
    margin-top: 0;
  }
  .sjjb .pcimg {
    display: none;
  }
  .sjjb .h5img {
    margin-bottom: 0.38rem;
    display: inline-block !important;
    width: 100% !important;
    font-weight: bold;
    text-align: center;
    line-height: 1.5rem;
  }
  .sjjb .h5img a {
    font-size: 0.36rem;
    color: #ffffff !important;
  }
}/*# sourceMappingURL=sjjb2023.css.map */