.navigation-container {
	border:none;
}

.employ-navigation {
    width:550px;
    height:50px;
    margin:0 auto;
    text-align:center;
}

.employ-navigation li {
    float:left;
    height:20px;
    font-size:20px;
    margin-right:26px;
    border-right:1px solid #333;
    margin-top:25px;
    padding-right:26px;
    cursor:pointer;
}

.employ-navigation li:hover {
    color:#999;
}

.employ-navigation li:last-child {
    border:none;
    margin-right:0;
}

.employ-navigation-focus {
    font-weight:bold;
}

.picture-box {
    margin-bottom: 5px;
}



/***************/
.main-container {
    width:100%;
    position: relative;
    /*background:#fff;*/
    padding:10px 0;
}

.employ-container {
    width:1170px;
    margin:30px auto;
    /*background: #eee;*/
}

.employ-title{
    text-align: center;
    /*margin:10px 0;*/
    padding-top:30px;
    margin-bottom: 10px;
    font-size:24px;
    font-weight: bold;
}

.employ-content	{
	width:100%;
}

.left-job-container {
	width:100%;
	padding:20px;
	margin-right:20px;
	float: left;
}

.job-sort-container {
	width:900px;
    float:left;
	/*margin:0 auto;*/
}

.job-sort {
	float: left;
	width:100px;
	height:50px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	border:1px solid #ccc;
	background:#fcfcfc;
}

.job-sort-focus {
	background: #eee;
	color:#333;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

.job-area, .job-area-list {
	border-bottom: none !important;
}

.job-sort-list {
	width:900px;
	height: 50px;
	line-height: 50px;
	border:1px solid #ccc;
}

.job-sort-list li {
	float:left;
	padding:0 25px;
	box-sizing: border-box;
	cursor:pointer;
	height:50px;
}

.job-sort-list li:hover {
	background:#eee;
}

.job-container {
	width:100%;
	margin-top:40px;
}

#job-table {
	width:100%;
	margin:0 auto;
}

#job-table thead {
	
}


#job-table thead th {

	height:20px;
	font-size:16px;
	margin-top:20px;
	line-height: 40px;
	background:#e9e9e9;;
	border-right:1px solid #eee;
}

#job-table thead td {
	height:40px;
	font-size:16px;
	margin-top:20px;
	line-height: 40px;
	background:#fff;
	border:1px solid red;
}

#job-table td {
	text-align: center;
}

#job-table tbody tr{
	transition:background 0.3s ease;
	cursor: pointer;
}

#job-table tbody tr:hover {
	/*background:rgb(250,250,250);*/
	background:#fff;
}

#job-table tbody tr td {
	height:40px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;

        background-color: #f4f8fb;

}
.time{
    color: red;
}

#job-table tfoot {
	margin-top:30px;
}

#job-table tfoot tr td {
	height:100px;
	line-height: 100px;
	width:100%;
	padding-top:20px;
}

.page-index-container {
	width:400px;
	margin:0 auto;
	height:30px;
}

.page {
	display: inline-block;
	width:30px;
	height:30px;
	text-align: center;
	line-height: 30px;
	border:1px solid #999;
	background:#eee;
}

.page-prev, .page-next {
	width:80px;
}

.page-focus {
	background:#666;
	color:#fff;
}





.right-job-container {
	width:200px;
	float: left;
    margin-left: 30px;     float: left;
}

.resume-container {
	width:184px;
	height:87px;
	line-height: 87px;
	font-size:14px;
	/*border:1px solid #333;*/
	padding: 8px;
	background: #f3f3f3;
	text-align: center;
}

.resume-container ul {
	font-size:13px;
}

.resume-container ul li {
	height:16px;
	line-height: 16px;
}

.resume-container ul li div {
	float:left;
	margin-left:5px;
}

.resume-container ul li span.edit-resume-btn {
	float:right;
	color:blue;
	margin-right: 5px;
}

#create-resume {
	width:80px;
	height:22px;
	line-height: 20px;
	text-align: center;
	border:none;
	background:#69f;
	color:#fff;
	border-radius: 6px;
	margin-top:15px;
	margin-left:50px;
}

.job-recommand-container {
	margin-top:20px;
	width:180px;
	padding:10px;
	padding-top: 0;
	background: #fcfcfc;
}

.job-search-container {

}

#job-search
{
    width:130px;
    height:30px;
    border:1px solid #3333ff;
    margin-top:20px;
    padding-left:5px;
    border-radius:4px 0 0 4px;
    float:left;
}

.search-btn
{
    width:34px;
    height:34px;
    display:block;
    float:left;
    background:#6666ff;
    color:#fff;
    margin-top:20px;
    cursor:pointer;
    line-height:34px;
    text-align:center;
}

.hot-job-recommand-list {
	width:100%;
}

.hot-job-title {
	width:80%;
	height:40px;
	line-height: 40px;
	font-size:16px;
	font-weight: bold;
	border-bottom: 2px solid #987;
	margin-top: 20px;
}

.job-recommand-item {
	width:80%;
	height:30px;
	line-height: 30px;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}













