.wq-loading {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10000;
  top: 0;
  left: 0;
}
.wq-loading .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -30px;
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 10px;
  white-space: nowrap;
}
.wq-loading .spinner > div {
  background-color: #0168d1;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.wq-loading .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.wq-loading .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.wq-loading .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.wq-loading .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  position: relative;
  color: #263939;
  background-color: #f5f7fa;
}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
li {
  list-style: none;
}
.zt-container {
  padding-bottom: 28px;
}
.zt-container .banner {
  height: 200px;
  background: url('../images/zt-pc-banner.jpg') top center no-repeat;
}
.zt-container .banner .title {
  font-size: 40px;
  line-height: 54px;
  padding-top: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.zt-container .banner .input-box {
  width: 520px;
  height: 48px;
  margin: 0 auto;
}
.zt-container .banner .input-box .ivu-input {
  height: 48px;
}
.zt-container .banner .input-box .ivu-input-wrapper-large .ivu-input-search {
  padding: 0 32px !important;
}
.zt-container .banner .input-box .ivu-input-search {
  background: #0168d1 !important;
  border-color: #0168d1 !important;
}
.zt-container .zt-bot {
  position: relative;
}
.zt-container .zt-bot .spin-block {
  text-align: center;
  padding: 0 20px;
}
.zt-container .news-list {
  display: flex;
  justify-content: space-between;
  width: 1180px;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-top: 28px;
}
.zt-container .news-list .item-a {
  width: 580px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 4px;
}
.zt-container .news-list .item-a .item {
  display: flex;
  justify-content: space-between;
  padding: 16px 14px;
  position: relative;
}
.zt-container .news-list .item-a:hover {
  box-shadow: 0 2px 8px 0 rgba(92, 127, 113, 0.2);
  text-decoration: none;
}
.zt-container .news-list .item-a:hover .news-rgt .title {
  color: #0168d1;
}
.zt-container .news-list .item-a .img-bl {
  width: 202px;
  height: 133px;
  overflow: hidden;
  border-radius: 4px;
}
.zt-container .news-list .item-a .img-bl img {
  object-fit: cover;
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
}
.zt-container .news-list .item-a .img-bl:hover img {
  transform: scale(1.1);
}
.zt-container .news-list .item-a .news-rgt {
  width: calc(100% - 218px);
  position: relative;
}
.zt-container .news-list .item-a .news-rgt .title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #131b18;
  margin-bottom: 8px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.zt-container .news-list .item-a .news-rgt .des {
  font-size: 14px;
  color: #626f69;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.zt-container .news-list .item-a .news-rgt .date {
  font-size: 12px;
  color: #8d949f;
  line-height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.zt-container .page-bl {
  text-align: center;
  margin-top: 20px;
}
.empty-box {
  background: url('../images/empty.png') no-repeat center 40px;
  padding-top: 180px;
}
.empty-box .empty-text {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #93989e;
  padding-top: 14px;
  padding-bottom: 50px;
}
