.textAlign {
  text-align: justify;
  word-break: normal;
}
.mobile {
  display: none;
}
/* .banner {
  position: relative;
  height: 5.94rem;
  cursor: pointer;
}
.banner img {
  width: 100%;
  height: 100%;
}
.banner .swiper-pagination {
  width: 100%;
  left: 0;
  top: unset;
  bottom: -0.15rem;
}
.banner .swiper-pagination span {
  width: 0.12rem;
  height: 0.02rem;
  margin: 0 0.06rem;
  background: #ccc;
  opacity: 1;
  border-radius: 0;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.46rem;
  background: #c6000b;
} */

/* ********* */
.swiper-container {
  height: 100%;
}
.swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.02rem;
  border-radius: unset;
  margin-right: 0.06rem;
  background-color: #ccc;
  transition: all 0.3s ease-in-out;
}
.swiper-pagination-bullet-active {
  width: 0.18rem !important;
  background-color: #c6000b;
}
.swiper-pagination {
  position: absolute;
  left: 50.3%;
  bottom: 0.2rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.swiper-button-prev,
.swiper-button-next {
  outline: none;
  opacity: 30%;
}
.swiper-button-prev {
  left: 1rem;
  background: url(/en/img/arrow-left.png) center center / cover no-repeat;
}
.swiper-button-next {
  right: 1rem;
  background: url(/en/img/arrow-right.png) center center / cover no-repeat;
}
.mobile {
  display: none !important;
}

.banner {
  position: relative;
  width: 14.4rem;
  /* height: 4.8rem; */
  /* height: 5.8rem; */
  height: 7.2rem;
}
.banner img {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.banner .banner-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 14.4rem;
  /* height: 4.8rem; */
  height: 7.2rem;
  position: absolute;
  top: 0;
}
/* .banner-link svg {
  fill: #fff;
  width: 16px;
  margin-left: 2px;
  position: absolute;
} */

.banner .banner-content .title {
  width: 8rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: PingFangSC-Semibold;
  color: #ffffff;
  font-size: 0.36rem;
  text-align: center;
  position: absolute;
  font-weight: 700;
    /* font-size: 24px; */
}
.banner .banner-content .desc {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  width: 10rem;
  font-family: 'Noto Sans','Helvetica Neue',Arial,'microsoft Yahei';
  color: #ffffff;
  font-size: 0.16rem;
  margin-top: 0.45rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.banner .banner-content .banner-link {
  display: block;
  width: 1.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 0.17rem;
  text-align: center;
  cursor: pointer;
  opacity: 0.95;
  position: absolute;
  bottom: 2rem;
  border-radius: 24px;
}
.banner .banner-content .banner-link:hover {
  opacity: 1;
}
/* **************** */


 .loading .dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-bottom: 0.3rem;
}

.loading .dropdown .totalpage{
 
  margin-right: 0.1rem;
 
  height: 0.4rem;
  line-height: 0.4rem;
}

.loading .dropdown .totalpage-button{
 
  margin: 0 0.1rem;
    background-color: #ffffff;
    width: 0.5rem;
    height: 0.4rem;
    border: 1px solid #cccccc;
    line-height: 0.4rem;
    border-radius: 4px;
}

.loading .dropdown .totalpage-button:hover{
  border: 1px solid red !important;
}

.loading .totalpage-button-active{
  border: 1px solid red !important;
}

.loading .dropdown i {
  font-weight: 0.14rem;
  color: #999999;
}





.tab-list {
  padding: 0.45rem 1rem 0 1.4rem;
}
.tab-list .tab {
  padding-right: 0.4rem;
}
.tab-list .tab ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f6f6f6;
}
.tab-list .tab ul li {
  margin-right: 0.68rem;
  padding-bottom: 0.16rem;
  font-size: 0.16rem;
  color: #666;
  cursor: pointer;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
}
.tab-list .tab ul li:hover,
.tab-list .tab ul li.active {
  color: #c6000b;
  border-bottom: 3px solid #c6000b;
}

.play-btn {
  position: absolute;
  background: rgba(0,0,0,.5);
  /* width: 56px;
  height: 56px; */
  width: 0.45rem;
    height: 0.45rem;
  border-radius: 100%;
}

.play-btn, .play-btn .play-center, .video-img-warp .video-poster {
  left: 44%;
  transform: translate(-50%,-50%);
  top: 36%;
}

