body{
  background-color:rgba(119,209,245,1);
  background-size:746px auto,745px auto;
  background-position:left 0 top 0,right 0 bottom 0;
  background-repeat:no-repeat,no-repeat;
}
body .footer{
  background-color:#1662b2;
}
.swiper1-box{
  width:100%;
  height:calc( 812px * 9 / 16 );
  margin-top:105px;
  display:flex;
}
.swiper1{
  width:calc( 812 / 1280 * 100% );
  flex:none;
}
.swiper1-img{
  width:100%;
  height:100%;
}
.swiper1-box-right{
  flex:1;
  background-color: #247fd3;
}
.swiper1-title-box{
  padding:5px 10px;
  border-bottom:solid 1px #263e87;
  height:20%;
  display: flex;
  align-items: center;
}
.swiper1-title{
  font-size:22px;
  color: #ffffff;
  line-height: 34.6px;
  height:calc( 34.6px * 2 - 1px );
}
.swiper1-title-box-active{
  background-image: linear-gradient(to right, #8a85df 70%, transparent);
  color: #fef9a7;
  border-bottom:solid 1px rgba(0,0,0,0);
}
.swiper1-title-box-active .swiper1-title{
  color: #fef9a7;
}
.swiper1-title-box:last-child{
  border-bottom:solid 1px rgba(0,0,0,0);
}
.swiper1-pagination-box{
  position: absolute;
  z-index: 99;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.8));
}
.swiper1-pagination{
  /*text-align:right;*/
  top: unset!important;
  bottom: 19px!important;
  left:19px!important;
}
.swiper1-pagination .swiper-pagination-bullet{
  opacity: 1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0 5px!important;
}
.swiper1-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #3a9cf7;
}
.title-img-box{
  position:relative;
}
.title-img{
  width:calc( 400 / 1280 * 100% );
  display:block;
  margin:75px auto 0;
}
.more-button{
  font-size: 20px;
  color: #247fd3;
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
}
.video-swiper-box{
  position:relative;
}
.video-swiper{
  margin-top:23px;
}
.video-swiper-button-prev,.video-swiper-button-next{
  width:37px;
  height:72px;
}
.video-swiper-button-prev{
  left:-35px;
}
.video-swiper-button-next{
  right:-35px;
}
.video-story-unit{
  width:90%;
  margin-left:auto;
  margin-right:auto;
  border-radius: 20px;
  background-color: #247fd3;
}
.video-story-unit:hover{
  background-color: #9190de;
}
.video-story-unit img.thumImg{
  width:100%;
  height:calc( 3 / 10 * 1280 * 0.9 * 9 / 16 * 100% );
  position:relative;
  z-index:10;
}
.video-story-unit-top{
  position:relative;
  border-radius: 20px;
  overflow:hidden;
}
.video-btn-box{
  position:absolute;
  z-index:99;
  width:100%;
  height:60px;
  background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.8));
  left:0;
  bottom:0;
}
.video-btn{
  width:35px;
  position:absolute;
  left:12px;
  bottom:13px;
}
.video-title-box{
  padding-top:4px;
  padding-bottom:10px;
  padding-left:10px;
  padding-right:10px;
}
.video-swiper .title{
  color: #ffffff;
  font-size: 19px;
  line-height: 31px;
  height:61px;
}
.news-list{
  display:flex;
  margin-top:25px;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
}
.news-list .item{
  width:31.5%;
  flex: none;
  margin-top:23px;
}
.news-list .item:hover{
  background-image: linear-gradient(to bottom, rgba(145,144,222,1) 60%, rgba(0,0,0,0));
}
.news-list .item:hover .storySummary .threeLine,.news-list .item:hover .storyTime{
  color: #b3e9ff;
}
color: #b3e9ff;
.news-list .item:nth-child(-n+3){
  margin-top:0;
}
.news-list .storyTub img{
  width:100%;
  height:calc( 1280px * 0.315 * 9 / 16 );
}
.news-list .title{
  font-size: 19px;
  line-height: 31px;
  color: #ffffff;
  height:61px;
}
.news-list .right-box{
  padding: 10px 10px 31px;
}
.news-list .storySummary{
  margin-top:13px;
}
.news-list .storySummary .threeLine{
  font-size: 15px;
  line-height: 25px;
  color: #224981;
  height:calc( 25px * 3 - 1px );
  text-align:justify;
}
.news-list .storyTime{
  font-size:13px;
  color: #224981;
  text-align:right;
}
.m-t-0{
  margin-top:0;
}
.report-roll-box{
  padding-top:34px;
  padding-bottom:55px;
  background-image:url(https://tkww-static.tkww.hk/special/legislation/report-bg.png);
  background-size:100% 100%;
}
body .roll-view{
  width:calc( 1210 / 1280 * 100% );
  margin-left:auto;
  margin-right:auto;
}
body .roll-list li{
  width:19%;
}
.report-roll-box{
  margin-top:25px;
}
@media (max-width:1400px){
  .swiper1-box{
    height:calc( 812 / 1280 * 100% * 9 / 16 );
  }
  .swiper1-title{
    font-size: 1.7vw;
    line-height: 2.5vw;
    height: 5vw;
  }
  .news-list .storyTub img{
    height: calc( 31.5% * 1280 * 9 / 16 );
  }
  .more-button{
    font-size:1.5vw;
  }
}
@media (max-width:767px){
  .wap-list .item:nth-child(n+7){
    display:none;
  }
  .more-button{
    font-size:3.2vw;
  }
  .swiper1-box{
    margin-top: 6vw;
  }
  .swiper1-box{
    display:block;
    height:unset;
  }
  .swiper1{
    width:100%;
    height:calc( ( 100vw - 1.87vw - 1.87vw ) * 9 / 16 )
  }
  .swiper1-title{
    font-size: 4.27vw;
    line-height: 5.5vw;
    height: unset;
  }
  .title-img{
    width: 50vw;
    margin-top: 7vw;
  }
  .video-story-unit img.thumImg{
    height:calc( ( 100vw - 1.87vw - 1.87vw ) * 0.9 * 9 / 16 );
  }
  .video-swiper .title{
    font-size: 4.27vw;
    line-height: 5.5vw;
    height: unset;
  }
  .news-list{
    display: block;
  }
  .news-list .item{
    width:100%;
  }
  .news-list .storyTub img{
    height:calc( ( 100vw - 1.87vw - 1.87vw ) * 9 / 16 );
  }
  .news-list .title{
    font-size: 4.27vw;
    line-height: 5.5vw;
    height: unset;
  }
  .news-list .storySummary .threeLine{
    font-size: 3.73vw;
    line-height: 4.5vw;
    height: unset;
  }
  .news-list .storyTime{
    font-size: 3.2vw;
  }
  .news-list .item{
    margin-top:0;
  }
  .video-swiper-button-prev,.video-swiper-button-next{
    top:42%;
    width: 5vw;
    height: calc( 5vw * 72 / 38 );
  }
  .video-swiper-button-prev{
    left:1vw;
  }
  .video-swiper-button-next{
    right:1vw;
  }
}