.hdjl_ul {
  box-sizing: border-box;
  margin-left: -10px;
  margin-right: -10px;
}
.hdjl_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hdjl_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.hdjl_ul > li:nth-child(n) {
  margin-top: 0;
}
.hdjl_ul > li:nth-child(n)::after {
  display: block;
}
.hdjl_ul > li:nth-child(n + 5) {
  margin-top: 20px;
}
.hdjl_ul > li:nth-child(5) {
  margin-top: 0;
}
.hdjl_ul > li:nth-child(5n)::after,
.hdjl_ul > li:last-child::after {
  display: none;
}
.hdjl_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .hdjl_ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .hdjl_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .hdjl_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
  .hdjl_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .hdjl_ul > li:nth-child(n)::after {
    display: block;
  }
  .hdjl_ul > li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .hdjl_ul > li:nth-child(3) {
    margin-top: 0;
  }
  .hdjl_ul > li:nth-child(3n)::after,
  .hdjl_ul > li:last-child::after {
    display: none;
  }
  .hdjl_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .hdjl_ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .hdjl_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .hdjl_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
  .hdjl_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .hdjl_ul > li:nth-child(n)::after {
    display: block;
  }
  .hdjl_ul > li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .hdjl_ul > li:nth-child(2) {
    margin-top: 0;
  }
  .hdjl_ul > li:nth-child(2n)::after,
  .hdjl_ul > li:last-child::after {
    display: none;
  }
  .hdjl_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.hdjl_ul a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 124px;
  border-radius: 5px;
  padding-left: 30px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  letter-spacing: 2px;
  line-height: 1.2;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
}
@media (max-width: 600px) {
  .hdjl_ul a {
    padding-left: 10px;
  }
}
.hdjl_ul a.s1 {
  background-color: #fbece4;
  background-image: url(../images/hdjl_img1.png);
  color: #cb4841;
}
.hdjl_ul a.s2 {
  background-color: #fbf1e3;
  background-image: url(../images/hdjl_img2.png);
  color: #d78d48;
}
.hdjl_ul a.s3 {
  background-color: #f3efe4;
  background-image: url(../images/hdjl_img3.png);
  color: #745940;
}
.hdjl_ul a.s4 {
  background-color: #fbece4;
  background-image: url(../images/hdjl_img4.png);
  color: #cb4841;
}
.hdjl_ul a.s5 {
  background-color: #f3efe4;
  background-image: url(../images/hdjl_img5.png);
  color: #745940;
}
/*.hdjl_ul a:hover {
  box-shadow: 0 0px 10px 5px #fbece4;
  color: #ba2a1d;
}*/
.list_zhengji2 {
  margin-left: 0px;
  margin-right: 0px;
}
.list_zhengji2::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.list_zhengji2 > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}
.list_zhengji2 > li:nth-child(n) {
  margin-top: 0;
}
.list_zhengji2 > li:nth-child(n)::after {
  display: block;
}
.list_zhengji2 > li:nth-child(n + 1) {
  margin-top: 12px;
}
.list_zhengji2 > li:nth-child(1) {
  margin-top: 0;
}
.list_zhengji2 > li:nth-child(1n)::after,
.list_zhengji2 > li:last-child::after {
  display: none;
}
.list_zhengji2 a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list_zhengji2 li {
  box-sizing: border-box;
}
.list_zhengji2 li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.list_zhengji2 li .left {
  transition: all 0.3s;
  position: relative;
  width: 86px;
  height: 60px;
  padding-top: 8px;
}
.list_zhengji2 li .tag {
  display: inline-block;
  width: 86px;
  height: 33px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 33px;
  text-align: center;
}
@media (max-width: 600px) {
  .list_zhengji2 li .tag {
    width: 60px;
  }
}
.list_zhengji2 li .tag.tag_pending {
  border: solid 1px #bf191b;
  color: #bf191b;
}
.list_zhengji2 li .tag.tag_end {
  border: solid 1px #999999;
  color: #666666;
}
.list_zhengji2 li .right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - (86px + 20px));
  padding-bottom: 20px;
  margin-left: 20px;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
@media (max-width: 600px) {
  .list_zhengji2 li .right {
    width: calc(100% - (60px + 20px));
  }
}
.list_zhengji2 li .right::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ba2a1d;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.list_zhengji2 li .right:hover::before {
  width: 100%;
}
.list_zhengji2 li .right h6 {
  transition: all 0.3s;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  line-height: 1.5;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.list_zhengji2 li .date,
.list_zhengji2 li .source {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  color: #888888;
  margin-top: 8px;
}
.list_zhengji2 li span + span {
  margin-left: 30px;
}
@media (max-width: 600px) {
  .list_zhengji2 li .date,
  .list_zhengji2 li .source {
    display: block;
    width: 100%;
  }
  .list_zhengji2 li span + span {
    margin-left: 0;
  }
}
.list_zhengji2 li:hover .right h6 {
  color: #ba2a1d;
}
.list_zhengji22 li .right {
  margin-left: 0;
  width: 100%;
}
