.downloadlist{padding:58px 0; background:#ffffff;}
.downloadlist-item{border-bottom:1px dashed #d8d8d8;}
.downloadlist-item div{display:block; position:relative; padding:16px; border-radius:3px; overflow:hidden; background:#fff;}
.downloadlist-item div:before{position:absolute; top:0; left:0; bottom:0; content:''; width:0; transition:.6s; transform-origin:top left; background:#f8f8f8;}
.downloadlist-item ins{float:left; position:relative; margin:4px 16px 0 0; z-index:2; color:#fc6b00;}
.downloadlist-item ins>i{font-size:28px;}
.downloadlist-item span{display:block; position:relative; z-index:2; overflow:hidden;}
.downloadlist-item span h3{font-weight:normal; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; line-height:32px; height:32px; transition:.6s; font-size:17px;}
.downloadlist-item span p{margin:6px 0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; overflow:hidden; color:#686868; }
.downloadlist-item span u{display:block; text-decoration:none; line-height:26px; height:26px; font-size:13px; transition:.6s; color:#989898;}
.downloadlist-item div:hover:before{width:100%;}
.downloadlist-item div>a{position:absolute; display:inline-block; z-index:3; right:18px; top:16px; padding:4px 12px; border-radius:3px; font-size:14px; background:#fff; border:1px solid #fc6b00; color:#fc6b00;}
.downloadlist-item div>a:hover{color:#fff; background:#fc6b00;}
.downloadlist-page{padding:38px 0 0;}
@media(max-width:1200px){
.downloadlist{padding:38px 0;}
}
@media(max-width:767px){
.downloadlist{padding:18px 0;}
.downloadlist-page{padding:18px 0 0;}
}