.joblist-container{margin-top:90px;padding:0 10px;box-sizing:border-box;}
/* table{min-width:1000px;}
table, td, th{border-collapse: collapse;}table tr td{
text-align:center;}
table, td, th
  {
  border:1px solid #ccc;
  }
    table td{ text-align:center; vertical-align:middle; font-size:16px; line-height:28px; padding:20px;}
tbody tr:nth-child(even) td,
tbody tr:nth-child(even) th {background-color:#ffffff;}
tbody tr:nth-child(odd) td,
tbody tr:nth-child(odd) th {background-color:#e2f6ff;} */
i{font-style:normal;}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
}
.table-box {
    margin-left: -1px;
    margin-top: 40px;
    overflow: hidden;
}
.table-box .table {
    margin-bottom: 10px;
	border-spacing:0;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table-box .table>thead>tr>th {
    /* border-bottom: 1px solid #fff;
    border-left: 1px solid #fff; */
    background-color: #d8d8d8;
    text-align: center;
    padding: 15px;
    font-size: 15px;
}
.table-box .table td, .table-box .table th {
    vertical-align: middle;
}
.table-box .table>tbody>tr {
    background-color: #f6f6f6;
    cursor: pointer;
}
.table-box .table>tbody>tr:nth-child(even) {
    background-color: #fbfbfb;
}
/* .table-box .table>tbody>tr:hover{background-color:#0086D1;}
.table-box .table>tbody>tr:hover a{color:#fff;} */
.table-box .table>tbody>tr>th {
    width: 40%;
}
.table-box .table>tbody>tr>td, .table-box .table>tbody>tr>th {
    text-align: center;
    padding: 20px 5px;
    font-weight: 400;
   /*  border-left: 1px solid #fff;
    border-bottom: 1px solid #fff; */
    width: 20%;
}

@media screen and (max-width:1025px){
	.container{width:100%;}
	.joblist-container{padding:0;}
}

.joblist-inside-container{margin-top:100px;}

.main-box {
    float: left;
    width: 70%;
    padding-right: 15px;
	box-sizing:border-box;
}

.main-box .top-cont .title {
	float:none;
	text-align:left;
	margin:0;
    font-size: 22px;
    font-weight: 700;
    margin-top: 40px;
}
.main-box .top-cont .cont {
    margin-top: 5px;
    overflow: hidden;
    line-height: 38px;
}
.main-box .cont-box .des i {
    color: #979797;
    margin: 0 10%;
    vertical-align: 1px;
    font-style: normal;
}
.main-box .cont-box {
    margin-top: 40px;
    border-top: 1px solid #eee;
    font-size: 15px;
}
.main-box .cont-box .des {
    line-height: 24px;
    margin-top: 34px;
}
.main-box .cont-box .des.second {
    margin-top: 12px;
}
.main-box .cont-box .dl {
    margin-top: 40px;
}
.main-box .cont-box .dl dt {
    font-size: 17px;
    color: #0086D1;
}
dt {
    font-weight: 700;
}
.main-box .cont-box .dl dd {
    margin-top: 20px;
    line-height: 28px;
}
dd {
    margin-left: 0;
}
.main-box .btn-box {
    padding: 20px 0;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.main-box .btn {
    padding-left: 30px;
    padding-right: 30px;
}
.btn-primary {
    color: #fff;
    background-color: #0086D1;
    
}
.main-box .top-cont .cont .btn {
    float: right;
}
.main-box .btn-box .to-back {
	float:right;
    display: inline-block;
    margin-right: 0px;
    vertical-align: top;
    text-decoration: none;
	    padding: 10px 30px;
    background: #0086D1;
    color: #fff;
    font-family: 'DIN Condensed Bold';
    font-weight: bold;
}

.side-box {
    float: right;
    width: 30%;
    margin-top: 154px;
    border: 1px solid #eee;
    padding: 24px 24px 10px;
	box-sizing:border-box;
}

.side-box .title {
float:none;
	text-align:left;
	margin:0;
    font-size: 17px;
    font-weight: 700;
    color: #0086D1;
}

.side-box ul li {
    padding: 20px 0;
    border-bottom: 1px dashed #eee;
}
.side-box ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100px;
    background-color: #0086D1;
    margin-right: 8px;
}
.joblist-container a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.side-box li:hover a{color:#0086D1}
@media screen and (max-width:1025px){
	.main-box,.side-box{width:100%;}
	.side-box{margin-top:20px;}
}