.play-btn .play-center {
  position: absolute;
  color: #fff;
  font-size: 20px;
  /* line-height: 28px; */
  line-height: 0.33rem;
  left: 53%;
  top: 50%;
}
.play-btn .play-center img {
  float: left;
  width: 20px;
}



.tab-list .tab2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-list .tab2 h3 {
  min-width: 1.44rem;
  font-size: 0.21rem;
  font-weight: bold;
}
.tab-list .tab2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  -o-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-left: 0.4rem;
}
.tab-list .tab2 ul li {
  margin-right: 0.3rem;
  font-size: 0.16rem;
  color: #666;
  cursor: pointer;
}
.tab-list .tab2 ul li:hover,
.tab-list .tab2 ul li.active {
  color: #c6000b;
  font-weight: bold;
}
.tab-list .tab2 ul li.active {
  font-weight: bold;
}
.tab-list .activity-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tab-list .activity-list ul li {
  width: 25%;
  margin: 0.33rem 0 0.04rem;
  padding-right: 0.4rem;
  cursor: pointer;
}
.tab-list .activity-list ul li a {
  display: block;
  background-color: #ffffff;
  box-shadow: 0px 8px 17.5px rgba(204, 204, 204, 0.17);
  overflow: hidden !important;
}
.tab-list .activity-list ul li a:hover .activity-img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.tab-list .activity-list ul li a .activity-img {
  width: 100%;
  height: 1.56rem;
  overflow: hidden !important;
  -webkit-background-position: top center;
  -moz-background-position: top center;
  -ms-background-position: top center;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
}
.tab-list .activity-list ul li a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
}
.tab-list .activity-list ul li a:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.tab-list .activity-list ul li a:hover .activity-info h3 {
  color: #c6000b;
}
.tab-list .activity-list ul li a .activity-info {
  padding: 0.1rem 0.2rem 0.2rem;
}
.tab-list .activity-list ul li a .activity-info h3 {
  font-size: 0.15rem;
  font-weight: bold;
  line-height: 0.26rem;
  height: 0.52rem;
  color: #000;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tab-list .activity-list ul li a .activity-info .department,
.tab-list .activity-list ul li a .activity-info .date {
  margin-top: 0.13rem;
  font-size: 0.16rem;
  color: #666;
}
.tab-list .activity-list ul li a .activity-info .activity-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.28rem;
}
.tab-list .activity-list ul li a .activity-info .activity-time.video-activity-time {
  margin-top: 0.19rem;
}
.tab-list .activity-list ul li a .activity-info .activity-time.video-activity-time .check-detail {
  color: #999;
}
.tab-list .activity-list ul li a .activity-info .activity-time .check-detail {
  font-size: 0.14rem;
  color: #666;
}
.tab-list .activity-list ul li a .activity-info .activity-time .time {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  font-size: 0.14rem;
  color: #999;
}
.loading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  height: 1rem;
}
.loading .loading-img {
  width: 0.5rem;
  height: 0.51rem;
  animation: loading 1s linear infinite;
}
.loading .loading-tip {
  color: #999999;
  font-size: 0.14rem;
  font-family: 'Noto Sans','Helvetica Neue',Arial,'microsoft Yahei';
}
@keyframes loading {
  form {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
  }
}
@media screen and (max-width: 1020px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  /* .banner {
    height: 9.35rem;
    margin-top: 1rem;
  }
  .banner .swiper-pagination {
    bottom: -0.12rem;
  }
  .banner .swiper-pagination span {
    width: 0.18rem;
    height: 0.04rem;
    margin: 0 0.12rem;
  }
  .banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 0.35rem;
  } */

  /* ************* */
  .swiper-pagination-bullet {
    width: 0.18rem;
    height: 0.04rem;
  }
  .swiper-pagination-bullet-active {
    width: 0.35rem !important;
  }
  .swiper-pagination {
    bottom: 0.1rem;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .mobile {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .banner {
    /* height: 9.6rem; */
    height: 5.6rem;
    width: 7.5rem;
  }
  .banner .banner-content {
    width: 7.5rem;
    /* height: 9.6rem; */
    height: 5.6rem;
    /* padding: 0 0.4rem; */
  }
  .banner .banner-content .title {
    width: unset;
    font-size: 0.48rem;
  }
  .banner .banner-content .desc {
    width: unset;
    font-size: 0.32rem;
    margin-top: 0.58rem;
    margin-bottom: 0.92rem;
  }
  .banner .banner-content .banner-link {
    width: 2.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border: 1px solid #ffffff;
    font-size: 0.28rem;
  }

  .banner .banner-content .banner-link{
    bottom: 1rem;
    border:2px solid #ffffff
  }

  /* ************* */
  .tab-list {
    padding: 0.6rem 0.24rem;
    padding-bottom: 0;
  }
  .tab-list .tab ul li {
    margin-right: 0.65rem;
    padding-bottom: 0.31rem;
    font-size: 0.32rem;
  }
  .tab-list .tab2 {
    position: relative;
  }
  .tab-list .tab2::after {
    content: "";
    position: absolute;
    right: -0.2rem;
    top: -0.1rem;
    z-index: 99;
    width: 0.8rem;
    height: 0.5rem;
    background-image: linear-gradient(89.91deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #ffffff 100%);
  }
  .tab-list .tab2 h3 {
    min-width: 1.5rem;
    font-size: 0.36rem;
  }

  .play-btn, .play-btn .play-center, .video-img-warp .video-poster {
    left: 50%;
    transform: translate(-50%,-50%);
    top: 36%;
  }
  
  .play-btn {
    position: absolute;
    background: rgba(0,0,0,.5);
    /* width: 56px;
    height: 56px; */
    width: 0.99rem;
      height: 0.99rem;
    border-radius: 100%;
  }
  

  .play-btn .play-center {
    position: absolute;
    color: #fff;
    font-size: 20px;
    /* line-height: 28px; */
    line-height: 0.33rem;
    left: 53%;
    top: 50%;
  }
  .play-btn .play-center img {
    float: left;
    width: 20px;
  }


  .loading .dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin-bottom: 0.3rem;
    width: 100%;
  }
  
  .loading .dropdown .totalpage{
   
    margin-right: 0.1rem;
   
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.25rem;
  }
  
  .loading .dropdown .totalpage-button{
   
    margin: 0 0.1rem;
      background-color: #ffffff;
      width: 0.8rem;
      height: 0.6rem;
      border: 2px solid #cccccc;
      line-height: 0.4rem;
      border-radius: 7px;
      font-size: 0.25rem;
  }
  
  .loading .dropdown .totalpage-button:hover{
    border: 2px solid red !important;
  }
  
  .loading .totalpage-button-active{
    border: 2px solid red !important;
  }
  
  .loading .dropdown i {
    font-weight: 0.14rem;
    color: #999999;
  }
  
  
  




  .tab-list .tab2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 0.04rem solid #f6f6f6;
    margin-left: 0.4rem;
    overflow-x: auto;
  }
  .tab-list .tab2 ul::-webkit-scrollbar {
    display: none;
  }
  .tab-list .tab2 ul li {
    width: 100%;
    white-space: nowrap;
    margin-right: 0.5rem;
    padding-bottom: 0.32rem;
    font-size: 0.32rem;
  }
  .tab-list .activity-list ul {
    display: block;
  }
  .tab-list .activity-list ul li {
    width: 100%;
    margin: 0.26rem 0 0;
    padding-right: 0;
  }
  .tab-list .activity-list ul li a .activity-img {
    height: 4.22rem;
  }
  .tab-list .activity-list ul li a .activity-info {
    padding: 0.33rem 0.24rem 0.44rem;
  }
  .tab-list .activity-list ul li a .activity-info h3 {
    font-size: 0.36rem;
    line-height: 0.52rem;
    height: unset;
  }
  .tab-list .activity-list ul li a .activity-info s .department,
  .tab-list .activity-list ul li a .activity-info .date {
    margin-top: 0.27rem;
    font-size: 0.32rem;
  }
  .tab-list .activity-list ul li a .activity-info .activity-time {
    margin-top: 0.47rem;
  }
  .tab-list .activity-list ul li a .activity-info .activity-time.video-activity-time {
    margin-top: 0.3rem;
  }
  .tab-list .activity-list ul li a .activity-info .activity-time .check-detail {
    font-size: 0.28rem;
  }
  .tab-list .activity-list ul li a .activity-info .activity-time .time {
    font-size: 0.28rem;
  }
  .loading {
    height: 2rem;
  }
  .loading .loading-img {
    width: 0.98rem;
    height: 1.02rem;
  }
  .loading .loading-tip {
    font-size: 0.28rem;
  }
}
<!--ºÄÊ±1766018996.1523Ãë-->