body{
  background-image:linear-gradient(#ffd69a,#fffdf4);
}
.top{
  margin:30px 0;
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.top .left{
  position: relative;
  width:59.28%;
}
.top .right{
  width:38.37%;
}
.top .right .list{
  background:#ffffff;
  height:calc(100% - 95.95px);
  position:relative;
}
.top-border{
  position:absolute;
  width:100%;
  height:3px;
  background:#ffbc6b;
  left:0;
  top:0;
}
.bottom-border{
  position:absolute;
  width:100%;
  height:3px;
  background:#dcc085;
  left:0;
  bottom:0;
}
.left-border{
  position:absolute;
  width:3px;
  height:100%;
  background-image:linear-gradient(#ffbc6b,#fee4b1,#fee4b1,#dcc085);
  left:0;
  top:0;
}
.right-border{
  position:absolute;
  width:3px;
  height:100%;
  background-image:linear-gradient(#ffbc6b,#fee4b1,#fee4b1,#dcc085);
  right:0;
  top:0;
}
.swiper{
  overflow: hidden;
}
.top .right .center{
  height:25%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding-right:36px;
}
.top .right .center:nth-child(2n-1){
  background:#ffedee;
}
.top .right .title{
  display:flex;
}
.top .right .title-time{
  font-size:12px;
  color:#333333;
  text-align:right;
  line-height:0.8em;
}
.Circle{
  width: 6px;
  height: 6px;
  background:#e21216;
  border-radius:50%;
  margin-left:23px;
  margin-right:5px;
  margin-top:5px;
  flex:none;
}
.bottom .Circle{
  margin-left:0px;
  margin-right:0px;
  margin-top:8px;
}
#swiper .swiper-pagination {
  bottom: 6px;
  right: -43px;
  left: auto;
  width: 30%;
}
#swiper .swiper-pagination-bullet-active{
  background:#fff;
}
.top .left .swiper-slide .title{
  height: 56px;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-image:url(https://tkww-static.tkww.hk/special/HK26/swiperTextBac.png);
  background-size:100% 100%;
}
.top .left .swiper-slide .title a{
  height: 100%;
  width: 75%;
  margin-left: 15px;
  line-height: 78px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.top .right .title-bac{
  height:95.95px;
}
.area{
  margin-top:8px;
}
.title-bac{
  width:100%;
  position:relative;
}
.title-bac .text{
  position:absolute;
  right:22px;
  bottom:0;
  font-size:15.67px;
  display:block;
  color:#e50e3b;
}
.title-bac img{
  width:100%;
}
.top .right .title-bac img{
  width:100%;
  height:100%;
}
.swiper1 img{
  transform: scale(0.98);
  transform-origin: 100% 100%;
}
.right .title .twoLine{
  line-height:1.2em;
  font-size:16px;
}
.area-list{
  width:100%;
  margin-top:-8px;
  border-radius:20px;
  background-image: linear-gradient(0deg,#dce6ff 23%,#8797ff 100%),linear-gradient(#1b2a8a,#1b2a8a);
  padding:28px 5px 25px;
}
.bottom{
  display:flex;
  justify-content:space-between;
  margin-top:26px;
}
.bottom .left{
  width:59.28%;
}
.bottom .left .title-bac{
  width:100%;
}
.news-list-box{
  width:100%;
  position:relative;
  margin-top:7px;
}
.news-list-unit{
  width:100%;
  display:flex;
  align-items:center;
  background:#ffffff;
}
.news-list-unit:nth-child(2n-1){
  background:#ffedee;
}
.news-img-box{
  flex:none;
  width:32%;
}
.news-img{
  width:100%;
  border-radius:4px;
}
.news-content{
  display:flex;
}
.news-list-unit{
  padding:15px 14px;
}
.news-content{
  flex:1;
  padding-left:7px;
}
.news-text{
  padding-left:5px;
}
.news-text .oneLine{
  font-size:16px;
  color:#000000;
}
.news-text .threeLine{
  color:#5e5e5e;
  font-size:12px;
  margin-top:7px;
}
.news-text .news-time{
  color:#555555;
  font-size: 12px;
  text-align:right;
}
.bottom .right{
  width:38.37%;
}
.video-box{
  margin-top:20px;
}
.video-box .title-bac{
  width:100%;
}
.video-content{
  width:100%;
  background:#ffffff;
  position:relative;
  margin-top:7px;
}
.video-list{
  width:100%;
  padding:18px 17px 26px;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.video-list-unit{
  width:48%;
  border-radius:8px;
  position:relative;
  margin-top:29px;
  flex:none;
  overflow:hidden;
}
.video-list-unit:first-of-type{
  margin-top:0;
  width:100%;
}
.video-img{
  width:100%;
}
.video-title{
  display:flex;
  background:rgba(29,28,27,0.66);
  padding: 3px 8px;
  position:absolute;
  left:0;
  bottom:0;
  align-items:center;
  box-sizing:border-box;
  width:100%;
}
.video-title-img{
  width:23px;
  flex:none;
  margin-right:7px;
}
.video-title .oneLine{
  font-size: 14px;
  flex:1;
  color:#ffffff;
}
.video-list-unit:first-of-type .oneLine{
  font-size:16px;
}
.video-list-unit:first-of-type .video-title-img{
  width:34px;
}
.report-img{
  width:14.4%;
  margin-bottom:7px;
}
.bottom_box{
  margin-top:26px;
}
.site-footer{
  background:#db3736;
}
.title-bac .wap{
  display:none;
}
@media (max-width:1279px){
  .top .left{
    width:65.28%;
  }
  .top .right{
    width:32.37%;
  }
  .top .right .title-bac{
    height: 64.95px;
  }
  .top .right .list{
    height: calc(100% - 64.95px);
  }
  .title-bac .text{
    right: 0;
    bottom: 0;
    padding:0.1vw;
  }
  #swiper .swiper-pagination{
    right:-1vw;
  }
  .area-list{
    padding:1vw 2vw 0;
  }
}
@media (max-width:819px){
  .top .right .title-bac{
    height: 60.95px;
  }
  .top .right .list{
    height: calc(100% - 60.95px);
  }
}
@media (max-width:767px){
  #storyList>div{
    width: 100%;
  }
  body .top .left,
  body .top .right{
    width:100%;
  }
  body .top .left{
    margin-bottom:30px;
  }
  body .bottom .list .item{
    width:calc(50% - 10px);
  }
  body .bottom .list .item .title{
    font-size:16px;
  }
  body .top .right .list{
    height:200px;
  }
  body .top .right .list{
    height:69vw;
    margin-top:3vw;
  }
  .area-list{
    display:block;
    padding:2vw 3vw 2vw 3vw;
  }
  .title-bac .pc{
    display:none;
  }
  .title-bac .wap{
    display:block;
  }
  .title-bac .text{
    right:3vw;
  }
  .area .title-bac .text {
    right: 4vw;
    bottom: -1vw;
  }
  .bottom{
    display:block;
  }
  .bottom .left,.bottom .right{
    width:100%;
  }
  .news-text .oneLine{
    -webkit-line-clamp: 2;
  }
  .bottom .right{
    margin-top:4vw;
  }
  .report-img{
    width: 34vw;
  }
  .top .right .title-bac{
    height:unset;
  }
}