.app-container .content .main {
    width: 1050px;
    max-width: 1050px;
    padding: 36px;
}
.file-table th {
    padding: 18px 0;
    font-size: 20px;
    color: #525252;
    font-weight: 200;
}

.file-table .header th {
    border-bottom: 2px solid #0f5a9b;
    font-family: '方正小标宋';
    font-size: 20px;
    color: #333333;
}

.file-table td {
    font-family: SimSun;
    padding: 20px 0 15px;
}

.file-table tr:nth-of-type(odd){ background: #eee;}
.file-table tr:nth-of-type(even){ background: white;}
.file-table tr:nth-of-type(1){ background: white;}

.file-table .title a {
    font-family: '宋体粗体';
    font-size: 14px;
    color: rgb(82,82,82);

    font-size: 16px;
    line-height: 50px;
    display: block;
    width: 500px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.file-table .issue-no {
    font-family: '宋体';
    color: #5d89b6;
    font-size: 14px;
    line-height: 20px;
    margin-top: 14px;
}

.file-table .download {
    font-family: '宋体';
    color: #525252;
    font-size: 14px;
    line-height: 50px;
}
