/**!
 * 通用三级页
 * author: 作者;
 * date:2018-09-04
 */
/* 位置 */
.ewb-list-hd {
    height: 57px;
    line-height: 57px;
    padding-left: 40px;
    color: #333;
    border-bottom: 2px dashed #d5d5d5;
    background: url(../images/loca.png) 0 center no-repeat; 
}

.ewb-list-hd a {
    color: #333;
}

.ewb-list-hd span {
    color: #fd683e;
}

.ewb-location {
	padding-left: 18px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #25aee2;
}

.ewb-location a {
	color: #25aee2;
}

.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;
}
@media (max-width: 767px) {
	.ewb-info {
		padding: 2px 10px 31px;
		margin-top: 20px;
	}
	.ewb-list-hd {
		height: 57px;
		line-height:18px;
		padding-left: 40px;
		color: #333;
		border-bottom: 2px dashed #d5d5d5;
		background: url(../images/loca.png) 0 center no-repeat;
	}
}