#storyList .item:nth-child(even) .storyTub{
  background:url(https://tkww-static.tkww.hk/special/paper-bg2.png)no-repeat;
  background-size: 100% 100%;
}
#storyList .item:nth-child(odd) .storyTub{
  background:url(https://tkww-static.tkww.hk/special/paper-bg1.png)no-repeat;
  background-size: 100% 100%;
}
.bg{
  background:url(https://tkww-static.tkww.hk/agreementImg/images/projectImg/special/bg.jpg);
  background-size: cover;
  background-position: bottom;
}
.num{
  background:url(https://tkww-static.tkww.hk/special/num.png)no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: auto;
  color: #fff;
  margin-top: 15px;
  padding: 3px 18px 3px 10px;
}
.epidemic-top {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
.video-slide img{
  width: 100%;
}
.right-box{
  padding: 10px 15px;
}
.video-slide{
  margin-top: 0px;
}
#pcImg{
  display:block;
}
#appImg{
  display:none;
}
#storyList a:hover{
  color:#cb1722;
}
.site-footer {
  background-color: #0966A4;
}
.site-footer{
  background: transparent;
}
#storyList>div{
  width: calc((100% - 40px) / 3);
  margin-bottom: 20px;
}
#storyList{
  margin-top:20px;
}
.content-story-title{
  padding-top:6px;
  width: 100%;
  display: block;
  line-height: 1.6;
  height: 56px;
  max-height: 56px;;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.content-story-meta {
  font-size: 14px;
}
.content-column-title {
  color: #c21010;
  white-space: nowrap;
  margin-right: 10px;
}
.content-story-title h2{
  color:#333;
}
.right-box{
  margin-top: 5px;
}
body h2{
  font-size: 19px;
}
.storySummary{
  font-size: 14px;
  margin-top: 5px;
}
.footer-tap{
  color: #333 !important;
}
.storyTime{
  display: flex;
  align-items: center;
}
.storyTime img{
  margin-right: 6px;
}
#storyList>div{
  padding-bottom: 5px;
}
@media(min-width: 1366px){
  .item h2 a{
    height: 60px;
  }
}
@media(min-width: 651px){
  .storySummary{
    height: calc(24px * 3);
    line-height: 24px;
  }
}
@media(max-width:650px){
  #appImg{
    display:block;
  }
  #pcImg{
    display:none;
  }
  #storyList>div{
    width: 100%;
  }
}
.bg-img img{
  margin: 0 auto;
}
