.infocenterheader{
	height: 70px;
	border-bottom: 1px solid #CDCDCD;
}
.infoconten{
	margin-top: 15px;
    margin-bottom: 50px;
}
.infoitem{
	width: 100%;
	height: 476px;
	transition: all .4s;
	border-bottom: 1px solid #f5f5f5;
	background-color: #f8f8f8;
}
.headerimg{
	width: 100%;
	height: 250px;
}
.headerimg>img{
	width: 100%;
	height: 100%;
}
.infotxt{
	width: 100%;
	padding: 10px;
}
.infotxt h2{
	font-size: 16px;
	line-height: 40px;
	color: #3E3E3E;
	font-weight: bold;
	border-bottom: 1px solid #cdcdcd;
}
/* .infotxt h2:hover{
	color: #22589d;
} */
.infodesc{
	height: 80px;
	margin-top: 20px;
	font-size: 14px;
	color: #838383;
	text-align: justify;
	text-indent: 24px;
	line-height: 22px;
}
.infoitem:hover{
	box-shadow: rgb(200, 200, 200) 0px 0px 18px;
	transform: translateY(-20px);
	background-color: #fff;
}
.infoitem:hover h2{
	color: #22589d;
}
.headerimg{
	overflow: hidden;
}
.headerimg img{
	transition: all .4s;
}
.infoitem:hover .headerimg img{
	transform: scale(1.1);
}
.timeicon{
	font-size: 14px;
	color: #929292;
	margin-top: 22px;
}
.timeicon span{
	font-size: 14px;
}
.infoconten ul li{
	float: left;
	margin-right: 70px;
	margin-top: 55px;
	width: 350px;
}