ul,ol{padding-left:0; list-style-type:none;}
button{
    outline: none;
}
a:focus{text-decoration: none;}
th{
    text-align: center;
}
.cent-box{
    margin-top: 80px;
    margin-bottom: 80px;

}
.cent-boxs{
    width: 1202px;
    margin: 0 auto;
}
.table-cent{
    width: 1202px;
    margin: 0 auto;
    border-top: 2px solid #006dc9;
    min-height: 620px;
    border-bottom:1px solid #eee;
    border-left:1px solid #eee;
    border-right:1px solid #eee;
}
.table{
    width: 1202px;
    text-align: center;
    margin-bottom: 0px !important;
    font-size: 14px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    padding: 17px !important;
    border: none;
}

.table>tbody>tr>td{
    width: 300px;
    max-width: 300px;
    /*  display: inline-block;*/
}
.tables tr:hover{
    background: #f4f4f4;
}
.bg-blue{
    background: #e2f1ff;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.bottombox{
    width: 1200px;
    margin: 0 auto;
    height: 66px;

}
.bottombox-txt{
    line-height: 66px;
    padding-left: 20px;
}
.txt-blue{
    color: #0670ce;
    padding:  0 3px;
}
.paging{
    width: auto;
    max-width: 800px;
    float: right;
}
.paga-fr{
    margin-top: 12px;
}
.paga-fr li {
    display: inline-block;
    padding: 0 10px;
    line-height: 36px;
    min-width: 36px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #eee;
    cursor: pointer;
}
.paga-fr li:hover{
    color: #fff;
    background-color: #018aff;
}


/*详情页*/
.list-job-title{
    width: 1200px;
    height: 42px;
    border-bottom: 2px solid #018aff;
}
.list-job-title-big{
    font-size: 20px;
    padding-right: 20px;
    line-height: 36px;
}
.list-job-title-min{
    font-size: 14px;
    color: #666;
    line-height: 36px;
    padding-right: 20px;
}
.list-job-frimg{
    float: right;
    display: inline-block;
    color:#006dc9;
    font-size:16px;
    height: 42px;
    cursor:pointer;
}
.list-job-cent{

}
.list-job-cnet-t{
    font-size: 16px;
    color: #333;
    margin-top: 40px;
    margin-bottom: 10px;
}
.list-job-cnet-c{
    font-size: 14px;
    color: #333;
    line-height: 26px;
}
.list-job-buttom{
    margin-top: 60px;
    font-size: 14px;
}
.list-job-o{
    color: #ff7901;
}
.list-job-b-txt{
    display: inline-block;
    padding-right: 56px;
    color: #333;
}


.banner{
    height: 280px;
    background: url("../img/company-job/banner.jpg") no-repeat center;
}

#barcon{
    float: right;
    margin-top: 10px;
}
#barcon li{
    text-align: left;
    text-decoration: none;
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #eee;
    line-height: 36px;
    margin: 0 4px;
    cursor:hand;
    border-radius: 3px;
}
#barcon li:active{
    background-color: #00a0ea;
    color: #fff;
}
#barcon li span{
    color: #00a0ea;
}