/**!
 * 信息详情
 * 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: 64px 50px 44px 50px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
}

.ewb-info-tt {
	line-height: 36px;
	text-align: center;
	font-size: 24px;
	color: #333;
}

.ewb-info-source {
	margin-top: 38px;
	padding: 10px 0;
	line-height: 24px;
	text-align: center;
	background-color: #eaeaea;
}

.ewb-is-content {
	margin: 0 20px;
}

.ewb-article {
	padding: 36px 0 70px 0;
}

.ewb-article-buttonbox {
	height: 60px;
}

.ewb-article-buttonbox button {
	width: 160px;
	height: 40px;
	font-size: 18px;
	margin-left: 469px;
	cursor: pointer;
	background-color: #FF9A03;
	border-color: #FFFFFF;
	color: #FFFFFF;
}

.ewb-article-content {
	margin-top: 36px;
}

.ewb-article-content:first-child {
	margin-top: 0;
}

.ewb-article-content p {
	line-height: 36px;
	font-size: 16px;
}

.ewb-article-nav {
	height: 28px;
	line-height: 28px;
}

.ewb-article-nav li {
	max-width: 45%;
	vertical-align: top;
}

.ewb-article-nav li.r {
	text-align: right;
}

.ewb-article-nav li a {
	color: #333;
}

/* footer */

.ewb-footer {
	margin-top: 40px;
}