.year {
	margin-bottom: 40px;
}
.year ul {
	overflow: hidden;
}
.year ul li {
	width: 130px;
	height: 40px;
	line-height: 40px;
	background: #c41714;
	float: left;
	margin-right: 13px;
	border-radius: 5px;
}
.year ul li a {
	color: #fff;
	display: block;
	text-align: center;
}
.year ul li a i {
	display: inline-block;
	width: 12px;
	height: 16px;
	background: url(../images/location_small.png) no-repeat top center;
	margin-right: 8px;
	vertical-align: text-top;
}
.wrap {
	margin-bottom: 20px;
}
.wrap ul li {
	float: left;
	width: 383px;
	margin-bottom: 30px;
}
.wrap ul li:not(:nth-child(3n)) {
	margin-right: 33.5px;
}
.wrap ul li .img {
	width: 383px;
	height: 250px;
}
.wrap ul li .title {
	height: 65px;
	line-height: 65px;
	box-sizing: border-box;
	padding-left: 60px;
	background: #f5f5f5 url(../images/arrow.png) no-repeat 25px 20px;
}