.jobs-wrap{
	margin-top: 150px;
	overflow: hidden;
}
.jobs-wrap .auto-container{
	width: 1175px;
}
.jobs-wrap .section-title h2{
	font-size: 48px;
	background: url("../images/h-bg.png") no-repeat center center;
}
.jobs-wrap .section-title h2:after{
	display: none;
}

.jobs-list{
	margin-top: 8%;
}

.jobs-wrap .jobs-list a{
	display: block;
	margin: 4% 0;
	border: 1px solid #90272b;
}
.jobs-wrap .jobs-list a:after{
	content: "";
	display: block;
	clear: both;
}
.jobs-wrap .job-img{
	width: 20.5%;
	float: left;
}
.jobs-wrap .job-img img{
	max-width: 100%;
}
.jobs-wrap .job-con{
	width: 63%;
	float: left;
	margin-left: 1.5%;
	margin-right: 1.5%;
	font-size: 16px;
	color: #6d6d6d;
}
.jobs-wrap .job-con h2{
	font-size: 24px;
	font-weight: normal;
	color: #4d4d4d;
	margin-bottom: 1.5%;
	margin-top: 6%;
}
.jobs-wrap .job-date{
	width: 8%;
	float: right;
	text-align: left;
	padding-right: 2%;
	padding-top: 1.5%;
}
.jobs-wrap .job-date p{
	font-size: 24px;
	margin-bottom: 40px;
}
.jobs-wrap .job-date p em{
	border-bottom: 1px solid #ee5b57
}


@media (max-width: 1200px){
	.jobs-wrap .auto-container{
		width: 1000px;
	}
	.jobs-wrap .section-title h2{
		font-size: 36px;
	}
	.jobs-wrap .job-con h2{
		font-size: 20px;
	}
	.jobs-wrap .job-con{
		font-size: 14px;
	}
	.jobs-wrap .job-date p{
		font-size: 20px;
	}

}

@media (max-width: 1020px){
	.jobs-wrap .auto-container{
		width: 960px;
	}
}
@media (max-width: 980px){
	.jobs-wrap .auto-container{
		width: 100%;
	}
}

@media (max-width: 640px){
	.jobs-wrap .section-title h2 {
	    font-size: 24px;
	}
	.jobs-wrap .jobs-list a{
		border: 0;
		border-top: 1px solid #90272b;
		padding-top: 4%;
	}
	.jobs-wrap .jobs-list a:first-child{
		border-top: 0;
	}
	.jobs-wrap .job-con h2{
		margin-top: 2%;
		font-size: 16px;
	}
	.jobs-wrap .job-con{
		width: 75%;
	}
	.jobs-wrap .job-date{
		width: 100%;
		padding: 0 4% 0 0;
		text-align: right;
		margin-top: 2%;
	}

	.jobs-wrap .job-date p{
		display: inline-block;
		vertical-align: middle;
		margin-right: 4%;
		margin-bottom: 0;
	}
	.jobs-wrap .job-date img{
		width: 30px;
	}

	.jobs-wrap .job-date p {
	    font-size: 16px;
	}

}

@media (max-width: 414px){
	.jobs-wrap{
		margin-top: 90px;
	}
	.jobs-list{
		margin: 0;
	}
	.jobs-wrap .section-title h2{
		background-size: 190%;
	}
	.jobs-wrap .job-img,
	.jobs-wrap .job-img img{
		width: 100%;
	}
	.jobs-wrap .job-con{
		width: 96%;
	}

	.jobs-wrap .job-date p {
	    font-size: 14px;
	}
}

/*人才招聘详情页*/
.job-detail-wrap {
	margin-bottom: 4%
}
.job-detail-wrap p{
	font-size: 18px;
	color: #4f4f4f;
	margin: 2% 0;

}
.job-detail-title {
	text-align: center;
}
.job-detail-title h2{
	font-size: 36px;
	font-weight: normal;
}
.job-detail-title .h-bg{
	width: 100%;
	height: 12px;
	background: url("../images/h-bg3.png") no-repeat;
}
.job-detail-con p{
	line-height: 190%;	
}
.job-detail-con h3{
	font-size: 24px;
	color: #90272b;
	font-weight: normal;
	margin-bottom: 1%;
	margin-top: 4%;
}


.detail-info{
	margin-top: 4%;
}
.detail-info p{
	line-height: 190%;
	color: #90272b;
}
.detail-info p strong{
	font-size: 24px;
	font-weight: normal;
}


@media (max-width: 1440px){
	.jobs-wrap{
		margin-top: 100px;
	}
	.job-detail-title h2{
		font-size: 28px;
	}
	.job-detail-wrap p{
		font-size: 16px;
		line-height: 1.8;
	}
}
@media (max-width: 1024px){
	.job-detail-con h3,
	.detail-info p strong{
		font-size: 18px;
	}
	.job-detail-wrap p{
		font-size: 14px;
		line-height: 1.6;
	}
}

@media (max-width: 768px){
	.jobs-wrap{
		margin-top: 80px;
	}
	.job-detail-title h2 {
	    font-size: 22px;
	}
	.job-detail-con h3, .detail-info p strong {
	    font-size: 16px;
	}
}

@media (max-width: 414px){
	
	.job-detail-title h2 {
	    font-size: 18px;
	}
	.job-detail-con h3, .detail-info p strong {
	    font-size: 15px;
	}
}










