#vohkNews_innder{
  margin-top:40px;
}
.vohkNews .vohkNews-box-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vohkNews .vohkNews-box-title a:nth-child(1) img.vohkNews-box-title-img{
  width: 100px;
  height: auto;
}
.vohkNews .vohkNews-box-title img.vohkNews-box-title-img{
  width: 30px;
  height: auto;
}
.vohkNews .vohkNews-box-title>hr{
  flex: 1;
  border-bottom: 1px dashed #e53838;
}
.vohkNews .vohkNews-box-title>.rightURL{
  padding: 5px 10px;
}
.vohkNews .vohkNews-box-title>a>img{
  height: 25px;
}
.vohkNewsList_pc{
  display: flex;
  justify-content: space-between;
}
.vohkNewsList_pc>div{
  display: flex;
  justify-content: space-between;
  width:calc(50% - 10px);
}
.pc_imgs{
  width:calc(55% - 10px);
  height: 191px;
}
.vohkNewsList_pc_left .pc_title,
.vohkNewsList_pc_right .pc_title{
  width:calc(45% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.vohkNews_inner{
  background:url(https://tkww-static.tkww.hk/index-HKTKWW/vohkNewsBackground.jpg)no-repeat;
  background-size:100% 100%;
}
.vohkNewsList_pc .pc_imgs>div{
  display:none;
}
.vohkNewsList_pc .pc_imgs>div:nth-child(1){
  display:block;
}
.vohkNews_inner{
  padding-bottom:10px;
}
.title_box{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  border-bottom: 1px dashed #c6c6c6;
}
.title_box:last-child{
  border-bottom:0;
}
.title_box a:hover{
  color:#b7050f;
}
.vohkNewsList_phone{
  display:none;
}
.phoneList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.phoneList .item{
  width:calc(50% - 15px);
  margin-bottom:15px;
}
.phoneList .item .phone_title{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media(max-width:767px){
  .vohkNewsList_phone{
    display:block;
  }
  .vohkNewsList_pc{
    display:none;
  }
  .vohkNews_inner{
    background:url(https://tkww-static.tkww.hk/index-HKTKWW/vohkNewsBackgroundPhone.jpg)no-repeat;
  }
}

