
/**!
 * 自贡市公共资源中心-详情页
 * author: chenzp;
 * date:2018-08-15
 */

/* 正文 */

.ewb-info{
	min-height:612px;
	line-height:30px;
	padding: 0 26px 20px 25px;
	background: url('../images/main_bg.png') repeat;
}

/* 当前位置 */

.ewb-local {
    padding: 17px 26px 12px 51px;
    line-height: 24px;
    color: #666;
    background: url(../images/detail_local.png) no-repeat 23px 20px;
}

.ewb-local a{
	color: #666;
}

.ewb-local a.cur{
	color: #014e9c;
}

.ewb-info-main{
	background: #fff;
	min-height: 515px;
	border: 1px solid #eee;
}

.ewb-info-l{
	margin: 70px 30px 0;
	width: 180px;
	background: url('../images/info_dot.png') repeat-y 54px 29px;
}

.ewb-info-time{
	padding-left: 80px;
	height: 29px;
	line-height: 29px;
	font-weight: bold;
	color: #1492ff;
	background: url('../images/detail_time.png') no-repeat 40px center;
}

.ewb-info-l ul{
	padding-top: 14px;
}

.ewb-info-l li{
	margin-top: 32px;
	height: 43px;
	line-height: 33px;
	background: url('../images/detail_dot.png') no-repeat 49px center;
}

.ewb-info-date{
	width: 40px;
	text-align: right;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	background: url('../images/info_hr.png') no-repeat 1px 19px;
}

.ewb-info-topic{
	position: relative;
	margin-top: 9px;
	padding: 0 22px;
	font-size: 14px;
	color: #333;
	background-color: #f3f3f3;
	border-radius: 5px;
	cursor: pointer;
}

.ewb-info-icon{
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: -9px;
	width: 9px;
	height: 7px;
	background: url('../images/detail_l.png') no-repeat center;
}

.ewb-info-l li.cur{
	background-image: url('../images/detail_doth.png');
}

.ewb-info-l li.cur .ewb-info-date{
	color: #1492ff;
	background-image: url('../images/info_hrh.png');
}

.ewb-info-l li.cur .ewb-info-topic{
	color: #fff;
	background-color: #1492ff;
}

.ewb-info-l li.cur .ewb-info-icon{
	background-image: url('../images/detail_lh.png');
}

.ewb-info-r{
	margin-left: 240px;
	line-height: 30px;
	text-align: center;
    overflow-x: auto;
}
.ewb-article-p {
    overflow-x: auto;
}
.ewb-info-yuan{
	line-height: 30px;
}

.ewb-info-name{
	margin-top: 32px;
	font-size: 22px;
	color: #1492ff;
	text-align:center;
}

.ewb-info-code{
	color: #999;
	text-align:center;
}

.ewb-info-yuan p{
	margin-right: 28px;
	padding: 10px 0;
	line-height: 23px;
	text-indent: 30px;
	font-size: 14px;
	
}

.ewb-info-r p{
	margin-right: 28px;
	padding: 10px 0;
	line-height: 23px;
	text-indent: 30px;
	font-size: 14px;
	text-align: justify;
	text-justify: inter-ideograph;
}
	
.change .ewb-bg{
	position: fixed;
}