﻿/**!
 * 通用三级页
 * author: shenyh;
 * date:2017-2-2
 */

/* main */

.ewb-main{
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
}

/* 位置 */

.ewb-location {
	padding-left: 20px;
	line-height: 42px;
    color: #f6631b;
}

.ewb-location a {
   color: #f6631b;
}

.ewb-location span {
	color: #ff0000;
}

/* article */

.ewb-article {
	min-height: 300px;
	padding: 22px 20px;
}

.ewb-article h3 {
	line-height: 32px;
	text-align: center;
	font-size: 28px;
	color: #000;
}

.ewb-article-sources {
	margin-top: 20px;
	line-height: 36px;
	text-align: center;
	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;
	color: #4e4e4e;
}

.ewb-article-img {
	display: block;
	margin: 18px auto 0;
	padding-bottom: 4px;
	vertical-align: top;
}
.ewb-article-info{
	min-height: 410px;
}
/*表格处理*/
.ewb-article-info table{
	margin: auto !important;
}
/*项目编号*/
.ewb-pro{
	text-align: center;
    padding-top: 10px;
    font-size: 17px;
}
/*备注信息*/
.ewb-specinfo{
	margin-top: 25px; 
	margin-bottom: -12px; 
	text-indent: 2em; 
	text-align: justify; 
	line-height: 1.5; 
	font-family: 宋体; 
	font-size: 12pt;
}