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: 131px;
  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: #42D8A0;
}
main .path ul li.active .star img:nth-of-type(1) {
  display: none;
}
main .path ul li.active .star img:nth-of-type(2) {
  display: block;
}
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 .star {
  display: flex;
  padding-left: 35px;
}
main .path ul li .star img {
  width: 26px;
  height: 31px;
}
main .path ul li .star img:nth-of-type(2) {
  display: none;
}
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/expert-arrow.png");
  background-repeat: no-repeat;
  border: 2px solid #42D8A0;
  background-position: center;
  border-radius: 50%;
  transform-origin: center center;
  cursor: pointer;
}
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-image: url("../img/index/expert-arrow-active.png");
  background-color: #42D8A0;
}
main .path .arrow .left {
  margin-right: 30px;
}
main .path .arrow .left:hover {
  transform: rotate(180deg);
}
main .path .arrow .right {
  transform: rotate(180deg);
}
main .path .arrow .right:hover {
  transform: rotate(0);
}
