.z-news-list .bg0 .main {
  display: flex;
  align-items: center;
  height: 20rem;
  padding-top: 0;
  padding-bottom: 0;
}
.z-news-list .tabbar {
  display: flex;
  align-items: center;
}
.z-news-list .tabbar .tabs {
  display: flex;
}
.z-news-list .tabbar .tabs .tab {
  flex: 1;
  height: 4.875rem;
  line-height: 4.875rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  color: #000000;
  font-size: 1rem;
  cursor: pointer;
}
.z-news-list .tabbar .tabs .tab .animate__animated {
  position: absolute;
  width: 100%;
  height: 0.125rem;
  background-color: #2183e9;
  left: 0;
  bottom: 0;
  display: none;
  animation-duration: 0.3s;
}
.z-news-list .tabbar .tabs .tab.active {
  font-weight: 600;
}
.z-news-list .tabbar .tabs .tab.active .animate__animated {
  display: block;
}
.z-news-list .tabbar .ant-input-affix-wrapper {
  border-radius: 1.25rem;
}
.z-news-list .content {
  padding: 2.5rem 0;
  background-color: #f9fbff;
}
.z-news-list .content .main {
  display: flex;
}
.z-news-list .content .main .left {
  flex: 1;
  padding-right: 1.875rem;
  overflow: hidden;
}
.z-news-list .content .main .left .item {
  background: #ffffff;
  border-radius: 0.5rem;
  padding: 1.25rem;
  display: flex;
  margin-bottom: 1.875rem;
  cursor: pointer;
}
.z-news-list .content .main .left .item .ant-image {
  margin-right: 1.25rem;
}
.z-news-list .content .main .left .item:hover {
  box-shadow: 0px 0px 2px 0px rgba(116, 134, 163, 0.06), 0px 0px 16px 0px rgba(116, 134, 163, 0.12);
}
.z-news-list .content .main .left .item > .flex1 {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.z-news-list .content .main .left .item .t0 {
  font-size: 1.25rem;
  color: #000000;
  font-weight: bold;
}
.z-news-list .content .main .left .item .t1 {
  font-size: 0.875rem;
  color: #252b3a;
  margin-top: 1.25rem;
  line-height: 1.5rem;
}
.z-news-list .select-tabs {
  display: none;
}