<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*网站导航CSS样式************************************************************/
.nav100{background:#3788fd; width:100%; background:linear-gradient(#3788fd,#1876ff);}
.nav{width:1350px; height:60px;}
.nav a{display:block; float:left; width:134px; border-right:#3788fd solid 1px; line-height:60px; font-size:18px; text-align:center; color:#FFF;}
.nav a:hover{font-weight:bold; color:#FFF; background:#3788fd; text-decoration:none; -webkit-transition: all 0.5s;}
a.hnav:link {height:60px; line-height:60px; color:#FFF; background:#3788fd; font-weight:bold;}
a.hnav:visited {background:#3788fd; color:#FFF;}

/*网站二级导航CSS样式************************************************************/
.lefttitles{width:216px; background:#1876ff;height:60px; line-height:60px; color:#FFF; font-size:18px; letter-spacing:2px; padding-left:30px;}
.snav{width:100%; font-weight:bold;}
.snav a{display:block; font-weight:normal ; width:216px; border-bottom:#E5E5E5 dotted 1px; padding-left:30px; height:40px; line-height:40px; margin-bottom:2px;background:url(/images/lisnav.gif) no-repeat;}
.snav a:hover{background:#3788fd; color:#fff; text-decoration: none; -webkit-transition: all 0.5s;}
a.hsnav:link {height:40px; line-height:40px; color:#FFF; background:#3788fd; font-weight:bold;}
a.hsnav:visited {background:#3788fd; color:#FFF;}

/*网站二级导航下面CSS样式************************************************************/
.left_t{width:216px; background:#1876ff; height:40px; line-height:40px; color:#FFF; font-size:16px; letter-spacing:2px; padding-left:30px;}

/*网站底部CSS样式************************************************************/
.bottom{background:#1876ff; padding-top:15px;}
.bottom dd{color:#f3f9fe}

/*网站文章列表CSS样式************************************************************/
.lart{width:100px; height:90px; float:left; background:#1876ff; color:#FFF; text-align:center; margin-right:20px; padding-top:10px;}</pre></body></html>