.m-title-bg{
  padding: 10px;
  .m-title-title{
    font-size:16px;
    font-weight:400;
    color:@black;
    line-height:22px;
    white-space: normal;
    word-break: break-all;
  }
  .m-title-href{
    font-size:14px;
    font-weight:400;
    color:@base-color;
    line-height:20px;
    text-decoration: none;
    margin-left: 5px;
  }
  .m-title-subtitle{
    font-size:14px;
    font-weight:400;
    color:rgba(150,150,150,1);
    line-height:20px;
    //text-shadow:0px 1px 3px rgba(0,0,0,0.5);
    display: inline-block;
    margin-top: 5px;
    white-space: normal;
    word-break: break-all;
  }
  .m-title-othor{
    font-size:14px;
    font-weight:400;
    color:rgba(150,150,150,1);
    line-height:20px;
    //text-shadow:0px 1px 3px rgba(0,0,0,0.5);
    display: inline-block;
    margin-top: 5px;
  }
  .m-title-author{
    font-size:14px;
    font-weight:400;
    color:rgba(150,150,150,1);
    line-height:20px;
    //text-shadow:0px 1px 3px rgba(0,0,0,0.5);
    display: inline-block;
    margin-right: 5px;
  }
  .m-title-date{
    font-size:14px;
    font-weight:400;
    color:rgba(150,150,150,1);
    line-height:20px;
    //text-shadow:0px 1px 3px rgba(0,0,0,0.5);
    display: inline-block;
    margin-right: 10px;
  }
}
