.squere{
  position: relative;
}
body .inner, body main {
    padding-left: 40px;
    padding-right: 40px;
}
.advert-item,.advert-item-top,.squere{
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.advert-item span.ggtxt,.lianghui span.ggtxt,.squere span.ggtxt{
  position: absolute;
  top:0;
  left: 0;
  right: unset;
  color: #fff;
  background: rgb(119 119 119 / 80%);
  display: inline-block;
  width: 24px;
  height: 42px;
  font-size: 16px;
  text-align: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  writing-mode: tb;
  padding: unset;
  padding-bottom: 3px;
}
#liveingUl{
  margin-bottom:18px;
}
.cols .figure img{
  object-fit: contain;
}
.instant-content .instant-left .cols.col-1.horizontal .wrap .figure{
  background: #eee;
}
.content-wrapper{
  padding-top:0;
}
.content-wrapper .content-left .content-item.cols h3{
  font-weight: bold;
}
.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;
  max-width: 1100px;
  padding: 0 20px;
  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: 18px;
}
.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;
}
.breadcrumbs a:not(:last-child):after{
  content: " >>";
  width: auto;
  height: auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: unset;
}
.breadcrumbs{
  padding-top: 5px;
  margin-bottom: 5px;
  margin-top: 15px;
}
.breadcrumbs a:nth-child(1){
  display: none;
}
.breadcrumbs a:last-child{
  color: #c82f24;
  margin-left: 10px;
}
.cols {
  margin-top: 0px;
}
@media(max-width:1400px){
  body .inner, body main {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }
}
@media(max-width:767px){
  body .inner, body main {
    padding-left: 1.87vw;
    padding-right: 1.87vw;
  }
}
@media(max-width:650px){
  .content-wrapper {
    padding: 20px 0 0;
  }
  .content-wrapper .content-left .content-item.cols .item{
    padding:0;
  }
  body main .top .item .leftImg,
  body main .top .item .rightTxt{
    width:100%;
  }
  body .bannerImg .m-banner{
    display:block;
  }
  body .bannerImg .banner-img{
    display:none;
  }
}
.category-content .category-section .featured-secondary ul li a {
  overflow:hidden;
}
.content-wrapper .content-left .content-item.cols h2{
  font-weight: bold;
}
.inner .top .item{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px solid #888;
}
.inner .top .item .leftImg{
  width: calc(35% - 10px);
}
.inner .top .item .rightTxt{
  width: calc(65% - 10px);
}
.inner .top .item .rightTxt .title{
  font-weight: 700;
  font-size: 22px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.inner .top .item .rightTxt .summary{
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.bannerImg .m-banner{
  display:none;
}
.inner .top .item:last-child{
  border:none;
}
.time{
  padding:0 20px;
  font-size:22px;
  text-align:right;
}