.zjdc_list li {
  display: flex;
  justify-content: space-between;
  padding: 32px 18px 32px 0;
  border-bottom: 1px solid #e3e3e3;
  width: 100%;
  box-sizing: border-box;
}
.zjdc_list .doing .list_content .tag {
  color: #00407f;
  border: solid 1px #00407f;
}
.zjdc_list .doing .see_btn {
  color: #333333;
  background-color: #f2f2f2;
}
.zjdc_list .list_content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: calc(100% - 150px);
}
.zjdc_list .list_content > div {
  width: calc(100% - 102px);
}
.zjdc_list .list_content .tag {
  margin-right: 20px;
  width: 79px;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #666666;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #666666;
  text-align: center;
}
.zjdc_list .list_content h4 {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  margin-bottom: 16px;
  letter-spacing: 0px;
  color: #333333;
}
.zjdc_list .list_content h4 a {
  display: block;
  color: inherit;
  width: 100%;
  white-space: nowrap;
  /* overflow: hidden; */
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.zjdc_list .list_content h4 a:hover {
  color: #4065c5;
}
.zjdc_list .list_content p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.zjdc_list .see_btn {
  display: block;
  width: 106px;
  height: 40px;
  background-color: #6699cc;
  border-radius: 5px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}
