body {
	font-family: "Microsoft YaHei", sans-serif;
	color: #333;
	background-color: #f9fafb;
}

a {
	text-decoration: none;
}

/* 顶部导航栏 */
.navbar {
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	padding: 0.5rem 0;
}

.navbar-brand img {
	height: 40px;
}

.nav-link {
	color: #333;
	margin-right: 1.5rem;
	/* font-size: 0.9rem; */
}

.nav-link:hover {
	color: #165dff;
}

.phone-number {
	color: #165dff;
	font-weight: 500;
	margin-left: auto;
	padding-right: 1rem;
}

/* 主要内容区 */
.page-header {
	background: url("../asset/xinxi.png") center center no-repeat;
	height: 400px;
	background-size: cover;
	padding: 40px 0;
	position: relative;
	color: #333;
	margin-bottom: 30px;
}

.header-content {
	font-style: italic;
	font-size: 24px;
	font-weight: 400;
	color: rgba(0, 65, 135, 0.8);
	position: absolute;
	top: 130px;
	left: 320px;
}

.header-content .title {
	font-weight: 600;
	font-size: 60px;
	padding-right: 10px;
	background-image: linear-gradient(to left, #6886d5, #004187);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	text-shadow: none;
}

/* 标签页样式 */
.tabs {
	margin: 2rem 0;
	border-bottom: 1px solid #e5e7eb;
}

.tab-item {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	color: #666;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	margin-right: 0.5rem;
}

.tab-item.active {
	color: #165dff;
	border-bottom-color: #165dff;
	font-weight: 500;
}

.tab-item:hover {
	color: #165dff;
}

/* 列表样式 */
.disclosure-list {
	list-style: none;
	padding: 0;
}

.disclosure-item {
	padding: 1rem 0;
	border-bottom: 1px solid #e5e7eb;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.disclosure-title {
	color: rgba(0, 0, 0, 0.80);
	font-family: "PingFang SC";
	font-size: 20px;
	text-decoration: none;
	max-width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.disclosure-title:hover {
	color: #165dff;
}

.new-tag {
	display: inline-block;
	background-color: #fdeded;
	color: #f04848;
	font-size: 0.75rem;
	padding: 0.1rem 0.3rem;
	border-radius: 2px;
	margin-left: 0.5rem;
}

.disclosure-date {
	color: #999;
	font-size: 0.9rem;
}

.list {
	list-style-type: none;
	padding-left: 0;
}

.list li {
	font-size: 20px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.8);
	border-radius: 8px;
	padding: 24px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
}

.list li a {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.8);
}

.list li .disclosure-date {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.60);
	font-family: "PingFang SC";
	font-size: 16px;
}

.list li:hover,
.list li:hover .disclosure-date {
	color: #000D1B;
}

.list li:hover,
.list li:hover a {
	background-color: #f5f9ff;
	padding-right: 74px;
	color: rgba(0, 0, 0, 0.8);
}

.list li:hover::after {
	content: "";
	position: absolute;
	background: url("../asset/more-hover.png") center/cover no-repeat;
	width: 30px;
	height: 30px;
	right: 24px;
	z-index: 10;
}

/* tab页 */
.tabs .nav-tabs {
	font-size: 26px !important;
	font-weight: 500;
}

.tabs .nav-item {
	margin-right: 30px;
}

.tabs .nav-tabs .nav-link {
	border: none;
	color: #000d1b;
}

.tabs .nav-tabs .nav-link:hover {
	border-color: #f5f5f6;
}

.tabs .nav-item .active {
	background-image: linear-gradient(to left, #6886d5, #004187);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	text-shadow: none;
	position: relative;
}

.tabs .nav-item .active::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	/* 边框厚度 */
	background: linear-gradient(to left, #6886d5, #004187);
}

/* 分页 */
.pagination-container {
	display: flex;
	justify-content: right;
	align-items: center;
	margin: 30px 0;
	font-size: 0.9rem;
}

.pagination-info {
	margin-right: 15px;
	color: #666;
}

.pagination {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

.pagination li {
	margin: 0 3px;
}

.pagination a {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #333;
	text-decoration: none;
}

.pagination a:hover {
	border-color: #0066b2;
	color: #0066b2;
}

.pagination a.active {
	background-color: #0066b2;
	color: white;
	border-color: #0066b2;
}

.pagination-ellipsis {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
}

/* 页脚样式 */
.footer {
	background-color: #f8f9fa;
	padding: 3rem 0 2rem;
	margin-top: 3rem;
}

.footer-logo {
	height: 50px;
	margin-bottom: 1rem;
}

.footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin-bottom: 1.5rem;
}

.footer-link {
	color: #666;
	text-decoration: none;
	font-size: 0.9rem;
}

.footer-link:hover {
	color: #165dff;
}

.contact-info {
	margin-top: 2rem;
}

.contact-item {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	color: #666;
}

.contact-icon {
	margin-right: 0.5rem;
	color: #165dff;
}

.copyright {
	text-align: center;
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid #e5e7eb;
	color: #999;
	font-size: 0.8rem;
}

.pagination-container {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 12px;
	font-family: Arial, sans-serif;
	color: #333;
}

.page-size-selector {
	display: flex;
	align-items: center;
	gap: 8px;
}

.page-size-selector select {
	padding: 4px 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #fff;
	cursor: pointer;
}

.total-data {
	color: #666;
}

.pagination-nav {
	display: flex;
	align-items: center;
	gap: 4px;
}

.page-btn {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #fff;
	cursor: pointer;
	transition: all 0.2s ease;
}

/* .page-btn:hover {
            border-color: #999;
            background-color: #f5f5f5;
        } */

.page-btn.active {
	border-radius: 4px;
	border: 1px solid #2B73ED;
	background: #F6FAFF;
}

.page-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	background-color: #f9f9f9;
}

.ellipsis {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666;
}