.job-list .item{
	margin-bottom: 30px;
	display: block;
	padding: 0 24px;
	border: solid 1px #dbdbdb;
	border-radius: 5px;
}
.job-list .item .item-tit{
	display: flex;
	justify-content: space-between;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e6e6e6;
	color: #000;
}
.job-list .item .item-tit .tit{
	width: 100%;
	padding-right: 15px;
	overflow: hidden;
}
.job-list .item .item-date{
	color: #7b7b7b;
	flex-shrink: 0
}
.job-list .item .item-desc{
	padding: 15px 0;
	font-size: 14px;
	color: #7d7d7d;
}