/*banner图整行背景色*/
.inside_banner{
	background:#3298fb;
}
/*招聘列表*/
.hire{
	width:1200px;
	margin:24px auto 40px;
}
.hire_list{
	float:left;
	width:285px;
	height:310px;
	margin:0 20px 20px 0;
	background:#f8f8f8;
}
.hire_list:nth-child(4n){
	margin-right:0;
}
.hire_img{
	display:block;
	width:285px;
	height:216px;
	overflow:hidden;
}
.hire_img img{
	width:100%;
	height:100%;
	transition:all 0.3s;
}
.hire_list:hover{
	background:#fff;
	box-shadow:0 0 10px rgba(23,99,212,0.35);
}
.hire_list:hover .hire_img img{
	transform:translate(0,0) scale(110%) rotate(0deg);
}
.hire_main{
	width:237px;
	height:16px;
	margin:20px auto;
	overflow:hidden;
}
.hire_title{
	width:150px;
	height:16px;
	font-size:16px;
	line-height:16px;
	float:left;
	font-weight:bold;
}
.hire_aslary{
	width:70px;
	height:16px;
	font-size:16px;
	line-height:16px;
	color:#1763d4;
	float:right;
	text-align:right;
}
.hire_info{
	width:237px;
	height:16px;
	margin:16px auto;
}
.hire_info img{
	display:block;
	width:12px;
	height:16px;
	float:left;
}
.hire_info_more{
	width:211px;
	height:16px;
	margin-left:10px;
	float:left;
	font-size:14px;
	line-height:14px;
	overflow:hidden;
}
.hire_info_more li{
	float:left;
	margin-right:10px;
}
