/**!
 * 信用许昌--双公示详情;
 * author: chenzp;
 * date:2018-06-11
 */

/* 正文 */

.ewb-mod-hd {
	margin-top: 26px;
    padding: 0 0 14px 24px;
    line-height: 30px;
    background: url('../images/home.png') 0 7px no-repeat;
    border-bottom: 1px dashed #959595;
}

.ewb-mod-hd a {
    color: #333;
}

.ewb-mod-hd .cur {
    color: #ff0000;
}

.ewb-mod-bd h2{
	padding: 40px 0 11px;
	line-height: 18px;
	font-size: 18px;
	text-align: center;
}

.ewb-mod-date{
	margin: 0 20px;
	padding-bottom: 20px;
	text-align: center;
	line-height: 18px;
	border-bottom: 1px solid #dcdcdc;
}

.ewb-mod-tab{
	margin: 10px 30px 0;
	padding-bottom: 40px;
}

.ewb-table{
	width: 100%;
	font-size: 12px;
	border: 1px solid #ddd;
	border-top: 1px solid #ececec;
	border-collapse: collapse;
    border-left: 0;
    border-radius: 4px;
}

.ewb-table td{
	padding: 8px;
	height: 20px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ececec;
	word-break: break-all; 
	word-wrap: break-word;
}

.ewb-table-wt1{
	width: 165px;
}

.ewb-gray{
	background: #f9f9f9;
}

/* media */

@media(max-width: 767px){
	.ewb-mod-hd{
		margin-top: 14px;
		padding-bottom: 8px;
		font-size: 13px;
	}
	.ewb-mod-bd h2{
		padding-top: 15px;
		font-size: 15px;
	}
	.ewb-mod-date{
		margin: 0;
		padding-bottom: 15px;
		font-size: 13px;
	}
	.ewb-mod-tab{
		margin: 10px 0 0;
		padding-bottom: 20px;
	}
	.table-responsive > .table{
		width: 600px;
	}
}