.downloadlist{padding:58px 0; background:#f8f8f8;}
.downloadlist-list{float:left; width:75%; padding:0 38px 0 0;}
.downloadlist.left .downloadlist-list{float:right; padding:0 0 0 38px;}
.downloadlist-list{float:left; width:75%;}
.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:#505fb7;}
.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:21px;}
.downloadlist-item span p{margin:6px 0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; overflow:hidden; color:rgb(0,0,0); }
.downloadlist-item span u{display:block; text-decoration:none; line-height:26px; height:26px; font-size:17px; 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 #505fb7; color:#505fb7;}
.downloadlist-item div>a:hover{color:#fff; background:#505fb7;}
.downloadlist-content dir{padding:12px 0;}
.downloadlist-sub{float:left; width:25%;}
.downloadlist-recom{padding:8px 18px;}
.downloadlist-recom li{display:block; position:relative; z-index:2; overflow:hidden; padding:8px 0;}
.downloadlist-recom li+li{border-top:1px dashed #e8e8e8;}
.downloadlist-recom li h4{font-weight:normal; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.downloadlist-recom li u{display:block; text-decoration:none; color:#989898;}
@media(max-width:1200px){
.downloadlist{padding:38px 0;}
.downloadlist-list,
.downloadlist.left .downloadlist-list{float:none; width:auto; padding:0 0 18px 0;}
.downloadlist-sub{float:none; width:auto;}
}
@media(max-width:767px){
.downloadlist{padding:18px 0;}
.downloadlist-content{padding:8px;}
.downloadlist-item ins{display:none;}
.downloadlist-item span h3{height:auto; line-height:2; font-size:20px;}
.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;}
.downloadlist-recom{padding:6px 12px;}
}