.reunion-list ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.reunion-list ul li {
  position: relative;
}

.reunion-list ul li a {
  padding: 0px 40px 16px 40px;
  text-decoration: none;
  position: relative;
  width: 100%;
}

.reunion-list ul li a .date {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #86929D;
  text-transform: capitalize;
}

.reunion-list ul li a .sort {
  display: block;
  font-size: 14px;
  line-height: 23px;
  color: #86929D;
}

.reunion-list ul li a .title {
  display: block;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 700;
  color: #434B52;
  margin-bottom: 4px;
  -webkit-transition: 0.2s ease, font-size 0s ease, line-height 0s ease;
  transition: 0.2s ease, font-size 0s ease, line-height 0s ease;
}

.reunion-list ul li a .location {
  display: block;
  font-size: 16px;
  line-height: 12px;
  color: #434B52;
}

.reunion-list ul li a:hover .title {
  color: #9BCF10;
}

.reunion-list ul li a:active .title {
  color: #80AD07;
}

.reunion-list ul li a:before, .reunion-list ul li a:after {
  border-right: 2px solid;
  content: '';
  display: block;
  height: 16px;
  margin-top: -12px;
  position: absolute;
  -webkit-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  transform: rotate(130deg);
  right: 20px;
  top: 50%;
  width: 0;
}

.reunion-list ul li a:after {
  margin-top: -2px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
}

.reunion-list ul li::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #E7E9EB;
  position: absolute;
  left: 11px;
  top: 0px;
  opacity: 0.8;
}

.reunion-list ul li::after {
  content: "";
  width: 16px;
  height: 16px;
  border: 4px solid #317FCB;
  border-radius: 50%;
  background-color: #F9F9F9;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: 0.2s ease, font-size 0s ease, line-height 0s ease;
  transition: 0.2s ease, font-size 0s ease, line-height 0s ease;
  pointer-events: none;
}

.reunion-list ul li:hover:after {
  border: 4px solid #9BCF10;
}
