
.brand-list {
	width: 1200px;
	margin: 0 auto;
}

.brand-list .brand-bd {
	position: relative;
	/* margin-left: 10px; */
	margin-top: 5px;
}


.brand-list .item,
.brand-list .additem {
	position: absolute;
	width: 245px;
	background-color: #f8f8f8;
	border: 1px solid #f8f8f8;
	padding: 18px;
	top: 0;
	left: 40%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.brand-list .hover {
	box-shadow: 0px 1px 8px rgba(200, 200, 200, .6);
	background-color: #fff;
	border-color: #c8c8c8;
}

.brand-list .additem {
	padding: 0;
	width: 281px;
	border: none;
}


.brand-list .item strong {
	display: block;
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 10px;
}

.brand-list .item strong a {
	color: #333;
}

.brand-list .item p {
	text-align: left;
	color: #666666;
	line-height: 1.8em;
	font-size: 14px;
}

.brand-list .item .meta {
	padding-top: 10px;
	color: #008dc5;
	font-size: 14px;
}

.brand-list .item .imgholder img {
	width: 100%;
}

.brand-list .item .imgholder {
	margin-bottom: 15px;
}

.clear{
	clear: both;
}