@font-face {
  font-family: 'iconfont';
  /* Project id 4572047 */
  src: url('//at.alicdn.com/t/c/font_4572047_nwed62qernd.woff2?t=1724812042255') format('woff2'), url('//at.alicdn.com/t/c/font_4572047_nwed62qernd.woff?t=1724812042255') format('woff'), url('//at.alicdn.com/t/c/font_4572047_nwed62qernd.ttf?t=1724812042255') format('truetype');
}
.aside-right .countdown {
  background-color: #fff;
  margin: 1rem 0;
  padding: 0.4rem;
  text-align: center;
  box-shadow: 1px 1px 8px 3px #dbdbdb;
  border-radius: 10px;
  border: 1px solid #ececec;
}
.aside-right .countdown .count {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #00bbff;
  color: #fff;
  font-size: 1.3rem;
  line-height: 40px;
}
.aside-right .timeline {
  font-size: 14px;
  margin-bottom: 22px;
}
.aside-right .timeline .timename {
  font-size: 24px;
  color: #0052b8;
}
.aside-right .timeline ul {
  list-style: none;
  padding-inline-start: 12px;
  cursor: default;
}
.aside-right .timeline ul li {
  position: relative;
  padding-bottom: 0.6rem;
}
.aside-right .timeline ul li p {
  font-size: 16px;
  margin-bottom: 4.8px;
  color: #0095ff;
}
.aside-right .timeline ul li h4 {
  font-size: 17.6px;
  color: #0095ff;
}
.aside-right .timeline ul li h4:hover {
  color: #0052b8;
}
.aside-right .timeline ul li::before {
  display: block;
  content: '';
  position: absolute;
  top: 11px;
  width: 2px;
  background-color: #0095ff;
  height: 100%;
  left: -12px;
}
.aside-right .timeline ul li::after {
  content: '\e688';
  position: absolute;
  top: -3px;
  left: -17px;
  color: #0095ff;
  font-size: 16px;
  display: block;
  font-family: 'iconfont';
}
.aside-right .timeline ul .past p {
  font-size: 16px;
  margin-bottom: 4.8px;
  color: #9c9c9c;
}
.aside-right .timeline ul .past h4 {
  font-size: 17.6px;
  color: #9c9c9c;
}
.aside-right .timeline ul .past::before {
  display: block;
  content: '';
  position: absolute;
  top: 11px;
  width: 2px;
  background-color: #9c9c9c;
  height: 100%;
  left: -12px;
}
.aside-right .timeline ul .past::after {
  content: '\e688';
  position: absolute;
  top: -3px;
  left: -17px;
  color: #9c9c9c;
  font-size: 16px;
  display: block;
  font-family: 'iconfont';
}
.aside-right .two-btn .aside-btn {
  width: 100%;
  height: 5rem;
  text-align: center;
  line-height: 5rem;
  margin-bottom: 1rem;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.aside-right .two-btn #register {
  background-image: url('../img/btn-reg.png');
  background-size: cover;
}
.aside-right .two-btn #abstract {
  background-image: url('../img/btn-abs.png');
  background-size: cover;
}
