.container {
  width: 100%;
}

.wrap {
  min-width: 100%;
}
.head {
  height: 4.64rem;
  box-sizing: border-box;
  padding-top: 2.3rem;
}
.head .tit {
  font-size: 1rem;
  line-height: 1.6;
}

.all_box {
  padding-bottom: 1rem;
  position: relative;
  margin: 0 auto;
  width: 10.33rem;
  min-height: 90vh;
}
.all_time {
  border-bottom: 1px solid #6d6f72;
  height: 76px;
  color: #ffffff;
  width: 98%;
  margin: 0 auto 100px;
}
.list_all li {
  margin-bottom: 0.7rem;
  box-sizing: border-box;
}
.list_all li a {
  display: block;
  width: 100%;
  height: 100%;
}
.list_all li img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.list_all li p {
  overflow: hidden;
  margin: 0 auto;
  width: 96%;
  color: #ffffff;
  font-size: 0.46rem;
  line-height: 1.4;
}
.list_all li p.all_txt1 {
  margin: 0.2rem auto;
  opacity: 0.4;
}
.list_all li p.all_txt2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-transform: uppercase;
}
.list_all li p.all_txt3 {
  color: #898989;
  margin-top: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/*news*/
.wrap1 .head {
  height: 3.1rem;
}

.new_box {
  padding: 0 0.46rem;
  min-height: 50vh;
}
.new_box img,
.new_box video {
  display: block;
  margin: 0.66rem auto 0;
  max-width: 100%;
  height: auto;
}
.new_tit {
  height: 1.04rem;
  border-bottom: 1px solid #38393e;
}
.new_tit p {
  font-size: 0.5rem;
  color: #ffe1aa;
  background-image: linear-gradient(#ffd59d, #ffd59d, #fffcc7 85%);
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-family: "dinprob";
  text-transform: uppercase;
  width: 60%;
  float: left;
}
.btn_back {
  color: #ffffff;
  text-transform: uppercase;
  overflow: visible;
  font-size: 0.46rem;
  opacity: 0.56;
}
.btn_back em {
  background-position: -1.98rem -0.46rem;
  width: 0.11rem;
  height: 0.19rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
  transition: 0.4s linear all;
}
.new_ct {
  border-bottom: 1px solid #38393e;
  padding: 0.3rem 0;
}
.new_box img.n6_pic {
  width: 6rem;
  margin: 0 auto;
}
.new_subtit {
  font-size: 0.9rem;
  color: #ffffff;
  font-family: "dinprob";
  margin: 0 auto 0.5rem;
  text-transform: uppercase;
  line-height: 1.2;
}
.new_info {
  color: #ffffff;
  opacity: 0.4;
  font-size: 0.46rem;
}
.new_info em {
  color: #a4a4a4;
}

.new_detail {
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 1.3rem;
  font-size: 0.46rem;
  position: relative;
}
.new_detail ul {
  color: rgba(255, 255, 255, 0.6);
}

.new_detail p,
.new_detail table {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.66rem;
}
.new_detail p.new_intr {
  color: #ffffff;
}
.new_detail h1,
.new_detail h2,
.new_detail h3,
.new_detail h4,
.new_detail h5,
.new_detail h6 {
  color: #ffffff;
  margin-top: 0.66rem;
}
.new_detail p.new_intr1 {
  color: #ffffff;
  margin-bottom: -0.56rem;
}
.new_detail p.pic_tips {
  text-align: center;
  margin: 0 auto;
}
.new_detail p em {
  display: block;
  text-indent: 40px;
}
.new_detail p a {
  text-decoration: underline;
  color: #265cff;
  white-space: normal;
  word-break: keep-all;
  word-wrap: break-word;
}
.previous {
  position: relative;
  margin: 0.64rem auto 0;
  padding-bottom: 1.6rem;
  max-width: 13.66rem;
  width: 98%;
}
.previous_tit,
.btn_next {
  color: #ffffff;
  text-transform: uppercase;
}
.btn_next {
  position: absolute;
  top: 0;
  right: 0;
}

.list_code {
  width: 100%;
  margin: 0.2rem auto 0;
}
.list_code li {
  width: 33%;
  float: left;
}
.list_code li img {
  width: 94%;
  max-width: 3rem;
  margin: 0 auto;
  display: block;
}
.list_code li P {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-top: 0.1rem;
  line-height: 1.2;
}

.list_oth {
  margin: 0.56rem auto 0;
}
.list_oth li {
  width: 50%;
  float: left;
}
.list_oth li img {
  display: block;
  width: 100%;
}
.list_oth a {
  display: block;
  width: 98%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.list_oth span {
  position: absolute;
  height: 0.96rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 0.26rem;
  color: #dcdbdb;
  font-family: "dinprob";
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
  transition: 0.4s linear all;
}
.list_oth a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.6s linear all;
}
.list_oth a:hover:after {
  opacity: 1;
}
.list_oth a:hover span {
  opacity: 1;
}

.more_box {
  width: 98%;
}
.page_box {
  float: right;
}

.list_all {
  height: 20rem;
  overflow: hidden;
  transition: all 2s;
}
.list_all.show {
  height: auto;
  overflow: visible;
}

/* lightspeed-all-aboard news */
.info-bg {
  display: block;
  width: 100%;
  height: auto;
}

.btn-ls {
  display: block;
  position: absolute;
  top: 73.2rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(https://image.lightspeed-studios.com/byXBcPzu/index/images/news/n20_pic2.png)
    no-repeat;
  width: 9.1rem;
  height: 5.3rem;
  background-size: 100% 100%;
  object-fit: cover;
}

.video-box {
  margin: 0.66rem auto 0;
  width: 100%;
  height: auto;
}

.video-box video {
  width: 100%;
  height: 100%;
}
