.subColumn{
  display:none;
}
.content{
  min-height:1000px;
  padding-top: 24px;
  background: url(https://dotnews-static.dotdotnews.com/img/column/hotList/img02.png)no-repeat;
  background-size: 100% auto;
  background-position: top center;
}
.column_cion img{
  height: 60px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.column_cion .phoneIcon{
  display:none;
}
#hotList{
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#hotList>.item{
  width:30%;
}
#hotList .hotTitle{
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  padding-left: 10px;
  border-left: 6px solid #ca0000;
  line-height: 1;
}
.hotStoryList .list_item{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.hotStoryList .list_item a{
  font-weight: 700;
}
.hotStoryList .list_item:nth-child(n+4) .list_index span{
  background: #ABABAB;
}
.list_item .list_index span{
  font-weight:700;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #CA0000;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-right: 18px;
}
@media(max-width:1260px){
  .column_cion .phoneIcon{
    display:block;
    height:auto;
    width:100%;
  }
  .column_cion .webIcon{
    display:none;
  }
}
@media(max-width:767px){
  #hotList .hotTitle{
    border-left: 5px solid #ca0000;
  }
  .list_item .list_index span{
    width: 27px;
    height: 27px;
    line-height: 27px;
    margin-right: 16px;
  }
  .content{
    background:none;
  }
  #hotList>.item{
    width:100%;
    margin-bottom: 30px;
  }
}