/**!
 * 关于我们
 * author: wangkai;
 */


/* main */

/* 当前位置 */

.ewb-location {
	padding: 16px 0 14px 0;
	height: 30px;
}

.ewb-location p {
	padding-left: 48px;
	height: 30px;
	line-height: 29px;
	color: #2c84d1;
	background: url('../images/location_ico.png') 18px center no-repeat;
}

.ewb-location p a {
	color: #2c84d1;
}

/* 内容 */

.ewb-content {
	padding: 32px 40px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
}

.ewb-left {
	float: left;
	padding: 8px 0;
	width: 296px;
}

.ewb-left li {
	margin-top: 47px;
	vertical-align: top;
}

.ewb-left li:first-child {
	margin-top: 0;
}

.ewb-left li img {
	width: 100%;
	vertical-align: top;
}

.ewb-right {
	float: right;
	width: 782px;
}

.ewb-right p {
	text-indent: 2em;
	line-height: 32px;
	font-size: 16px;
}

/* footer */

.ewb-footer {
	margin-top: 40px;
}