.tit{
    position: relative;}
.tit .more{
   position: absolute;
    display: inline-block;
    right: 0;
    bottom: 12px;
    background: #993e3b;
    padding: 0 10px;
    line-height: 28px;
    border-radius: 5px;}
.tit .more a{
    color:#fff;}
