<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

body{
	margin:0;
	padding:0;
	background: #f8f8f8;
}
*{
	font-family: '微软雅黑', '黑体','宋体';
}
a{
	color:black;
	text-decoration:none;
}
a:hover{
	color:red;
}
h1{
	background:rgb(41,48,116);
	border-radius:20px;
	text-align:center;
	color:rgb(114,213,254)
}


#top{
	width:1100px;
	margin:auto;
}
#top&gt;p{
	text-align:center;
	width:800px;
	margin:20px auto;
	border-radius:15px;
	font-size:25px;
	background:rgb(114,213,254)
}

#top&gt;#top_sh{
	height:550px;
}
#top&gt;#top_sh&gt;div{
	border:1px solid #2930ff;
	width:528px;
	float:left;
	margin-right:40px;
	margin-bottom:10px;
}
#top&gt;#top_sh&gt;div&gt;h2{
	margin:0;
	padding:0 10px;
	background:black;
}
#top h2 a{
	color:white;
}
#top&gt;#top_sh&gt;div&gt;h2&gt;span{
	float:right;
}
#top&gt;#top_sh&gt;div&gt;p{
	padding-left:5px;
}


#top&gt;#top_zh{
	height:570px;
}
#top&gt;#top_zh&gt;div{
	border:1px solid #2930ff;
	width:338px;
	float:left;
	margin-right:40px;
	margin-bottom:20px;
}
#top&gt;#top_zh&gt;div&gt;h2{
	margin:0;
	padding:0 10px;
	background:black;
}
#top&gt;#top_zh&gt;div&gt;h2&gt;a&gt;img{
	float:right;
	width:50px;
	height:24px;
}
#top&gt;#top_zh&gt;div&gt;p{
	padding-left:5px;
}


#top&gt;#top_ds{
	height:185px;
}
#top&gt;#top_ds&gt;div{
	border:1px solid #2930ff;
	width:528px;
	float:left;
	margin-right:40px;
}
#top&gt;#top_ds&gt;div&gt;h2{
	margin:0;
	padding:0 10px;
	background:black;
}
#top&gt;#top_ds&gt;div&gt;h2&gt;a&gt;img{
	width:50px;
	height:24px;
	float:right;
}
#top&gt;#top_ds&gt;div&gt;p{
	margin-left:5px;
}



#top&gt;#top_sp{
	height:650px;
	overflow-y:scroll
}
#top&gt;#top_sp img{
	width:1081px;
}


#ul{
	list-style:none;
	margin:0;
	padding:0;
	height:746px;
	width:904px;
	margin:auto;
}
#ul&gt;li{
	float:left;
	width:380px;
	border:1px solid #2930ff;
	margin-right:140px;
	margin-bottom:20px;
}
#ul&gt;li&gt;.li&gt;li{
	text-align:center;
	font-size:18px;
}
#ul&gt;li&gt;.li&gt;li&gt;img{
	width:380px;
	height:332px;
}
#ul&gt;li&gt;ul{
	list-style:none;
	margin:0;
	padding:0;
}




#top&gt;#top_pd{
	height:110px;
}
#top&gt;#top_pd&gt;a&gt;img{
	width:545px;
	height:110px;
	float:left;
}


#p{
	text-align:center;
	font-size:12px;
}
#p a{
	margin-right:5px;
	font-size:12px;
}</pre></body></html>