.news-ranking .num{
  display: inline-block;
  width: 30px;
  min-width: 30px;
  padding: 4px 5px 16px;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
}
.news-ranking .num>span{
  width: 18px;
  height: 18px;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #436274;
  font-size: 14px;
  /* font-weight: bold; */
  color: #fff;
  line-height:17px;
}
.news-ranking .text.hot-read-story{
  display:inline-block;
  width: calc( 100% - 41px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  line-height: 24px;
  margin-bottom: 19px;
  white-space: normal;
}
.news-ranking{
  padding:33px 26px;
}
#newsRanking>.item:nth-child(1) .num span,
#newsRanking>.item:nth-child(2) .num span,
#newsRanking>.item:nth-child(3) .num span{
  background: #C9343A;
}
.news-ranking .section-title span{
  color:#013252;
  font-weight: bold;
}