/*body{
    background: #1B0E0E url(/imgs/details-bg.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}*/

#center {
    position: relative;
}

.container {
    padding: 0 30px;
    position:relative;
    background:#fff;
    width: 1140px;
    margin: 30px auto;
}

.container > .set-wrap {
    height:64px;
    border-bottom:1px solid #eee;
    position: relative;
    margin-bottom: 20px;
}

.container .set-wrap .title-text {
    float:left;
    font-size:18px;
    line-height: 64px;
    height:64px;
    position: relative;
    padding-left: 18px;
}

.title-text:before {
    content:" ";
    border: 3px solid #d22800;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 27px;
    left: 0;
    border-radius: 2px;
}

.list-type {
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
}

.list-type>li {
    float:left;
    width: 110px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    background-color: #ededed;
    cursor: pointer;
}

.list-type>li:hover, .list-type>li.cur {
    color: #fff;
    background-color: #a61e19;
}

.fileList>li {
    border-bottom: 1px solid #eee;
}

.fileList>li>a {
    color: #333;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 18px;
    box-sizing: border-box;
}

.fileList>li>a:hover {
    text-decoration: none;
    background-color: #eee;
    color: #d22800;
}