@charset "utf-8";
/* 左侧列表 */
.file_type{
    float: left;
    width: 310px;
    padding: 2px;
}
.type_item{
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: left;
    padding: 0 15px;
    font-size: 16px;
    margin-bottom: 2px;
}
.item_normal{
    background: #ddd;
}
.item_normal:hover{
    color: #000;
    background: #098;
}
.item_current{
    background: #eee;
    border-left: 3px solid #ff8331;
}
/* 右侧列表 */
.file_list{
    margin-left: 314px;
}
.list_note{
    background: #FFFFFF;
    padding: 10px 10px 0 10px;
    font-size: 16px;
}
.list_item{
    background: #FFFFFF;
    padding: 5px 20px;
    margin: 0 5px;
    border-bottom: 1px dashed #aaa;
    height: 36px;
}
.item_name{
    float: left;
    font-size: 16px;
    line-height: 36px;
}
.item_size{
    float: right;
    color: #aaa;
    line-height: 36px;
}
.item_time{
    float: right;
    color: #aaa;
    line-height: 36px;
    margin-left: 20px;
}
.text_divide{
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    color: #00f;
}
.text_group{
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding-bottom: 5px;
}
.text_qrcode{
    text-align: center;
    margin-bottom: 20px;
}