h1.content-titleh1{
	font-weight: bold;
	font-size: 14px;
	color: #555555;
	margin-bottom: 18px;
}
ul.recruit-ul{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
ul.recruit-ul li{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 3px;
}
.recruit-title{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #f2f1f1;
	position: relative;
	overflow: hidden;
	color: #555555;
	cursor: pointer;
}
.recruit-title h1{
	font-weight: normal;
	font-size: 16px;
	display: inline-block;
	padding-left: 10px;
}
.recruit-title span{
	position: absolute;
	width: auto;
	height: 50px;
	right: 0;
	top: 0;
	padding-right: 50px;
}
.recruit-title span i{
	position: absolute;
	width: 22px;
	height: 22px;
	background-position: center;
	background-repeat: no-repeat;
	top: 50%;
	margin-top: -11px;
	right: 9px;
	background-image:url(../Images/hr/li-click-btn.png);
}
.recruit-title:hover,.hover .recruit-title{
	color: #fff;
	background: #d00210;
}
.recruit-ul .detailed-content{display:none}
.hover .detailed-content {display:block;}
.recruit-title:hover i,.hover .recruit-title span i{
	background-image:url(../Images/hr/on-li-click-btn.png);
}
.in-tabeul{
	margin-top: 45px;
}
/*内容*/
/*content-1*/
.detailed-content{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	background: #f6f6f6;
	margin-top: 3px;
}
.inner-content{
	width: 844px;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 14px auto 10px auto;
	color: #555555;
}
.inner-content h1{
	font-weight: normal;
	font-size: 14px;
	padding: 16px 0 14px 0;
}
.inner-content p{
	padding-bottom: 14px;
	color: #555555;
	line-height: normal;
}
.inner-content p span{
	display: inline-block;
	min-width: 240px;
	padding-right: 10px;
	width: auto;
}
/*content-2*/
.right-img img{
	display: block;
	margin: 0 0 60px auto;
}
/*content-3*/
.content-3 h1{
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 6px;
	color: #555555;
}
/*content-4*/
.content-4 ul{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.content-4 ul li{
	width: 100%;
	height: 167px;
	position: relative;
	overflow: hidden;
	padding-bottom: 43px;
	margin-bottom: 45px;
	border-bottom: 1px dashed #c9c9c9;
}
.list-bg{
	width: 250px;
	height: 167px;
	position: relative;
	display: inline-block;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 40px;
}
.content-4 ul li h1{
	font-weight: normal;
	font-size: 18px;
	color: #444444;
	line-height: 18px;
	height: 18px;
	position: relative;
	margin: 14px 0 25px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.content-4 ul li:hover h1{
	color: #e60012;
}
.content-4 ul li h1 span{
	font-size: 14px;
	color: #7e7e7e;
	display: inline-block;
	float: right;
}
.content-4 ul li p{
	padding-bottom: 0;
	height: 72px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
}
a.more-a{
	display: inline-block;
	position: relative;
	width: 116px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	border: 1px solid #dcdcdc;
	margin-top: 10px;
	font-size: 12px;
	color: #e60012;
}
.new-content img{
	width: 626px;
}

@media only screen and (max-width: 960px) {
	.right-img img{
		width: 80%;
		margin: 20px auto;
	}
	.list-bg{
		display: none;
	}
	.new-content img{
		width: 80%;
	}
	.inner-content{
		width: 96%;
	}
	h1.content-titleh1{margin-left:2%;}
	.recruit-title{
		height: 30px;
		line-height: 30px;
	}
	
	.recruit-title h1{
		width: 90%;
		overflow: hidden;
		font-size: 12px;
	}
	.recruit-title span{
		height: 30px;
		padding-right: 0;
		font-size: 0;
	}
}