*,:after,:before {
	box-sizing:border-box;
	margin:0;
	padding:0;
}
body {
	width: 100%;
	font-family: PingFang SC, PingFangSC-Regular, 'microsoft yahei';
	margin: 0 auto;
	-webkit-font-smoothing:antialiased;
	/*max-width: 750px;*/
	min-width: 320px;
	line-height: 1.5;
	overflow-x: hidden;
	overflow-y: scroll;
	color: #1f2937;
	background-color: #f9fafb;
	font-size:.32rem;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	outline:none;
	background:none;
	text-decoration:none;
	color: inherit;
}
.sticky {
	position: sticky;
}
.header {
	width: 100%;
	height: .9rem;
	padding: 0 .32rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .logo {
	width: 1.8rem;
}
.banner-img {
	width: 100%;
	height: 338px;
	display: block;
}
.container {
	width: 100%;
	padding: 0.32rem;
	box-sizing: border-box;
	overflow: hidden;
}
.nav-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.12rem;
	margin-bottom: 0.32rem;
}
.nav-list > div {
	flex: 1; /* 核心：让每个子项均分宽度 */
	min-width: 0; /* 防止内容过长导致 flex 崩溃（可选但推荐） */
	text-align: center; /* 让文字居中 */
}

.nav-list a {
	display: block;
	text-decoration: none;
	color: inherit; /* 继承父级颜色 */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nav {
	font-size: 0.24rem;
	color: #6b7280;
	height: 0.48rem;
	line-height: 0.48rem;
	padding: 0 0.2rem;
	background-color: #e4e7ed;
	border-radius: 0.32rem;
}
.nav-active {
	color: #ffffff;
	background-color: #0E85F2;
}
.art-box {
	padding: 0.32rem;
	border: 1px solid #f3f4f6;
	border-radius: 0.24rem;
	margin-bottom: 0.32rem;
	background-color: #ffffff;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.art-box .tit {
	font-size: 0.32rem;
	line-height: 0.4rem;
	color: #303134;
	margin: 0 0 0.16rem 0;
	font-weight: 700;
}
.art-box .con {
	font-size: 0.28rem;
	line-height: 1.5;
	color: #303134;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.art-box .tag-group {
	display: flex;
	flex-wrap: wrap;
	gap: 0.16rem;
}
.art-box .tag {
	font-size: 0.24rem;
	color: #6b7280;
	height: 0.48rem;
	line-height: 0.16rem;
	background-color: #0E85F21a;
	/* background-color: #f3f4f6; */
	padding: 0.16rem;
	border-radius: 0.12rem;
	margin-top: 0.24rem;
}
.art-box .art-bot {
	color: #6b7280;
	font-size: 0.24rem;
	margin-top: 0.24rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.art-box .art-bot .span {
	margin-left: 0.08rem;
	line-height: 1;
}
.flex {
	display: flex;
	align-items: center;
}
.footer {
	font-size: 0.24rem;
	background-color: #1f2937;
	color: #9ca3af;
	padding: 0.32rem;
	text-align: center;
}
.navbg {
	display: flex;
	flex-wrap: wrap;
	height: 0.8rem;
	background-color: #0E85F2;
}
.nav-wrap {
	display: flex;
/*	padding: 0 0.2rem;*/
	width: 100%;
}
.nav-item {
	height: 100%;
	display: flex;
	align-items: center;
}
.nav-item.nav-active {
	background-color: #0EAEF2;
}
.nav-item a {
	color: #ffffff;
	font-size: 0.3rem;
	font-weight: 500;
	padding: 0 0.3rem;
}
.art-box {
	margin-bottom: 0 !important;
}
.grid {
	display: grid;
	gap: 0.3rem 0.24rem;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {
	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.header {
		width: 100%;
		height: 78px;
		background-color: #fff;
		z-index: 100;
		border-bottom: 1px solid #EEE;
	}

}
@media (min-width: 768px){
	.md\:flex{display:flex}
	.md\:hidden{display:none}
	.md\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}
	.md\:grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}
	.md\:py-24{padding-top:6rem;padding-bottom:6rem}
	.md\:text-2xl{font-size:1.5rem;line-height:2rem}
	.md\:text-xl{font-size:1.25rem;line-height:1.75rem}
}
@media (min-width: 1024px){
	.lg\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}
}
@media (min-width: 1200px){
.container {
width: 1200px;
    margin: 0 auto;
    padding: 0.32rem 0;
}	
.header {
		width: 1200px;
		margin: 0 auto;
		padding: 0;
	}
	.header .logo {
		height: 32px;
		width: auto;
	}
	.navbg {
		height:50px
	}
	.nav-wrap {
		width: 1200px;
		margin: 0 auto;
		padding: 0;
	}
	.nav-item a {
		font-size: 16px;
		font-weight: 500;
		padding: 0 15px;
	}
}
