.card {
  padding-top: 80px;
  padding-bottom: 40px;
}
.card h3 {
  font-size: 37px;
  text-align: center;
}
.card .news_list_wrap {
  align-items: stretch;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  font-size: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.card .news_list_wrap .news_list_item_line {
  background: #fff;
  border-radius: 6px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 24px;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: calc(25% - 20px);
  position: relative;
  padding-bottom: 60px;
}
.card .news_list_wrap .news_list_item_line .news_list_item_arrow {
  display: none;
}
.card .news_list_wrap .news_list_item_line:hover {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.12);
}
.card .news_list_wrap .news_list_item_line:hover .news_list_item_arrow_link:before {
  left: 30px !important;
  opacity: 0 !important;
}
.card .news_list_wrap .news_list_item_line:hover .news_list_item_arrow_link:after {
  left: 0 !important;
  opacity: 1 !important;
}
.card .news_list_wrap .news_list_item_line:hover .news_list_item_arrow {
  animation: newsListArrow 0.36s ease !important;
}
.card .news_list_wrap .news_list_item_line:hover h4 {
  color: #1e50ae !important;
}
.card .news_list_wrap .news_list_item_line.jz_hover.jz_theme_font_hover_color:hover {
  color: #1e50ae;
}
.card .news_list_wrap .news_list_item_line .news_list_img_box,
.card .news_list_wrap .news_list_item_line .news_list_item_inner {
  box-sizing: border-box;
  display: flex;
}
.card .news_list_wrap .news_list_item_line .news_list_item_ext_line {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 20px;
  overflow: hidden;
}
.card .news_list_wrap .news_list_item_line .news_list_item_ext_line .news_list_item_inner {
  display: none;
}
.card .news_list_wrap .news_list_item_line .news_list_item_ext_line .news_list_item_arrow_link {
  display: block;
  float: right;
  height: 28px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 40px;
}
.card .news_list_wrap .news_list_item_line .news_list_item_ext_line .news_list_item_arrow_link:after,
.card .news_list_wrap .news_list_item_line .news_list_item_ext_line .news_list_item_arrow_link:before {
  background: url(../images/vbg.png) -23px -324px;
  content: "";
  display: inline-block;
  height: 28px;
  position: absolute;
  top: 0;
  transition: all 0.36s ease;
  width: 30px;
}
.card .news_list_wrap .news_list_item_line .news_list_item_ext_line .news_list_item_arrow_link:before {
  left: 0;
}
.card .news_list_wrap .news_list_item_line .news_list_item_ext_line .news_list_item_arrow_link:after {
  left: -30px;
  opacity: 0;
}
.card .news_list_wrap .news_list_item_line .news_list_item_ext_line .news_list_item_group {
  display: inline-block;
  line-height: 1;
  text-align: left;
  padding-left: 20px;
  width: calc(100% - 40px);
  margin-top: -12px;
}
.card .news_list_wrap .news_list_item_line .news_list_item_ext_line .news_list_item_group .news_list_item_group_item {
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  color: #999;
  display: inline-flex;
  font-size: calc(var(--fontRatio, 1) * 12px);
  line-height: 1.5;
  margin-right: 15px;
  margin-top: 12px;
  max-width: 100%;
  min-height: 26px;
  overflow: hidden;
  padding: 0 8px;
  position: relative;
  word-break: keep-all;
  z-index: 2;
}
.card .news_list_wrap .news_list_item_line .news_list_item_inner {
  display: block;
  padding: 5%;
}
.card .news_list_wrap .news_list_item_line .news_list_item_inner .news_list_item_header {
  align-items: flex-start;
  margin-top: 0;
  display: block;
}
.card .news_list_wrap .news_list_item_line .news_list_item_inner .news_list_item_header .news_list_item_title {
  margin-top: 20px;
  color: inherit;
  font-size: calc(var(--fontRatio, 1) * 16px);
  font-weight: 400;
  line-height: 24px;
}
.card .news_list_wrap .news_list_item_line .news_list_item_inner .news_list_item_header .news_list_item_date {
  display: inline-block;
  line-height: 1;
  margin-top: 9px;
  max-width: 100%;
  color: #999;
  font-size: calc(var(--fontRatio, 1) * 14px);
}
.card .news_list_wrap .news_list_item_line .news_list_item_inner .news_list_item_summery {
  color: #666;
  font-size: calc(var(--fontRatio, 1) * 14px);
  line-height: 1.7;
  margin-top: 18px;
}
.card .news_list_wrap .news_list_item_line .news_list_item_inner .news_list_item_content {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
}
.card .news_list_wrap .news_list_item_line .news_list_item_inner .news_list_img_box {
  align-items: flex-start;
  flex-shrink: 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.card .news_list_wrap .news_list_item_line .news_list_item_inner .news_list_img_box .c__imgeffects_wrap {
  display: inline-block;
  overflow: hidden;
  padding-top: 52.631%;
  position: relative;
  width: 100%;
}
.card .news_list_wrap .news_list_item_line .news_list_item_inner .news_list_img_box .c__imgeffects_wrap .news_list_img {
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  transition: all 0.36s ease;
  width: 100%;
  height: 100%;
  margin-right: 0;
  min-width: 1px;
  min-height: 1px;
}
.card .news_list_wrap .news_list_item_line .news_list_item_inner .news_list_img_box .c__imgeffects_wrap .news_list_img:hover {
  transform: scale(1.1);
}
@keyframes newsListArrow {
  0% {
    left: 0;
  }
  50% {
    left: 50px;
  }
  51% {
    left: -20px;
  }
  to {
    left: 0;
  }
}
/*# sourceMappingURL=card.css.map */