@charset "utf-8";

/* 登记企业名录 / 挂牌行情：面包屑同 about-us；正文与公告列表一致 */

.deposit-list-page,
.listed-list-page {
	font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	color: #333;
}

/* —— 面包屑：同 public/css/about-us/index.html / breadcrumb.html —— */
.breadcrumb {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #f5f5f5;
	font-size: 14px;
	clear: both;
}

.breadcrumb .container-in {
	box-sizing: border-box;
}

.breadcrumb img {
	width: 12px;
	height: auto;
	vertical-align: middle;
	margin: 0 6px;
}

.breadcrumb a {
	color: #4b5563;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #ba0001;
}

.breadcrumb .current-page {
	color: #ba0001;
}

/* 名录标题区 */
.deposit-list-page .ent-list-banner h1,
.listed-list-page .ent-list-banner h1 {
	font-size: 22px;
	font-weight: 700;
	color: #ba0001;
	margin: 0;
	line-height: 1.3;
}

.deposit-list-page .bg-grey,
.listed-list-page .bg-grey {
	background-color: #fafafa;
	border-bottom: 1px solid #f0f0f0;
}

/* 表格：对齐 announcement-table */
.deposit-list-page .ent-list-wrap,
.listed-list-page .ent-list-wrap {
	padding: 24px 0 40px;
}

.deposit-list-page .ent-list-table,
.listed-list-page .ent-list-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	font-size: 14px;
	border: 1px solid #f0f0f0;
	border-radius: 6px;
	overflow: hidden;
}

.deposit-list-page .ent-list-table .ent-list-tit th,
.listed-list-page .ent-list-table .ent-list-tit th {
	background-color: #fafafa;
	font-weight: 600;
	color: #333;
	border-bottom: 1px solid #eee;
	padding: 12px 15px;
	text-align: left;
}

.deposit-list-page .ent-list-table tbody td,
.listed-list-page .ent-list-table tbody td {
	padding: 12px 15px;
	border-bottom: 1px dashed #ddd;
	color: #666;
	vertical-align: middle;
}

.deposit-list-page .ent-list-table tbody tr:last-child td,
.listed-list-page .ent-list-table tbody tr:last-child td {
	border-bottom: none;
}

.deposit-list-page .ent-list-table tbody tr:hover,
.listed-list-page .ent-list-table tbody tr:hover {
	background-color: #fbf7f8;
}

.deposit-list-page .ent-list-table tr.even,
.listed-list-page .ent-list-table tr.even {
	background-color: transparent;
}

.deposit-list-page .ent-list-table tr.odd,
.listed-list-page .ent-list-table tr.odd {
	background-color: transparent;
}

/* 分页：对齐公告列表 */
.deposit-list-pager {
	margin-top: 28px;
	text-align: center;
}

.deposit-list-pager .pagination {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: center;
}

.deposit-list-pager .pagination a {
	display: inline-block;
	min-width: 36px;
	padding: 8px 12px;
	border-radius: 4px;
	color: #ba0001;
	background: #fff;
	text-decoration: none;
	font-size: 14px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
	border: 1px solid #eee;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.deposit-list-pager .pagination a:hover {
	border-color: rgba(186, 0, 1, 0.35);
	background: rgba(186, 0, 1, 0.06);
}

.deposit-list-pager .pagination a.active {
	background: #ba0001;
	color: #fff;
	border-color: #ba0001;
}

@media screen and (max-width: 767px) {
	.deposit-list-page .ent-list-table,
	.listed-list-page .ent-list-table {
		font-size: 12px;
	}

	.deposit-list-page .ent-list-table th,
	.deposit-list-page .ent-list-table td,
	.listed-list-page .ent-list-table th,
	.listed-list-page .ent-list-table td {
		padding: 8px 10px;
	}
}
