.zjdc {
  background-color: #fff;
  padding: 40px;
}
.zjdc h3 {
  background: url(../images/zjdc_title.png) left center no-repeat;
  height: 30px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .zjdc {
    padding: 20px;
  }
}
.list_zhengji li * {
  transition: all 0.3s ease;
  line-height: 2;
}
.list_zhengji li:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
.list_zhengji li a {
  transition: all 0.3s ease;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 170px 20px 120px;
}
@media (min-width: 601px) {
  .list_zhengji li a:hover {
    background: linear-gradient(90deg, #fff0da 0%, #fff0da00 100%);
  }
}
.list_zhengji .list_text {
  display: block;
  font-size: 17px;
  font-weight: normal;
  color: #333;
  margin-bottom: 15px;
}
@media (min-width: 601px) {
  .list_zhengji .list_text {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}
.list_zhengji .date {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #848484;
  padding-left: 26px;
  background: url(../images/zjdc_icon2.png) no-repeat left 6px;
  background-size: 16px;
}
.list_zhengji .zhengji_tag {
  box-sizing: border-box;
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76px;
  height: 76px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  padding: 21px;
  background: url(../images/zjdc_icon1.png) no-repeat center;
  background-size: contain;
}
.list_zhengji .djck {
  box-sizing: border-box;
  position: absolute;
  top: 35px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 46px;
  font-size: 16px;
  font-weight: normal;
  color: #e71f19;
  background: url(../images/zjdc_icon3.png) no-repeat center;
  background-size: contain;
}
@media (max-width: 600px) {
  .list_zhengji li a {
    padding: 20px 0;
    padding-left: 90px;
  }
  .list_zhengji .zhengji_tag {
    left: 0;
  }
  .list_zhengji .djck {
    top: 98px;
    left: -2px;
    width: 80px;
    height: 46px;
    font-size: 14px;
  }
}
