.public-banner {
  background-image: url("../img/news/banner-bg.png");
}
main .public-main {
  padding-top: 35px;
  display: flex;
}
main .public-main > ul {
  width: 241px;
}
main .public-main > ul li {
  width: 241px;
  height: 53px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #777777;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
main .public-main > ul li.active {
  color: #fff;
  background: #E73733;
}
main .public-main > ul li.active::before {
  background: #fff;
}
main .public-main > ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #777777;
  margin-right: 6px;
  border-radius: 50%;
}
main .public-main .right {
  margin-left: 23px;
  width: 0;
  flex: 1;
}
main .public-main .right .head {
  font-size: 26px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 37px;
  padding-top: 3px;
}
main .public-main .right ol {
  margin-top: 12px;
  border-top: 2px solid #DADADA;
}
main .public-main .right ol li {
  border-bottom: 2px solid #DADADA;
}
main .public-main .right ol li a {
  display: flex;
  align-items: center;
  padding: 32px 0;
}
main .public-main .right ol li a .time {
  padding-left: 14px;
  text-align: center;
  margin-right: 20px;
}
main .public-main .right ol li a .time .day {
  font-size: 38px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #AAAAAA;
  line-height: 53px;
  position: relative;
}
main .public-main .right ol li a .time .day::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #DADADA;
  position: absolute;
  bottom: 5px;
  left: 0;
}
main .public-main .right ol li a .time .year-month {
  font-size: 11px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #777777;
  line-height: 16px;
}
main .public-main .right ol li a img {
  width: 183px;
  height: 106px;
  object-fit: cover;
}
main .public-main .right ol li a .right {
  width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 106px;
}
main .public-main .right ol li a .right .title {
  font-size: 17px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main .public-main .right ol li a .right .cont {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #777777;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 4px;
}
main .public-main .right ol li a .right .detail {
  width: 68px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #D5D5D5;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-top: auto;
}
main .public-main .right .laypage {
  text-align: center;
  margin-top: 20px;
}
main .public-main .right .laypage a:hover {
  color: #E73733;
}
