/**!
 * é€šç”¨ä¸‰çº§é¡µ
 * author: wangkai;
 */


/* å½“å‰ä½ç½® */

.ewb-location {
    margin-top: 10px;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
}

.ewb-location p {
    padding-left: 34px;
    font-size: 12px;
    color: #666;
    background: url('../images/location_ico.png') 14px center no-repeat;
}

.ewb-location p a {
    color: #666;
}

/* article */

.ewb-article {
	margin-top: 10px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
}

.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-info{
	margin-top: 14px;
	overflow: hidden;
}
.want-in{
	display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 150px;
    height: 50px;
    font-size: 17px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    outline: 0;
    border: 0;
    background-color: #008df1;
}
.ewb-article-signle{
	margin-top: 10px;
	background-color: #fff;
}
.ewb-article-signle h3 {
	line-height: 42px;
	text-align: center;
	font-size: 28px;
	font-family: "Microsoft YaHei";
	color: #000;
}