#page1 img {
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none !important;
}

.header-container {
  border-bottom: 1px solid rgba(166, 169, 174, 0.33) !important
}

header {
  box-shadow: 0 2px 3px rgba(29, 14, 14, 0.02)
}

header .gradual {
  background-image: linear-gradient(#fff, rgba(255, 255, 255, 0)) !important
}

header .header-container {
  border-bottom: 1px solid transparent
}

header .menu-group>.menu-item .menu-title-group .item-title {
  color: #333 !important
}

header .menu-group>.menu-item .menu-title-group .item-arrow {
  color: #333 !important
}

header .menu-group>.menu-item .menu-title-group .active-line {
  background-color: #333 !important
}

header .language-select .current-language .current-text {
  color: #333 !important
}

header .language-select .current-language .language-icon {
  color: #333 !important
}

header .search-button .search-icon {
  color: #333 !important
}

header .login-button .me-icon {
  color: #333 !important
}

header .header-logo .logo-image.write {
  opacity: 0 !important
}

header .header-logo .logo-image.black {
  opacity: 1 !important
}

.inside-banner .inside-banner-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.inside-banner .inside-img {
  display: flex;
  align-items: flex-start !important;
  justify-content: center;
  flex-direction: column;
  padding-left: 102px;
  padding-top: 150px
}

.inside-banner .inside-img .news-banner-title {
  width: 590px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

.inside-banner .inside-img .news-banner-text {
  width: 400px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  margin-top: 25px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden
}

.inside-banner .inside-img .news-banner-check {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 20px;
  margin-top: 90px
}

.news {
  width: 100%;
  background-color: #f7f7f7;
  padding: 48px 100px 60px;
  min-height: 200px
}

.news .news-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%
}

.news .news-detail .news-item {
  position: relative;
  width: 48.4%;
  overflow: hidden;
  margin-bottom: 48px
}

.news .news-detail .news-item .news-item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: scale(1);
  transition: all 1s;
  z-index: 1
}

.news-item-img img {
  width: 100%;
  height: 100%;
}

.news .news-detail .news-item .item-box {
  display: block;
  width: 100%
}

.news .news-detail .news-item .news-item-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 176px;
  background-image: url(/cn/images/news/shadow.png);
  background-repeat: repeat;
  background-size: 100% 100%;
  padding: 133px 30px 0;
  z-index: 2
}

.news .news-detail .news-item .news-item-shadow .news-item-text {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.news .news-detail .news-item:hover .news-item-img {
  transform: scale(1.2)
}

.news .news-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 54px;
  background: #000;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 20px;
  margin: 0 auto;
  cursor: pointer;
  box-sizing: border-box
}

.news .news-more.left {
  padding-left: 50px
}

.news .ds-button.loading::before {
  top: 25px
}

.news .news-no-more {
  display: block;
  width: 100%;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
  color: #999;
  line-height: 22px;
  text-align: center
}

@media screen and (max-width: 1600px) {
  .inside-banner .inside-img {
    padding-left: 102px;
    padding-top: 140px
  }

  .inside-banner .inside-img .news-banner-title {
    font-size: 26px;
    line-height: 38px
  }

  .inside-banner .inside-img .news-banner-text {
    width: 400px;
    font-size: 14px;
    margin-top: 25px
  }

  .inside-banner .inside-img .news-banner-check {
    font-size: 14px;
    line-height: 20px;
    margin-top: 90px
  }

  .news {
    width: 100%;
    padding: 48px 100px 60px;
    min-height: 200px
  }

  .news .news-detail .news-item {
    margin-bottom: 48px
  }

  .news .news-detail .news-item .news-item-shadow {
    /* height: 205px; */
    padding: 133px 30px 0
  }

  .news .news-detail .news-item .news-item-shadow .news-item-text {
    font-size: 22px;
    line-height: 28px
  }

  .news .news-more {
    width: 200px;
    height: 54px;
    font-size: 16px;
    line-height: 18px
  }

  .news .news-more.left {
    padding-left: 50px
  }

  .news .ds-button.loading::before {
    top: 25px
  }

  .news .news-no-more {
    margin-top: 30px;
    font-size: 20px;
    line-height: 22px
  }
}

@media screen and (max-width: 1440px) {
  .inside-banner .inside-img {
    padding-left: 102px;
    padding-top: 130px
  }

  .inside-banner .inside-img .news-banner-title {
    font-size: 24px;
    line-height: 36px
  }

  .inside-banner .inside-img .news-banner-text {
    width: 400px;
    font-size: 14px;
    margin-top: 25px
  }

  .inside-banner .inside-img .news-banner-check {
    font-size: 14px;
    line-height: 20px;
    margin-top: 90px
  }

  .news {
    width: 100%;
    padding: 48px 100px 60px;
    min-height: 200px
  }

  .news .news-detail .news-item {
    margin-bottom: 48px
  }

  .news .news-detail .news-item .news-item-shadow {
    /* height: 205px; */
    padding: 133px 30px 0
  }

  .news .news-detail .news-item .news-item-shadow .news-item-text {
    font-size: 20px;
    line-height: 26px
  }

  .news .news-more {
    width: 200px;
    height: 54px;
    font-size: 16px;
    line-height: 18px
  }

  .news .news-more.left {
    padding-left: 50px
  }

  .news .ds-button.loading::before {
    top: 25px
  }

  .news .news-no-more {
    margin-top: 30px;
    font-size: 20px;
    line-height: 22px
  }
}

