.article_list_wrap {
  margin-bottom: 100px;
}
.article_list_wrap .title {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  margin: 60px 0 40px 0;
}
.article_list_wrap .tab-nav {
  width: 1200px;
  padding-top: 20px;
  margin-bottom: 10px;
}
.article_list_wrap .tab-nav .tab-link {
  margin-bottom: 20px;
  margin-right: 25px;
  width: 220px;
  height: 52px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px #E6E6E6;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  float: left;
  text-align: center;
  line-height: 52px;
  cursor: pointer;
}
.article_list_wrap .tab-nav .tab-link:nth-child(5n) {
  margin-right: 0;
}
.article_list_wrap .tab-nav .tab-link.active, .article_list_wrap .tab-nav .tab-link:hover {
  background: #8A1E23;
  box-shadow: 0px 0px 10px 0px #FFCED0;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
}
.article_list_wrap .tab-pane {
  padding: 36px 20px 10px;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px #E6E6E6;
}
.article_list_wrap .tab-pane.pt-16 {
  padding-top: 16px;
}
.article_list_wrap .tab-pane .wz-item {
  display: flex;
  padding: 24px 0;
  margin-bottom: 24px;
  border-bottom: 1px dashed rgba(7, 0, 2, 0.2);
  justify-content: space-between;
  margin: 0 16px;
}
.article_list_wrap .tab-pane .wz-item:last-child {
  border-bottom: none;
}
.article_list_wrap .tab-pane .wz-item .wz-img {
  width: 370px;
  height: 240px;
  object-fit: contain;
  flex-shrink: 0;
  background: #eee;
}
.article_list_wrap .tab-pane .wz-item .wz-info {
  width: 720px;
  padding-top: 25px;
}
.article_list_wrap .tab-pane .wz-item .wz-info .wz-title {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  margin-bottom: 20px;
}
.article_list_wrap .tab-pane .wz-item .wz-info .wz-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 116px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.article_list_wrap .tab-pane .wz-item .wz-info .wz-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #808080;
}
.article_list_wrap .tab-pane .wz-item .wz-info .wz-time .more {
  display: block;
  width: 112px;
  height: 32px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  border-radius: 16px;
  text-align: center;
  line-height: 30px;
  background: #FFFFFF;
  border: 1px solid #999999;
}
.article_list_wrap .tab-pane .wz-item .wz-info .wz-time .more:hover {
  background: #891E23;
  border-color: #891E23;
  border-radius: 16px;
  color: #fff;
}