.index-second-box-unit-title{
  padding-left:clamp(5px,1.3vw,13px);
  background-image:url(https://tkww-static.tkww.hk/v5/index/epaper/title_bg.png);
  background-size:calc( 527 / 831 * 100% ) auto;
  background-repeat:no-repeat;
  background-position:left 0 bottom 0;
}
.public-list .story-list-unit-top{
  width:calc( 264 / 831 * 100% );
  margin-right:clamp( 10px,1.8vw,18px);
}
.card-list{
  display:none;
}
.card-list .story-list-unit-top{
  margin-bottom:8px;
}
.card-list .story-list-unit{
  width:calc( 392 / 829 * 100% );
  box-shadow: 0px 0px 8.5px 1.5px 
		rgba(116, 116, 116, 0.28);
  transition:0s!important;
}
.card-list .story-list-unit-content{
  padding:0;
}
.card-list .story-list-unit{
  padding:10px 0 13px 0;
  background-color: #ffffff;
}
.card-list .story-list-unit:hover{
  background-color: #dcdcdd;
}
.card-list .story-list-unit-inner{
  width:calc( 358 / 392 * 100% );
  margin:0 auto;
}
body .date-area .layui-laydate-content td{
  line-height:48px;
}
body #date-area{
  width:100%;
  margin-top:clamp(10px,3vw,30px);
}
body .hot-box-content{
  margin-top: clamp(5px,1.2vw,12px);
}
.index-second-box-unit-title-link{
  font-size: clamp(14px,3vw,30px);
  font-weight: bold;
  line-height: clamp(28px,5.2vw,52px);
  color: #c20815;
  min-width:clamp( 40px,8vw,80px );
  text-align-last:justify;
  display:inline-block;
}
.public-box-left .story-list-unit-title{
  font-weight:bold;
  height:unset;
}
.public-box-left .story-list-unit-text{
  margin-top:20px;
}
.public-box-left{
  width:calc( 831 / 1440 * 100% );
}
.public-box-right{
  width:calc( 563 / 1440 * 100% );
}
.public-list .story-list-unit-content{
  padding:0;
}
.public-list .story-list-unit-text,.card-list .story-list-unit-text{
  height:unset;
}
.public-list .story-list-unit:not(:hover){
  background-color:rgba(0,0,0,0);
}
.hot-box-list{
  width:100%;
}
.hot-box-list-unit{
  margin-top:clamp(10px,3vw,30px);
}
.hot-box-list-unit:first-of-type{
  margin-top:0;
}
body .public-list .story-list-unit{
  margin-top:0;
  padding:clamp( 10px,2.5vw,25px ) 9px clamp( 10px,1.7vw,17px );
  border-radius:0;
  border-bottom:1px solid #919191;
}
body .public-list{
  margin-top:5px;
}
.top-nav-box {
  border-bottom: 1px solid #c00;
  margin-top: 5px;
  height: 39px;
}
.today-ul {
  overflow-x: auto;
  list-style: none;
  white-space: nowrap;
  width: auto;
  display: flex;
}
.today-ul li:first-of-type {
    margin-left: 0;
}
.today-ul li {
  float: left;
  text-align: center;
  height: 39px;
  line-height: 39px;
  padding:0 10px;
}
li {
  list-style-position: inside;
}
.today-ul li a:hover {
  cursor: pointer;
  color: #c9333a;
}
.today-ul .current-menu-item a {
  color: #CB1722;
}
.menu-list{
  margin-left:auto;
}
.menu-list-unit{
  width:clamp( 100px,13vw,132px );
  position:relative;
  margin-left:12px;
}
.menu-list-unit:first-of-type{
  margin-left:0;
}
.menu-list-unit img{
  width:100%;
}
.menu-list-unit .menu-list-unit-img{
  position:relative;
  z-index:10;
}
.menu-list-unit .menu-list-unit-img-active{
  position:absolute;
  z-index:99;
  left:0;
  top:0;
  opacity:0;
}
.menu-list-unit-active .menu-list-unit-img-active{
  opacity:1;
}
@media (max-width:1200px){
  body .date-area .layui-laydate-content td{
    line-height: 5vw;
  }
}
@media (max-width:768px){
  .menu-list-unit{
    width: clamp(70px, 14vw, 161px);
  }
}
@media (max-width:576px){
  .menu-list-unit{
    width: clamp(70px, 28vw, 161px);
  }
  .public-list .story-list-unit-top{
    width:calc(361 / 831 * 100%);
  }
  body .date-area .layui-laydate-content td{
    line-height: 13vw;
  }
  body .top-nav-box {
    height: 7vw;
  }
  body .today-ul li {
    height: 7vw;
    line-height: 7vw;
  }
  .index-second-box-unit-title{
    background-size: clamp(1px,55vw,200px) auto;
  }
  .index-second-box-unit-title-link{
    font-size: clamp(1px,4.61vw,26px);
    line-height: clamp(1px, 8vw, 52px)
  }
  .public-box>.flex{
    display:block;
  }
  .public-box .public-box-left,.public-box .public-box-right{
    width:100%;
  }
  .public-box .story-list-unit-text{
    font-size: clamp(1px, 3.73vw, 14px);
    line-height: clamp(1px, 4.73vw, 18px);
  }
  .public-box .story-list-unit-title{
    height:unset;
    -webkit-line-clamp: 2;
  }
  
  body .hot-box-content{
    box-shadow: 0px 0px 9px 2px rgba(116, 116, 116, 0.28);
    width:100%;
    margin-top:clamp( 1px,11vw,30px );
  }
  body .hot-box-content-title{
    margin-left:7px;
  }
  body .hot-box-list{
    margin-top:10px;
  }
  body .hot-box-list-unit{
    padding-right: clamp(10px, 2.1vw, 21px);
  }
}