#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/reporterdiaryzh/bg.jpg)no-repeat;
  background-size: 100% auto;
  background-position: bottom;
  background-color: #7188d6 !important;
}
.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;
}
#storyList{
  background:url(https://tkww-static.tkww.hk/agreementImg/images/projectImg/special/reporterdiaryzh/bg-center.png);
}
@media(max-width: 650px){
  .bg{
    background: url(https://tkww-static.tkww.hk/agreementImg/images/projectImg/special/reporterdiaryzh/phone_bg.jpg) no-repeat;
    background-position: bottom;
    background-size: 100%;
  }
  #storyList{
    background: url(https://tkww-static.tkww.hk/agreementImg/images/projectImg/special/reporterdiaryzh/bg-center.png) ;
    background-position: bottom;
  }
}