.pagination_alts{
  background: url(https://tkww-static.tkww.hk/special/vedio_title-bg.png) center center/contain no-repeat;
  background-size: 100% 100%;
  padding: 15px;
}
.pagination_champion{
  background: url(https://tkww-static.tkww.hk/special/vedio_title-bg.png) center center/contain no-repeat;
  background-size: 100% 100%;
  padding: 15px;
}
.pagination_vedio{
  background: url(https://tkww-static.tkww.hk/special/vedio_title-bg.png) center center/contain no-repeat;
  background-size: 100% 100%;
  padding: 15px;
}
.pagination_news{
  background: url(https://tkww-static.tkww.hk/special/vedio_title-bg.png) center center/contain no-repeat;
  background-size: 100% 100%;
  padding: 15px;
}
.pagination_baike{
  background: url(https://tkww-static.tkww.hk/special/vedio_title-bg.png) center center/contain no-repeat;
  background-size: 100% 100%;
  padding: 15px;
}
.columnName{
  color: #fff;
  position: relative;
  top: 20px;
}
.show_all_btn .prev {
  background-image: url(https://tkww-static.tkww.hk/titleBottomArrow.png);
  transform: rotate(90deg);
}
.show_all_btn .next {
  background-image: url(https://tkww-static.tkww.hk/titleTopArrow.png);
  transform: rotate(90deg);
}
body{
  background-color: #fff !important;
}
/* 獎牌榜樣式 */
.medal-list ul{
  background: url(../img/beijing2022/jpb-title.png) center center/contain no-repeat;
  background-size: 100% 100%;
  height: 75px;
}
.medal-list ul li {
  float: left;
  width: 160px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 19px;
}
.medal-list ul li:nth-child(2) span {
  position: relative;
  top: 24px;
  left: -45px;
}
.medal-list ul li:nth-child(3) img, .medal-list ul li:nth-child(4) img, .medal-list ul li:nth-child(5) img{
  width: 33px;
  position: relative;
}
.medal table {
  padding-top: 2px;
  width: 100%;
  display: inline-block;
}
.medal table tr {
  background: #fff;
  margin-bottom: 10px;
}
.medal td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 130px;
  width: 9%;
  height: 34px;
  line-height: 39px;
  text-align: center;
}
@media(min-width: 1365px){
  .medal-list ul li {
    width: 160px;
  }
  .medal-list ul li:nth-child(3) img {
    position: relative;
    left: 50px;
  }
  .medal-list ul li:nth-child(4) img {
    position: relative;
    left: 75px;
  }
  .medal-list ul li:nth-child(5) img {
    position: relative;
    left: 95px;
  }
  .medal-list ul li:nth-child(6) span {
    position: relative;
    top: -36px;
    left: 58px;
  }
  .medal td {
    width: 7%;
  }
}
@media(min-width: 651px){
  .medal-list ul {
    height: 150px;
    padding-top: 80px;
  }
}
@media(max-width: 650px){
  main .storyList .item .wrap{
    display: block;
  }
  main .storyList .item .wrap .figure{
    width: 100%;
  }
  main .storyList .item .wrap .text{
    width: 100%;
  }
  .inner, main {
    padding: 0 10px;
  }
  .columnName{
    font-size: 20px;
  }

}