@media (min-width: 1440px) {
  .container {
    width: 1260px;
  }
}
@media (min-width: 1680px) {
  .container {
    width: 1500px;
  }
}
@media (min-width: 1900px) {
  .container {
    width: 1720px;
  }
}
.section-1 {
  background-image: url(/Assets/CNBG/v2/img/Publication/story/bg1.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: right top;
}
.section-1 .container {
  padding-top: 50px;
  padding-bottom: 25px;
}
.section-1 .video-js {
  width: 100%;
  height: auto;
}
.section-1 .vjs-big-play-button {
  background-image: url(/Assets/CNBG/v2/img/Publication/icon-play.png) !important;
  background-size: 100% 100% !important;
  border: none;
}
.section-1 .vjs-big-play-button::before {
  content: none;
}
@media (min-width: 768px) {
  .section-1 {
    background-image: url(/Assets/CNBG/v2/img/Publication/story/bg1-pc.gif);
    background-size: cover;
  }
  .section-1 .pic-box {
    padding-left: 5%;
  }
  .section-1 .container {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .section-1 .container .info-box {
    flex: 0 0 44%;
  }
}
.section-1 .story-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  padding-bottom: 10px;
}
.section-1 .story-info .story-num span:nth-child(1) {
  font-size: 5em;
  line-height: 1;
}
.section-1 .story-info .story-num span:nth-child(2) {
  font-size: 1em;
}
@media (min-width: 768px) {
  .section-1 .story-info {
    flex-direction: column;
    align-items: flex-start;
    border: none;
  }
  .section-1 .story-info .text-right {
    font-weight: normal;
    font-size: 1.7em;
  }
  .section-1 .story-info .story-num span:nth-child(1) {
    font-size: 8em;
  }
  .section-1 .story-info .story-num span:nth-child(2) {
    font-size: 2em;
  }
}
.section-1 .title {
  font-size: 1.8em;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .section-1 .title {
    font-weight: bold;
    font-size: 3em;
    padding: 0;
  }
  .section-1 .title span {
    border-bottom: 2px solid #6b6f73;
    display: inline-block;
  }
}
.section-1 .pic-box {
  position: relative;
  overflow: hidden;
}
.section-1 .pic-box a.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .section-1 .pic-box {
    flex: 0 0 56%;
  }
  .section-1 .pic-box a.btn-play {
    width: 100px;
    height: 100px;
  }
}
.section-1 a.btn-line {
  margin-top: 15px;
}
.section-2 .cover img {
  margin-left: -30px;
}
.section-2 .editorial {
  text-align: left;
}
.section-2 .editorial .date {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 10px;
}
.section-2 .editorial .date h5 {
  font-weight: bold;
}
.section-2 .editorial .date h5 a span {
  color: #c7000b;
  font-size: 16px !important;
  padding-left: 20px;
}
.section-2 .editorial .issue {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #666;
}
.section-2 .editorial h4 {
  color: #666;
  font-weight: bold;
}
.section-2 .editorial h3 {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
.section-2 .editorial .abstract {
  clear: both;
}
.section-2 .editorial .abstract .text-box {
  color: #666;
}
.section-2 .editorial .abstract .text-box .row {
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.section-2 .editorial .abstract .text-box .moreinfo p {
  padding: 0 0 15px;
  font-size: 0.875em;
}
.section-2 .editorial .btn-loadmore {
  display: inline-block;
  text-align: center;
  line-height: 36px;
  color: #666666;
  text-decoration: none;
}
.section-2 .editorial .btn-loadmore span {
  vertical-align: middle;
  color: #666666;
  font-size: 16px;
  display: inline-block;
  margin-right: 5px;
}
.section-2 .editorial .btn-loadmore .glyphicon {
  font-size: 16px;
  font-weight: bold;
  line-height: 0;
  color: #c7000b !important;
  margin-left: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
@media (min-width: 768px) {
  .section-2 .editorial {
    padding: 20px 30px 20px 0;
  }
}
.section-3 {
  background-color: #f8f8f8;
  background-image: url(/Assets/CNBG/v2/img/Publication/story/s2-bg-m.gif);
  background-size: 39% auto;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.section-3 .content-box {
  padding-top: 25px;
}
.section-3 .swiper-button-next,
.section-3 .swiper-button-prev {
  display: none;
}
@media (min-width: 768px) {
  .section-3 {
    background-size: auto 100%;
  }
  .section-3 h2.title {
    text-align: center;
  }
  .section-3 .content-box {
    position: relative;
  }
  .section-3 .content-box .swiper-button-prev {
    display: block;
    left: -40px;
  }
  .section-3 .content-box .swiper-button-next {
    display: block;
    right: -40px;
  }
}
.section-3 .container {
  position: relative;
}
.section-3 .swiper-container {
  margin-left: -7.5px;
  margin-right: -7.5px;
  padding-bottom: 100px;
}
.section-3 .swiper-container .swiper-pagination {
  bottom: 50px;
}
@media (min-width: 768px) {
  .section-3 .swiper-container {
    padding-bottom: 20px;
  }
  .section-3 .swiper-container .swiper-pagination {
    display: none;
  }
}
.section-3 .swiper-slide {
  width: 50%;
  padding: 0 7.5px;
}
@media (min-width: 768px) {
  .section-3 .swiper-slide {
    width: 20%;
    text-align: center;
  }
}
