.downloadlist {
    background: ;
    overflow:hidden;
}

.downloadlist .list-box {
    position: relative;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 30px;
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #616F7D;
}
.downloadlist .list-box a{
    color: rgb(29,26,37);
}
.downloadlist .list-box a:hover{
    color: rgb(252,107,0);
}
.downloadlist .list-box b {
    font-weight: inherit;
    display: block;
    padding: 10px 0;
}

.downloadlist .list-box b i {
    font-style: normal;
    opacity: .68;
    margin-left: 18px;
}

.downloadlist .list-box b i:first-child {
    margin-left: 0;
}

.downloadlist .list-box button{
    margin-top: 15px;
}