/**!
 * 通用三级页
 * author: 作者;
 * date:2017-01-05
 */

/* 位置 */

.ewb-location {
	padding-left: 18px;
	line-height: 42px;
	font-size: 14px;
	font-family: "Microsoft YaHei";
}

.ewb-location span {
	color: #ff6600;
}

/* article */

.ewb-article {
	padding: 42px 0;
}

.ewb-article h3 {
	line-height: 42px;
	text-align: center;
	font-size: 28px;
	font-family: "Microsoft YaHei";
	color: #000;
}

.ewb-article-sources {
	margin-top: 10px;
	line-height: 36px;
	text-align: center;
	font-family: "Microsoft YaHei";
	color: #999;
	background-color: #f7f7f7;
}

.ewb-article-sources a {
	color: #999;
}

.ewb-article-p {
	margin-top: 14px;
	line-height: 32px;
	font-size: 14px;
	text-indent: 2em;
	font-family: "Microsoft YaHei";
	color: #4e4e4e;
}

.ewb-article-img {
	display: block;
	margin: 18px auto 0;
	padding-bottom: 4px;
	vertical-align: top;
}

.ewb-article-link {
	margin: 0 auto;
	display: block;
	width: 250px;
	height: 62px;
	padding-bottom: 20px;
	background: url("../images/download.jpg") no-repeat;
}
.ewb-article-linkgc {
	margin: 0 auto;
	display: block;
	width: 250px;
	height: 62px;
	padding-bottom: 20px;
	background: url("../images/download_3.png") no-repeat;
}
.ewb-article-linkcg {
	margin: 0 auto;
	display: block;
	width: 250px;
	height: 62px;
	padding-bottom: 20px;
	background: url("../images/download_2.png") no-repeat;
}
.ewb-article-linkcght {
	margin: 0 auto;
	display: block;
	width: 250px;
	height: 62px;
	padding-bottom: 20px;
	background: url("../images/download_4.png") no-repeat;
}
.ewb-block {
	position: relative;
	padding: 0 25px 24px;
	width: 455px;
	background-color: #fff;
	border: 1px solid #e3e3e3;
}

.ewb-h {
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #ba0a0d;
}

.ewb-close {
	position: absolute;
	top: 14px;
	right: 15px;
	display: block;
	width: 14px;
	height: 14px;
	background: url("../images/close_btn.png") no-repeat;
}

.ewb-items {
	padding-top: 8px;
}

.ewb-item {
	padding-left: 40px;
	height: 40px;
	line-height: 40px;
	background: url("../images/article_item_icon.png") 15px center no-repeat;
}

.ewb-item-block {
	margin-right: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ewb-link {
	margin-top: -40px;
	margin-right: 12px;
	width: 60px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	text-align: center;
	color: #ba0a0d;
	border-radius: 4px;
	border: 1px solid #ba0a0d;
}

.ewb-link:hover {
	color: #fff;
	background-color: #ba0a0d;
}
.news-article {
	padding-bottom: 20px;
}