.m-right{
    border: 1px solid #DEDEDE;
    background: #fff;
}
.download{
    padding: 14px 20px 40px;
}
.download ul{
    margin-bottom: 30px;
}
.download ul li{
    font-size: 14px;
    color: #333333;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px dashed #E8E8E8;
}
.download ul li a{
    display: block;
    float: right;
    width: 80px;
    height: 26px;
    border: 1px solid #EA6254;
    border-radius: 4px;
    color: #EA6254;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    margin-top: 8px;
}
.download ul li.now a,.download ul li a:hover{
    color: #FFFFFF;
    background: #FD7466;
    border: 1px solid #FD7466;
}