@charset "utf-8";
#header .logo {
	color: #e60012;
}
#maincontent {
	min-height:400px;
}
#maincontent ul,#maincontent ol,#maincontent li {
	list-style-type:none;
}
#maincontent .title_bg {
	overflow: hidden;
	background-color: #e00019;
	background:-moz-linear-gradient(#a10303,#e00019);
	background:-webkit-gradient(linear,left top,left bottom,from(#a10303),to(#e00019));
	background:linear-gradient(top left,#a10303,#e00019);
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#a10303,endColorStr=#e00019);
	color:#FFF;
}
#maincontent .title_bg h3 {
	padding: 10px;
	font-size: 16px;
	font-weight: normal;
}
.carsort_li {
	border-bottom: solid #e1e7ee 1px;
}
.carsort_li a {
	display: block;
	padding: 11px 24px 11px 10px;
	font-size: 16px;
	line-height: 22px;
	position: relative;
	color: #3b5998;
	outline: none;
	text-decoration: none;
}
.carsort_li .jiage {
	position: absolute;
	top: 50%;
	margin-top: -11px;
	right: 30px;
}
.carsort_li .arrow-right {
	width: 12px;
	height: 14px;
	background-position: -20px -20px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 10px;
	overflow: hidden;
	background-image: url(/m/car/images/bg-arrow.png);
	background-repeat: no-repeat;
	background-size: 80px auto;
}
