.zs {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  background-color: #fbfbfb;
  font-family: Arial,Microsoft YaHei;
}
.zs .sycontent {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zs .sycontent .zslab {
  width: 1920px;
  padding: 0 15%;
  background-color: #f5f7fa;
  height: 50px;
  line-height: 46px;
  border-bottom-style: solid;
  border-color: #E2E2E2;
  border-bottom-width: 1px;
}
.zs .sycontent .zslab .lanmu {
  display: flex;
  justify-content: space-evenly;
}
.zs .sycontent .zslab .lanmu .lab-wrapper {
  color: #606266;
}
.zs .sycontent .zslab .lanmu .lab-wrapper .lab {
  font-size: 18px;
  float: left;
  width: 92px;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zs .sycontent .zslab .lanmu .lab-wrapper .lab::after {
  content: '';
  width: 0;
  height: 3px;
  display: inline-block;
}
.zs .sycontent .zslab .lanmu .lab-wrapper .lab:hover {
  color: #4175f1;
}
.zs .sycontent .zslab .lanmu .lab-wrapper .active {
  color: #4175f1;
}
.zs .sycontent .zslab .lanmu .lab-wrapper .active::after {
  width: 100%;
  background-color: #4175f1;
  transition: all 0.8s;
}
.zs .sycontent .content-wrapper {
  width: 85%;
}
.zs .sycontent .content-wrapper .content .state-wrapper {
  background-color: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 ;
  border-style: solid;
  border-color: #E2E2E2;
  border-width: 1px;
  font-size: 18px;
  font-weight: 400;
  color: #606266;
}
.zs .sycontent .content-wrapper .content .state-wrapper .state-title {
  line-height: 48px;
  margin: 0 20px;
}
.zs .sycontent .content-wrapper .content .state-wrapper .state {
  display: flex;
}
.zs .sycontent .content-wrapper .content .state-wrapper .state .item0 {
  display: flex;
  cursor: pointer;
  margin: 0 20px;
}
.zs .sycontent .content-wrapper .content .state-wrapper .state .item0 .card img {
  background-size: 100% 100%;
}
.zs .sycontent .content-wrapper .content .state-wrapper .state .item1 {
  display: flex;
  cursor: pointer;
  margin: 0 20px;
}
.zs .sycontent .content-wrapper .content .state-wrapper .state .item1 .card img {
  background-size: 100% 100%;
}
.zs .sycontent .content-wrapper .content .item-wrapper {
  width: 100%;
}
.zs .sycontent .content-wrapper .content .item-wrapper .item {
  width: auto;
  height: 230px;
  margin: 10px 0;
  display: flex;
  background-color: #ffffff;
  justify-content: space-between;
  border-style: solid;
  border-color: #E2E2E2;
  border-width: 1px;
}
.zs .sycontent .content-wrapper .content .item-wrapper .item .item-left {
  margin: 36px 20px;
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.zs .sycontent .content-wrapper .content .item-wrapper .item .item-left .Regular {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.zs .sycontent .content-wrapper .content .item-wrapper .item .item-left .desc {
  font-size: 18px;
  font-weight: 400;
  color: #606266;
  line-height: 24px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
}
.zs .sycontent .content-wrapper .content .item-wrapper .item .item-left .info {
  display: flex;
}
.zs .sycontent .content-wrapper .content .item-wrapper .item .item-left .info .source {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  line-height: 24px;
}
.zs .sycontent .content-wrapper .content .item-wrapper .item .item-left .info .time {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  line-height: 24px;
}
.zs .sycontent .content-wrapper .content .item-wrapper .item .item-right {
  display: flex;
  margin: 40px 0;
  justify-content: space-between;
  border-left-style: solid;
  border-width: 1px;
  border-color: #dfdfe5;
}
.zs .sycontent .content-wrapper .content .item-wrapper .item .item-right .card {
  display: flex;
  justify-content: space-between;
}
.zs .sycontent .content-wrapper .content .item-wrapper .item .item-right .card img {
  margin: 0 50px;
  width: 225px;
  height: 150px;
  background-size: 100% 100%;
}
.zs .sycontent .content-wrapper .loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  margin-bottom: 30px;
  cursor: pointer;
  border-style: solid;
  border-color: #E2E2E2;
  border-width: 1px;
  color: #888888;
}
.zs .sycontent .content-wrapper .loading:hover {
  cursor: pointer;
  color: #326AF0;
}
.zs .sycontent .content-wrapper .none-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  margin-bottom: 30px;
}
.zs .sycontent .content-wrapper .font-hover {
  color: #326AF0 !important;
}
.zs .sycontent .content-wrapper .hover {
  text-decoration: none;
  transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
}
.hidden {
  display: none;
}
/*# sourceMappingURL=zs.css.map */