body,
html {
	font-family: -apple-system, "PingFang SC", "Microsoft YaHei", Arial, sans-serif, "Helvetica Neue", "Open Sans", "Hiragino Sans GB", sans-serif;
	font-size: 14px;
	color: #000;
	min-width: 1440px;
	background: url(../img/bg.jpg) #f1e2d6 center top no-repeat;
	background-attachment: fixed;
	background-size: cover;
	letter-spacing: 0.5px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #000;
}

ol,
ul {
	list-style: none;
}

::-webkit-scrollbar-track {
	background-color: #eee;
	border-radius: 0;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-thumb {
	cursor: pointer;
	border-radius: 0;
	background-color: #959eaa;
	transition: color .2s ease;
}

input::-webkit-input-placeholder {
	color: #999;
}

/* header s */
header {
	width: 100%;
}

.lf-header {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	text-align: center;
}

/* header e */
.lf-flex {
	display: flex;
	align-items: center;
	width: 100%;
}

.lf-flex-meta {
	flex: 1;
	min-width: 0;
}

.lf-float {
	position: fixed;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 164px;
	height: 372px;
	z-index: 9;
	overflow: hidden;
	background: url(../img/float_bg.png);
}

.lf-float-list {
	padding: 50px 40px;
}

.lf-float-list li {
	padding: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.lf-float-list li a {
	display: block;
	font-size: 14px;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
}

.lf-float-list li a:hover {
	color: rgba(255, 255, 255, 0.5);
}

.lf-float-top {
	display: block;
	text-align: center;
}

.lf-content {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 15px;
}

.lf-navigation {
	padding: 10px;
	background: linear-gradient(to bottom, #f3e2cf, #fff);
	box-shadow: 0 4px 16px rgba(153, 153, 153, 0.4);
}

.lf-navigation-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0;
}

.lf-navigation-list li {
	position: relative;
	padding: 0 10px;
	text-align: center;
	flex: 1;
	min-width: 0;
}

.lf-navigation-list li::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 20px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-color: #ebd0b1;
}

.lf-navigation-list li:last-child::after {
	display: none;
}

.lf-navigation-title {
	font-size: 18px;
	color: #000;
	height: 30px;
	line-height: 30px;
}

.lf-navigation-desc {
	font-size: 14px;
	color: #999;
	height: 20px;
	line-height: 20px;
}

.lf-promotion {
	padding: 10px;
	background: linear-gradient(to top, #f3e2cf, #fff);
	box-shadow: 0 4px 16px rgba(153, 153, 153, 0.4);
}

.lf-notice-icon {
	width: 40px;
	height: 40px;
}

.lf-scroll {
	position: relative;
	height: 30px;
	overflow: hidden;
}

.lf-notice-text {
	font-size: 14px;
	color: #be0000;
	height: 30px;
	line-height: 30px;
}

.lf-ad {
	height: 60px;
}

.lf-adimg {
	display: block;
	width: 340px;
	height: 60px;
}

.lf-list {
	padding: 10px;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0 4px 16px rgba(153, 153, 153, 0.4);
}

.lf-table-top {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #624a2f;
}

.lf-table-top th {
	padding: 8px;
	font-size: 14px;
	text-align: center;
	color: #4c3720;
	background: #dfb382;
	border: 1px solid #624a2f;
}

.lf-table-top td {
	padding: 4px;
	border: 1px solid #624a2f;
	font-size: 14px;
	text-align: center;
	background: #fff;
}

.lf-table-top td.red {
	color: #ff0000;
}

.lf-table-top tr.lf-istop td {
	background: #fff600;
}

.lf-table-top tr.lf-recommend td {
	background: #fffb95;
}

.lf-table-top tr:hover td {
	background: #ffe7cd;
}

.lf-grids-3 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}

.lf-grids-article {
	padding: 20px;
	background: #fffbf5;
	border-top: 5px solid #c10000;
	box-shadow: 0 4px 16px rgba(153, 153, 153, 0.4);
}

.lf-titlebar {
	width: 100%;
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}

.lf-titlebar-title {
	flex: 1;
	padding-left: 20px;
	min-width: 0;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	height: 24px;
	line-height: 24px;
	border-left: 5px solid #c10000;
}

.lf-titlebar-more {
	width: 60px;
	flex: 0 0 60px;
}

.lf-article-list>li {
	padding: 6px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	border-bottom: 1px solid #eee;
}

.lf-article-list>li:last-child {
	border: none;
}

.lf-article-title {
	font-size: 14px;
	text-align: left;
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-break: break-all;
	flex: 1;
}

.lf-article-title:hover {
	color: #c10000;
}

.lf-article-time {
	font-size: 14px;
	color: #666;
	white-space: nowrap;
	flex-shrink: 0;
}

/* footer s */
footer {
	width: 100%;
	padding: 20px 0;
	background: #fff;
}

.lf-footer {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 15px;
}

.lf-footer-text {
	font-size: 12px;
	color: #666;
	text-align: center;
	height: 24px;
	line-height: 24px;
}

/* footer e */