diff --git a/src/pages/news/[...slug].astro b/src/pages/news/[...slug].astro
index e4212e0..fa711db 100644
--- a/src/pages/news/[...slug].astro
+++ b/src/pages/news/[...slug].astro
@@ -1,8 +1,6 @@
---
import Layout from "../../layouts/Layout.astro";
import { getConfig } from '../../../utils/config'
-import '../../assets/css1/style.css'
-import '../../assets/css1/style5.css'
import { newsDetail } from "../../../utils/rpc";
const { slug } = Astro.params;
const config = getConfig(Astro)
@@ -81,19 +79,24 @@ if (!data || code !== 0) {