.file_list li{
list-style-type:decimal;
/*文件列表前添加序号(123)*/
list-style-position:inside;
/*序号位于文件列表内部*/
} 

