<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";
/* 全局常用设置 */
*{margin:0px;padding:0px;}
img{border:0px;}
body,th,td{font-size:14px;}
ul{
	list-style-type: none;
	text-decoration: none;
}
li{ list-style:none;}
table{margin:0px;padding:0px;border-collapse:collapse;border:0px;}
td{padding:0;}
border{border:0;}
body{font-family: Arial, Helvetica, sans-serif; background:url(bg.jpg) repeat-y center top; background-color:#006ca3;  }

/*常用属性 */
h1{font-size:14px;color:#086995;font-weight:bold;}
.cen{margin-left:auto;margin-right:auto;}
.lh24{line-height:24px;}
.lh26{line-height:26px;}
.lh28{line-height:28px;}
.lh30{line-height:30px;}
.lh32{line-height:30px;}

/* 常用字体颜色 */
.white{color:#FFFFFF;}
.black{color:#000000;}
.gray{color:#777;}
.red{color:#FF0000;}
.crimson{color:#de0000;}
.blue{color:#006ecb;}
.golden{color:#fa6500;}
.zi{color:#c6062f;}

/* 常用字号 */
.f0{font-size:0px;}
.f12{font-size:12px;}
.f14{font-size:14px;}
.f15{font-size:15px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f22{font-size:22px;}
.f24{font-size:24px;}

/* 常用格式 */
.JuZhong{margin:0 auto;}
.Jushang{margin-top:10px;}
.Txt_center{text-align:center;}
.Txt_left{text-align:left;}
.Txt_right{text-align:right;}
.Txt_cu{ font-weight:bold;}
.juli{line-height:22px;}


a { color:#333333;  text-decoration: none; font-size:12px; }
a:hover { color:#0078b6; text-decoration: none;font-size:12px; }

.hide{ display:none; }

.fl{ float:left; }
.fr{ float:right;}</pre></body></html>