.chartBox {
  height: 456px;
  background: #E2F2FF;
  margin-top: 20px;
}

#economy {
  width: 654px;
  height: 415px;
  padding: 40px;
  background: url('../img/echartBg.png')center bottom no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
}

.tjxxBox {
  margin-top: 50px;
}

.tjxxBox .hd {
  padding-bottom: 12px;
  border-bottom: 1px solid #DEDEDE;
  position: relative;
}

.tjxxBox .hd li {
  float: left;
  margin-right: 46px;
}

.tjxxBox .hd li a {
  font-size: 27px;
  color: #000000;
  position: relative;

}

.tjxxBox .hd li.on a {
  font-weight: 700;
}

.tjxxBox .hd li.on a::after {
  content: url(../img/titleIcon.png);
  position: absolute;
  bottom: -26px;
  left: 0;
}

.focus_touch_more {
  font-size: 15px;
  display: none;
  position: absolute;
  right: 0;
  top: 14px;
  color: #88A1BC;
}

.focus_touch_more.on {
  display: block;
}
.tjxxBox .bd ul{
  width:49%;
  margin-top: 20px;
}
.tjxxBox .bd li {
  font-size: 16px;
  padding-left: 10px;
  height: 43px;
  line-height: 43px;
  background: url(../img/li_bg.png) center left no-repeat;
  background-size: 13px 13px;
  text-indent: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tjxxBox .bd li a {
  width: 460px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}

.tjxxBox .bd li .date {
  font-size: 16px;
  color: #121212;
  opacity: 0.5;
}