/**!
 * 通用三级页
 * author: 作者;
 * date:2018-09-26
 */

/* 位置 */

.ewb-home {
    padding-left: 25px;
    line-height: 53px;
    font-size: 15px;
    color: #666;
    background: url(../images/home.png) 0 center no-repeat;
}

.ewb-home a {
    color: #666;
    margin-right: 5px;
}
/* article */

.ewb-article {
	padding: 25px 0;
	background: #fff;
	margin-bottom: 35px;
	/* max-width:1200px; */
}

.ewb-article h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	font-family: "Microsoft YaHei";
}

.ewb-article-sources {
	position: relative;
	margin-top: 25px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #999;
	background-color: #fff;
}

.ewb-article-font {
	position: absolute;
	top: 0;
	right: 210px;
}

.ewb-article-sources span {
	margin: 0 16px;
}

.ewb-article-sources a {
	margin: 0 5px;
	color: #666;
}

.ewb-article-sources a.cur {
	color: #1492ff;
}
/* 字体超出自动换行 */
.ewb-article-info {
	widht:100%;
	height:100%;
	word-wrap: break-word;
	padding: 32px 42px 94px;
	border-bottom: 1px dashed #d8d8d8;
}

.ewb-article-p {
	line-height: 32px;
	font-size: 14px;
	text-indent: 2em;
	font-family: "Microsoft YaHei";
}

.ewb-article-img {
	display: block;
	margin: 34px auto;
}

.ewb-article-add {
	padding: 20px 20px 0;
	font-family: "Microsoft YaHei";
}

.ewb-article-add div {
	width: 48%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ewb-article-add div.r {
	text-align: right;
}

.ewb-article-add span {
	color: #1492ff;
}

.ewb-article-add a {
	color: #333;
}



/* 详情页新增提示样式--sxx*/


.yqts{
	margin-left:22px;
}
.yqtsa{
	height: 30px;
	line-height: 30px;
	color:blue;
}
.ewb-con-sp {
	
    display: block;
    line-height: 28px;
    color: #f99d32;
  
}
.ewb-con-will {
    width: 98px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-top: 12px;
    background: #ffb403;
    cursor: pointer;
}