.page-banner.page-banner {
  background-image: url(../../../img/h5/news_bg.png);
  background-size: cover;
  margin-bottom: 3.125rem;
}
.dynamic-list {
  padding: 0 0.875rem 2.6875rem;
  background-color: #fff;
}
.dynamic-list .dynamic-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.dynamic-list .dynamic-item::after {
  content: '';
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  right: auto;
  height: 0.0625rem;
  width: 100%;
  background-color: #e8e8e8;
}
.dynamic-list .dynamic-item img {
  width: 6.5625rem;
  min-width: 6.5625rem;
  height: 4.25rem;
  margin-right: 1rem;
}
.dynamic-list .dynamic-item .item-text {
  flex: 1;
}
.dynamic-list .dynamic-item h5 {
  font-size: 0.9375rem;
  color: #292929;
  margin: 0.625rem 0 1.5rem;
  word-break: break-all;
}
.dynamic-list .dynamic-item:last-child {
  margin-bottom: 1.75rem;
}
.show-more-btn {
  display: block;
  text-align: center;
  line-height: 2.8125rem;
  margin: 0 auto;
  width: 21.6875rem;
  height: 2.8125rem;
  border: 0.0625rem solid #64646450;
  font-size: 0.875rem;
  font-weight: normal;
  color: #292929;
}
.plastic-video-container {
  padding: 3.75rem 0;
  background-color: #f9fafc;
}
.plastic-video-container .plastic-title {
  margin-bottom: 2.5rem;
}
#certify {
  position: relative;
  height: 12.5rem;
  margin: 0 auto 1.875rem;
}
#certify .swiper-slide {
  width: 16.25rem;
  height: 12.75rem;
  background: #fff;
  box-shadow: 0 0.5rem 1.875rem #ddd;
}
#certify .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#certify .swiper-slide {
  text-align: center;
  font-size: 0.875rem;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
#certify .swiper-slide {
  width: 17.5rem;
  height: 10.6875rem;
  background: #fff;
  border: 0.0625rem solid #c2c2c2;
}
#certify .swiper-slide img {
  width: 17.5rem;
  height: 10.6875rem;
  display: block;
  border: 0.125rem solid #fff;
}
#certify .swiper-pagination {
  width: 100%;
  bottom: 1.25rem;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.125rem;
  border: 0.0625rem solid #fff;
  background-color: #d5d5d5;
  width: 0.3125rem;
  height: 0.625rem;
  opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 0.0625rem solid #00aadc;
  background-color: #fff;
}
#certify .swiper-button-prev {
  left: 1.5625rem;
  width: 1.625rem;
  height: 1.625rem;
  top: 5.375rem;
  background: url(../../../img/arrow_l.png) no-repeat;
  background-color: #ecedf0;
  background-size: 50%;
  background-position: 60% 50%;
  border-radius: 50%;
}
#certify .swiper-button-prev::after {
  content: '';
}
#certify .swiper-button-prev:hover {
  /*background-position: 0 -2.875rem;*/
  /*background-size: 100%*/
}
#certify .swiper-button-next {
  right: 1.625rem;
  width: 1.625rem;
  height: 1.625rem;
  top: 5.375rem;
  background: url('../../../img/arrow_r.png') no-repeat;
  background-color: #ecedf0;
  background-size: 50%;
  background-position: 35% 50%;
  border-radius: 50%;
}
#certify .swiper-button-next::after {
  content: '';
}
#certify .swiper-button-next:hover {
  /*background-position: 0 -8.6875rem;*/
  /*background-size: 100%*/
}
video {
  width: 100%;
  height: 100%;
}
.news-container {
  width: 100vw;
  padding: 4.0625rem 0.875rem 3.75rem;
  background-color: #fff;
}
.news-container .card-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.5625rem;
}
.news-container .news-card {
  flex: 1;
  width: 21.6875rem;
  min-width: 21.6875rem;
  height: 17.3125rem;
  border: 0.0625rem solid #d6d6d6;
}
.news-container .news-card img {
  width: 100%;
  height: 12.4375rem;
  margin-bottom: 1rem;
}
.news-container .news-card .card-text {
  padding: 0 1rem 0.875rem;
}
.news-container .news-card h4 {
  color: #292929;
  font-size: 1rem;
}
.news-container .news-card span {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  font-weight: normal;
  color: #646464;
}
.news-container .news-card:not(:last-child) {
  margin-bottom: 1.4375rem;
}
.news-container .news-list {
  width: 100%;
  margin: 0 auto ;
  padding-bottom: 1.6875rem;
  border-bottom: 0.0625rem solid #e8e8e8;
}
.news-container .news-list .list-r {
  flex: 1;
  max-width: 100%;
}
.news-container .news-list .list-r img {
  width: 6.5625rem;
  height: 4.25rem;
  margin-right: 1rem;
}
.news-container .news-list .list-r .r-content {
  max-width: 14.125rem;
}
.news-container .news-list .list-r .r-content h4 {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  color: #292929;
}
.news-container .news-list:not(:last-child) {
  margin-bottom: 0.9375rem;
}
