main .public-main {
  padding-bottom: 0;
}
main .path {
  padding: 68px 0 200px;
  position: relative;
}
main .path::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #E9E9E9;
  position: absolute;
  top: 127px;
  left: 0;
  z-index: -5;
}
main .path ul {
  overflow-x: auto;
  display: flex;
  cursor: pointer;
}
main .path ul li {
  flex: none;
  width: 128px;
  margin-right: 298px;
}
main .path ul li:first-child {
  margin-left: 106px;
}
main .path ul li:last-child {
  margin-right: 106px;
}
main .path ul li.active .year,
main .path ul li.active .title {
  color: #E73733;
}
main .path ul li.active .round {
  border-color: #E73733;
}
main .path ul li.active .round::before {
  background-color: #E73733;
}
main .path ul li.active .cont {
  color: #777777;
}
main .path ul li .year {
  color: #333333;
  line-height: 42px;
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  padding-left: 15px;
}
main .path ul li .round {
  margin: 10px 0 10px 39px;
  width: 17px;
  height: 17px;
  border: 1px solid #E9E9E9;
  border-radius: 50%;
  position: relative;
}
main .path ul li .round::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #E9E9E9;
}
main .path ul li .title {
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #E9E9E9;
  line-height: 33px;
  padding-top: 9px;
}
main .path ul li .cont {
  padding-top: 8px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #E9E9E9;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
main .path .arrow {
  height: 68px;
  position: absolute;
  bottom: 108px;
  right: 168px;
  display: flex;
}
main .path .arrow .left,
main .path .arrow .right {
  width: 68px;
  height: 68px;
  background-size: 60%;
  background-image: url("../img/index/swiper-arrow-white.png");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  transform-origin: center center;
  cursor: pointer;
  background-color: #E9E9E9;
  background-size: 30%;
}
main .path .arrow .left.disabled,
main .path .arrow .right.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
main .path .arrow .left:hover,
main .path .arrow .right:hover {
  background-color: #E73733;
}
main .path .arrow .left {
  margin-right: 30px;
  transform: rotate(180deg);
}
