<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;}
ul li{list-style:none;}
a{ text-decoration:none;}
.box01{width:1000px;height:236px;margin:0 auto;}
.logo{background:url(../images/logo.jpg) no-repeat;}
.menu{height:40px;background:#025285;}
.menu li{float:left;height:40px;line-height:40px;}
.menu li a{color:#fff;margin:0 20px;}

.contain{width:1000px;margin:10px auto;}
.box_i{ min-height:200px;}
.box_i h3{background:url(../image/title-bg.jpg) left center no-repeat;padding-left:25px;border-bottom:2px solid #06C;height:35px;line-height:35px;}
.box_i{height:auto;width:480px;}

.box_i li{padding-bottom:4px;padding-top:13px;border-bottom:1px solid #e8e8e8;text-indent:18px;background:url(../images/bullet_blue.png) left 16px no-repeat;}
.box_i li a{color:#333;}

</pre></body></html>