
.listConBox {
	width: 1100px;
	border-radius: 8px 8px 8px 8px;
	margin: 0px auto;
	padding: 0px 30px 30px 30px;
}

.each_zcdt {
	border-bottom: 1px solid #EDEDED;
	height: 60px;
}

.each_zcdt a {
	color: #333;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	-webkit-tap-highlight-color: transparent;
	font-family: Microsoft YaHei;
}

.each_zcdt a:focus {
	outline: none;
}

/* 键盘导航保留可见焦点，避免完全无焦点提示 */
.each_zcdt a:focus-visible {
	outline: 2px solid #9bbdf8;
	outline-offset: 2px;
}

.each_zcdt a:hover {
	color: #0257E7;
}

.each_zcdt a:hover .each_zcdt_rigth {
	background: #0257E7;
	color: #FFFFFF;
}

.each_zcdt_left {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.each_zcdt_rigth {
	width: 70px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #0257E7;
	color: #0257e7;
	font-size: 14px;
}

.each_zcdt_leftTop {
	display: inline-block;
	height: 30px;
	width: 800px;
	line-height: 30px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.each_zcdt_leftBottom {
	display: inline-block;
}

.zcdt_date {
	color: #999999;
	height: 30px;
	display: inline-block;
	line-height: 30px;
}
  