body {
    background: #ffffff;
}

.content_wrap {
    width: 1200px;
    margin: 0 auto;
}

.top_box {
    background: #F4F4F4;
    padding: 20px 30px;
}

.top_box .tip {
    color: #333333;
    font-size: 14px;
}

.top_box .tip .number {
    color: #E41F2B;
    margin-left: 20px;
}

.top_box .tag_row button {
    padding: 0 20px;
    height: 32px;
    border: 1px solid #18B5FE;
    border-radius: 4px;
    background: transparent;
    color: #18B5FE;
    margin-right: 10px;
}

.top_box .tag_row button.active {
    background: #18B5FE;
    color: #ffffff;
}

/*筛选*/
.filtering dl dt {
    float: left;
    font-size: 14px;
    color: #333333;
}

.filtering dl dd {
    padding-left: 80px;
}

.filtering dl {
    padding: 13px;
    border-bottom: 1px solid #CCCCCC;
}

.filtering .sx_result .selected {
    height: 24px;
    border: 1px solid #18B5FE;
    border-radius: 2px;
    padding: 6px 6px 6px 10px;
    vertical-align: middle;
    font-size: 14px;
    color: #18B5FE;
    margin-right: 10px;
}

.filtering .sx_result .selected .del_icon {
    margin-left: 10px;
    display: inline-block;
    width: 7px;
    height: 7px;
    background: url("../../img/campus/position/close_icon.png") no-repeat center center;
    cursor: pointer;
}

.filtering .sx_result .clearCont {
    vertical-align: middle;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    background: url("../../img/campus/position/remove_icon.png") no-repeat left center;
    color: #666666;
}

.filtering .show_hide .tip {
    margin: 5px 0;
}

.filtering .show_hide dd a {
    display: inline-block;
    padding: 0px 6px;
    margin: 5px 0;
}

.filtering .show_hide dd a.active, .filtering .show_hide dd a:hover {
    background: #E41F2B;
    color: #ffffff;
}

.filtering .show_hide .keyword input {
    width: 240px;
    height: 30px;
    border: 1px solid #B3B3B3;
    border-right: 0;
    vertical-align: middle;
    padding: 0 10px;
    border-radius: 4px 0 0 4px;
}

.filtering .show_hide .keyword .search {
    position: relative;
    top: 1px;
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    background: #039BE3;
    color: #ffffff;
    margin-left: -7px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.position_list {
    padding: 20px 0 50px;
}

.position_list .header_row {
    height: 40px;
    line-height: 40px;
    background: #F4F4F4;
    color: #333333;
    font-weight: bold;
}

.position_list .item {
    float: left;
    width: 240px;
    padding: 0 0 0 30px;
}

.position_list .body_box .row {
    padding: 30px 0;
    border-bottom: 1px solid #CCCCCC;
}

.position_list .body_box .row .bottom {
    padding-left: 30px;
    color: #999999;
}

.position_list .body_box .row .item {
    color: #999999;
    font-weight: bold;
}

.position_list .body_box .row .name {
    color: #666666;
}

.position_list .body_box .row .hoverBox {
    position: absolute;
    bottom: 80px;
    right: 0;
    display: none;
    color: #ffffff;
    font-size: 12px;
    background: #A5A5A5;
    width: 800px;
    padding: 10px;
    border-radius: 6px;
    line-height: 1.4;
}

.position_list .body_box .row .hoverBox:after {
    position: absolute;
    bottom: -8px;
    right: 50%;
    content: url("../../img/campus/position/hover_down_icon.png");
}

.position_list .body_box .row .bottom:hover + .hoverBox {
    display: block;
}

.noData {
    text-align: center;
    color: #666666;
    font-size: 16px;
    padding: 10px;
}

/*分页样式*/
#page {
    margin: 20px auto;
    color: #666;
    display: block;
    text-align: center;
}

#page li {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.xl-nextPage,
.xl-prevPage {
    width: 60px;
    color: #0073A9;
    height: 28px;
}

#page li.xl-disabled {
    opacity: .5;
    cursor: no-drop;
}

#page li.xl-disabled:hover {
    background-color: #f9f9f9 !important;
    border: 1px solid #dce0e0 !important;
    color: #666 !important;
}

#page li.xl-active {
    background-color: #0073A9;
    border-color: #0073A9;
    color: #FFF
}

#page li:hover {
    background-color: #0073A9 !important;
    border-color: #0073A9;
    color: #FFF
}

#page li.xl-jumpText {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    opacity: 1;
}

#page li.xl-jumpText:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
}

#page li.xl-jumpButton {
    padding: 0 5px;
}

#xlJumpNum {
    width: 35px;
    margin: 0 3px;
    border: 1px solid #dedede;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}
