.newsDetail{
	padding:80px 0;
}

.newsHead{
	max-width:1280px;
	margin:0 auto 50px;
	text-align:center;
}

.newsHead .date{
	display:inline-block;
	background:#6e9c53;
	color:#fff;
	padding:8px 18px;
	border-radius:30px;
	font-size:13px;
	letter-spacing:2px;
	margin-bottom:20px;
}

.newsHead h1{
	font-size:42px;
	line-height:1.4;
	color:#2f3b25;
	margin-bottom:25px;
}

.newsHead .intro{
	font-size:18px;
	line-height:2;
	color:#666;
	max-width:900px;
	margin:0 auto;
}

.newsContent{
	max-width:1280px;
	margin:0 auto;
}

.newsContent img{
	width:100%;
	border-radius:20px;
	margin-bottom:50px;
	box-shadow:0 15px 40px rgba(0,0,0,.1);
}

.newsContent h2{
	font-size:32px;
	color:#2f3b25;
	margin:50px 0 20px;
	padding-left:18px;
	border-left:5px solid #6e9c53;
}

.newsContent p{
	font-size:17px;
	line-height:2.1;
	color:#555;
	text-align:justify;
	margin-bottom:25px;
}

.tipsBox{
	background:#f7f8f2;
	padding:40px;
	border-radius:20px;
	margin-top:50px;
}

.tipsBox h3{
	font-size:24px;
	color:#2f3b25;
	margin-bottom:20px;
}

.tipsBox ul{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:12px;
	padding:0;
	margin:0;
	list-style:none;
}

.tipsBox li{
	background:#fff;
	padding:15px;
	border-radius:10px;
	border-left:4px solid #6e9c53;
}

@media(max-width:768px){

.newsDetail{
	padding:60px 0;
}

.newsHead h1{
	font-size:30px;
}

.newsHead .intro,
.newsContent p{
	font-size:15px;
	line-height:1.9;
}

.newsContent h2{
	font-size:24px;
}

.tipsBox{
	padding:25px;
}

.tipsBox ul{
	grid-template-columns:1fr;
}

}











.menuTable{
	max-width:1200px;
	margin:0 auto;
}

.menuTable table{
	width:100%;
	border-collapse:collapse;
	background:#fff;
	margin-bottom:30px;
	box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.menuTable th,
.menuTable td{
	border:1px solid #d9d9d9;
	padding:12px 10px;
	text-align:center;
	font-size:15px;
	line-height:1.6;
}

.menuTable th{
	background:#f8f8f8;
	font-weight:700;
}

.menuTable .title{
	background:#6e9c53;
	color:#fff;
	font-size:22px;
	letter-spacing:2px;
	padding:15px;
}

.menuTable tbody tr:hover{
	background:#fafdf8;
}

.menuTable td:first-child,
.menuTable td:nth-child(4){
	text-align:left;
	padding-left:20px;
	font-weight:500;
}

.mt30{
	margin-top:30px;
}

@media(max-width:768px){

	.menuTable{
		overflow-x:auto;
	}

	.menuTable table{
		min-width:800px;
	}

	.menuTable th,
	.menuTable td{
		font-size:14px;
		padding:10px 8px;
	}

	.menuTable .title{
		font-size:18px;
	}
}