.fl{
    float: left;
}
.fr{
    float: right;
}
.upload  .banner img {
    width: 100%;
    /*height: 300px;*/
    vertical-align: bottom;
}
.upload {
    margin-top: 60px;
}
.upload .title-header .title text {
    font-size: 16px;
    color: #ffaf29;
}
.upload  .item{
    position: relative;
    width:980px;
    margin:0px auto;
    padding-top:20px
}
.upload   .tab {
    position: absolute;
    top:18px;
    right: 0;
    overflow: hidden;
}
.upload  .tab a{
    /* width: 60px; */
    text-align: center;
    padding: 4px 10px;
    float: left;
    font-size: 16px;
    border: #999;
    color: #999;
    border: 1px solid #999;
    margin-right: 16px;
    border-radius: 18px;
    cursor: pointer;
}
.upload  .tab a:hover{
    background: #ffaf29;
    color: #fff;
    border: 1px solid #ffaf29;
}

.upload  .tab a.active{
    background: #ffaf29;
    color: #fff;
    border: 1px solid #ffaf29;
}
.upload .upload-list {
    width: 980px;
    min-height:500px;
    margin: 40px auto 0px;
}
.upload .upload-list .uplist{
      overflow: hidden;
      padding:10px;
      border-bottom: 1px solid #ddd;
}
.upload .upload-list .uplist a{
    color: #333;
    height: 30px;
    line-height: 30px;
}
.upload .upload-list .uplist a:hover{
    color: #ffaf29;
}
.upload .upload-list .uplist .btn{
     width: 100px;
     height: 30px;
     line-height: 30px;
     background: #ffaf29;
     color: #fff;
     border-radius: 5px;
     text-align: center;

}
.upload .upload-list .uplist .btn:hover{
    color: #fff;
}