.banner {
  position: relative;
  width: 120rem;
  height: auto;
}
.banner img {
  display: block;
  width: 100%;
}
.container {
  position: relative;
  z-index: 1;
  padding-top: 10.25rem;
  padding-bottom: 8.125rem;
  background: url(https://wechatbwg.oss-cn-beijing.aliyuncs.com/PC/front/image/newsbgc.png) no-repeat top / 100% 152.5rem;
}
.container.tabact::before {
  position: absolute;
  z-index: -1;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(223, 242, 245, 0.3);
}
.boxs {
  position: absolute;
  top: -7.125rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 95rem;
  height: 14.25rem;
  margin: auto;
  background: url(https://wechatbwg.oss-cn-beijing.aliyuncs.com/PC/front/image/wcbos.png) no-repeat top / 100% 100%;
}
.boxs .item {
  position: relative;
  font-family: Source Han Serif SC, Source Han Serif SC;
  font-size: 2rem;
  color: #ffffcc;
  line-height: 2rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding-bottom: 1.125rem;
  cursor: pointer;
}
.boxs .item.act,
.boxs .item:hover {
  color: #ffffcc;
}
.boxs .item.act::before,
.boxs .item:hover::before {
  display: block;
}
.boxs .item::before {
  content: '';
  display: none;
  position: absolute;
  bottom: -0.375rem;
  left: 50%;
  transform: translateX(-50%);
  width: 9.375rem;
  height: 0.8125rem;
  background: url(https://wechatbwg.oss-cn-beijing.aliyuncs.com/PC/front/image/wcact.png) no-repeat top / 100% 100%;
}
.tabs {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 2.375rem;
}
.tabs .item {
  font-family: Source Han Serif SC, Source Han Serif SC;
  font-weight: 400;
  font-size: 2rem;
  color: #335042;
  line-height: 2rem;
  text-align: center;
  cursor: pointer;
}
.tabs .item:hover,
.tabs .item.act {
  font-weight: bold;
}
.list {
  margin-bottom: 2.75rem;
}
.list .item {
  position: relative;
}
.list .item::before,
.list .item::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  width: 16px;
  height: 16px;
  background: #2e5042;
  border-radius: 50%;
}
.list .item::before {
  left: 0;
  transform: translate(-50%, -50%);
}
.list .item::after {
  right: 0;
  transform: translate(50%, -50%);
}
.list .item:hover .left img {
  transform: scale(1.2);
}
.list .item:hover .right .title,
.list .item:hover .right .desc,
.list .item:hover .right .bottom .time,
.list .item:hover .right .bottom .more {
  color: #2e5042;
}
.list .item:hover .right .bottom .more {
  opacity: 1;
}
.list .item .worp {
  display: flex;
  padding: 1.5rem;
  border: 1px solid #2e5042;
}
.list .item .worp::before,
.list .item .worp::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 16px;
  height: 16px;
  background: #2e5042;
  border-radius: 50%;
}
.list .item .worp::before {
  left: 0;
  transform: translate(-50%, 50%);
}
.list .item .worp::after {
  right: 0;
  transform: translate(50%, 50%);
}
.list .item .left {
  min-width: 27.8125rem;
  width: 27.8125rem;
  height: 21.3125rem;
  margin-right: 2rem;
  overflow: hidden;
}
.list .item .left img {
  width: 100%;
  height: 100%;
  transition: all 1.5s;
}
.list .item .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.list .item .right .title {
  font-family: Source Han Serif SC, Source Han Serif SC;
  font-size: 2rem;
  color: #1d2129;
  line-height: 2rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 2.1875rem;
}
.list .item .right .desc {
  font-family: Source Han Serif SC, Source Han Serif SC;
  font-weight: 400;
  font-size: 1.25rem;
  color: #1d2129;
  line-height: 1.875rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.list .item .right .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list .item .right .bottom .time {
  font-family: Source Han Serif SC, Source Han Serif SC;
  font-weight: 400;
  font-size: 1.25rem;
  color: #4e5969;
  line-height: 1.875rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.list .item .right .bottom .more {
  display: flex;
  align-items: center;
  font-family: Source Han Serif SC, Source Han Serif SC;
  font-weight: 400;
  font-size: 1rem;
  color: #1d2129;
  line-height: 1rem;
  opacity: 0;
  transition: opacity 0.8s;
}
.list .item .right .bottom .more::after {
  content: '';
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 5px;
  background: url(https://wechatbwg.oss-cn-beijing.aliyuncs.com/PC/front/image/nicon1.png) no-repeat top / 100% 100%;
}
.list .item .right .bottom .more em {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: rgba(46, 80, 66, 0.1);
  border-radius: 50%;
  margin-right: 106px;
}
.list .item .right .bottom .more em::before {
  width: 8px;
  height: 8px;
  background: #2e5042;
  border-radius: 50%;
  content: '';
  display: block;
  margin: 5px auto;
}
.list .item .right .bottom .more em::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: block;
  width: 106px;
  border-bottom: 1px dashed #2e5042;
}
.pagination {
  display: flex;
  justify-content: center;
}
.pagination.tabact .item {
  border-color: #226f7d;
  color: #226f7d;
}
.pagination.tabact .item:hover,
.pagination.tabact .item.act {
  background: #226f7d;
  color: #fff;
}
.pagination .item {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  border: 1px solid #2e5042;
  font-family: Source Han Serif SC, Source Han Serif SC;
  font-weight: 500;
  font-size: 1.5rem;
  color: #2e5042;
  line-height: 2.875rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-right: 1.625rem;
  cursor: pointer;
  transition: ease 0.5s;
}
.pagination .item:last-child {
  margin-right: 0;
}
.pagination .item.act,
.pagination .item:hover {
  background: #2e5042;
  color: #fff;
}
.notics {
  display: none;
}
.notics .item {
  display: block;
  height: 16.75rem;
  border: 1px solid #509bab;
  margin-bottom: 40px;
}
.notics .item:hover .tops {
  background-color: #509bab;
}
.notics .item:hover .tops .title {
  color: #fff;
}
.notics .item:hover .tops .title::before {
  background-color: #fff;
}
.notics .item:hover .tops .right {
  color: #fff;
}
.notics .item:hover .tops .right::after {
  background: url(https://wechatbwg.oss-cn-beijing.aliyuncs.com/PC/front/image/nicon2.png) no-repeat top / 100% 100%;
}
.notics .item:hover .tops .right em {
  background: rgba(255, 255, 255, 0.1);
}
.notics .item:hover .tops .right em::before {
  background: #fff;
}
.notics .item:hover .tops .right em::after {
  border-bottom: 1px dashed #fff;
}
.notics .item .tops {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5.75rem;
  background: rgba(80, 155, 171, 0.17);
  border-bottom: 1px solid rgba(80, 155, 171, 0.5);
  padding: 0 2.125rem;
  transition: all 0.5s;
}
.notics .item .tops .title {
  display: flex;
  align-items: center;
  font-family: Source Han Serif SC, Source Han Serif SC;
  font-size: 1.75rem;
  color: #1d2129;
  line-height: 2rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  transition: all 0.3s;
}
.notics .item .tops .title::before {
  content: '';
  width: 0.875rem;
  height: 0.875rem;
  background: #9a3211;
  border-radius: 50%;
  margin-right: 1.25rem;
  transition: all 0.3s;
}
.notics .item .tops .right {
  display: flex;
  align-items: center;
  font-family: Source Han Serif SC, Source Han Serif SC;
  font-weight: 400;
  font-size: 1rem;
  color: #1d2129;
  line-height: 1rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  transition: all 0.3s;
  flex: none;
}
.notics .item .tops .right::after {
  content: '';
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 5px;
  background: url(https://wechatbwg.oss-cn-beijing.aliyuncs.com/PC/front/image/nicon1.png) no-repeat top / 100% 100%;
}
.notics .item .tops .right em {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: rgba(46, 80, 66, 0.1);
  border-radius: 50%;
  margin-right: 106px;
  transition: all 0.3s;
}
.notics .item .tops .right em::before {
  width: 8px;
  height: 8px;
  background: #2e5042;
  border-radius: 50%;
  content: '';
  display: block;
  margin: 5px auto;
  transition: all 0.3s;
}
.notics .item .tops .right em::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: block;
  width: 106px;
  border-bottom: 1px dashed #2e5042;
  transition: all 0.3s;
}
.notics .item .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 10.625rem;
  padding: 1.75rem 2.125rem;
}
.notics .item .desc {
  font-family: Source Han Serif SC, Source Han Serif SC;
  font-weight: 400;
  font-size: 1.375rem;
  color: #1d2129;
  line-height: 1.875rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.notics .item .time {
  font-family: Source Han Serif SC, Source Han Serif SC;
  font-weight: 400;
  font-size: 1.25rem;
  color: #4e5969;
  line-height: 1.25rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .banner img {
    height: 500px;
    object-fit: cover;
  }
  .container {
    height: auto;
    padding-top: 60px;
    padding-bottom: 100px;
    background-size: cover;
  }
  .boxs {
    width: 90%;
    height: 100px;
    margin-top: -30px;
  }
  .boxs .item {
    font-size: 16px;
    line-height: normal;
    padding-bottom: 10px;
  }
  .boxs .item::before {
    width: 75px;
    height: 6px;
  }
  .tabs .item {
    font-size: 15px;
    line-height: normal;
    padding-bottom: 10px;
  }
  .list .item {
    font-size: 16px;
  }
  .list .item .worp {
    padding: 12px;
  }
  .list .item .left {
    min-width: 40%;
    height: 110px;
  }
  .list .item .right .title {
    font-size: 16px;
    line-height: normal;
  }
  .list .item .right .desc {
    font-size: 12px;
    line-height: normal;
  }
  .list .item .right .bottom .time {
    font-size: 12px;
    line-height: normal;
  }
  .list .item .right .bottom .more span {
    font-size: 12px;
  }
  .list .item .right .bottom .more em {
    display: none;
  }
  .pagination {
    margin-top: 30px;
  }
  .pagination .item {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .notics .item {
    height: auto;
  }
  .notics .item .tops {
    height: 40px;
  }
  .notics .item .tops .title {
    font-size: 14px;
    line-height: normal;
    max-width: 77%;
  }
  .notics .item .tops .title::before {
    width: 6px;
    height: 6px;
  }
  .notics .item .tops .right {
    font-size: 14px;
  }
  .notics .item .tops .right::after {
    width: 10px;
    height: 10px;
  }
  .notics .item .tops .right em {
    display: none;
  }
  .notics .item .info {
    height: auto;
  }
  .notics .item .desc {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .notics .item .time {
    font-size: 12px;
    line-height: normal;
  }
}
