.upload{

}
.up_files{
    margin-top:0;
}
.upload .up_files ul li{
    line-height:32px;
    height:32px;
    background:#fff;
    float:none;
    width:auto;
    display:block;
    margin:0 ;
    position:relative;
    padding: 0 10px;
    cursor: pointer;
}
.upload .up_files ul li img {
    margin:10px 5px 0 0 ;
    width: 14px;
    height: 14px;
}
.upload .up_files ul li .fileName{
    display:block;
    float:none;
    max-width: none;
    min-width: auto;
    margin: 0;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
}
.upload .attachment-operation-group{
    display:none;
    min-width: 60px;
    text-align: left;

}
.upload .up_delete,
.upload .up_down{
    float:right;
}
.upload .up_delete,.upload .up_preview,.upload .up_down{
    margin-left:10px ;
    display: inline-block;
    padding: 0;
}
.upload .up_delete:before,
.upload .up_preview:before,
.upload .up_down:before{
    content:' ';
    background:url(../images/attach-icon/delete_nor@4x.png) no-repeat center center;
    width:20px;
    height:20px;
    display:inline-block;
    background-size:14px 14px;
    vertical-align: middle;
}
.upload .up_preview:before{
    background:url(../images/attach-icon/view_nor@4x.png) no-repeat center center;
    background-size:14px 14px;
}
.upload .up_down:before{
    background:url(../images/attach-icon/download_nor@4x.png) no-repeat center center;
    background-size:14px 14px;
}

.upload .up_files ul li:hover .attachment-operation-group{
    display:inline-block;
}
.upload .up_files ul li .fileName p{
    display:inline-block;
    line-height: 32px;
}

.up-f-opertion{
    float:right;
}
.upload .up_files ul li .fileName .up-f-progress{
    display:inline-block;
    width:96px;
    height:4px;
    background: #F1F2F4;
    border-radius: 100px;
    position:relative;
    overflow: hidden;

}
.upload .up_files ul li .fileName .up-f-progress span{
    display:inline-block;
    background: #278AF2;
    border-radius: 100px;
    height:4px;
    position:absolute;
    left:0;
    top:0;
}
.upload .up_files ul li .fileName .up-f-tit{
    color: #5A5A5A;
    width:50%;
    overflow:hidden;
    text-overflow: ellipsis;
}
.upload .up_files ul li .fileName p .up-f-size{
    overflow: hidden;
    min-width: 60px;
    display: inline-block;
    vertical-align: bottom;
    text-align: right;
}
.upload .up_files ul li:hover{
    background: #E9F4FE;
}
.upload .up_files ul li:hover *{
    color: #278AF2;
}
.upload .up_files ul li:hover  .fileName .up-f-tit{
    color: #278AF2;
}
.up_files ul li .file-check{
    top: 8px;
    margin-right: 8px;
}
 .up-f-opertion .up-f-size,
 .up-f-opertion .up-f-name,
 .up-f-opertion .up-f-time,
 .up-f-opertion .up-f-statu{
    margin:0 5px;
}
.upload .up_files.small_up_files ul li{
    height:64px;
}
.small_up_files.up_files ul li:hover{
    background:transparent;
}
.small_up_files.up_files ul li .fileName{
    height:64px
}
.upload .up_files.small_up_files ul li .fileName .up-f-tit{
    float:left;
}
 .small_up_files.up_files ul li .fileName .up-f-opertion{
    display: block;
     float:right;
     max-width: 100%;
 }
.upload .small_up_files .attachment-operation-group{
    float:right;
}
.small_up_files.up_files ul li .fileName .up-f-tit:hover{
    background: #E9F4FE;
}