.news-page {
  position: relative;
}
.news-banner {
  position: relative;
  width: 100%;
  z-index: 3;
}
.news-banner img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news-bg {
  position: relative;
  top: -70px;
  width: 100%;
  height: 3592px;
  z-index: 1;
}
.news-bg > div:nth-of-type(1) {
  width: 100%;
  height: 1548px;
  background: url(/images/2b4c44389a76cadd888d111347a2e30f.bg1.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.news-bg > div:nth-of-type(2) {
  margin-top: -490px;
  height: 1569px;
  background: url(/images/060ffa090db9d380fe299a3026934648.bg2.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.news-bg > div:nth-of-type(3) {
  margin-top: 344px;
  height: 620px;
  background: url(/images/ef61f7fb2f9d3a0b5013b2069bbc9723.bg3.png) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .news-bg {
    display: none;
  }
}
.news-content {
  position: relative;
  padding-bottom: 180px;
  margin-top: -3492px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .news-content {
    padding-bottom: 0;
    margin-top: 0;
  }
}
.news-event > h1 {
  width: 1020px;
  margin: 0 auto;
  font-size: 35px;
  font-weight: bold;
  line-height: 65px;
  color: #111;
}
.news-evnet-container {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  margin-top: 80px;
}
.news-event-cell {
  position: relative;
  flex: 0 1 auto;
  display: block;
  height: 300px;
  margin: 0 2px 2px 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.news-event-cell img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news-event-cell:hover {
  flex: 1 0 auto;
  width: 33% !important;
}
.news-event-cell:hover a {
  opacity: 1;
  cursor: default;
}
.news-event-cell a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  padding: 64px 40px;
  color: #000;
  background: linear-gradient(270deg, rgba(253, 191, 14, 0.9) 0%, rgba(254, 219, 85, 0.9) 100%);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.news-event-cell a h6 {
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 31px;
}
.news-event-cell a p {
  margin: 37px 0 20px 0;
  font-size: 18px;
  line-height: 21px;
  opacity: 0.5;
}
.news-event-cell a span {
  display: block;
  width: 135px;
  height: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .news-event {
    padding: 40px 0;
    background-color: #f9f9f9;
  }
  .news-event > h1 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }
  .news-evnet-container {
    margin-top: 26px;
  }
  .news-event-cell {
    position: relative;
    height: 147px;
    margin: 0 0 1px 0;
  }
  .news-event-cell:hover {
    width: 80% !important;
  }
  .news-event-cell a {
    display: none;
  }
}
.news-video {
  width: 100%;
  margin-top: 100px;
}
.news-video h1 {
  width: 1020px;
  margin: 0 auto;
  font-size: 35px;
  font-weight: bold;
  line-height: 65px;
  color: #111;
}
.news-video-container {
  width: 1020px;
  margin: 80px auto 0 auto;
}
.news-video-cell {
  display: inline-block;
  width: 328px;
  margin-right: 18px;
  margin-bottom: 40px;
  vertical-align: top;
}
.news-video-cell:nth-of-type(3n) {
  margin-right: 0;
}
.news-video-cell img {
  width: 328px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news-video-cell p {
  height: 62px;
  margin: 20px 0 0 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .news-video {
    width: 100%;
    margin-top: 0;
    padding: 40px 0;
  }
  .news-video h1 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }
  .news-video-container {
    width: 100%;
    margin: 26px auto 0 auto;
  }
  .news-video-cell {
    display: block;
    width: 80% !important;
    margin-right: 0;
    margin-bottom: 0;
  }
  .news-video-cell .swiper-slide-shadow-right,
  .news-video-cell .swiper-slide-shadow-left {
    background-image: none !important;
  }
  .news-video-cell:nth-of-type(3n) {
    margin-right: 0;
  }
  .news-video-cell img {
    display: block;
    width: 100%;
    height: 180px;
  }
  .news-video-cell p {
    height: 42px;
    margin: 20px 0 0 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .swiper-slide-active p {
    opacity: 1;
  }
}
.news-article {
  margin-top: 100px;
}
.news-article h1 {
  width: 1020px;
  margin: 0 auto;
  font-size: 35px;
  font-weight: bold;
  line-height: 65px;
  color: #111;
}
.news-article-container {
  width: 1060px;
  height: 770px;
  padding: 20px;
  margin: 80px auto 0 auto;
  overflow: hidden;
}
.news-article-container > div {
  transition: transform 500ms;
}
.news-article-cell {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px;
  background: #fff;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.16);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.news-article-cell:hover {
  background: linear-gradient(270deg, #fdbe0b 0%, #fedb55 100%);
}
.news-article-cell::after {
  content: '';
  display: block;
  clear: both;
}
.news-article-cell img {
  flex: 0 0 auto;
  display: block;
  width: 220px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news-article-cell__date {
  height: 120px;
  padding: 20px;
  margin-left: 20px;
  background: rgba(0, 0, 0, 0.1);
}
.news-article-cell__date h6 {
  margin: 0;
  font-size: 30px;
  line-height: 38px;
  color: #333;
  white-space: nowrap;
}
.news-article-cell__date p {
  margin: 0;
  font-size: 16px;
  line-height: 21px;
  color: rgba(51, 51, 51, 0.5);
  white-space: nowrap;
}
.news-article-cell__title {
  display: flex;
  align-items: center;
  height: 120px;
  margin-left: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
}
.news-article-pagination {
  width: 1020px;
  margin: 50px auto;
  text-align: center;
}
.news-article-pagination svg {
  margin: 0 20px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .news-article {
    margin-top: 0;
    padding: 40px 0;
    background-color: #f9f9f9;
  }
  .news-article h1 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }
  .news-article-container {
    width: 100%;
    height: 600px;
    padding: 0 15px;
    margin: 25px 0 0 0;
  }
  .news-article-container > div {
    transition: transform 500ms;
  }
  .news-article-cell {
    flex-wrap: wrap;
    width: 100%;
    height: 193px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #dbdbdb;
    background: #fff;
    box-shadow: none;
  }
  .news-article-cell img {
    flex: 0 0 auto;
    display: block;
    width: 100%;
    height: 87px;
    margin-bottom: 10px;
  }
  .news-article-cell__date {
    width: 50px;
    height: auto;
    padding: 10px;
    margin-left: 0;
  }
  .news-article-cell__date h6 {
    margin: 0;
    font-size: 20px;
    line-height: 22px;
  }
  .news-article-cell__date p {
    font-size: 14px;
    line-height: 16px;
  }
  .news-article-cell__title {
    display: flex;
    align-items: center;
    width: calc(100% - 60px);
    height: 63px;
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .news-article-pagination {
    width: 80%;
    margin: 30px auto;
    text-align: center;
  }
  .news-article-pagination svg {
    margin: 0 20px;
    cursor: pointer;
  }
}
.news-media {
  width: 1020px;
  margin: 0 auto;
}
.news-media h1 {
  width: 1020px;
  margin: 0 auto;
  font-size: 35px;
  font-weight: bold;
  line-height: 65px;
  color: #111;
}
.news-media-list {
  margin: 70px auto;
}
.news-media-list a {
  display: inline-block;
  width: 247px;
  margin: 0 10px 10px 0;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.news-media-list a img {
  width: 100%;
}
.news-media-list a:nth-of-type(4n) {
  margin-right: 0;
}
.news-media-kit {
  display: flex;
  justify-content: space-between;
  margin: 70px auto 0 auto;
}
.news-media-kit p {
  width: 687px;
  margin: 0;
  font-size: 24px;
  line-height: 1.6;
  color: #333;
  vertical-align: top;
}
.news-media-kit p b {
  font-weight: bold;
}
.news-media-kit img {
  width: 161px;
  height: 104px;
  vertical-align: top;
}
.news-media-download {
  display: block;
  width: 182px;
  height: 50px;
  margin-top: 24px;
  padding: 10px 30px;
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  background: #000;
}
@media screen and (max-width: 768px) {
  .news-media {
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px;
  }
  .news-media h1 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }
  .news-media-list {
    margin: 25px auto 50px auto;
  }
  .news-media-list a {
    width: calc(33.33% - 5px);
    height: 45px;
    margin: 0 5px 5px 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  }
  .news-media-list a:nth-of-type(4n) {
    margin-right: 5px;
  }
  .news-media-list a:nth-of-type(3n) {
    margin-right: 0;
  }
  .news-media-list a img {
    width: 100%;
  }
  .news-media-kit {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    margin: 26px auto 0 auto;
  }
  .news-media-kit p {
    width: 100%;
    margin: 26px 0;
    text-align: justify;
    font-size: 16px;
    line-height: 1.4;
  }
  .news-media-kit img {
    display: block;
    width: 110px;
    height: auto;
    margin: 0 auto;
  }
  .news-media-download {
    display: block;
    width: 143px;
    height: 40px;
    margin: 24px auto 0 auto;
    padding: 0;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
  }
}

