.subColumn{
  display:none;
}
.content{
  padding-top: 24px;
  background: url(https://dotnews-static.dotdotnews.com/img/column/time/img02.png)no-repeat;
  background-size: 100% auto;
  background-position: top center;
}
.column_cion img{
  height: 60px;
  margin: 0 auto;
  margin-bottom: 18px;
}
.column_cion .phoneIcon{
  display:none;
}
.content{
  min-height:1000px;
}
.time_list .item a{
  font-size: clamp(16px, 3vw, 22px);
  font-weight: 600;
}
.time_list .item a:hover{
  color:#9C3D3DFF;
}
.time_list .item{
  position:relative;
  margin-bottom: clamp(22px, 3vw, 40px);
  padding-left: clamp(20px, 4vw, 50px);
}
.time_list .item:hover .icon_hover{
  border-color: #ccc;
}
.time_list .item .time_distance{
  font-size: 14px;
  font-weight: 700;
  color: #999999FF;
  margin-top: 3px;
}
.time_list .item .icon_mouseleave{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #c7382f;
  margin: 3px;
}
.time_list .item .icon_hover {
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  border: 3px solid transparent;
}
.time_list{
  margin-left: clamp(20px, 4vw, 50px);
  border-left: 2px solid #ccc;
}
.Time_classification_item {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 2px solid #c7382f;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 15px;
  font-weight: 700;
}
.Time_classification{
  display: flex;
  align-items: center;
  margin-left: -50px;
}
.Time_classification_item  .time_year{
  font-size: 22px;
  color: #9c3d3d;
}
.Time_classification_item  .time_date{
  color: #575757FF;
}
.Time_classification .isthatDay{
  font-size: 26px;
  font-weight: 700;
  color: #9C3D3DFF;
}
.getMoreDate{
  margin-bottom: 50px;
}
.getMoreDate .getMoreDate-button{
  cursor:pointer;
  display: flex;
  align-items: center;
  font-size: 18px;
  justify-content: center;
}
.getMoreDate span{
  color: #ca0000;
  font-weight: 700;
  margin-right: 3px;
}
.getMoreDate img{
  width:18px;
}
@media(max-width:1260px){
  .time_list {
    margin-left: 5vw;
  }
  .Time_classification {
    margin-left: -4.5vw;
  }
  .Time_classification_item {
    height: 9vw;
    width: 9vw;
  }
  .Time_classification_item .time_date {
    font-size: 1.2vw;
  }
  .Time_classification .isthatDay {
    font-size: 3vw;
  }
  .Time_classification_item .time_year {
    font-size: 2.5vw;
  }
}
@media(max-width:991px){
  .column_cion .phoneIcon{
    display:block;
    height:auto;
    width:100%;
  }
  .column_cion .webIcon{
    display:none;
  }
}
@media(max-width:767px){
  .content{
    background:none;
  }
  .time_list .item .time_distance{
    font-size: 3vw;
  }
  .time_list .item{
    padding-left: 3vw;
    margin-bottom: 2vw;
  }
  .time_list .item a {
    font-size: 3.8vw;
  }
  .getMoreDate span{
    font-size: 4vw;
  }
  .getMoreDate img {
    width: 3vw;
  }
  .time_list {
    margin-left: 9.5vw;
  }
  .Time_classification {
    margin-left: -9.5vw;
  }
  .Time_classification_item {
    height: 19vw;
    width: 19vw;
  }
  .Time_classification_item .time_year {
    font-size: 6vw;
  }
  .Time_classification_item .time_date {
    font-size: 2.4vw;
  }
  .Time_classification .isthatDay {
    font-size: 5vw;
  }
}