.head {
    height: 147px;
    background-image: linear-gradient(to right, #1f89d3, #ffffff);
    padding-left: 84px;
    padding-right: 54px;
    border-bottom: 3px solid #024171;
}
.head span {
    display: inline-block;
    font-size: 40px;
    color: #ffffff;
    font-family: "Arial-BoldMT";
    float: left;
    position: relative;
    top: calc(50% + 18px);
    transform: translateY(-50%);
}
.head .logo {
    float: right;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top:17px;
}
.head .logo.phone {
    display: none;
}

.search {
    padding: 0 145px;
    margin-top: 95px;
}
.search .item {
    float: left;
    margin-left: 0;
}
.search .item:nth-child(1) {
    margin-left: 40px;
}
.search .item:nth-child(2n) {
    margin-left: 225px;
}
.search .item .tips {
    font-family: "SourceHanSansCN-Bold-Alphabetic";
    font-size: 19px;
    line-height: 1;
    color: #024171;
    font-weight: bold;
    margin-bottom: 6px;
}
.search .item .tips em {
    font-family: "SourceHanSansCN-Bold-Alphabetic";
    margin-left: 15px;
    display: inline-block;
    font-weight: bold;
}
.search .item input {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    line-height: 27px;
    height: 27px;
    width: 410px;
    font-size: 20px;
    line-height: 1;
    color: #024171;
    font-weight: bold;
    padding: 0 15px;
    box-sizing: border-box;
    background-color: #fafafa;
}

.screen {
    padding: 0 145px;
    margin-top: 60px;
}
.screen .item {
    border-top: 1px solid #d1d1d1;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}
.screen .item:nth-last-child(1) {
    border-bottom: 1px solid #d1d1d1;
}
.screen .item .tips {
    font-size: 19px;
    color: #024171;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 1;
    padding-top: 75px;
    padding-bottom: 70px;
    width: 100%;
    padding-left: 40px;
    padding-right: 120px;
    position: relative;
}
.screen .item .tips em {
    font-family: "SourceHanSansCN-Bold-Alphabetic";
    margin-left: 5px;
    font-weight: bold;
}
.screen .item .tips i{
    font-weight: bold;
    font-family: "SourceHanSansCN-Bold-Alphabetic";
    display: inline-block;
}
.screen .item .tips .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
    width: 21px;
}
.screen .item .drowhidebox {
    width: 100%;
    border-top: 1px solid #d1d1d1;
    display: none;
}
.screen .item .drowhide {
    width: 76.8%;
    margin-left: 11.6%;
}
.screen .item .drowhide li {
    border-bottom: 1px solid #dbdbdb;
    padding: 16px 45px;
    line-height: 20px;
    font-family: "SourceHanSansCN-Bold-Alphabetic";
    font-size: 14.66px;
    color: #024171;
    font-weight: bold;
    cursor: pointer;
}
.screen .item .drowhide li:hover {
    background-color: #3f9bda;
    color: #fff;
}
.screen .item .drowhide li em {
    font-family: "SourceHanSansCN-Bold-Alphabetic";
    margin-left: 10px;
    font-weight: bold;
}
.screen .item .drowhide li:nth-last-child(1) {
    margin-bottom: 52px;
    border-bottom: 1px solid #dbdbdb;
}

.submit {
    display: inline-block;
    width: 226px;
    line-height: 50px;
    background-color: #1f89d3;
    border-radius: 25px;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    font-family: "SourceHanSansCN-Bold-Alphabetic";
    margin-top: 64px;
    margin-bottom: 55px;
}
.submit em {
    font-family: "SourceHanSansCN-Bold-Alphabetic";
    margin-left: 12px;
}

.result {
    margin-top: 75px;
    padding: 0 45px;
}
.result table {
    border-bottom: 2px solid #024171;
}
.result table thead {
    background-color: #024171;
    color: #fff;
}
.result table thead tr th .tablehea {
    font-weight: bold;
    padding: 18px 0;
    font-size: 18px;
}
.result table thead tr th .tablehea .cn {
    font-family: "SourceHanSansCN-Bold-Alphabetic";
    display: block;
}
.result table thead tr th .tablehea .en {
    font-family: "SourceHanSansCN-Bold-Alphabetic";
    display: block;
    /* margin-top: -5px; */
}
.result table thead tr th {
    padding-right: 30px;
}
.result table thead tr th:nth-child(1) {
    width: 270px;
    padding-left: 98px;
}
.result table thead tr th:nth-child(2) {
    width: 380px;
}
.result table thead tr th:nth-child(3) {
    width: 355px;
}
.result table thead tr th:nth-child(4) {
    width: 370px;
}
.result table thead tr th:nth-child(5) {
    width: 235px;
}
.result table thead tr th:nth-last-child(1) {
    padding-right: 60px;
    width: 215px;
}
.result table tbody tr td {
    padding-right: 30px;
}
.result table tbody tr td:nth-child(1) {
    width: 270px;
    padding-left: 98px;
}
.result table tbody tr td:nth-child(2) {
    width: 380px;
}
.result table tbody tr td:nth-child(3) {
    width: 355px;
}
.result table tbody tr td:nth-child(4) {
    width: 370px;
}
.result table tbody tr td:nth-child(5) {
    width: 235px;
}
.result table tbody tr td:nth-last-child(1) {
    padding-right: 60px;
    width: 215px;
}
.result table tbody tr td:nth-last-child(1) .tabletd {
    color: #1f89d3;
}
.result table tbody tr td:nth-last-child(1) .tabletd a {
    color: #1f89d3;
    text-decoration: underline;
}
.result table tbody tr td .tabletd {
    color: #024171;
    font-weight: bold;
    font-size: 14px;
    padding: 64px 0;
}
.result table tbody tr td .tabletd .cn {
    font-family: "SourceHanSansCN-Bold-Alphabetic";
    display: block;
}
.result table tbody tr td .tabletd .en {
    font-family: "SourceHanSansCN-Bold-Alphabetic";
    display: block;
    margin-top: -5px;
}
.result table tbody tr:nth-child(2n) {
    background-color: #e9f4fb;
}
.result .datanum {
    margin-top: 55px;
}
.result .datanum .total {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #024171;
    font-family: "SourceHanSansCN-Bold-Alphabetic";
    text-align: center;
    font-weight: bold;
}

.result .datanum .page {
    color: #024171;
    font-weight: bold;
    font-size: 14px;
    font-family: "SourceHanSansCN-Bold-Alphabetic";
    margin-top: 0;
    padding-bottom: 40px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.result .datanum .page a,
.result .datanum .page span {
    display: inline-block;
    color: #024171;
    font-weight: bold;
    font-size: 14px;
    font-family: "SourceHanSansCN-Bold-Alphabetic";
    min-width: 26px;
    box-sizing: border-box;
    text-align: center;
    margin-left: 2.5px;
    margin-right: 2.5px;
    vertical-align: middle;
}

.result .datanum .page span.current {
    color: #1f89d3;
}

.result .datanum .page a.disabled {
    opacity: 0.6;
}
@media screen and (min-width: 1400px) and (max-width: 1460px) {
    .search .item input {
        width: 400px;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1400px) {
    .search .item input {
        width: 360px;
    }
    .search .item:nth-child(2n) {
        margin-left: 70px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .search .item {
        float: unset;
    }
    .search .item input {
        width: 360px;
    }
    .search .item:nth-child(2n) {
        margin-left: 40px;
        margin-top: 30px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .search .item:nth-child(2n) {
        margin-left: 40px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        height: 100vh;
        overflow-y: auto;
    }

    .head {
        height: 67px;
        padding-left: 22.5px;
        padding-right: 20px;
        border-bottom: none;
        position: relative;
    }
    .head span {
        font-size: 12.5px;
        position: absolute;
        left: 22.5px;
        bottom: 7px;
        top: auto;
        transform: unset;
    }
    .head .logo {
        width: 140px;
        margin-top: 0;
        position: absolute;
        right: 22.5px;
        bottom: 9.75px;
        top: unset;
        transform: unset;
    }
    .head .logo.pc {
        display: none;
    }
    .head .logo.phone {
        display: block;
    }
    .search {
        margin-left: 0;
        margin-top: 0;
        padding: 0 40px;
    }
    .search .item {
        margin-left: 0;
        width: 100%;
    }
    .search .item:nth-child(2n) {
        margin-left: 0;
    }
    .search .item:nth-child(1) {
        margin-top: 27px;
        margin-left: 0;
        margin-bottom: 35px;
    }
    .search .item:nth-last-child(1) {
        margin-bottom: 40px;
        margin-top: 0;
    }
    .search .item .tips {
        font-size: 12px;
        margin-bottom: 3px;
    }
    .search .item .tips em {
        margin-left: 5px;
    }


    .search .item input {
        border: 1px solid #d5d5d5;
        border-radius: 3px;
        line-height: 23px;
        height: 23px;
        width: 205px;
        font-size: 12px;
        padding: 0 7px;
    }
    .screen {
        padding: 0 25px;
        margin-top: 0;
    }
    .screen .item {
        border-top: 1px solid #d1d1d1;
        clear: both;
        overflow: hidden;
        display: block;
    }
    .screen .item:nth-last-child(1) {
        border-bottom: 1px solid #d1d1d1;
    }
    .screen .item .tips {
        font-size: 12px;
        width: 100%;
        padding-top: 52px;
        padding-bottom: 40px;
        display: inline-block;
        padding-left: 15px;
        padding-right: 62px;
        box-sizing: border-box;
        float: none;
        position: relative;
        padding-left: 66px;
    }
    .screen .item:nth-child(1) .tips{
        padding-left: 53px;
    }
    .screen .item .tips i{
        position: absolute;
        left: 15px;
        top: 55px;
        display: inline-block;
    }
    .screen .item .tips i{
        margin-right: 0;
    }
    .screen .item .tips em{
        margin-left: 0;
    }
    .screen .item .tips .icon {
        top: 58.5px;
        right: 43px;
        width: 12px;
    }
    .screen .item .drowhidebox{
        border-top: none;
    }
    .screen .item .drowhide {
        width: 265px;
        margin: 0 auto;
    }
    .screen .item .drowhide li:nth-child(1){
        border-top: 1px solid #dbdbdb;
    }
    .screen .item .drowhide li {
        padding: 10px;
        line-height: 14px;
        font-size: 12px;
    }
    .screen .item .drowhide li em {
        margin-left: 0;
    }
    .screen .item .drowhide li:nth-last-child(1) {
        margin-bottom: 18px;
    }
    .submit {
        width: 115px;
        line-height: 25px;
        border-radius: 12.5px;
        font-size: 12px;
        margin-top: 100px;
        margin-bottom: 115px;
    }
    .submit em {
        margin-left: 5px;
    }
    .result {
        margin-top: 30px;
        padding: 0 22.5px;
        width: 100%;
        box-sizing: border-box;
    }
    .result .tablebox {
        overflow-x: auto;
        width: 100%;
        padding-bottom: 30px;
    }
    .result table {
        border-bottom: none;
        table-layout: fixed;
        width: 100%;
    }
    .result table thead tr th{
        padding-right: 15px;
    }
    .result table tbody tr td {
        padding-right: 15px;
    }
    .result table thead tr th .tablehea {
        font-weight: bold;
        padding: 9px 0;
        font-size: 12px;
    }
    .result table thead tr th .tablehea .en {
        /* margin-top: -2px; */
    }
    .result table thead tr th:nth-child(1) {
        width: 105px;
        padding-left: 30px;
    }
    .result table thead tr th:nth-child(2) {
        width: 160px;
    }
    .result table thead tr th:nth-child(3) {
        width: 160px;
    }
    .result table thead tr th:nth-child(4) {
        width: 165px;
    }
    .result table thead tr th:nth-child(5) {
        width: 110px;
    }
    .result table thead tr th:nth-last-child(1) {
        width: 110px;
    }
    .result table tbody tr td .tabletd {
        font-weight: bold;
        padding: 35px 0;
        font-size: 12px;
    }
    .result table tbody tr td .tabletd .en {
        margin-top: -2px;
    }
    .result table tbody tr td:nth-child(1) {
        width: 150px;
        padding-left: 33px;
    }
    .result table tbody tr td:nth-child(2) {
        width: 200px;
    }
    .result table tbody tr td:nth-child(3) {
        width: 200px;
    }
    .result table tbody tr td:nth-child(4) {
        width: 260px;
    }
    .result table tbody tr td:nth-child(5) {
        width: 170px;
    }
    .result table tbody tr td:nth-last-child(1) {
        width: 150px;
        padding-right: 33px;
    }
    .result .datanum {
        margin-top: 20px;
        padding-bottom: 15px;
    }
    .result .datanum .total {
        font-size: 12px;
    }

    .result .datanum .page {
        font-size: 12px;
        max-width: 90%;
        text-align: center;
        padding-bottom: 10px;
        margin-top: 15px;
    }

    .result .datanum .page a,
    .result .datanum .page span {
        font-size: 12px;
        min-width: 20px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }

    .result .datanum .page span.current {
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    ::-webkit-scrollbar:vertical {
        width: 6px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 6px;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #e2e2e2;
        border-radius: 3px;
    }

    ::-webkit-scrollbar-track {
        background-color: #f3f3f3;
        border-radius: 3px;
    }
}



.table_b {
    padding: 0;
    margin: 0;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    background-color: #ffffff;
    width: 1020px;
    margin: 25px auto 50px auto;
    overflow: hidden;
}

.table_b th,
.table_b td {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    color: #024171;
}

.table_b td.half {
    width: 136px;
}

.table_b th {
    height: 40px;
    line-height: 40px;
    /* border-bottom: 2px solid #e8e8e8; */
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background-color: #024171;
}

.table_b td {
    padding: 10px 20px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}

.table_b .center {
    text-align: center;
}

.table_b .blue {
    background-color: #e9f4fb;
    font-weight: bold;
}

.btns_b {
    text-align: center;
    margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
    .table_b {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 30px;
    }

    .table_b td.half {
        width: 160px;
    }

    .table_b th {
        height: 40px;
        line-height: 40px;
        color: #111111;
        font-size: 14px;
        font-weight: bold;
    }

    .table_b td {
        padding: 10px 10px;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
    }
}
