/*当前页*/

.position {
	margin-bottom: 35px;
}


/*内容头部*/

.jobSummary {
	width: 965px;
	height: 218px;
	overflow: hidden;
	padding: 18px;
	background-color: #ededed;
}

.jobSummaryLeft {
	width: 509px;
	margin-right: 20px;
}

.jobSummaryRight,
.jobSummaryLeft {
	float: left;
}

.jobSummaryLeft h2 {
	font-size: 16px;
	color: #3278c0;
	font-weight: 700;
	margin: 0px;
}

.jobSummaryLeft P {
	font-size: 14px;
	color: #333333;
	margin-top: 0px;
	line-height: 25px;
	margin-bottom: 24px;
}

.jobSummary h3{
	font-size: 12px;
	color: #3278c0;
	font-weight: 700;
}
.jobSummary h3 a{
	font-size: 12px;
	color: #3278c0;
	font-weight: 700;
}


/*jobListHead*/

.jobListHead {
	padding: 7px 0;
	background-color: #3278c0;
}

.jobListHead td {
	color: #FFFFFF;
	letter-spacing: 2px;
}

.jobListHead table {
	border-collapse: collapse;
}

.jobListHead .td1 {
	padding-left: 20px;
	width: 250px;
}

.jobListHead .td2 {
	width: 312px;
}

.jobListHead .td3 {
	width: 240px;
}

.jobListHead .td4 {
	padding-right: 33px;
	width: 138px;
}


/*jobListBody*/

.jobItemHead{
	background-color: #c1d6ec;
	letter-spacing: 2px;
	margin-top: 1px;
	padding: 12px 0;
	font-size: 14px;
	cursor: pointer;
}

.jobItem td {
	letter-spacing: 2px;
}

.jobItem .td1 {
	padding-left: 18px;
	width: 250px;
}

.jobItem .td2 {
	width: 312px;
}

.jobItem .td3 {
	width: 240px;
}

.jobItem .td4 {
	padding-right: 28px;
	width: 138px;
}


/*弹框*/

.jobItemSummary{
	padding: 16px 15px;
	background-color: #f5f5f5;
	font-size: 14px;
	color: #626262;
	display: none;
}

.jobItemSummary p {
	margin: 5px;
}

.jobItemSummary .p4 {
	margin-bottom: 29px;
}

.jobItemSummary .p7 {
	margin-bottom: 12px;
}

.jobListWrap {
	margin-top: 41px;
	margin-bottom: 80px
}