.main .left .left_list li:last-child {
	border-bottom: none;
}

.main .right .title h2 {
	height: 60px;
	line-height: 60px;
	background-color: #7F7F7F;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding-left: 20px;
}

.search {
	margin-top: 10px;
	height: 40px;
}

.main .postList {
	padding: 10px;
}

.border {
	border: 1px solid #7F7F7F;
}

.postList li.postList_title {
	font-size: 20px;
	font-weight: bold;
	color: #056796;
	margin-bottom: 10px;
	border-bottom: 1px solid #7F7F7F;
}

.postList_bottom {
	margin-top: 10px;
	border-top: 1px solid #7F7F7F;
	height: 50px;
}

#jobList a:hover {
	color: #f50;
}

#jobList table tr:nth-child(2n)>td {
	background: #edf3f5;
}

.page_bottom {
    height: 50px;
    margin-top: 10px;
}

.borderTop{
	border-top: 5px solid #e5e5e5;
}
#jobList{
	min-height: 320px;
}