.app-href{
  display: none !important;
}
.web-href{
  display: initial !important;
}
.news-title,.news_title{
  display: inline-block;
  width: calc(100% - 40px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  .app-href{
    display: inline-block !important;
  }
  .web-href{
    display: none !important;
  }
}
/* https://public.zhenweievents.com/css/common.kele.css */