body{
  background-image:url(https://tkww-static.tkww.hk/special/baizu/bg2.png),linear-gradient(to bottom,rgba(254,183,86,0.9),rgba(254,183,86,0.5)),url(https://tkww-static.tkww.hk/special/baizu/bg.jpg);
  background-size:100% auto,100% 100%,auto auto;
  background-repeat:no-repeat,no-repeat,repeat;
  background-position:left 0 top 1000px,left 0 top 0,left top;
}
.column_live{
  display:none;
}
.column_title{
  width:100%;
}
.column_title .phone_img{
  display:none;
}
.column_title img{
  width:100%;
}
.column_item{
  padding:50px 0 0 0;
}
.news{
  margin-top:50px;
}
.column_item:nth-child(1){
  margin-top:0;
  padding-top: 50px;
}
.pc-img{
  width:100%;
  height:auto;
}
.news-list{
  display:flex;
  margin-top:25px;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  width:90%;
  margin-left:auto;
  margin-right:auto;
}
.news-list .item{
  width:45%;
  flex: none;
  margin-top:23px;
}
.news-list .item:hover{
  background-image: linear-gradient(to bottom, #ff8a00 60%, rgba(0,0,0,0));
}
.news-list .item:hover .title{
  color: #eef4cd;
}
.news-list .item:nth-child(-n+2){
  margin-top:0;
}
.news-list .storyTub img{
  width:100%;
  height:calc( 1280px * 0.45 * 0.9 * 9 / 16 );
}
.news-list .title{
  font-size: 19px;
  line-height: 31px;
  color: #f23803;
  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: #ffffff;
  height:calc( 25px * 3 - 1px );
  text-align:justify;
}
.news-list .storyTime{
  font-size:13px;
  color: #ffffff;
  text-align:right;
}
body .privacy{
  display:none;
}
body .page-footer{
  background-color: #1ca69b;
}
body .page-footer-text{
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
}
body .page-footer{
  padding: 30px 0 40px;
}
@media (max-width:1400px){
  .news-list .storyTub img{
    height: calc( 0.45 * 90% * 1280 * 9 / 16 );
  }
}
@media (max-width:767px){
  .column_title{
    margin-bottom:0;
  }
  .live-inner iframe{
    height: calc( ( 100vw - 1.87vw - 1.87vw ) * 9 / 16 );
  }
  .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{
    width:100%;
  }
  .news-list .item:nth-child(2){
    margin-top:23px;
  }
}