.herdBoxs {
  position: relative;
  width: 120rem;
  height: 102.9375rem;
  padding-top: 13.5rem;
  padding-bottom: 6.25rem;
  background: url(https://wechatbwg.oss-cn-beijing.aliyuncs.com/PC/front/image/jubenner.png) no-repeat top / cover;
}
.herdBoxs .fangzi {
  display: block;
  width: 100%;
}
.herdBoxs .info {
  position: absolute;
  top: 33.4375rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.herdBoxs .info .h1 {
  font-family: Source Han Serif SC, Source Han Serif SC;
  font-weight: bold;
  font-size: 3.125rem;
  color: #ffffff;
  line-height: 3.125rem;
  letter-spacing: 5px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 1.375rem;
}
.herdBoxs .info .h1desc {
  font-family: Source Han Serif SC, Source Han Serif SC;
  font-weight: 400;
  font-size: 1.375rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.375rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 4.625rem;
}
.herdBoxs .info .tabs {
  display: flex;
  justify-content: space-between;
  padding: 0 18.75rem;
  margin-bottom: 4.4375rem;
}
.herdBoxs .info .tabs .item {
  position: relative;
  font-family: Source Han Serif SC, Source Han Serif SC;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 2rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-bottom: 1.75rem;
  cursor: pointer;
}
.herdBoxs .info .tabs .item:hover {
  color: #fff;
}
.herdBoxs .info .tabs .item.act {
  color: #fff;
}
.herdBoxs .info .tabs .item.act::before,
.herdBoxs .info .tabs .item.act::after {
  opacity: 1;
}
.herdBoxs .info .tabs .item::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 3.25rem;
  height: 0.875rem;
  background: url(https://wechatbwg.oss-cn-beijing.aliyuncs.com/PC/front/image/jyavt.png) no-repeat center / cover;
  opacity: 0;
}
.herdBoxs .info .tabs .item::after {
  content: '';
  position: absolute;
  bottom: -5.625rem;
  left: 50%;
  transform: translateX(-50%);
  height: 5.0625rem;
  border: 1px dashed #fff;
  opacity: 0;
}
.herdBoxs .iconbgc {
  position: absolute;
  top: 1128px;
  right: 0;
  width: 48.0625rem;
  height: 36.875rem;
}
.herdBoxs .pasBox {
  position: absolute;
  top: 57.4375rem;
  left: 0;
  right: 0;
  display: flex;
  padding-right: 12.5rem;
  cursor: pointer;
}
.herdBoxs .pasBox:hover .rigth .move {
  opacity: 1;
  transform: translateX(0);
}
.herdBoxs .pasBox .img {
  max-width: 60.375rem;
  min-width: 60.375rem;
  height: 44.8125rem;
  margin-right: 6.125rem;
  overflow: hidden;
}
.herdBoxs .pasBox .img:hover img {
  transform: scale(1.2);
}
.herdBoxs .pasBox .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 1.5s;
}
.herdBoxs .pasBox .rigth {
  flex: 1;
  padding-top: 10.25rem;
}
.herdBoxs .pasBox .rigth:hover .right .move {
  opacity: 1;
  transform: translateX(0);
}
.herdBoxs .pasBox .rigth .title {
  font-family: Source Han Serif SC, Source Han Serif SC;
  font-size: 2.375rem;
  color: #ffffff;
  line-height: 2.375rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 3.125rem;
}
.herdBoxs .pasBox .rigth .desc {
  font-family: Source Han Serif SC, Source Han Serif SC;
  font-weight: 400;
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 2rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 9.5rem;
}
.herdBoxs .pasBox .rigth .bootms {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.herdBoxs .pasBox .rigth .bootms .time {
  font-family: Source Han Serif SC, Source Han Serif SC;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.herdBoxs .pasBox .rigth .move {
  display: flex;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.5s ease-in-out;
}
.herdBoxs .pasBox .rigth .move span {
  font-family: Source Han Serif SC, Source Han Serif SC;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.herdBoxs .pasBox .rigth .move em {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin-right: 106px;
}
.herdBoxs .pasBox .rigth .move em::before {
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  content: '';
  display: block;
  margin: 5px auto;
}
.herdBoxs .pasBox .rigth .move em::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: block;
  width: 106px;
  border-bottom: 1px dashed #ffffff;
}
.herdBoxs .pasBox .rigth .move img {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.container {
  position: relative;
  margin-top: -127px;
  padding-top: 7.9375rem;
  padding-bottom: 100px;
  background: url(https://wechatbwg.oss-cn-beijing.aliyuncs.com/PC/front/image/jycon_bgc.png) no-repeat top / cover;
}
.container .newitem {
  display: flex;
  align-items: center;
  padding-bottom: 3.125rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 3.125rem;
}
.container .newitem:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.container .newitem:hover .img img {
  transform: scale(1.2);
}
.container .newitem:hover .right .move {
  opacity: 1;
  transform: translateX(0);
}
.container .newitem .img {
  max-width: 28.75rem;
  min-width: 28.75rem;
  height: 21.3125rem;
  overflow: hidden;
  margin-right: 1.25rem;
}
.container .newitem .img img {
  width: 100%;
  height: 100%;
  transition: all 1.5s;
}
.container .newitem .right {
  flex: 1;
}
.container .newitem .right .title {
  font-family: Source Han Serif SC, Source Han Serif SC;
  font-size: 2rem;
  color: #ffffff;
  line-height: 2rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 2.1875rem;
}
.container .newitem .right .desc {
  height: 5.625rem;
  font-family: Source Han Serif SC, Source Han Serif SC;
  font-weight: 400;
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 1.875rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 6.9375rem;
}
.container .newitem .right .bootms {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .newitem .right .bootms .time {
  font-family: Source Han Serif SC, Source Han Serif SC;
  font-weight: 400;
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 1.875rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.container .newitem .right .move {
  display: flex;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.5s ease-in-out;
}
.container .newitem .right .move span {
  font-family: Source Han Serif SC, Source Han Serif SC;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.container .newitem .right .move em {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin-right: 106px;
}
.container .newitem .right .move em::before {
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  content: '';
  display: block;
  margin: 5px auto;
}
.container .newitem .right .move em::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: block;
  width: 106px;
  border-bottom: 1px dashed #ffffff;
}
.container .newitem .right .move img {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.container .pagination {
  display: flex;
  justify-content: center;
}
.container .pagination .item {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  border: 1px solid #fff;
  font-family: Source Han Serif SC, Source Han Serif SC;
  font-weight: 500;
  font-size: 1.5rem;
  color: #fff;
  line-height: 2.875rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-right: 1.625rem;
  cursor: pointer;
  transition: ease 0.5s;
}
.container .pagination .item:last-child {
  margin-right: 0;
}
.container .pagination .item.act,
.container .pagination .item:hover {
  color: #2e5042;
  border-color: #2e5042;
}
@media screen and (max-width: 768px) {
  .herdBoxs {
    height: auto;
    padding-bottom: 95px;
  }
  .herdBoxs .info .h1 {
    font-size: 25px;
    line-height: normal;
  }
  .herdBoxs .info .h1desc {
    line-height: normal;
    font-size: 14px;
  }
  .herdBoxs .info .tabs {
    padding: 0 32px;
  }
  .herdBoxs .info .tabs .item {
    font-size: 16px;
    line-height: normal;
  }
  .herdBoxs .info .tabs .item::before,
  .herdBoxs .info .tabs .item::after {
    display: none;
  }
  .herdBoxs .pasBox {
    position: relative;
    top: inherit;
    flex-direction: column;
    padding: 0 15px;
    margin-top: 30px;
  }
  .herdBoxs .pasBox .img {
    width: 80%;
    height: auto;
    margin: auto;
    max-width: inherit;
    min-width: inherit;
  }
  .herdBoxs .pasBox .rigth {
    padding-top: 15px;
  }
  .herdBoxs .pasBox .rigth .title {
    font-size: 16px;
    line-height: normal;
  }
  .herdBoxs .pasBox .rigth .desc {
    font-size: 12px;
    line-height: normal;
  }
  .herdBoxs .pasBox .rigth .move span {
    font-size: 12px;
  }
  .herdBoxs .pasBox .rigth .move img {
    width: 12px;
    height: 12px;
  }
  .container .newitem .img {
    max-width: 40%;
    min-width: 40%;
    height: 100px;
    margin-right: 10px;
  }
  .container .newitem .right .title {
    font-size: 16px;
    line-height: normal;
  }
  .container .newitem .right .desc {
    font-size: 12px;
    line-height: normal;
  }
  .container .newitem .right .bootms .time {
    font-size: 12px;
    line-height: normal;
  }
  .container .newitem .right .bootms .move em {
    display: none;
  }
  .container .newitem .right .bootms .move span {
    font-size: 12px;
  }
  .container .newitem .right .bootms .move img {
    width: 12px;
    height: 12px;
  }
  .container .pagination {
    margin-top: 30px;
  }
  .container .pagination .item {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}
