﻿/* 头部 */

   body,* {
        font-family: "PingFang SC", XHW-pzh, "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", 微软雅黑, STHeitiSC-Light, simsun, 宋体, "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif !important;
    }
.header {
    clear: both;
}
.banner {
    margin-top: 30px;
    width: 1000px;
    height: 150px;
    background-color: #cadff4;
        clear: both;
}
.bannernr {
    margin: 0 auto;
    width: 1000px;
    height: 150px;
    text-align: center;
}
.top{
    overflow: hidden;
    /* position: absolute; */
    margin: 0 auto;
    width: 1000px;
    height: 30px;
    background-color: #ececec;
    margin: auto;
}
.n_top {
    width: 1000px;
    height: 30px;
    margin: 0 auto;
}
.swsy{
    width: 200px;
    height: 30px;
    line-height: 30px;
    float: left;
}
.english{
    width: auto;
    height: 30px;
    line-height: 30px;
    float: right;
}
.header{
    clear: both;
    height: 150px;
    background: #cadff4;
}
.n_header{
    width: 1000px;
    height: 150px;
    margin: 0 auto;
}
.nav{
    width: 1200px;
    height: 45px;
    background: #01479d;
margin: auto;
}
.n_nav{
    width: 1000px;
    height: 45px;
    margin: 0 auto;
}
/* 最外围盒子 */
.content{
    width: 1200px;
    margin: auto;
}
.contentWrap{
    max-width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(63, 63, 63, 0.2);
    overflow: hidden;
    /* margin: 20px; */
}
/* 当前位置 */
.contentHead{
    height: 24px;
    margin: 10px 0px 10px 0px ;
}
.curmbs_bg{
    width: 24px;
    height: 24px;
    float: left;
    background: url();
}
.curmbs_bg_link{
    /* color: #333; */
    float: left;
}
.curmbs_bg_link a,.curmbs_bg_link span{
    color: #333;
    text-decoration: none;
}
/* 主体 */
.xypjgs_list_con{
    border: 2px solid #0075c2;
    margin: 40px;
}
.result_content{
    width: 100%;
}
.interviewText{
    padding: 20px 20px 20px 20px ;
}
.tip{
    font-size: 1em;
    color: #fa0610  ;
    margin-top: 0px;
}

/* 搜索框 */
.search_wrap {
    display: flex;
    margin: 20px auto 30px;
}

.search_wrap .search_item {
    margin-right: 15px;
}

.search_wrap .search_item label {
    display: block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.search_wrap input {
    width: 300px;
    height: 34px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    text-indent: 7px;
    box-sizing: border-box;
}

.search_wrap select {
    width: 300px;
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-indent: 7px;
    box-sizing: border-box;
}

.search_wrap .submit_btn {
    display: inline-block;
    width: 80px;
    height: 34px;
    line-height: 34px;
    border: none;
    text-align: center;
    background: #0f70b1;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 29px;
    letter-spacing: 2px;
    box-shadow: 0 2px 3px 2px #eaf4ff;
}
.reset_btn{
    display: inline-block;
    width: 80px;
    height: 34px;
    margin-top: 29px;
    line-height: 34px;
    border: 1px solid #d9d9d9;
    text-align: center;
    background: #fff;
    color: #666;
    font-size: 14px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    letter-spacing: 2px;
    box-shadow: 0 2px 3px 2px #fafafa;
    font-weight: bold;
}
/* 列表  */
.result_wrap table{
    /* border: 1px solid #ccc; */
    border-collapse: collapse;
    margin-bottom: 30px;
}
.result_wrap table tr th{
    background: #005bac;
    color: #fff;
    border:1px solid #fff; 
    text-align: center;
}

.result_wrap table td{
    border: 1px solid #ccc;
    text-align: center;
}

.result_wrap table tr td:nth-child(1) {
    width: 19%;
}
.result_wrap table tr td:nth-child(2) {
    width: 16%;
}
.result_wrap table tr td:nth-child(3) {
    width: 8%;
}
.result_wrap table tr td:nth-child(4) {
    width: 11%;
}
.result_wrap table tr td:nth-child(5) {
    width: 16%;
}
.result_wrap table tr td:nth-child(6) {
    width: 10%;
}
.result_wrap table tr td:nth-child(7) {
    width: 10%;
}
.result_wrap table tr td:nth-child(8) {
    width: 10%;
}

/* 底部 */
.footer{
    width: 100%;
    height: 124px;
    background: #cadff4;
}
/* 作废 */
/* .result_tit{
    width: 100%;
    height: 44px;
    background: #005bac;
    margin: auto;
}
.result_tit div{
    float: left;
    height: 100%;
    line-height: 44px;
    text-align: center;
    color: #fff;
    outline:1px solid #fff; 
}
.result_tit_l1{
    width: 19%;
}
.result_tit_l2{
    width: 16%;
}
.result_tit_l3{
    width: 8%;
}
.result_tit_l4{
    width: 11%;
}
.result_tit_l5{
    width: 16%;
}
.result_tit_l6{
    width: 10%;
}
.result_tit_l7{
    width: 10%;
}
.result_tit_l8{
    width: 10%;
}

.result_li{
    width: 100%;
    overflow: hidden;
    border:  1px solid #999;
}
.result_li_to{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #999 ;
}
.result_li_to div{
    float: left;
    border-left: 1px solid #999;
    overflow: hidden;
    text-align: center;
    word-wrap: break-word;
    margin-left: -1px;
}

.result_li_l1{
    width: 19%;
}
.result_li_l2{
    width: 16%;
}
.result_li_l3{
    width: 8%;
}
.result_li_l4{
    width: 11%;
}
.result_li_l5{
    width: 16%;
}
.result_li_l6{
    width: 10%;
}
.result_li_l7{
    width: 10%;
}
.result_li_l8{
    width: 10%;
    border-right: 1px solid #fff;
    margin-right: -1px;
} */

