/*当前路径*/
div.weizhi{width:calc(100% - 10px); height:40px; line-height:40px; background:#fff; padding-left:10px; margin-bottom:10px; border-radius:7px}
div.weizhi span{margin:0 5px}

/*主体*/
div.modle{width:1200px; margin:20px auto 0 auto; overflow:hidden}

div.article{width:590px; overflow:hidden; float:left; position:relative}
div.article span.more{height:22px; line-height:22px; font-size:22px; text-align:center; position:absolute; top:10px; right:0; z-index:1}
div.article span.more a{display:inline-block; height:22px; line-height:22px}
div.article h2{height:40px; line-height:40px}
div.article ul{}
div.article li{height:35px; line-height:35px; background:#fff; margin-top:5px; border-radius:7px; overflow:hidden}
div.article li a{display:block; line-height:35px; padding:0 10px 0 10px}
div.article li:hover{background:#17A5FF}
div.article li:hover a,div.article li:hover>span.filesize{color:#fff}
div.article li span.filesize{color:#343434; font-size:12px; margin-right:10px; padding-left:10px; float:right}