/**!
 * 信息详情页
 * author: huangcong;
 * date:2019-04-29
 */

/* 当前位置 */

.ewb-route {
    padding: 17px 24px 14px 24px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    background: url('../images/route_ico.png') left center no-repeat;
}

.ewb-route a {
    color: #666;
}

.ewb-route span {
    color: #ed0b00;
}

.ewb-main{
	padding: 7px 52px 50px 52px;
	background: #fff;
}

.ewb-main-tt{
	padding: 25px 0;
	line-height: 32px;
	font-size: 16pt;
	font-family: 微软雅黑;
	text-align: center;
	color: #000;
}

.ewb-intro{
	padding: 5px 0 4px 0;
	line-height: 20px;
	font-size: 0;
	color: #999;
	text-align: center;
	background: #eee;
}

.ewb-intro span{
	display: inline-block;
	font-size: 12px;
	margin: 0 20px;
	vertical-align: top;
}

.ewb-info{
	padding-top: 20px;
}

.ewb-info p{
	line-height: 32px;
	font-size: 16px;
	text-indent: 2em;
}

.ewb-download{
	line-height: 32px;
	font-size: 14px;
	margin-top: 66px;
}

.ewb-download-tt{
	float: left;
	font-weight: bold;
}

.ewb-downlist{
	margin-left: 66px;
}

.ewb-downlist a{
	color: #0038b0;
}

.ewb-btn{
	text-align: center;
	margin-top: 70px;
	font-size: 0;
}

.ewb-btn a{
	display: inline-block;
	width: 126px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	vertical-align: top;
	margin: 0 10px;
}

.ewb-btn1{
	background: #f49610;
}

.ewb-btn2{
	background: #0038b0;
}

.ewb-info-link{
	border-top: 1px solid #eee;
	margin-top: 60px;
	padding-top: 10px;
	line-height: 26px;
	font-size: 14px;
}

.ewb-info-link a{
	color: #999;
	margin-left: 20px;
}