body {
	font-family: "Microsoft YaHei", sans-serif;
	color: #333;
	line-height: 1.6;

	/*  */
	background-color: #fff;
}

/* 页面标题区域 */
.page-header {
	background: url("../asset/toujiao.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;
	/* background: linear-gradient(to right, #6886d5, #004187); */
	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;
}

/* 主要内容区域 */
.container-custom {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 15px;
}

/* 面包屑 */
.nav.bread a,
.nav.bread .active {
	font-size: 14px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	text-decoration: none;
}

.nav.bread .active {
	color: rgba(0, 0, 0, 0.6);
	margin-top: 4px;
}

.nav.bread .breadcrumb-item::before {
	/* width: 12px; */
	font-size: 12px;
	color: rgba(0, 0, 0, 0.4);
	margin: 0 4px;
}

.nav.bread .breadcrumb-item.sec::before {
	margin-top: 4px;
}

/* 投资者教育 */
.item-container {
	margin-bottom: 100px;
}

.item-container .title {
	height: 80px;
	line-height: 80px;
	padding: 0 24px;
	border-bottom: 0.5px #e5e7e8 solid;
	color: #000d1b;
	font-weight: 400;
	font-size: 26px;
}

.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;
}

.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.6);
}

.list li:hover,
.list li:hover a {
	background-color: #f5f9ff;
	padding-right: 74px;
	color: rgba(0, 0, 0, 1);
}

.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页 */
.nav-tabs {
	font-size: 26px;
	font-weight: 500;
}

.nav-item {
	margin-right: 30px;
}

.nav-tabs .nav-link {
	border: none;
	color: #000d1b;
}

.nav-tabs .nav-link:hover {
	border-color: #f5f5f6;
}

.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;
}

.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;
	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;
	color: #000D1B;

	text-align: center;
	/* 标准/400/B1-14-Base */
	font-family: "PingFang SC";
	font-size: 14px;
	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;
}

.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;
}