body main{
  padding: 0 40px;
}
body .cols span.article-title{
  font-size:18px;
  font-weight:normal;
}
body .cols .post-content{
  font-size: 14px;
  height: unset!important;
  color:#999999;
}
body .cols .post-meta{
  font-size: 12px;
}
#liveingUl{
  margin-bottom:18px;
}
body .cols .figure img{
  height:unset;
  object-fit: inherit;
  position:static;
}
body .instant-content .instant-left .cols.col-1.horizontal .wrap .figure{
  max-width: unset;
  min-width: unset;
  flex: none;
  max-height: 300px;
  overflow: hidden;
}
body .content-wrapper .content-left .content-item.cols .item{
  margin-bottom: 25px;
  border-top: 1px dashed #c6c6c6;
  padding-top: 20px;
}
body .content-wrapper .content-left .content-item.cols .item:first-of-type{
  border-top: 0;
}
body .cols .figure:after{
  display:none;
}
.content-wrapper{
  padding-top:0;
}
.content-wrapper .content-left .content-item.cols h3{
  font-weight: bold;
}
.cols .figure:after{
  padding-top: 57%;
}
.cols .post-content{
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.5em;
  max-height: 5em !important;
  height: 5em !important;
  font-size: 13px;
}
/* 今日大公樣式 */
.top-nav-box{
  border-bottom:1px solid #c00;
  margin-top: 5px;
  height: 39px;
}
.top-nav{
  margin-top: 5px;
  margin: 0 auto;
}
.today-ul{
  overflow-x: auto;
  list-style: none;
  white-space:nowrap;
  width: auto;
  display: flex;
}
.today-ul li{
  float:left;
  text-align:center;
  height:39px;
  line-height:39px;
  margin-left: 14px;
}
.today-ul li:first-of-type{
  margin-left: 0;
}
.today-ul li a{
  width: 100%;
  height: 100%;
  display: inline-block;
}
.today-ul li a:hover{
  cursor: pointer;
  color:#c9333a;
}
.today-ul::-webkit-scrollbar{
  display: none;
}
@media (max-width:1400px){
  body .today-ul li a{
    font-size:1.2vw;
  }
  body .today-ul li{
    margin-left:1vw;
    height: 2vw;
    line-height: 2vw;
  }
  body .top-nav-box{
    height: 2vw;
  }
}
@media(max-width:1099px){
  body .today-ul li a{
    font-size:1.5vw;
  }
  body .today-ul li{
    height: 3vw;
    line-height: 3vw;
  }
  body .top-nav-box{
    height: 3vw;
  }
}
@media(max-width:767px){
  body main{
    padding:0 1.87vw;
  }
  body .cols.col-1.horizontal .wrap{
    display:block;
  }
  body .instant-content .instant-left .cols.col-1.horizontal .wrap .text{
    padding:0;
    margin-top:1.5vw;
  }
  body .instant-content .instant-left .cols.col-1.horizontal .wrap .figure{
    width:100%;
  }
  body .today-ul li a{
    font-size:3.7vw;
  }
  body .today-ul li{
    height: 7vw;
    line-height: 7vw;
  }
  body .top-nav-box{
    height: 7vw;
  }
  body .cols span.article-title{
    font-size:4.27vw;
    line-height:5.33vw;
  }
  body .cols .post-content{
    font-size:3.5vw;
    line-height: 5vw!important;
  }
  body .cols .post-meta{
    font-size:3.2vw;
  }
  .content-wrapper {
    padding: 20px 0 0;
  }
  body .content-wrapper .content-left .content-item.cols .item{
    padding:4vw 0 0 0;
  }
}
.category-content .category-section .featured-secondary ul li a {
  overflow:hidden;
}
.content-wrapper .content-left .content-item.cols h2{
  font-weight: bold;
}