.downloadlist{padding:58px 0; background:#f8faff;} 
.downloadlist-content{background:#fff; padding:16px;}
.downloadlist-item{border-bottom:1px solid #e8e8e8;}
.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:skewX(-30deg); transform-origin:top left; background:#f8f8f8;}
.downloadlist-item ins{float:left; position:relative; margin:4px 16px 0 0; z-index:2; color:#768047;}
.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:18px;}
.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; transition:.6s; color:#989898;}
.downloadlist-item div:hover:before{width:100%; transform:skewX(0);}
.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 #768047; color:#768047;}
.downloadlist-item div>a:hover{color:#fff; background:#768047;}
.downloadlist-content dir{padding:12px 0;}
@media(max-width:1200px){
.downloadlist{padding:38px 0;}
}
@media(max-width:767px){
.downloadlist{padding:18px 0;}
.downloadlist-content{padding:8px;}
.downloadlist-item ins{display:none;}
.downloadlist-item span h3{height:auto;}
.downloadlist-item span p{margin:3px 0;}
.downloadlist-item div{padding:8px;}
.downloadlist-item div>a{position:relative; top:0; right:auto; margin-top:8px; padding:2px 8px;}
}