.textAlign {
    text-align: justify;
    word-break: normal;
  }
  * {
    margin: 0;
    padding: 0;
  }
  li {
    list-style: none;
  }
  a {
    text-decoration: none;
  }
  body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #app {
    overflow: hidden;
    /* background-color: #EEE; */
  }
  .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;
  }
  .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;
    position: absolute;
    top: 0;
  }
  .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;
  }
  .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: 0.5px solid #ffffff;
    color: #ffffff;
    font-size: 0.14rem;
    text-align: center;
    cursor: pointer;
    opacity: 0.95;
  }
  .banner .banner-content .banner-link:hover {
    opacity: 1;
  }
  .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    height: 0.6rem;
    background-color: #f6f6f6;
    margin: 0 1.4rem;
    margin-top: 0.4rem;
    position: relative;
    width: 11.6rem;
  }
  .menu::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: inline-block;
    width: 0.04rem;
    height: 0.16rem;
    background-color: #c6000b;
  }
  .menu .right-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .menu .right-menu h4 {
    font-family: PingFangSC-Semibold;
    color: #c6000b;
    font-size: 0.16rem;
    font-weight: 600;
    margin-left: 0.22rem;
    margin-right: 0.45rem;
  }
  .menu .right-menu .menu-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu .right-menu .menu-box .menu-item {
    margin-right: 0.45rem;
    font-family: 'Noto Sans','Helvetica Neue',Arial,'microsoft Yahei';
    color: #666666;
    font-size: 0.14rem;
    cursor: pointer;
  }
  .menu .right-menu .menu-box .menu-item:hover,
  .menu .right-menu .menu-box .active-menu {
    color: #c6000b;
  }
  .menu .look-more {
    display: block;
    font-size: 0.16rem;
    cursor: pointer;
    margin-right: 0.12rem;
  }
  .menu .look-more i {
    display: inline-block;
    opacity: 0.9;
    color: #cc0000;
    font-size: 0.16rem;
    transform: rotate(-90deg);
    margin-left: 0.03rem;
  }
  .mobile-look-more {
    display: none;
  }
  .news-list {
    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;
    width: 11.6rem;
    margin: 0 auto;
    margin-top: 0.4rem;
    -webkit-box-sizing: unset !important;
    box-sizing: unset !important;
    justify-content: center;
  }
  .news-list .news-list-item {
    width: 2.6rem;
    /* width: 9rem; */
    height: 2.5rem;
    /* height: 1.5rem; */
    background-color: #ffffff;
    margin-right: 0.4rem;
    margin-bottom: 0.4rem;
    box-shadow: 0px 0.08rem 0.175rem rgba(204, 204, 204, 0.17);
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
  }
  .news-list .news-list-item:hover {
    box-shadow: 0px 2.5px 30px rgba(0, 0, 0, 0.1);
  }
  .news-list .news-list-item:hover .news-img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
  }
  .news-list .news-list-item a {
    display: block;
    width: 100%;
    height: 100%;
    /* display: flex; */
  }
  
  
  .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;
  }
  
  
  
  
  
  
  
  
  .news-list .news-list-item a .news-img {
    overflow: hidden;
    width: 2.6rem;
    height: 1.56rem;
    -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;
  }
  .news-list .news-list-item a .news-img 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;
  }
  .news-list .news-list-item a .news-img:hover {
    height: 1.56rem;
    transform: scale(1.05);
  }
  .news-list .news-list-item a .news-img:hover img {
    transform: scale(1.05);
  }
  .news-list .news-list-item a .news-list-content {
    position: relative;
    padding: 0 0.15rem 0 0.15rem;
    height: 2.14rem;
  
  
  }
  .news-list .news-list-item a .news-list-content .news-title {
    color: #000000;
    font-family: PingFangSC-Semibold;
    font-size: 0.18rem;
    line-height: 0.24rem;
    font-weight: 600;
    margin-top: 0.1rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 0.5rem;
  }
  
  .news-list .news-list-item a .news-title {
    color: #000000;
    font-family: PingFangSC-Semibold;
    font-size: 0.18rem;
    line-height: 0.24rem;
    font-weight: 600;
    margin-top: 0.1rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 0.5rem;
  
    /* font-family:'Noto Sans','Helvetica Neue',Arial,'microsoft Yahei' ;
    font-size: 16px;
      font-weight: 700;
      line-height: 24px; */
      /* max-height: 72px; */
      /* overflow: hidden;
      color: #000;
      display: flex;
      align-items: center;
      padding: 0.1rem; */
  }
  
  .news-list .news-list-item a .news-list-content .news-tag {
    display: block;
    color: #999999;
    font-size: 0.14rem;
    letter-spacing: 0.01rem;
    height: 0.13rem;
    margin: 0.09rem 0;
    font-family: 'Noto Sans','Helvetica Neue',Arial,'microsoft Yahei';
  }
  .news-list .news-list-item a .news-list-content .news-detail {
    line-height: 0.28rem;
    color: #666666;
    font-size: 0.16rem;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 0.8rem;
  }
  .news-list .news-list-item a .news-list-content .news-bottom-link {
    width: 100%;
    position: absolute;
    bottom: 0.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news-list .news-list-item a .news-list-content .news-bottom-link .look-text-link {
    color: #666666;
    font-size: 0.14rem;
  }
  .news-list .news-list-item a .news-list-content .news-bottom-link .news-date {
    position: absolute;
    top: 50%;
    right: 0.3rem;
    font-size: 0.14rem;
    color: #999999;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .news-list li:nth-child(4n+4),
  .news-list li:last-child {
    margin-right: 0;
  }
  .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;
    margin-bottom: 0.4rem;
  }
  .loading a {
    opacity: 0.8;
    display: block;
    width: 2.1rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-family: PingFangSC-Medium;
    color: #333333;
    font-size: 0.14rem;
    text-align: center;
    border: 0.5px solid #333333;
    cursor: pointer;
  }
  .loading a:hover {
    opacity: 1;
  }
  .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: 1024px) {
    .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;
      width: 7.5rem;
    }
    .banner .banner-content {
      width: 7.5rem;
      height: 9.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;
    }
    .menu {
      height: 1.2rem;
      margin: 0 0.24rem;
      margin-top: 0.4rem;
      width: unset;
    }
    .menu::before {
      width: 0.08rem;
      height: 0.32rem;
    }
    .menu .right-menu {
      width: 7rem;
    }
    .menu .right-menu h4 {
      font-size: 0.32rem;
      margin-left: 0.4rem;
      margin-right: 0.9rem;
    }
    .menu .right-menu .menu-box {
      -prefix-box-flex: 1;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      width: 100%;
      overflow-x: scroll;
    }
    .menu .right-menu .menu-box::-webkit-scrollbar {
      display: none;
    }
    .menu .right-menu .menu-box .menu-item {
      /* min-width: 1.7rem; */
      /* margin-right: unset; */
      margin-right: 0.46;
      white-space: nowrap;
      font-size: 0.28rem;
    }
    .menu .right-menu .menu-box::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 1rem;
      height: 1.2rem;
      background-image: linear-gradient(90deg, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
    }
    .menu .look-more {
      display: none;
    }
    .mobile-look-more {
      display: block;
      text-align: right;
      font-size: 0.28rem;
      margin-top: 0.3rem;
      margin-right: 0.24rem;
    }
    .mobile-look-more a i {
      display: inline-block;
      opacity: 0.9;
      color: #cc0000;
      font-size: 0.28rem;
      transform: rotate(-90deg);
      margin-left: 0.03rem;
    }
    .news-list {
      padding: 0 0.24rem;
      margin: 0.3rem 0;
      width: unset;
    }
  
  
    .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;
    }
    
    
    
  
  
  
  
  
    .news-list .news-list-item {
      width: 7.02rem;
      height: 5.8rem;
      margin-right: unset;
      margin-bottom: 0.48rem;
      cursor: pointer;
    }
    .news-list .news-list-item .item .news-img {
      width: 7.02rem;
      height: 4.21rem;
    }
    .news-list .news-list-item .item .news-list-content {
      height: 3.66rem;
      padding: 0.1rem 0.22rem 0 0.22rem;
    }
    .news-list .news-list-item .item .news-list-content .news-title {
      -webkit-line-clamp: 1;
      font-size: 0.36rem;
      line-height: 0.48rem;
      font-weight: 500;
      margin-top: 0.05rem;
      height: unset;
    }
    .news-list .news-list-item .item .news-list-content .news-tag {
      font-size: 0.28rem;
      letter-spacing: 0.01rem;
      height: 0.26rem;
      margin-top: 0.19rem;
    }
    .news-list .news-list-item .item .news-list-content .news-detail {
      height: unset;
      margin-top: 0.2rem;
      font-size: 0.32rem;
      line-height: 0.56rem;
    }
    .news-list .news-list-item .item .news-list-content .news-bottom-link {
      bottom: 0.3rem;
    }
    .news-list .news-list-item .item .news-list-content .news-bottom-link .look-text-link {
      color: #666666;
      font-size: 0.28rem;
    }
    .news-list .news-list-item .item .news-list-content .news-bottom-link .news-date {
      right: 0.4rem;
      font-size: 0.28rem;
    }
    .news-list li:last-child {
      margin-bottom: 0.1rem;
    }
    .loading {
      margin-bottom: 0.65rem;
    }
    .loading a {
      display: block;
      width: 4.2rem;
      height: 0.8rem;
      line-height: 0.8rem;
      font-size: 0.28rem;
      border: 0.1px solid #333333;
    }
    .loading .loading-img {
      width: 1rem;
      height: 1rem;
    }
    .loading .loading-tip {
      font-size: 0.28rem;
    }
  }
  <!--ºÄÊ±1765949615.1203Ãë-->