.construction-content {
  padding: 60px;
}
.construction-content #data-container .list-item {
  display: flex;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
  position: relative;
  padding-bottom: 15px;
  cursor: pointer;
  margin-bottom: 15px;
}
.construction-content #data-container .list-item::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #000;
  opacity: 0.1;
}
.construction-content #data-container .list-item .line {
  width: 30px;
  height: 2px;
  background: #000000;
  opacity: 0.15;
  margin: 5px 20px;
}
.construction-content #data-container .list-item:hover .line {
  background: #a40001;
}
.construction-content #data-container .list-item .title {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}
.construction-content #data-container .list-item:hover .title{
  color: #A40001;
}
.construction-content #data-container .list-item .day {
  font-size: 30px;
}
.construction-content #data-container .list-item:hover .day{
  color: #A40001;
}
.construction-content #data-container .list-item .yearMonth {
  font-size: 12px;
}
.construction-content #data-container .active {
  color: #a40001;
}
.construction-content #data-container .active .title {
  color: #a40001;
}
/* 详情页样式 */
.construction-detail-content {
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.construction-detail-content .title {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 20px;
  margin-bottom: 32px;
}
.construction-detail-content .date-time {
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  line-height: 20px;
}
.construction-detail-content .split-line {
  width: 100%;
  height: 1px;
  background: #eee;
  opacity: 0.3;
  margin: 15px 0;
}
.construction-detail-content .content-img {
  width: 100%;
}
.construction-detail-content .content-img img {
  width: 100%;
  height: 400px;
  margin: 10px 0;
}
.construction-detail-content p {
  text-indent: 2em;
  line-height: 26px;
}
