.title2{
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	height: 40px;
	text-align: center;
}
.item_div{
	margin-top: 20px;
	float: left;
	width: 248px;
	height: 190px;
	text-align: center;
	margin-right: 38px;
	position: relative;
}
/*企业招聘会hover翻转*/
.companyImg{
	width: 254px;
	height: 153px;
	margin-right: 10px;
	margin-bottom: 5px;
	position: relative;
	transition: 0.6s;
	transform-style: preserve-3d;
}
.companyFrontDiv,.companyBackDiv{
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	backface-visibility: hidden;
}
.companyFrontDiv{
	z-index: 2;
}
.companyBackDiv{
	transform: rotateY(-180deg);
	background-color: #F0B22E;
	color: white;
	overflow: hidden;
}
.backtext{
	width: 80%;
	height: auto;
	margin: 0 auto;
}
.companyImg:hover{
	transform: rotateY(180deg);
	cursor: pointer;
}


.title3{
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	height: 20px;
	text-align: center;
}
.item_div3{
	margin: 15px;
	float: left;
	width: 248px;
	height: 180px;
}