body{
  background-color:#fffaea!important;
  color:#ffffff;
}
.inner{
  height:100%;
}
.oneLine,.twoLine,.threeLine,.eightLine{
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-align-last: left; /* 或者设置为 right */
}
.oneLine {
  -webkit-line-clamp: 1;
}
.twoLine{
  -webkit-line-clamp: 2;
}
.threeLine{
  -webkit-line-clamp: 3;
}
.eightLine{
  -webkit-line-clamp: 8;
}
.video-box .post-date,.storyTime{
  color:#616161;
}
.nav-menu{
  width:100%;
  background:#dd9e51;
  height:83px
}
/*body .main-box{
  max-width:1280px;
  margin:0 auto;
  padding:0;
}*/
.nav-menu-list{
  display:flex;
  justify-content:space-between;
  height:100%;
}
.nav-menu-list-unit{
  height:100%;
  flex:none;
  width:200px;
  display:flex;
  justify-content:center;
  align-items:center;
  cursor:pointer;
  background:rgba(255,255,255,0);
  transition:0.5s;
}
.nav-menu-icon{
  width:38px;
  flex:none;
}
.nav-menu-list-unit-title{
  margin-left:8px;
  font-size:26px;
  flex:none;
}
.nav-menu-list-unit-active{
  background:rgba(191,123,40,1);
}
.swiper-box{
  padding:75px 0 100px 0;
  background-image:url(https://tkww-static.tkww.hk/special/LingnanFengwu/bg1.png);
  background-repeat:no-repeat;
  background-position:left 0 top 306px;
  background-size:100% 617px;
}
body .swiper-box-main{
  border:1px solid #dd9e52;
  border-radius:25px;
  padding:5px;
}
.swiper1{
  width:100%;
  height:100%;
  border-radius: 25px;
  border: solid 4px transparent;
  background-image: linear-gradient(0deg, #ffce6f 0%, #ffe18f 27%, #fff3ae 53%, #ffce6f 100%);
  background-origin: border-box;
}
.swiper1-slide-inner{
  display:flex;
  width:100%;
  height:100%;
}
.swiper1-slide-left{
  flex:none;
  height:100%;
}
.swiper1-img{
  width:720px;
  height:405px;
}
.swiper1-slide-right{
  flex:1;
  background-color:#296d64;
  background-image:url(https://tkww-static.tkww.hk/special/LingnanFengwu/swiper-right-bg2.png),url(https://tkww-static.tkww.hk/special/LingnanFengwu/swiper-right-bg1.png),url(https://tkww-static.tkww.hk/special/LingnanFengwu/swiper-right-bg3.jpg);
  background-repeat:no-repeat,no-repeat,no-repeat;
  background-size:50px 15px,89px 44px,100% 201px;
  background-position:left 21px top 23px,right 17px top 14px,left 0 bottom 0;
  padding-top:85px;
}
.swiper1-title{
  font-size:22px;
  color: #ffe191!important;
  width:247px;
  margin: 0 auto;
  line-height: 34.6px;
  text-align:justify;
}
.swiper1-text{
  font-size:17px;
  line-height: 22.6px;
  width:227px;
  margin: 50px auto 0 auto;
  color:#ffffff!important;
  text-align:justify;
}
.swiper1-pagination{
  text-align:left;
  padding-left:20px;
}
.swiper1-pagination .swiper-pagination-bullet{
  opacity: 1;
  background-color: #e8b465;
  width:13px;
  height:13px;
}
.swiper1-pagination .swiper-pagination-bullet-active{
  background-color: #ffffff;
}
.swiper1-pagination .swiper-pagination-bullet{
  margin:0 5px!important;
}
body main{
  height:100%;
}
.video-box{
  width:100%;
  background-image:url(https://tkww-static.tkww.hk/special/LingnanFengwu/bg3.png),url(https://tkww-static.tkww.hk/special/LingnanFengwu/bg2.png);
  background-repeat:no-repeat,no-repeat;
  background-size:105px 47px,100% 100%;
  background-position:top 18px left 47.19%,0 0;
  padding-top:65px;
  padding-bottom:40px;
}
.column-title{
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  border-bottom:3px solid #296d64;
}
.column-title-img{
  height:56px;
  flex:none;
}
.column-title-right{
  width:69px;
  flex:none;
}
.more{
  font-size:18px;
  color: #296d64!important;
  display:block;
  text-align: right;
}
.more-bottom{
  width:100%;
}
.video-story{
  width:100%;
  display:flex;
}
.video-story-unit{
  padding: 14px 12px 16px;
  flex: none;
  border-bottom-right-radius:25px;
  border-bottom-left-radius:25px;
}
.video-story-unit:hover{
  background-image:linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,1));
}
.video-story-unit-top{
  width:315.96px;
  height:177.73px;
  position: relative;
}
.thumImg-box{
  position:relative;
  z-index:10;
}
.video-btn-box{
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}
.video-btn{
  display:block;
  width:46px;
  height:44px;
  left:8px;
  bottom:8px;
}
.story-title-div{
  width:315.96px;
  height:75px;
  padding:10px 8px 15px;
  background:#296d64;/*c6a055*/
}
.story-title-div-small.storyTitleFontFamily{
  color:#ffffff!important;
  font-size:19px;
  line-height:25px;
  text-align:justify;
}
.video-story-unit:hover .story-title-div{
  background:#c6a055;
}
.post-date{
  font-size:16px;
  text-align:right;
  margin-top:10px;
}
.video-story-unit:hover .post-date{
  color: #c6a055;
}
.news-box{
  padding-top:66px;
  padding-bottom:36px;
  background-image:url(https://tkww-static.tkww.hk/special/LingnanFengwu/bg3.png);
  background-repeat:no-repeat;
  background-size:105px 47px;
  background-position:top 18px left 47.19%;
}
.news-story{
  margin-top:20px;
  width:100%;
  padding:19px 16px 32px;
  background:#ffffff;
}

.news-story .item{
  margin-top:42px;
}
.news-story .item:first-of-type{
  margin-top:0;
}
.news-story .item,.news-story .storyTub{
  width:100%;
}
.news-story .storyTub{
  display:flex;
}
.news-story .storyTub a{
  flex:none;
}
.news-story .storyTub img{
  width:280px;
  height:157.5px;
}
.news-story .storyTub .right-box{
  flex:1;
  margin-left:12px;
}
.news-story .oneLine{
  font-size: 27.19px;
  color: #296d64!important;
}
.news-story .item:hover .oneLine{
  color: #c6a055!important;
}
.news-story .twoLine{
  font-size: 20.64px;
  color: #616161!important;
  margin-top:3px;
}
.news-story .storyTime{
  font-size: 17.23px;
  margin-top:22px;
  text-align: right;
  padding:0;
}
.map-box{
  background:#c6a055;
  padding-bottom:26px;
}
.map-title{
  width:445px;
  display:block;
  margin:0 auto;
}
.map-box-main{
  position:relative;
  width:100%;
  height:100%;
  padding-bottom:93px;
}
.map-story{
  display:flex;
  justify-content:space-between;
  flex-wrap: wrap;
}
.map-story .item{
  width:315px;
  flex:none;
  margin-top:39px;
}
.map-story .item:nth-child(-n+3){
  margin-top:0;
}
.map-story .text,.map-story .article-title{
  max-width:100%;
}
.map-story .text{
  margin-left:-2px;
}
.map-story .article-title{
  background:#ffffff;
  padding:0 13px 0 11px;
  height:39px;
  line-height:39px;
  color: #a47c2c!important;
  border-top-left-radius:39px;
  border-top-right-radius:39px;
  border-bottom-right-radius:39px;
  display:inline-block;
  font-size:19px;
}
.map-story .hasbg{
  width:100%;
  height:404.77px;
  position:relative;
  margin-top:13px;
}
.map-story .hasbg img{
  width:100%;
  height:100%;
  position:relative;
  z-index:10;
  border-top-right-radius:39px;
  border-bottom-left-radius:39px;
  display:block;
}
.map-story-top,.map-story-bottom,.map-story-left,.map-story-right{
  position:absolute;
  z-index:99;
}
.map-story-top,.map-story-bottom{
  width:calc(100% + 4px);
  height:2px;
  left:-2px;
}
.map-story-top{
  top:-2px;
  background-image:linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0) 80%);
}
.map-story-bottom{
  bottom:-2px;
  background-image:linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0) 80%);
}
.map-story-left,.map-story-right{
  width:2px;
  height:calc(100% + 4px);
  top:-2px;
}
.map-story-left{
  left:-2px;
  background-image:linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0) 80%);
}
.map-story-right{
  right:-2px;
  background-image:linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0) 80%);
}
.map-more{
  position:absolute;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  width:150px;
  text-align:center;
  font-size: 20px;
}
.map-more-text{
  width:100%;
  text-align:center;
  font-size: 20px;
  color:#ffffff!important;
}
.map-more-img{
  width:28px;
  margin:8px auto 0;
}
.star-box{
  padding-top:80px;
  background-image:url(https://tkww-static.tkww.hk/special/LingnanFengwu/bg3.png);
  background-repeat:no-repeat;
  background-size:105px 47px;
  background-position:top 33px left 52.9%;
}
.star-story{
  display:flex;
  flex-wrap: wrap;
  justify-content:space-between;
  margin-top:36px;
}
.star-story .video-story-unit{
  padding:0;
  margin-top:32px;
}
.star-story .video-story-unit:nth-child(-n+3){
  margin-top:0;
}
.report-box{
  padding-top:84px;
  background-image:url(https://tkww-static.tkww.hk/special/LingnanFengwu/bg3.png),url(https://tkww-static.tkww.hk/special/LingnanFengwu/bg4.png);
  background-repeat:no-repeat,no-repeat;
  background-size:105px 47px,100% 442px;
  background-position:top 37px left 38.9%,top 24px left 0;
  padding-bottom:43px;
}
.report-box .roll-view{
  margin-top:22px;
}
.footer .site-footer{
  margin-top:0;
  background-color: #edd9b1;
}
.footer .footer-tap{
  color: #c6a055!important;
}
.nav-menu-fixed{
  position:fixed;
  left:0;
  top:0;
  z-index:99;
}
.nav-slide{
  position:relative;
  z-index:10;
}
@media (max-width:1279px){
  .nav-menu-list-unit{
    width:18vw;
  }
  .nav-menu-list-unit-title{
    font-size:21px;
  }
  .swiper1-img{
    width:60vw;
    height:33.75vw;
  }
  .swiper1-slide-right{
    background-size: 5vw 1.5vw,8.9vw 4.4vw,100% 20.1vw;
    padding-top:7vw;
  }
  .swiper1-title{
    width:26vw;
    font-size:19px;
    line-height:25px;
  }
  .swiper1-text{
    width:28vw;
    font-size:16px;
    margin:2vw auto 0;
    line-height: 21px;
    -webkit-line-clamp: 5;
  }
  .swiper-box{
    padding: 5vw 0 9vw 0;
    background-position: left 0 top 21vw;
    background-size: 100% 61.7vw;
  }
  .video-story-unit-top{
    width:28vw;
    height:15.75vw;
  }
  .story-title-div{
    width:28vw;
  }
  .video-box{
    background-size: 105px 47px,118% 100%;
    background-position: top 18px left 47.19%,left 51% top 0;
  }
  .video-btn {
    width:5.6vw;
    height:5.4vw;
  }
  .story-title-div-small.storyTitleFontFamily{
    font-size:17px;
  }
  .post-date{
    font-size:14px;
  }
  .news-story .oneLine{
    font-size:20px;
  }
  .news-story .twoLine{
    font-size:17px;
  }
  .column-title-img{
    height: 5.5vw;
  }
  .more {
    font-size: 17px;
  }
  .column-title-right{
    width:63px;
  }
  .news-story .storyTub img {
    width: 28vw;
    height: 15.75vw;
  }
  .news-story .item {
    margin-top: 2vw;
  }
  .map-title{
    width: 44.5vw;
  }
  .map-story .item{
    width: 29vw;
  }
  .map-story .hasbg{
    height:37.26vw;
  }
  .news-story .storyTime{
    margin-top: 1vw;
  }
  .map-story .hasbg img{
    border-top-right-radius: 5vw;
    border-bottom-left-radius: 5vw
  }
}
@media (max-width:767px){
  body main{
    padding: 0 4.5vw;
  }
  .news-story .twoLine{
    -webkit-line-clamp: 3;
  }
  .nav-menu,.nav-menu-fixed{
    position:fixed;
    z-index:99;
    height:unset;
    padding: 3vw 0;
    width:30vw;
    top: 7vw;
    right: 4.5vw;
    left:unset;
    opacity: 0.9;
    display:none;
  }
  .nav-menu-list{
    display: block;
  }
  .nav-menu-icon{
    width: 5.8vw;
  }
  .nav-menu-list-unit-title{
    font-size: 16px;
  }
  body .nav-menu main{
    padding: 0;
  }
  .nav-menu-list-unit{
    width: 100%;
    justify-content: flex-start;
    padding: 0.5vw 2vw;
  }
  .swiper1-slide-inner{
    display: block;
  }
  body .swiper-box-main{
    border: 0.1vw solid #dd9e52;
    padding: 1vw;
  }
  .swiper1{
    border: solid 1.1vw transparent;
  }
  .swiper1-img{
    width: 86.1vw;
    height:48.43vw;
  }
  .swiper1-title{
    width: 75vw;
    -webkit-line-clamp: 2;
  }
  .swiper1-text{
    display:none;
  }
  .swiper1-slide-right{
    height:26vw;
    padding-top: 10vw;
  }
  .swiper1-pagination.swiper-pagination-bullets{
    bottom:28vw!important;
  }
  .column-title-img{
    height:7.7vw;
  }
  .more {
    font-size: 16px;
  }
  .video-story{
    display:block;
  }
  .video-box{
    background-size: 105px 47px,200% 100%;
  }
  .video-story-unit{
    padding: 3vw 2vw 2vw;
  }
  .video-story-unit-top{
    width:87vw;
    height:48.94vw;
  }
  .story-title-div{
    width:100%;
  }
  .video-btn {
    width: 11vw;
    height: 10.8vw;
  }
  .video-story-unit{
  background-image:linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,1));
  }
  .video-story-unit .story-title-div{
  background:#c6a055;
  }
  .video-story-unit .post-date{
  color: #c6a055;
  }
  .news-story{
    padding: 4vw 3vw 5vw;
  }
  .news-story .storyTub{
    display:block;
  }
  .news-story .storyTub img{
    width:85vw;
    height:47.81vw;
  }
  .news-story .storyTub .right-box {
    margin-left:0;
    margin-top: 2vw;
  }
  .news-story .item{
    margin-top:5vw;
  }
  .map-title{
    width:60vw;
  }
  .map-story .article-title{
    font-size:16px;
  }
  .map-story .article-title{
    height: 34px;
    line-height: 34px;
    border-top-left-radius: 34px;
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px;
  }
  .map-story .item{
    width:27vw;
  }
  .map-story .hasbg{
    height:34.69vw;
    margin-top:0;
  }
  .map-story .article-title{
    font-size:14px;
  }
  .map-story .item{
    margin-top: 4.5vw;
  }
  .map-more-text,.map-more{
    font-size:15px;
  }
  .map-more-img{
    width: 6vw;
    margin: 1vw auto 0
  }
  .star-story{
    margin-top: 4vw;
  }
  .star-story .video-story-unit{
    width:100%;
  }
  .star-story .video-story-unit-top{
    width:91vw;
    height:51.19vw;
  }
  .star-story .video-story-unit:nth-child(-n+3){
    margin-top:5vw;
  }
  .star-story .video-story-unit:nth-child(1){
    margin-top:0;
  }
  .star-story .video-story-unit:nth-child(n+4){
    display:none;
  }
  .map-box-main{
    padding-bottom:18vw;
  }
  .swiper1-pagination{
    padding-left:3.7vw;
  }
}