.kartinfor {
	width: 100%;
	min-width: 1226px;
	background: #F8F8F8;
	display: flex;
	justify-content: center
}
.content{
	width: 1226px;
	display: flex;
	justify-content: space-between;
}
.kartinforLeft{
	width: 960px;
	height: 1400px;
}
.kartinforRight{
	width: 245px;
	height: 1400px;
	background-color: #FFFFFF;
}
.more{
	width: 230px;
	height: 60px;
	padding-left: 15px;
	background: #171616;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 29px;
	display: flex;
	align-items: center;
}
.carImg{
	overflow-y:auto;
	margin-top: 22px;
	height: 1318px;
	display: flex;
	flex-direction: column;
}
.selectionCar{
	padding-bottom: 10px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #FFFFFF;
}
a{
	color: #333333;
}
a:hover>.selectionCar{
	border: 1px solid #e3e3e3;
}