.big_bg{
  background: url(https://tkww-static.tkww.hk/special/MeetinBeijing/MeetinBeijing_bg.jpg) center center/contain repeat;
  background-size: 100% auto;
  overflow: hidden;
  background-position: top;
}
#storyList .item:nth-child(odd) .storyTub{
  background: url(https://tkww-static.tkww.hk/special/MeetinBeijing/MeetinBeijing_1.png) center center/contain no-repeat;
  background-size: 100% 100%;
  padding: 20px;
}
#storyList .item:nth-child(even) .storyTub{
  background: url(https://tkww-static.tkww.hk/special/MeetinBeijing/MeetinBeijing_2.png) center center/contain no-repeat;
  background-size: 100% 100%;
  padding: 20px;
}
#storyList .item:nth-child(odd) .vote{
  background: url(https://tkww-static.tkww.hk/special/MeetinBeijing/MeetinBeijing_btn1.png) center center/contain no-repeat;
  background-size: 100% 100%;
}
#storyList .item:nth-child(odd) .ballot{
  background: url(https://tkww-static.tkww.hk/special/MeetinBeijing/MeetinBeijing_btn1.png) center center/contain no-repeat;
  background-size: 100% 100%;
}
#storyList .item:nth-child(even) .vote{
  background: url(https://tkww-static.tkww.hk/special/MeetinBeijing/MeetinBeijing_btn2.png) center center/contain no-repeat;
  background-size: 100% 100%;
}
#storyList .item:nth-child(even) .ballot{
  background: url(https://tkww-static.tkww.hk/special/MeetinBeijing/MeetinBeijing_btn2.png) center center/contain no-repeat;
  background-size: 100% 100%;
}
#storyList .btn>div{
  display: inline-block;
  width: 40%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #fff;
}
.time_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.big_bg #storyList .btn{
  display: none ;
}
.storySummary{
  height: 125px;
}
.epidemic-top {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
footer {
  margin-top: 0px;
}
.bg-img img {
  width: auto;
}
#storyList .item .vote:hover{
  cursor: pointer;
}
#pcImg{
  display:block;
}
#appImg{
  display:none;
}
#storyList a:hover{
  color:#cb1722;
}
#storyList>div{
  width: calc((100% - 40px) / 3);
  margin-bottom: 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;
}
.storyListMore {
  padding: 10px;
  text-align: center;
  background: #5c322f;
  color: white;
  cursor: pointer;
}
.storySummary, .moreBtn {
  font-size: 16px;
}
.right-box{
  margin-top: 16px;
}
.storySummary{
  font-size: 14px;
}
#storyList>div{
  padding-bottom: 15px;
}
.site-footer{
  background-color: #117bdf;
}
.storyTub{
  position: relative;
}
.storyTub .orderNumber{
  position: absolute;
  top: 0;
  left: 33px;
  color: #fff;
}
body h2 {
  font-size: 18px;
  line-height: 1.2;
  height: 43px;
  margin-top: 13px;
}
#storyList .item .storyTub{
  height: 290px;
}
@media(max-width:650px){
  #appImg{
    display:block;
  }
  #pcImg{
    display:none;
  }
  #storyList>div{
    width: 100%;
  }
}
.bg-img img{
  margin: 0 auto;
}
.big_bg{
  position: relative;
}
.sixLine{
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.5em;
}
.showTxt{
  position: fixed;
  top: calc(50% - 51px);
  left: calc(50% - 19px);
  width: 100px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #eee;
  background: rgb(30 30 30 / 50%);
  z-index: 99;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  display: none;
}