.new-show {
  padding-top: 127px;
}
.new-show .ns-top {
  background: #f8f8f8;
}
.new-show .ns-top .nst {
  padding: 145px  0 89px 132px;
}
.new-show .ns-top .nst .nst-t {
  font-size: 16px;
  font-weight: 400;
  color: #111111;
}
.new-show .ns-top .nst .nst-b {
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  padding-top: 28px;
}
.new-show .ns-top .nsb {
  font-size: 36px;
  font-weight: 300;
  color: #111111;
  line-height: 60px;
  padding-top: 139px;
  padding-bottom: 139px;
}
.new-show .ns-main .nsm .nsm-t {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: auto;
  margin-top: 142px;
  cursor: pointer;
}
.new-show .ns-main .nsm .nsm-t img {
  width: 100%;
  height: auto;
}
.new-show .ns-main .nsm .nsm-b {
  margin-top: 45px;
}
.new-show .ns-main .nsm .nsm-ts {
  margin-top: 45px;
  transform: rotate(180deg);
}
.new-show .ns-main .nsb {
  padding-top: 48px;
  max-width: 952px;
}

.new-show .ns-bt {
  width: 56px;
  height: 56px;
  margin: 92px auto;
  cursor: pointer;
}
.new-show .ns-bt img {
  width: 100%;
  height: auto;
}
.new-show .ns-bottom {
  padding-bottom: 150px;
}
.new-show .ns-bottom .nsb-title {
  font-size: 36px;
  font-weight: 300;
  color: #cccccc;
  margin-left: 55px;
}
.new-show .ns-bottom .nsb-title i {
  font-style: normal;
  font-size: 18px;
  font-family: 'Futura';
  font-weight: 400;
  color: #111111;
}


.news-change-btn {
  display: none;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.news-change-btn .news-return {
  margin: 0 30px;
}

.news-change-btn img {
  width: 40px;
}
.news-change-btn .news-next img {
  transform: rotate(180deg)
}

@media screen and (max-width: 991px) {
  .new-show .ns-top .nsb {
  	padding-top: 50px;
    padding-bottom: 50px;
  }
  .new-show .ns-top .nst {
    padding: 70px 0 50px 50px;
 }

}

@media screen and (max-width: 767px) {
  .news-change-btn {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .is-pc {
    display: none;
  }
}