.breadcrumb {
	padding: 20px 0;
	font-size: 16px;
	color: #666;
	font-family: SourceHanSansRegular, sans-serif
}
.breadcrumb a {
	color: #333;
	text-decoration: none;
	font-family: SourceHanSansRegular, sans-serif
}
.breadcrumb a:hover {
	color: #1c76ca
}
.breadcrumb span {
	color: #1c76ca;
	font-family: SourceHanSansRegular, sans-serif
}
.list-panel {
	background: #fff;
	min-height: 500px;
	margin-bottom: 40px;
	border: 1px solid #e8e8e8;
	box-shadow: 0 2px 8px rgba(0,0,0,.05);
	border-radius: 4px
}
.list-panel-hd {
	padding: 0 30px;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #eee;
	background-color: #fafafa;
	border-radius: 4px 4px 0 0
}
.list-title {
	font-size: 20px;
	color: #1c76ca;
	font-family: SourceHanSansBold, sans-serif;
	margin: 0;
	position: relative;
	padding-left: 15px
}
.list-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 20px;
	background-color: #1c76ca;
	border-radius: 2px
}
.list-panel-bd {
	padding: 20px 30px 40px
}
.news-list {
	list-style: none;
	padding: 0;
	margin: 0
}
.news-list li {
	border-bottom: 1px dashed #eee;
	padding: 18px 10px;
	transition: background-color .3s
}
.news-list li:hover {
	background-color: #f9f9f9
}
.news-list-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	color: #333;
	font-family: SourceHanSansRegular, sans-serif;
	font-size: 16px;
	transition: color .3s
}
.news-list-link:hover {
	color: #1c76ca
}
.news-list-title {
	position: relative;
	padding-left: 20px;
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.news-list-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-color: #1c76ca;
	border-radius: 50%
}
.news-list-date {
	color: #999;
	font-size: 14px;
	margin-left: 20px
}
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	gap: 10px;
	font-family: SourceHanSansRegular, sans-serif
}
.page-btn, .page-num {
	display: inline-block;
	padding: 8px 15px;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	transition: all .3s
}
.page-btn:hover:not(.disabled), .page-num:hover:not(.active) {
	background-color: #f5f5f5;
	border-color: #ccc
}
.page-num.active {
	background-color: #1c76ca;
	color: #fff;
	border-color: #1c76ca
}
.page-btn.disabled {
	color: #999;
	cursor: not-allowed;
	background-color: #f5f5f5
}
@media (max-width:768px) {
.list-panel {
	margin-bottom: 20px;
	min-height: auto;
	overflow: hidden
}
.list-panel-hd {
	padding: 0 15px
}
.list-panel-bd {
	padding: 15px
}
.news-list-link {
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	overflow: hidden
}
.news-list-title {
	width: 100%;
	padding-left: 15px;
	margin-bottom: 5px;
	white-space: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical
}
.news-list-date {
	margin-left: 15px;
	margin-top: 5px;
	font-size: 12px
}
.pagination {
	flex-wrap: wrap;
	gap: 5px
}
.page-btn, .page-num {
	padding: 5px 10px;
	font-size: 12px
}
}
