.more {
    position: absolute;
      top: 27%;
    transform: translateY(-50%);
    right: 0;}
.title  {
    position: relative;}
.more a {
    display: block;
    width: 67px;
    height: 36px;
    line-height: 36px;
    background: url(images/more1.png) no-repeat center bottom;
    font-size: 16px;
    color: #9B9B9B;
    text-align: center;
    transition: all 0.4s;}

.more:hover a {
    color: #9F181E;}