@media screen and (max-width: 1366px) {
  .inside-banner .inside-img {
    padding-left: 102px;
    padding-top: 120px
  }

  .inside-banner .inside-img .news-banner-title {
    font-size: 22px;
    line-height: 34px
  }

  .inside-banner .inside-img .news-banner-text {
    width: 400px;
    font-size: 14px;
    margin-top: 25px
  }

  .inside-banner .inside-img .news-banner-check {
    font-size: 14px;
    line-height: 20px;
    margin-top: 90px
  }

  .news {
    width: 100%;
    padding: 48px 100px 60px;
    min-height: 200px
  }

  .news .news-detail .news-item {
    margin-bottom: 48px
  }

  .news .news-detail .news-item .news-item-shadow {
    /* height: 205px; */
    padding: 133px 30px 0
  }

  .news .news-detail .news-item .news-item-shadow .news-item-text {
    font-size: 18px;
    line-height: 24px
  }

  .news .news-more {
    width: 200px;
    height: 54px;
    font-size: 16px;
    line-height: 18px
  }

  .news .news-more.left {
    padding-left: 50px
  }

  .news .ds-button.loading::before {
    top: 25px
  }

  .news .news-no-more {
    margin-top: 30px;
    font-size: 20px;
    line-height: 22px
  }
}

@media screen and (max-width: 1200px) {
  .inside-banner .inside-img {
    padding-left: 102px;
    padding-top: 110px
  }

  .inside-banner .inside-img .news-banner-title {
    font-size: 20px;
    line-height: 32px
  }

  .inside-banner .inside-img .news-banner-text {
    width: 400px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 25px
  }

  .inside-banner .inside-img .news-banner-check {
    font-size: 14px;
    line-height: 20px;
    margin-top: 90px
  }

  .news {
    width: 100%;
    padding: 48px 100px 60px;
    min-height: 200px
  }

  .news .news-detail .news-item {
    margin-bottom: 48px
  }

  .news .news-detail .news-item .news-item-shadow {
    /* height: 205px; */
    padding: 143px 30px 0
  }

  .news .news-detail .news-item .news-item-shadow .news-item-text {
    font-size: 14px;
    line-height: 22px
  }

  .news .news-more {
    width: 180px;
    height: 54px;
    font-size: 16px;
    line-height: 18px
  }

  .news .news-more.left {
    padding-left: 50px
  }

  .news .ds-button.loading::before {
    top: 25px
  }

  .news .news-no-more {
    margin-top: 30px;
    font-size: 20px;
    line-height: 22px
  }
}

@media screen and (max-width: 1000px) {
  .inside-banner .inside-img {
    padding-left: 102px;
    padding-top: 100px
  }

  .inside-banner .inside-img .news-banner-title {
    font-size: 18px;
    line-height: 30px
  }

  .inside-banner .inside-img .news-banner-text {
    width: 400px;
    font-size: 14px;
    line-height: 18px;
    margin-top: 25px
  }

  .inside-banner .inside-img .news-banner-check {
    font-size: 14px;
    line-height: 20px;
    margin-top: 90px
  }

  .news {
    width: 100%;
    padding: 48px 100px 60px;
    min-height: 200px
  }

  .news .news-detail .news-item {
    margin-bottom: 48px
  }

  .news .news-detail .news-item .news-item-shadow {
    /* height: 205px; */
    padding: 153px 30px 0
  }

  .news .news-detail .news-item .news-item-shadow .news-item-text {
    display: none
  }

  .news .news-more {
    width: 160px;
    height: 54px;
    font-size: 14px;
    line-height: 18px
  }

  .news .news-more.left {
    padding-left: 50px
  }

  .news .ds-button.loading::before {
    top: 25px
  }

  .news .news-no-more {
    margin-top: 30px;
    font-size: 18px;
    line-height: 20px
  }
}

@media screen and (max-width: 750px) {
  .inside-banner .inside-img {
    padding-left: 102px;
    padding-top: 120px
  }

  .inside-banner .inside-img .news-banner-title {
    font-size: 16px;
    line-height: 28px
  }

  .inside-banner .inside-img .news-banner-text {
    width: 400px;
    font-size: 14px;
    line-height: 18px;
    margin-top: 25px
  }

  .inside-banner .inside-img .news-banner-check {
    font-size: 14px;
    line-height: 20px;
    margin-top: 40px
  }

  .news {
    width: 100%;
    padding: 48px 100px 60px;
    min-height: 200px;
    margin: 0 auto;
  }

  .news .news-detail .news-item {
    margin-bottom: 48px
  }

  .news .news-detail .news-item .news-item-shadow {
    /* height: 205px; */
    padding: 163px 30px 0
  }

  .news .news-detail .news-item .news-item-shadow .news-item-text {
    display: none
  }

  .news .news-more {
    width: 100px;
    height: 40px;
    font-size: 14px;
    line-height: 18px
  }

  .news .news-more.left {
    padding-left: 50px
  }

  .news .ds-button.loading::before {
    top: 25px
  }

  .news .news-no-more {
    margin-top: 30px;
    font-size: 16px;
    line-height: 18px
  }
}

.search .search-none {

  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  background-color: #fafafa;
}

.search .search-none .search-none-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 26px;
}

.search .search-none .search-none-text {
  font-size: 18px;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.8);
  line-height: 20px;
  margin-top: 20px;
}