.zjdc_list li {
  position: relative;
  margin-left: 18px;
}
.zjdc_list li:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px dashed #e5e5e5;
}
.zjdc_list li::before {
  content: '';
  position: absolute;
  top: 3px;
  left: -18px;
  width: 10px;
  height: 11px;
  background: url(../images/yjzj_icon.png) no-repeat center;
}
.zjdc_list .date {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #999;
  padding-bottom: 20px;
}
.zjdc_list a {
  transition: all 0.3s;
  display: block;
  width: calc(100% - 140px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1;
  color: #333333;
}
.zjdc_list a:hover {
  color: #1361cb;
}
@media (max-width: 600px) {
  .zjdc_list a {
    width: 100%;
  }
}
.zjdc_list a h5 {
  font-weight: normal;
  margin-bottom: 14px;
}
.zjdc_list span {
  position: absolute;
  top: 8px;
  right: 0px;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
}
@media (max-width: 600px) {
  .zjdc_list span {
    position: static;
    margin-bottom: 15px;
  }
}
.zjdc_list .btn {
  display: inline-block;
  width: 77px;
  height: 36px;
  font-size: 16px;
  border-radius: 4px;
}
.zjdc_list .btn.close {
  background-color: #f5f7fa;
  color: #808d9f;
}
.zjdc_list .btn.doing {
  background-color: #f2f7ff;
  color: #1361cb;
}
