.download ul li{
    width: 250px;
    height: 210px;
    background: #FFFFFF;
    float: left;
    margin: 0px 10px 20px;
    border: 1px solid #D4D4D4;
}
.download ul li .d-top{
    padding: 0px 35px 25px;
    border-bottom: 1px solid #EDEDED;
}
.download ul li .d-tit{
    font-size: 16px;
    color: #333333;
    height: 56px;
    padding: 16px 0px;
}
.download ul li .d-tit i{
    font-style: normal;
    display: block;
}
.download ul li span{
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 12px;
}

.download ul li span img{
    width: 14px;
    height: 14px;
    float: left;
    margin-right: 7px;
    margin-top: -1px;
}
.download ul li .d-footer{
    text-align: center;
    padding: 20px 0px;
}
.download ul li .d-footer a{
    display: inline-block;
    width: 110px;
    height: 36px;
    background: #00B38A;
    border-radius: 4px;
    text-align: center;
    line-height: 36px;
    color: #fff;
}
.download ul li .d-footer a:hover{
    background: #52BAA2;
}

   .download ul li:hover {
    box-shadow: 0 1px 2px 0 rgba(92,92,92,0.15);
}
