.video-slide{
  position: relative;
  height: 30vw;
  margin-top: 0px;
}
#pcImg{
  display: block;
  z-index: 10;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left:13vw;
  top: -2vw;
  text-align: center;
}
#pcImg img{
  display: inline-block;
}
.storySummay{
  color: #777;
}
.subLine{
  width: 100%;
  height: 1px;
  border-top: 4px solid #cb1722;
  border-bottom: 4px solid #ededed;
}
.threeLine {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.5em;
  max-height: 4.5em;
}
.video-box{
  position: relative;
}
.twoLine {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.5em;
  max-height: 3em;
}
.oneLine {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.5em;
  max-height: 24px;
}
.bg-img{
  margin-top: 6%;
}
.post-meta{
  text-align: right;
  font-size: 13px;
  color: #777;
  margin-top: 10px;
}
.site-footer {
  background-color: #e21216;
}
#APP-show{
  display:none;
}
#PC-show{
  display:block;
}
.lf{
  float: left;
}
.rt{
  float: right;
}
.section-title a{
  background-position: 100% !important;
  color: #333 !important;
  font-size: 18px;
  display: flex;
  align-items: center;
  width: auto;
  padding-right: 15px;
  bottom: 23px;
}
main {
  padding: 0px;
  max-width: 1200px;
}
.featured-news{
  width:100%;
}
.top-area{
  margin: 0;
  margin: 0px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1000;
  margin-top: 40px;
}
.content-area{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.top-left{
  width: 59%;
  float: left;
}
.top-right{
  width:39%;
  float: right;
}
.new-top{
  display: flex;
  justify-content: space-between;
}
.vedio-title{
  font-size: 18px;
  margin: 10px 0 5px;
}
.new-top-right{
  width: 39%;
}
.big_vedio{
  height: auto;
  width: 100%;
}
.zgrwssfd img{
  width: 100%;
}
.new-top-left{
  width: 59%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
  margin-top: 10px;
}
.news-list>div{
  width: 49%;
}
.dwhkt{
  border-left: 2px solid red;
  padding-left: 10px;
}
.news-list .section-title img{
  float: left;
}
.news-list .section-title{
  display: block;
  height: 60px;
  margin-bottom: 10px;
}
.new-top-left .title{
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: #333;
}
.new-top-left .summery{
  text-indent: 2em;
  color: #777;
}
.new-top-left .summery a{
  color: #777;
}
.zgrwssfd{
  margin: 20px 0;
  clear: both;
}
.content-story-list{
  padding: 10px 0 5px 0;
  border-bottom: 1px solid #e7e3e3;
}
.content-story-list .lf-line{
  width: 38%;
  display: inline-block;
  margin-right: 8px;
}
.content-story-list .rt-txt{
  display: inline-block;
  width: calc(60% - 10px);
  vertical-align: top;
  padding: 0 0px;
}
.content-story-list .story-item-title{
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  width: 100%;
  height: 5.3rem;
  overflow: hidden;
}
.news-zxbd{
  clear: both;
}
.swiper-slide {
  text-align: start;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start;
}
.swiper-container{
  width: auto;
  height: auto;
}
.vedio-big{
  position: relative;
}
.video-btn{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.storyTitleFontFamily{
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
}
.cloud {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://tkww-static.tkww.hk/agreementImg/images/projectImg/special/nationalSecurity/cloud.png) center no-repeat;
  background-size: contain;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: bannerCloud 20s linear 5s infinite normal;
  animation: bannerCloud 20s linear 5s infinite normal;
}
body{
  background: url(https://tkww-static.tkww.hk/agreementImg/images/projectImg/special/nationalSecurity/bg.jpg) no-repeat;
  background-size: 100%;
}
@media(max-width: 3000px) and (min-width: 2550px){
  .video-slide{
    height: 18vw;
  }
}
@media(max-width: 2550px) and (min-width: 2000px){
  .video-slide{
    height: 23vw;
  }
}
@media(max-width: 2000px) and (min-width: 1590px){
  .video-slide{
    height: 20vw;
  }
}
@media(max-width: 1590px) and (min-width: 1025px){
  main{
    padding: 5px;
  }
  .video-slide{
    height: 30vw;
  }
}
@media(max-width: 1024px) and (min-width: 700px){
  #container{
    width: 100% !important;
    height: 260px !important;
  }
  .map-box{
    height: 260px !important;
  }
}
@media(max-width: 768px) and (min-width: 649px){
  .post-meta{
    display: none;
  }
}
@media(max-width: 650px){
  body{
    background: url(https://tkww-static.tkww.hk/agreementImg/images/projectImg/special/nationalSecurity/bg-phone.jpg) no-repeat;
    background-size: 100%;
  }
  .dwhkt {
    border-left: 0;
    padding-left: 0;
  }
  .new-top,.top-area{
    display: block;
  }
  .test{
    display:none;
  }
  main{
    padding: 5px;
  }
  .news-list>div {
    width: 100%;
    float: none;
  }
  .vedio-smail-list{
    margin-top: 20px;
  }
  body{
    font-size: 16px;
  }
  .vedio-smail-item{
    margin-bottom: 20px;
  }
  .new-top-left{
    width: 100%;
    display: block;
  }
  .new-top-left .title{
    margin-bottom: 0px;
  }
  .new-top-left .item{
    margin-bottom: 10px;
  }
  .top-left {
    width: 100%;
    float: none;
  }
  .top-right{
    width: 100%;
    float: none;
  }
  .new-top-right {
    width: 100%;
  }
  .cloud{
    background: url(https://tkww-static.tkww.hk/agreementImg/images/projectImg/special/nationalSecurity/cloud.png) 50% 0px no-repeat;
    background-size: 100% 100%;
  }
}

/* 云 */
@-webkit-keyframes bannerCloud {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  10%,
  80% {
    opacity: 0.7;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
}
/* 輪播圖 */
/*roll*/
.roll-view {
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.roll-list {
  margin: 0;
  padding: 0;
  font-size: 0;
  white-space: nowrap;
  position: relative;
}
.roll-list li {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  width: 20%;
  height: auto;
  margin-right: 10px;
}
.roll-list a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  color: #555;
  overflow: hidden;
  position: relative;
  width: auto;
  height: auto;
  z-index: 999;
}
.roll-list a:after {
  content: '';
  width: 100%;
  height: 0;
  padding-top: 157.3%;
  display: block;
}
.roll-list img {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.roll-list span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.storySummary{
  font-size: 14px;
}
.comment-content-new .right-box .title{
  font-size: 18px;
}
body h2 {
  font-size: 19px;
}