/**!
 * 新点电子交易平台
 * author: gaoli;
 * date:2019-12-03
 */

.ewb-info-items {
	padding-bottom: 24px;
	padding-top: 6px;
}

.ewb-info-items>li {
	overflow: hidden;
	margin-top: 12px;
}

.ewb-info-items>li>label {
	float: left;
	line-height: 29px;
	margin-top: 4px;
}

.ewb-sub-items {
	margin-left: 69px;
}

.ewb-sub-item {
	float: left;
	line-height: 29px;
	padding: 0 8px;
	border-radius: 5px;
	color: #666;
	margin-left: 24px;
	margin-top: 4px;
	cursor: pointer;
}

.ewb-sub-item.cur {
	color: #e83535;
	background-color: #fff3f3;
}

.ewb-sub-date {
	float: left;
	margin-left: 30px;
	margin-top: 2px;
}

.ewb-sub-date>label {
	float: left;
	line-height: 32px;
	color: #666;
}

.ewb-datetime {
	float: left;
	width: 122px;
	height: 32px;
	line-height: 32px;
	padding-left: 22px;
	color: #666;
	border: 1px solid #ddd;
}

.ewb-sub-date span {
	float: left;
	color: #666;
	float: left;
	width: 29px;
	line-height: 32px;
	text-align: center;
}

.ewb-sub-date button {
	float: left;
	width: 67px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	margin-left: 10px;
	background-color: #e83535;
	cursor: pointer;
}

/* 广告 */
.ewb-info-bg {
	padding: 20px 0;
	background-color: #f2f2f2;
}

.ewb-info-link img {
	vertical-align: top;
}

/* 表格 */
.ewb-mt20 {
	margin-top: 20px;
}

.ewb-info-table {
	table-layout: fixed;
	width: 100%;
	font-size: 15px;
}

.ewb-info-table tr th {
	height: 48px;
	text-align: center;
	background-color: #f9f9f9;
}

.ewb-th1 {
	width: 630px;
}

.ewb-th2 {
	width: 130px;
}

.ewb-info-top {
	padding: 0 20px;
	background-color: #f9f9f9;
}

.ewb-info-bot {
	padding: 0 20px 16px 20px;
	background-color: #fff;
}

.ewb-info-table tr td {
	height: 52px;
	text-align: center;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px dashed #eee;
}

.ewb-info-bot tr .ewb-th1 {
	text-align: left;
}

.ewb-info-bot tr .ewb-th1>a {
	display: block;
	padding-left: 34px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url('../images/sub/dot.png') no-repeat 10px center;
}

.ewb-info-table tr:hover td,
.ewb-info-table tr:hover a {
	color: #e83535;
	background-color: #f9f9f9;
}