/* 职位列表 start */
.post-list{
	margin-bottom: 80px;
	padding: 15px 10px 0;
	background-color: #fff;
}

.post-list li{
	padding: 14px 0;
	border-bottom: 1px solid #ddd;
}

.post-list li>a{
	display: block;
}

.post-list li .cover{
	margin-right: 10px;
	height: 80px;
	width: 80px;
	background: url(../images/blank.png) no-repeat center/cover;
}

.post-list li .cover img{
	width: 100%;
	height: 100%;
}

.post-list [class^="icon-"]{
	display: inline-block;
	height: 16px;
	width: 16px;
}

.post-list .icon-category{
	background: url(../images/icon-category.png) no-repeat center/cover;
}

.post-list .icon-education{
	background: url(../images/icon-education.png) no-repeat center/cover;
}

.post-list li .job-name{
	position: relative;
	padding-top: 4px;
	overflow: hidden;
}

.post-list li .job-name .name{
	display: block;
	padding-right: 70px;
}

.post-list li .job-name .time{
	position: absolute;
	top: 6px;
	right: 0;
}

.post-list .category{
	padding: 8px 0;
	font-size: 13px;
}

.post-list .salary{
	padding-top: 6px;
}

.post-list .apply-date{
	text-align: right;
	color: #999;
}

.post-list .apply-date img{
	height: 12px;
	width: 12px;
}

/* 职位列表 end */