.car_years_2021 {
	
	margin: 20px 0;
	border: 1px solid #e9e9e9;
}

.car_years_2021 .title_bg {
	background: #F2F4F6;
	border-bottom: 1px solid #e9e9e9;
	height: 30px;
	margin-bottom: 10px;
}

.car_years_2021 .title {
	padding: 0 20px;
	height: 30px;
    line-height: 30px;
	background: #345672;
	color: #FFF;
	font-size: 14px;
	    border: 1px solid #5C87A4;
	font-weight: bold;
	float: left;
}

.car_years_2021 .items {
	overflow: hidden;
	margin-bottom: 10px;
	    padding: 0 10px;
}

.car_years_2021 .items li {
	font-size: 14px;
	padding: 10px;
	background-color: #f3f3f3;
	color: #333;
	float: left;
	margin-right: 20px;
}

.car_years_2021 .items li.act {
	background-color: #1e4674;
	color: #fff;
}

.car_years_2021 .box {
	overflow: hidden;
}

.car_years_2021 .box .all {
	overflow: hidden;
	display: none;
}

 .car_years_2021 .box .all:first-child{
display: block;

}
 
.car_years_2021 .box .all .item_2021 {
	overflow: hidden;
	border-bottom: 1px solid #f3f3f3;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	align-content: center;
	padding:  10px;
}
.car_years_2021 .box .all .item_2021:last-child{
border-bottom:none;
}
.car_years_2021 .item_2021 .left {
	overflow: hidden;
	float: left;
	width:400px;
}

.item_2021 .left a {
	color: #1e4674;
	font-size: 18px;
}

.item_2021 .left div {
	margin-top: 5px;
	color: #999;
	font-size: 16px;
}

.item_2021 .left div span {
	margin-right: 10px;
}

.item_2021 .center {
	overflow: hidden;
	color: #999;
	font-size: 14px;
	float: left;
	_margin-left: 90px;
	display: flex;
	align-items: center;
	width: 180px;
    flex-wrap: wrap;
}



.item_2021 .center span.red {
	color: #ff6600;
}

.item_2021 .center p  {
display:block;

}
.item_2021 .center p span {

font-size:14px;
color:#999;
}

.item_2021 .center p a{
font-size:14px;
color:#999;
text-decoration: none;
}

.item_2021 .center p a:hove{
text-decoration: none;
}

.item_2021 .right {
	overflow: hidden;
	float: right;
	_margin-left: 20px;
	display: flex;
	align-items: center;
}

.item_2021 .right a {
	font-size: 14px;
	padding:5px 10px;
	border: 1px solid #1e4674;
	color: #1e4674;
}

.item_2021 .right a:first-child {
	margin-right: 10px;
}