main>.main-box{
  background: url()no-repeat;
  background-position: top center;
  background-size: contain;
}
body footer{
  margin-top:0;
}
.hospital-btn {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(https://tkww-static.tkww.hk/search.png) no-repeat 6px 6px;
  background-size: 19px;
  margin-left: 10px;
}
.BottomNews{
  display:none;
}
.mainContent{
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mainContent .DaWenHealthStoryList{
  width: calc(70%);
}
.mainContent .nearby-doctors{
  width: calc(29%);
  margin-top: clamp(10px, 2vw, 21px);
}
html body{
  background-color:#fff;
}
.DaWenHealthStoryList .story-list-unit-bottom-tag,
.Top_content .story-list-unit-bottom-tag{
  display: block;
  padding-right: 5px;
  margin-right: 5px;
  line-height: 1;
  border-right: 1px solid #8f8e8e;
}
@media(max-width:576px){
  .mainContent .DaWenHealthStoryList,
  .mainContent .nearby-doctors{
    width:100%;
  }
  #more-list .story-list-unit{
    width: 100%;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
}
