#brandList {
	overflow: hidden;
	clear: both;
}

#brandList ul{
	overflow: hidden;
	clear: both;
}


#brandList li {
	border: 1px solid #E5E5E5;
	float: left;
	margin-bottom: 24px;
	margin-right: 48px;
	text-align: center;
	width: 237px;
}

#brandList li:hover {
	border-color: #c0c0c0;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #fbfbfb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fbfbfb));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fbfbfb 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#fbfbfb 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#fbfbfb 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#fbfbfb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbfbfb',GradientType=0 );
}

#brandList li span {
	font-size: 36px;
	color: #c0c0c0;
	display: block;
	font-weight: 700;
}

#brandList li a {
	display: block;
	padding: 12px 0px;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
}

#brandList li img {
	max-width: 90%;
	max-height: 90%;
	vertical-align: middle;
}

#brandDetail {
	margin-bottom: 24px;
	padding: 12px;
	border: 1px solid #E5E5E5;
	overflow: hidden;
}

#brandDetail p {
	margin-top: 0;
	line-height: 21px;
	margin-top: 12px;
}

#brandDetail ul {
	overflow: hidden;
	clear: both;
}

#brandDetail h3 {
	color: #ff3a4d;
	font-weight: normal;
}

#brandDetail li {
	float: left;
}

#brandDetail li a {
	background: #F2F2F2;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin-right: 12px;
	margin-bottom: 12px;
	text-align: center;
	color: #000;
	text-decoration: none;
	padding: 0px 12px;
}

#brandDetail li a:hover {
	background: #e8e8e8;
}

.brandLogo {
	float: left;
	margin-top: 12px;
	padding-right: 12px;
	padding-bottom: 8px;
}

#newsBack {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #ff3a4d;
	width: 170px;
}

#newsBack:hover {
	background: #f72136;
}

 #newsBack:active {
	position: relative;
	top: 1px;
}