#chart1 .chart {
  height: 445px;
}
#chart1 .chart .chart-content {
  height: 350px !important;
  padding: 10px 20px 0 !important;
}
#chart1 .chart .chart-content #chart1-content {
  height: 100%;
}
#chart1 .chart .footer1 {
  height: 30px !important;
  line-height: 17px !important;
}
#chart1 .chart .footer1 .time {
  float: right;
}
#chart1,
#chart2,
#chart3 {
  margin-top: 10px;
}
#chart1 .chart,
#chart2 .chart,
#chart3 .chart {
  background: #fff;
  border: 1px solid #F3F5F7;
  border-radius: 6px;
  padding: 0 0 4px;
  margin-bottom: 10px;
}
#chart1 .chart .title,
#chart2 .chart .title,
#chart3 .chart .title {
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  font-weight: bold;
  color: #080B31;
  padding: 0 20px;
  border-bottom: 1px solid #f5f5f5;
  letter-spacing: 2px;
  cursor: pointer;
}
#chart1 .chart .title .icon-before,
#chart2 .chart .title .icon-before,
#chart3 .chart .title .icon-before {
  width: 34px;
  height: 100%;
  float: left;
  background: url(../../images/common/icon.png) no-repeat left center;
  background-size: 24px 16px;
}
#chart1 .chart .title .icon,
#chart2 .chart .title .icon,
#chart3 .chart .title .icon {
  width: 24px;
  height: 100%;
  background: url(../../images/common/jiantou.png) no-repeat center center;
  background-size: 24px 26px;
  float: right;
}
#chart1 .chart .title .title-more,
#chart2 .chart .title .title-more,
#chart3 .chart .title .title-more {
  height: 56px;
  line-height: 56px;
  font-size: 12px;
  font-weight: 400;
  color: #393C5A;
  float: right;
}
#chart1 .chart .chart-content,
#chart2 .chart .chart-content,
#chart3 .chart .chart-content {
  height: 260px;
  overflow: hidden;
  padding: 10px 20px;
}
#chart1 .chart .chart-content #chart2-content,
#chart2 .chart .chart-content #chart2-content,
#chart3 .chart .chart-content #chart2-content,
#chart1 .chart .chart-content #chart3-content,
#chart2 .chart .chart-content #chart3-content,
#chart3 .chart .chart-content #chart3-content {
  width: 100%;
  height: 100%;
}
#chart1 .chart .footer,
#chart2 .chart .footer,
#chart3 .chart .footer {
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  color: #7d8d97;
  padding: 0 20px;
}
#chart1 .chart .footer .time,
#chart2 .chart .footer .time,
#chart3 .chart .footer .time {
  float: right;
}
.hotTags_container {
  margin-top: 10px;
  width: 370px;
  background: #fff;
  border-radius: 8px;
}
.hotTags_container .title {
  width: 100%;
  padding: 19px 22px 13px;
  border-bottom: 1px solid #F4F5F7;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
}
.hotTags_container .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 20px 11px;
}
.hotTags_container .tags p {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #91929D;
  padding: 0 11px;
  text-align: center;
  border: 1px solid #D1D1DC;
  border-radius: 4px;
  margin-right: 9px;
  margin-bottom: 9px;
  transition: all 0.3s;
}
.hotTags_container .tags p:hover {
  background: #07aea0;
  color: #fff;
  border: 1px solid #07aea0;
}
.news-flash {
  width: 369px;
  margin-top: 10px;
  padding-left: 19px;
  padding-right: 19px;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 6px;
}
.news-flash .info .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 18px;
}
.news-flash .info .title .info-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #393C5A;
}
.news-flash .info .title a {
  font-size: 12px;
  font-family: PingFang-M, Microsoft YaHei;
  font-weight: 400;
  color: #393C5A;
}
.news-flash .info .info-content {
  margin-bottom: 17px;
}
.news-flash .info .info-content .info-content-title div {
  font-size: 14px;
  font-family: PingFang-M, Microsoft YaHei;
  font-weight: 400;
  color: #3B3F3F;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.news-flash .info .info-content .info-content-title div:hover {
  color: #07aea0;
}
.hot-news {
  border-radius: 6px;
  overflow: hidden;
  margin-top: 10px;
}
