.content_wrap {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.imgCenter img {
    margin: 0 auto;
}

.nav {
    padding-top: 50px;
}

.nav .nav_item {
    float: left;
    width: 25%;
    text-align: center;
    background: #ffffff;
    color: #039BE3;
    font-weight: bold;
    font-size: 26px;
}

.nav .nav_item:hover, .nav .nav_item.active {
    background: #039BE3;
    color: #ffffff;
    cursor: pointer;
}

.nav_child {
    display: none;
}

#jl {
    display: block;
}

/*校招流程样式*/
.school_trip {
    width: 1200px;
    color: #333333;
    font-size: 18px;
    font-weight: lighter;
    background: #ffffff;
}

.school_trip .title {
    font-size: 40px;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}

.school_trip .table_box .row {
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
}
.school_trip .table_box .row:last-child{
    border-bottom: 1px solid #eeeeee;
}

.school_trip .table_box .row .city {
    position: absolute;
    height: 100%;
    text-align: center;
    border-right: 1px solid #eeeeee;
    display: flex;
    align-items: center;     /* 垂直居中 */
    justify-content: center; /* 水平居中 */
}

.school_trip .table_box .row .other {
    display: flex;
    width: 1000px;
    margin-left: 200px;
    border-bottom: 1px solid #eeeeee;
    align-items: center;     /* 垂直居中 */
}

.school_trip .table_box .row .other:last-child {
    border-bottom: none;
}

.school_trip .table_box .row .other div {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    border-right: 1px solid #eeeeee;
    line-height: 1.5;
}

.school_trip .table_box .row .width200 {
    width: 200px;
}

.school_trip .table_box .row .other .addr {
    width: 400px;
    border-right: none;
}

.header_row{
    background: rgba(3,155,227);
    color: #ffffff;
}
