	.body-BG {
    min-height: 935px;
    background: url(/ntsrmzf/resource/theme/images/fileSearch-BG1.png) no-repeat;
    background-size: 100% 935px;
}

.w1480 {
    width: 1480px;
    margin: 0 auto;
}

.headerLogo {
    margin: 38px 0px 60px 56px;
}

.searchForm {
    width: 1000px;
    margin: 0 auto 60px;
}

.searchItem {
    width: 100%;
    height: 90px;
    background: #ffffff;
    border: 2px solid #599bff;
    border-radius: 12px;
    padding: 15px 15px 15px 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.searchItem input {
    flex: 1;
    font-size: 18px;
}

.searchItem input::placeholder {
    color: #626977;
}

.searchButton {
    height: 56px;
    font-size: 20px;
    color: #ffffff;
    line-height: 56px;
    background: url(../images/fileSearch-IMG2.png) no-repeat;
    background-size: 100% 100%;
    padding: 0px 28px;
    box-sizing: border-box;
}

.search-BG {
    background: #f4f8fe;
    border-radius: 12px;
}

.searchTips {
    padding: 40px 25px 45px;
    box-sizing: border-box;
}

.searchTips span {
    color: #626977;
    margin-right: 25px;
}

.searchTips a {
    display: inline-block;
    width: 98px;
    color: #2e74dd;
    line-height: 30px;
    text-align: center;
    background: #d1e2ff;
    border-radius: 20px;
    margin-right: 20px;
}

.searchResult {
    display: flex;
    justify-content: space-between;
}

.resultLeft {
    width: 300px;
    margin-right: 30px;
}

.resultRight {
    flex: 1;
}

.navTitle {
    height: 116px;
    font-size: 34px;
    color: #ffffff;
    font-weight: 600;
    line-height: 116px;
    background: url(../images/fileSearch-IMG3.png) no-repeat;
    background-size: 100% 100%;
    padding-left: 30px;
    box-sizing: border-box;
}

.navItem {
    margin-bottom: 5px;
}

.navItem .nav-1,
.navItem .nav-2 {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    line-height: 70px;
    background-color: #f8f8f8;
    padding-left: 70px;
    box-sizing: border-box;
}

.navItem .nav-1 {
    color: #676767;
    font-weight: 600;
    background: #f8f8f8 url(../images/fileSearch-IMG8.png) no-repeat left 35px center;
}

.navItem .nav-1.on {
    color: #0662d0;
    background: #e8f3fb url(../images/fileSearch-IMG7.png) no-repeat left 35px center;
}

.navItem .nav-2 {
    color: #8c8c8c;
    margin-top: 2px;
}

.navItem .nav-2.on {
    color: #2e74dd;
}

.navItem:not(:first-of-type) .nav-2 {
    display: none;
}

.position {
    margin-bottom: 25px;
}

.position,
.position a {
    color: #686868;
}

.position img {
    margin-right: 12px;
}

.tableType {
    border: 1px solid #e2e2e2;
    padding: 25px 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.tableType span,
.tableType a {
    color: #666666;
}

.tableType span {
    margin-right: 20px;
}

.tableType a {
    display: inline-block;
    line-height: 38px;
    border: 1px solid transparent;
    padding: 0px 12px;
    box-sizing: border-box;
}

.tableType a.on {
    color: #2e74dd;
    border: 1px solid #2e74dd;
    background:url(../images/fileSearch-IMG4.png) no-repeat right bottom;
}

.fileTable {
    width: 100%;
    color: #666666;
    text-align: center;
    border-collapse: collapse;
}

.fileTable thead tr {
    height: 45px;
    font-size: 18px;
    color: #ffffff;
    background: #619be4;
}

.fileTable tbody {
    border: 1px solid #e2e2e2;
}

.fileTable tbody tr {
    height: 55px;
    border-bottom: 1px solid #e5ecf4;
}

.fileTable tbody tr:nth-of-type(2n) {
    background: #f4f8fb;
}

.tableContent {
    width: 620px;
    text-align: left;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fileTable1 {
    width: 100%;
    color: #666666;
    text-align: center;
    border-collapse: collapse;
}

.fileTable1 thead tr {
    height: 45px;
    font-size: 18px;
    color: #ffffff;
    background: #619be4;
}

.fileTable1 tbody {
    border: 1px solid #e2e2e2;
}

.fileTable1 tbody tr {
    height: 55px;
    border-bottom: 1px solid #e5ecf4;
}

.fileTable1 tbody tr:nth-of-type(2n) {
    background: #f4f8fb;
}

.fileTable2 {
    width: 100%;
    color: #666666;
    text-align: center;
    border-collapse: collapse;
}

.fileTable2 thead tr {
    height: 45px;
    font-size: 18px;
    color: #ffffff;
    background: #619be4;
}

.fileTable2 tbody {
    border: 1px solid #e2e2e2;
}

.fileTable2 tbody tr {
    height: 55px;
    border-bottom: 1px solid #e5ecf4;
}

.fileTable2 tbody tr:nth-of-type(2n) {
    background: #f4f8fb;
}