﻿.search-page {
    background-color: #f7f7f7;
}

.search-page .header {
    font-size: 3rem;
    color: #1e50ae;
    border-bottom: 1px solid #1e50ae;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #fff;
    text-align: left;
    height: 100px;
}

.search-page .header .header-wrapper {
    margin: 0 auto;
    position: relative;
}

.search-page .header .header-wrapper .title {
    cursor: pointer;
}

.search-page .search-field {
    width: 40rem;
    background-color: #fff;
    text-align: left;
    height: 3.5rem;
    border: 0.1rem solid #1e50ae;
    position: relative;
    margin: 20px auto;
}

.search-page .search-text {
    display: block;
    height: 3.4rem;
    border: none;
    font-size: 1.8rem;
}

.search-page .search-btn {
    width: 10rem;
    height: 3.5rem;
    line-height: 3.2rem;
    position: absolute;
    right: -1px;
    top: -1px;
    color: #fff;
    background-size: 2rem 2rem;
    border: 2px solid #1e50ae;
    font-size: 18px;
    cursor: pointer;
    background: #1e50ae;
}

.search-page .search-text input[type="text"] {
    width: 480px;
    height: 100%;
    border: none;
    outline: 0;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.1);
    padding-left: 10px;
}

.result {
    margin: 0 auto;
    padding-bottom: 4.2rem;
}

.tip {
    color: #333;
    text-align: center;
    font-size: 20px;
}

.result table {
    margin-top: 2rem;
    border: 1px solid #e9e9e9;
    border-collapse: collapse;
    border-radius: 0.5rem;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #666666;
}

.result table td,
.result table th {
    border: 1px solid #e9e9e9;
    padding: 0.5rem;
    height: 5.4rem;
}

.result table th {
    border-bottom-width: 2px;
    text-align: center;
}

.result table tr {
    background-color: #f7f7f7;
}

.result table tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.result-header {
    text-align: left;
    font-size: 24px;
    color: #1e50ae;
    padding-left: 1rem;
    margin-top: 2rem;
    background-size: 20px 20px;
    padding-left: 26px;
}

.seperate-line {
    border-top: 1px solid #e9e9e9;
    width: 100%;
}

table {
    table-layout: fixed;
}

.result table .a200 {
    width: 200px;
}

.result table .a180 {
    width: 180px;
}

.result table .a160 {
    width: 160px;
}

.result table .a100 {
    width: 100px;
}

.result table .a60 {
    width: 50px;
}

td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

td:hover {
    white-space: normal;
    transition: .3s all;
    box-shadow: 0px 6px 17px #888888;
}

.company,
.manager {
    padding: 0 20px;
}


/*分页*/

.page {
    width: auto;
    margin: 15px 20px 15px 0;
    height: 30px;
    overflow: hidden;
}

.page li.page_number {
    width: auto;
    border: 0 none;
}

.page li {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    color: #555;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    font-family: "微软雅黑", arial, \5b8b\4f53;
    font-size: 14px;
}

.page_hover:hover {
    color: #fff;
    background: #1e50ae;
}

.page_hover {
    cursor: pointer;
}

.page li:hover a {
    color: #fff;
}

.page li.page_on {
    background: #1e50ae;
    color: #fff;
    border: 1px solid #1e50ae;
    cursor: default;
}

.page_left {
    background: url(../images/page_left.png) no-repeat center center;
    cursor: pointer;
}

.page_left:hover {
    background: #1e50ae url(../images/page_left_02.png) no-repeat center center;
}

.page_right {
    background: url(../images/page_right.png) no-repeat center center;
    cursor: pointer;
}

.page_right:hover {
    background: #1e50ae url(../images/page_right_02.png) no-repeat center center;
}

.page li.page_ic {
    width: 120px;
    color: #666666;
    border: 0 none;
}

.page li.page_ic:hover {
    color: #666666;
}

.page_ic input {
    width: 40px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e6e6e6;
    text-align: center;
    border-radius: 3px;
}

.page li.page_last {
    cursor: pointer;
    border-color: #1e50ae;
    background: #1e50ae;
    color: #fff;
    width: 40px;
}

.page_num {
    float: left;
    margin: 15px 0 15px 20px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
}

.page_num select {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

.main01 {
    margin-bottom: 0;
}