@font-face {
	font-family: "Font Awesome 6 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("/npm/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2") format("woff2");
}

@font-face {
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("/npm/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("/npm/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2");
}

/* 翻页按钮居中 */
#pagination {
	width: 100%;
	margin: auto;
}


#notice-item {
	width: 100%;
	height: 25px;
	line-height: 25px;
}
#notice-item .li-style {
	width: 100%;
	height: 25px;
	font-weight: 500;
	text-align: center;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: 0.3s;
}
#noticeList {
	width: 100%;
	background: var(--card-bg);
	color: var(--font-color);
	margin-top: 1rem;
	padding: 0.6rem 1rem;
	border-radius: 12px;
	cursor: pointer;
	display: flex;
	align-items: center;
}
#noticeList .nlogo{
	color: var(--font-color);
	font-weight: 600;
	display: inline;
}
#noticeList .swiper-container{
	display: flex;
	flex: 1;
}
#noticeList i {
	text-align: right;
}
.swiper-slide:hover {
	color: #1fc7b6;
}

/* Hide default translate select element just in case JS config fails */
#translate {
  display: none !important;
}
