.banner__container {
  position: relative;
}
.banner__container .content {
  position: absolute;
  left: 8vw;
  bottom: 14.271vw;
  color: #FFFFFF;
}
.banner__container .content h1 {
  margin: 0;
  font-size: 8vw;
  font-weight: 400;
}
.banner__container .content p {
  margin: 4vw 0 0;
  font-size: 4vw;
  font-weight: 400;
}

.news__header-pc {
  display: none;
}
.news__header-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4vw;
  padding: 0 8vw;
  font-size: 4vw;
}
.news__header-mobile i {
  font-size: 3vw;
  color: #555555;
}
.news__boder {
  width: 100vw;
  padding: 0 8vw 8vw;
}
.news__boder-container .items {
  margin-top: 4vw;
  transition: all 0.6s;
}
.news__boder-container .items .cover {
  width: 100%;
  height: 50.914661vw;
  border-radius: 10px;
  overflow: hidden;
}
.news__boder-container .items .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__boder-container .items .videos {
  position: relative;
}
.news__boder-container .items .videos .mask {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.news__boder-container .items .videos .mask span {
  display: block;
  width: 24vw;
  height: 13vw;
  border-radius: 5px;
  text-align: center;
  line-height: 13vw;
  color: #FFFFFF;
  font-size: 6vw;
  border: 1px #FFFFFF solid;
  transition: all 0.3s;
}
.news__boder-container .items .params {
  margin: 2.4vw 0 2vw;
  font-size: 3.6vw;
  font-weight: 400;
  color: #545454;
}
.news__boder-container .items .title {
  font-size: 4vw;
  font-weight: 400;
}
.news__boder-container .items .title:hover {
  text-decoration: underline;
}
.news__actionsheet {
  max-height: 45vh;
  border-radius: 2vw 2vw 0 0;
}
.news__actionsheet-selectors {
  padding: 2vw 0 8vw;
}
.news__actionsheet-selectors a {
  display: block;
  padding: 3vw 0 0;
  text-align: center;
}
.news__actionsheet-selectors a:after {
  display: block;
  width: 90%;
  height: 1px;
  content: "";
  margin: 3vw auto 0;
  background-color: rgba(223, 223, 223, 0.3);
}
.news__actionsheet-selectors a:last-child:after {
  display: none;
}
.news__actionsheet-selectors a.actived {
  color: var(--pro-main-color);
}
.news__detail {
  padding: calc(100px + 8vw) 4vw 0;
  background-color: #F8F8F8;
}
.news__detail .boder .header {
  padding: 0 4vw 4vw;
  font-size: 14px;
  font-weight: 400;
}
.news__detail .boder .header span {
  display: none;
}
.news__detail .boder .content-box {
  padding: 5.208vw 4vw 7.65625vw;
  background: #FFFFFF;
}
.news__detail .boder .content-box .params {
  font-size: 16px;
  font-weight: 400;
  color: #545454;
}
.news__detail .boder .content-box .title {
  font-size: 24px;
  font-weight: 400;
  padding: 4vw 0 4vw;
  border-bottom: 1px #A8A8A8 solid;
  margin-bottom: 4vw;
}
.news__detail .boder .content-box .content {
  font-size: 14px;
  font-weight: 400;
}
.news__detail .boder .content-box .content img, .news__detail .boder .content-box .content video {
  max-width: 100%;
}
.news__detail .boder .pagingbar {
  margin-top: 0;
}
.news__detail .boder .pagingbar .pages {
  padding: 5.104vw 0 6.25vw;
}
.news__detail .boder .pagingbar .pages .page {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: normal;
}
.news__detail .boder .pagingbar .pages .page.last-page {
  margin-left: 16.667vw;
}
.news__detail .boder .pagingbar .pages .page.disabled, .news__detail .boder .pagingbar .pages .page.disabled:hover {
  border-color: #cccccc;
  color: #cccccc;
  background-color: transparent;
  cursor: not-allowed;
}

@media screen and (min-width: 996px) {
  .banner__container .content {
    top: 14.271vw;
    left: 10.417vw;
    bottom: auto;
  }
  .banner__container .content h1 {
    font-size: 2.5vw;
  }
  .banner__container .content p {
    margin: 1.146vw 0 0;
    font-size: 0.833vw;
  }
  .news__header-pc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6.771vw;
    padding: 0 10.417vw;
  }
  .news__header-pc .category a {
    --link-color: #000000;
    margin-left: 2.34375vw;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875vw;
  }
  .news__header-pc .category a:first-child {
    margin-left: 0;
  }
  .news__header-pc .category a.actived {
    color: var(--pro-main-color);
  }
  .news__header-pc .years {
    position: relative;
    width: 7.03125vw;
    height: 2.34375vw;
    text-align: center;
    line-height: 2.34375vw;
    background-color: #F4F4F4;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #010101;
    cursor: pointer;
    transition: all 0.3s;
  }
  .news__header-pc .years i {
    color: var(--pro-main-color);
    font-size: 0.625vw;
    margin-left: 1.042vw;
    transition: all 0.3s;
  }
  .news__header-pc .years:hover {
    color: #FFFFFF;
    background-color: var(--pro-main-color);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .news__header-pc .years:hover i {
    color: #FFFFFF;
  }
  .news__header-pc .years:hover .selectors {
    max-height: 100vh;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .news__header-pc .years .selectors {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 99;
    max-height: 0;
    transition: max-height 0.6s;
    overflow: hidden;
    background-color: #F4F4F4;
  }
  .news__header-pc .years .selectors a {
    display: block;
    width: 100%;
    height: 1.875vw;
    color: #010101;
    text-align: center;
    line-height: 1.875vw;
  }
  .news__header-pc .years .selectors a:hover, .news__header-pc .years .selectors a.actived {
    color: #FFFFFF;
    background-color: var(--pro-main-color);
  }
  .news__header-mobile {
    display: none;
  }
  .news__boder {
    width: 100vw;
    padding: 0 10.417vw 5.208vw;
  }
  .news__boder-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.7vw;
  }
  .news__boder-container .items {
    margin: 4.6875vw 1.7vw 0;
    width: 23.802vw;
    flex-shrink: 0;
  }
  .news__boder-container .items .cover {
    height: 14.427vw;
    overflow: hidden;
  }
  .news__boder-container .items .videos img, .news__boder-container .items .videos .mask {
    transition: all 0.3s;
  }
  .news__boder-container .items .videos .mask {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .news__boder-container .items .videos .mask span {
    display: block;
    width: 5.208vw;
    height: 3.5vw;
    border-radius: 10px;
    line-height: 3.385vw;
    font-size: 1.5625vw;
  }
  .news__boder-container .items .videos .mask span:hover {
    border-color: var(--pro-main-color);
    color: var(--pro-main-color);
  }
  .news__boder-container .items .videos:hover img {
    transform: scale(1.08);
  }
  .news__boder-container .items .params {
    margin: 1.667vw 0 0.9375vw;
    font-size: 0.729vw;
  }
  .news__boder-container .items .title {
    font-size: 0.9375vw;
  }
  .news__detail {
    padding: 3.698vw 10.417vw 1.146vw;
  }
  .news__detail .boder {
    color: #333333;
  }
  .news__detail .boder .header {
    padding: 2.5vw 10.417vw;
  }
  .news__detail .boder .header span {
    display: inline;
  }
  .news__detail .boder .content-box {
    padding: 5.208vw 10.417vw 5.104vw;
  }
  .news__detail .boder .content-box .params {
    font-size: 16px;
  }
  .news__detail .boder .content-box .title {
    font-size: 24px;
    padding: 1.40625vw 0 1.76vw;
    margin-bottom: 2.76vw;
  }
  .news__detail .boder .content-box .content {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
  }
  .news__detail .boder .pagingbar .pages .page {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 20px;
  }
  .news__detail .boder .pagingbar .pages .page.last-page {
    margin-left: 16.667vw;
  }
}
@media screen and (min-width: 1920px) {
  .news__header-pc .category a {
    font-size: 0.833vw;
  }
  .news__header-pc .years {
    font-size: 0.833vw;
  }
}
