@charset 'utf-8';
.brand_content dl {
	padding: 30px 0;
	border-bottom: 1px dotted #c8d2d2;
}
.brand_content dl dt {
	display: table-cell;
	float: left;
	width: 240px;
	height: 167px;
	margin-right: 20px;
	line-height: 167px;
	text-align: center;
	background-color: #f3f3f3;
}
.brand_content dl dt a {
	display: block;
}
.brand_content dl dt img {
	vertical-align: middle;
	max-width: 240px;
	max-height: 167px;
}
.brand_content dl dd {
	float: left;
	width: 400px;
}
.brand_content dl dd h3 {
	margin-bottom: 10px;
	color: #007ac2;
	font-size: 14px;
	font-weight: bold;
}
.brand_content dl dd h3 a:hover {
	text-decoration: underline;
}
.brand_content dl dd p {
	line-height: 24px;
	color: #6f6f6f;
}




