/**
 * 招聘信息列表页 信息列表样式
 */

/*列表*/

#infoList{
	margin-bottom: 12px;
}
	
.icon_zpdw{background: url(../images/icon_company.png) left no-repeat;}
.icon_zpgw{background: url(../images/icon_jobs.png) left no-repeat;}
.icon_zprs{background: url(../images/icon_people.png) left no-repeat;}
.icon_fbsj{background: url(../images/icon_date.png) left no-repeat;}
.icon_option{background: url(../images/icon_option.png) left no-repeat;}
.infoListContent .content{
    border: 1px solid #e6e6f0;
}
.infoListHeader{
	height: 48px;
	padding: 0 25px;
	background: #0065CD;
}
.infoListHeader ul li{
	float: left;
    height: 48px;
    color: #ffffff;
    line-height: 48px;
}
.infoListHeader ul li span{
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding-left: 35px;
    cursor: default;
}
.infoListHeader ul li span{
	*display: inline;
}
.infoListHeader .zpdw span{
	margin-left: 35px;
}

.infoListContent .zpdw{
	width: 328px;
}
.infoListContent .zpgw{
    width: 450px;
    padding-left: 10px;
}
.infoListContent .zprs{
	width: 140px;
	text-align: center;
}
.infoListContent .fbsj{
	width: 170px;
	text-align: center;
}
.infoListContent .cz{
    width: 60px;
    text-align: center;
}


.infoListItem{
	padding: 0 25px;
	background: #FFFFFF;
}
.infoListItem:nth-child(2n){
	background: #f7f8fa;
}
.infoListItem:hover{
	background: #fdf2ec;
}
.infoListItem ul li{
	float: left;
	height: 48px;
	line-height: 48px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.infoListItem .zpdw a, .infoListItem .cz a{
	font-size: 14px;
	color: #0065cd;
}

.infoListItem .zpgw, .infoListItem .zprs, .infoListItem .fbsj{
	color: #505050;
}
.infoListItem .zpgw, .infoListItem .zprs{
	font-size: 13px;
}
.infoListItem .fbsj{
	font-size: 12px;
}

.pageList{
	padding: 30px 0;
	text-align: right;
}
.pageListContent span, .pageListContent a, .pageListContent select{
	font-size: 12px;
	color: #505050;
}
.pageListContent a {
    margin: 0 5px;
}
.pageListContent a:hover{
	color: #0065CD;
}
.pageListContent select{
    min-width: 35px;
    height: 18px;
    padding-left: 5px;
    background: url(../images/bg_page_list.png) center no-repeat ;
}
