body .home {
  background: url(../images/nbg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
body .home .container .bg_sec {
  background: url(../images/1.png) no-repeat;
  background-size: cover;
}
body .home .container .sec1 {
  display: flex;
  justify-content: space-between;
  position: relative;
}
body .home .container .sec1 .bg1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
body .home .container .sec1 .bg1 img {
  width: 62.5vw;
}
body .home .container .sec1 .lbox {
  padding: 7.96875vw 0 0 6.6666666667vw;
  position: relative;
  z-index: 2;
}
body .home .container .sec1 .lbox .nr {
  width: 29.2708333333vw;
}
body .home .container .sec1 .lbox .nr .en {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
  text-transform: capitalize;
}
body .home .container .sec1 .lbox .nr .cn {
  font-weight: 500;
  line-height: 1;
  margin: 0.625vw 0 2.0833333333vw 0;
}
body .home .container .sec1 .lbox .nr .des {
  color: #222;
  font-weight: 300;
  line-height: 1.5;
}
body .home .container .sec1 .rbox {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
body .home .container .sec1 .rbox img {
  width: 48.9583333333vw;
  height: 34.1666666667vw;
  object-fit: cover;
  transition: all 600ms;
}
body .home .container .sec1 .rbox:hover img {
  transform: scale(1.05);
}
body .home .container .sec2 {
  padding: 4.1666666667vw 6.25vw 6.25vw 6.25vw;
  position: relative;
}
body .home .container .sec2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../images/4.png) no-repeat;
  height: 17.7083333333vw;
  background-size: cover;
  z-index: -1;
}
body .home .container .sec2 .list {
  margin-bottom: 6.5625vw;
}
body .home .container .sec2 .list a {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2.0833333333vw;
  position: relative;
  justify-content: space-between;
}
body .home .container .sec2 .list a .pic {
  overflow: hidden;
}
body .home .container .sec2 .list a .pic img {
  width: 18.75vw;
  height: 11.4583333333vw;
  object-fit: cover;
  transition: all 600ms;
}
body .home .container .sec2 .list a .pic:hover img {
  transform: scale(1.05);
}
body .home .container .sec2 .list a .text {
  width: calc(100% - 20vw);
}
body .home .container .sec2 .list a .text .t {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.8333333333vw;
}
body .home .container .sec2 .list a .text .des {
  color: #222;
  font-weight: 300;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
body .home .container .sec2 .list a .more {
  position: absolute;
  right: 0;
  bottom: 2.0833333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.4583333333vw;
  height: 2.0833333333vw;
  flex-shrink: 0;
  background: #000;
  color: #FFF;
  line-height: 1;
  gap: 4px;
  transition: all 600ms;
}
body .home .container .sec2 .list a .more img {
  width: 0.8333333333vw;
}
body .home .container .sec2 .list a .more:hover {
  background: #E72116;
}
body .home .container .sec2 .pager {
  text-align: center;
}
body .home .container .sec2 .pager .p1 {
  color: rgba(0, 0, 0, 0.6);
}
body .home .container .sec2 .pager .progress {
  width: 10.4166666667vw;
  height: 2px;
  background: rgba(34, 34, 34, 0.2);
  margin: 0.5729166667vw auto 1.25vw auto;
  position: relative;
}
body .home .container .sec2 .pager .progress span {
  width: 0.2604166667vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(34, 34, 34);
}
body .home .container .sec2 .pager .more {
  padding: 0.625vw 1.4583333333vw;
  background: #000;
  color: #FFF;
  line-height: 1;
  margin: 0 auto;
  cursor: pointer;
  width: fit-content;
  transition: all 600ms;
}
body .home .container .sec2 .pager .more:hover {
  background: #E72116;
}
@media screen and (max-width: 768px) {
  body .home .container .sec1 {
    flex-direction: column;
  }
  body .home .container .sec1 .bg1 img {
    width: 100%;
  }
  body .home .container .sec1 .lbox {
    padding: 20px 5%;
    width: 100%;
  }
  body .home .container .sec1 .lbox .nr {
    width: 100%;
  }
  body .home .container .sec1 .lbox .nr .cn {
    margin: 6px 0 20px 0;
  }
  body .home .container .sec1 .lbox .nr .des {
    font-size: 14px;
  }
  body .home .container .sec1 .rbox {
    width: 100%;
  }
  body .home .container .sec1 .rbox img {
    width: 100%;
    height: auto;
  }
  body .home .container .sec2 {
    padding: 20px 5% 60px 5%;
  }
  body .home .container .sec2::after {
    height: 200px;
    background-size: 100% 100%;
  }
  body .home .container .sec2 .list {
    margin-bottom: 40px;
  }
  body .home .container .sec2 .list a {
    flex-direction: column;
    padding: 20px 0;
  }
  body .home .container .sec2 .list a .pic {
    width: 100%;
  }
  body .home .container .sec2 .list a .pic img {
    width: 100%;
    height: 206px;
  }
  body .home .container .sec2 .list a .text {
    width: 100%;
    margin-top: 15px;
  }
  body .home .container .sec2 .list a .text .t {
    margin-bottom: 8px;
  }
  body .home .container .sec2 .list a .more {
    position: relative;
    bottom: auto;
    right: auto;
    width: 120px;
    height: 40px;
    margin-top: 15px;
  }
  body .home .container .sec2 .pager .progress {
    width: 200px;
    margin: 11px auto 24px auto;
  }
  body .home .container .sec2 .pager .more {
    padding: 10px 20px;
  }
}

/*# sourceMappingURL=events.css.map */
