

.brand-items{
	margin-bottom: 30px;
}

.brand-left>img{
	width: 100%;
}
.brand-right{
	padding: 15px;
	min-height: 1px;
}
.brand-img>img{
	margin: 0 auto;
}
.brand-img{
	padding-top: 15px;
}
.brand-text{
	min-height: 1px;
	padding: 15px 0;
	line-height: 1.8;
}
.brand-btn>a{
	color: #333;
}
.brand-btn>a>span{
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 8px;
	background: url(../images/right2.png) no-repeat;
	margin-left: 15px;
}
.brand-right:hover .brand-btn>a{
	color: #d4000f;
}
.brand-right:hover .brand-btn>a>span{
	background: url(../images/right21.png) no-repeat;
}