﻿﻿/**!
 * &#31726;&#29699;&#27604;&#20998;&#51;&#54;&#53;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#36275;&#29699;&#25968;&#25454;&#30452;&#25773;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#36275;&#29699;&#32593;&#24320;&#25143;国资委详细页
 * author: huangcong;
 * date:2019-12-17
 */

.ewb-article{
	padding: 20px 20px 0 20px;
}

.ewb-article-hd h3{
	line-height: 34px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.ewb-article-intro{
	background: #f39593;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	padding: 6px 0;
	margin-top: 25px;
}

.ewb-article-intro span{
	margin: 0 60px;
}

.ewb-article-bd{
	padding: 12px 20px 15px 20px;
	line-height: 34px;
	font-size: 16px;
}

.ewb-article-bd p{
	text-indent: 2em;
}

.ewb-article-time{
	text-align: right;
	margin-top: 30px;
}

.ewb-article-link{
	margin: 0 20px;
	border-top: 1px dashed #999;
	padding-top: 17px;
}

.ewb-article-link p{
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 12px;
}

.ewb-article-link p a{
	color: #333;
}

.ewb-article-link p a span{
	display: inline-block;
	width: 70px;
	border-radius: 1px;
	background: #a8a8a8;
	color: #fff;
	text-align: center;
	margin-right: 10px;
}

.ewb-article-link p a span:hover{
	background: #bc0501;
}

/* 小于1199 */

@media(max-width: 1199px){
	.ewb-article-intro span{
		margin: 0 20px;
	}
}

/* phone */
@media(max-width: 767px){
	.ewb-article{
		padding: 10px 5px;
	}

	.ewb-article-hd h3{
		line-height: 30px;
		font-size: 16px;
	}

	.ewb-article-intro{
		font-size: 12px;
		line-height: 24px;
		margin-top: 10px;
	}

	.ewb-article-bd{
		padding: 10px 5px;
		line-height: 24px;
		font-size: 12px;
	}
}