.hgjjyxqk {
  margin: 30px 0;
}

.hgjjyxqk .tit {
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  letter-spacing: 0;
  background: #487DD2;
  /* text-align: center; */
  width: 130px;
  padding: 4px 0;
  text-align: center;
  border-radius: 35px;
}

.tab-box {
  margin-top: 33px;
}

.tab-box .hd ul li {
  float: left;
  width: 182px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #eaeef2;
}
.tab-box.old-data .hd ul li{
  width: 319px;
}

.tab-box .hd ul li p {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #121212;
  letter-spacing: 0;
  text-align: center;
  padding: 0 5px;
}

.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: 182px;
  height: 74.5px;
  background: url(https://tfile.dahe.cn/4105020005/img/sjfbbg.png) no-repeat
    center;
  z-index: 1;
  background-size: 100% 100%;
}
.tab-box.old-data .hd ul li.on::after {
  width: 319px;
}
.echarts_box {
  width: 1280px;
  height: 478px;
  box-shadow: 1px 5px 10px #eee;
  padding-bottom: 20px;
}

.left ul,
.right ul {
  margin-top: 12px;
}

.tjxx_box {
  width: 100%;
  margin-bottom: 20px;
}

.tjxx_box .tit {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 9px;
  overflow: hidden;
}

.tjxx_box .tit span {
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
}

.tjxx_box .tit .more {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
  margin-top: 16px;
}
.tjxx_box .tit li {
  float: left;
}

.tjxx_box .tit li a {
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  font-size: 24px;
  color: #999999;
  letter-spacing: 0;
  display: inline-block;
  padding-right: 10px;
}


.tjxx_box .tit li:nth-child(1) {
  border-right: 1px solid #000000;
  margin-right: 10px;
}

.tjxx_box .cont {
  align-items: top;
}
.newslist {
  margin-top: 12px;
}

.newslist ul li {
  width: 100%;
  padding-left: 10px;
  line-height: 2.5;
}
.newslist li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #666666;
  border-radius: 1px;
  float: left;
  margin-top: 20px;
}
.newslist ul li a {
  display: block;
  width: 82%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666;
  letter-spacing: 0;
  float: left;
  text-indent: 10px;
}

.newslist ul li .date {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
  float: right;
}
.export-excel-btn{
    width: 100px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #f39689;
    color: #fff;
    font-size: 16px;
}
.bstj_box{
  margin: 20px 0;
}
/* old */
.oldModel .hgjjyxqk .tit,
.oldModel .nysjj > .tit,
.oldModel .tjxx_box .tit span,
.oldModel .newslist ul li a {
  font-size: 32px;
}

.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 .export-excel-btn{
  height: 45px;
}