.list-wapper{
    width: 1200px;
    margin: 0 auto;
}
.clear{clear:both;}
.left-menu{
    vertical-align: text-top;
    width: 225px;
    border-left: 3px solid #0053a5;
    padding: 20px 0 30px 15px;
    color: #686868;
    overflow: hidden;
    float: left;
}
.left-menu-title{
    font-size: 14px;
    margin: 20px 0;
    color: rgb(204, 204, 204);
}
.lmenujt{
    margin: 0px 5px;
}
.left-menu ul li{
    font-weight: 700;
    font-size: 15px;
    color: #777;
    padding: 0 20px;
    cursor: pointer;
    height: 56px;
    line-height: 56px;
    position: relative;
}
.left-menu ul li.active{
    color: #000;
    font-size: 21px;
}
.list-right{
    width: 950px;
    float: right;
}
.list-title-box{
    position: relative;
    min-height: 60px;
    line-height: 35px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    border-left: 3px solid #0053a5;
    color: #0053a5;
}
.list-title-back{
    position: absolute;
    top: -30px;
    right: 0px;
    cursor: pointer;
}
.detail-container p{
    line-height: 35px;
    font-size: 16px;
}
.file-box .file {
    margin-bottom: 12px;
}
.file-box .file a span{
    color: #0053a5;
}