<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 
CSS兼容
property:value; 所有浏览器 
property:value\9; 所有IE浏览器
+property:value; IE7
_property:value; IE6 

*/
/*Body扩展*/

body{ margin:0px; background:#FFF;font-size:12px;color:#666;font-family:"宋体",Arial,Helvetica,sans-serif;}
div,ul,li,img,p,span,h2,h3,h4,h5,h6,dl,dt,dd{margin:0;padding:0;border:0;}
img, div, input,a{behavior:url("js/iepngfix.htc") }
ul{list-style:none;}
em{font-style:normal;}

a:link{color:#606060;text-decoration: none;}
a:visited{color:#606060;text-decoration: none;}
a:hover,a:active{color:#057fa6;text-decoration:none; background:none;}

.blue{ color:#6b6b6b;}
.blue a:link{color:#6b6b6b;text-decoration: none;}
.blue a:visited{color:#6b6b6b;text-decoration: none;}
.blue a:hover,a:active{color:#3e88c5;text-decoration:underline; background:none;}
a.blue:link {color: #6b6b6b;text-decoration: none;}
a.blue:visited {color: #6b6b6b;text-decoration: none;}
a.blue:hover, a.blue:active {color: #3e88c5;text-decoration:underline;}

.yellow{ color:#f5fcd3;}
.yellow a:link{color:#f5fcd3;text-decoration: none;}
.yellow a:visited{color:#f5fcd3;text-decoration: none;}
.yellow a:hover,a:active{color:#1b1716;text-decoration:underline; background:none;}
a.yellow:link {color: #f5fcd3;text-decoration: none;}
a.yellow:visited {color: #f5fcd3;text-decoration: none;}
a.yellow:hover, a.yellow:active {color: #1b1716;text-decoration:underline;}

.jion{ color:#7a7a7a;}
.jion a:link{color:#7a7a7a;text-decoration: none;}
.jion a:visited{color:#7a7a7a;text-decoration: none;}
.jion a:hover,a:active{color:#039612;text-decoration:none; background:none;}
a.jion:link {color: #7a7a7a;text-decoration: none;}
a.jion:visited {color: #7a7a7a;text-decoration: none;}
a.jion:hover, a.jion:active {color: #039612;text-decoration:none;}



.orange{ color:#fe8d00;}
.orange a:link{color:#fe8d00;text-decoration: none;}
.orange a:visited{color:#fe8d00;text-decoration: none;}
.orange a:hover,a:active{color:#545454;text-decoration:underline; background:none;}
a.orange:link {color: #fe8d00;text-decoration: none;}
a.orange:visited {color: #fe8d00;text-decoration: none;}
a.orange:hover, a.orange:active {color: #545454;text-decoration:underline;}

.news{ color:#606060;}
.news a:link{color:#606060;text-decoration: none;}
.news a:visited{color:#606060;text-decoration: none;}
.news a:hover,a:active{color:#31a55a;text-decoration:underline; background:none;}
a.news:link {color: #606060;text-decoration: none;}
a.news:visited {color: #606060;text-decoration: none;}
a.news:hover, a.news:active {color: #31a55a;text-decoration:underline;}





.black{ color:#1b1b1b;}
.black a:link{color:#1b1b1b;text-decoration: none;}
.black a:visited{color:#1b1b1b;text-decoration: none;}
.black a:hover,a:active{color:#845521;text-decoration:underline; background:none;}
a.black:link {color: #1b1b1b;text-decoration: none;}
a.black:visited {color: #1b1b1b;text-decoration: none;}
a.black:hover, a.black:active {color: #845521;text-decoration:underline;}


.red{ color:#ea6e90;}
.red a:link{color:#ea6e90;text-decoration: none;}
.red a:visited{color:#ea6e90;text-decoration: none;}
.red a:hover,a:active{color:#000000;text-decoration:none; background:none;}
a.red:link {color: #ea6e90;text-decoration: none;}
a.red:visited {color: #ea6e90;text-decoration: none;}
a.red:hover, a.red:active {color: #000;text-decoration:none;}

.Green{ color:#00b8cd;}
.Green a:link{color:#00b8cd;text-decoration: none;}
.Green a:visited{color:#ea6e90;text-decoration: none;}
.Green a:hover,a:active{color:#000000;text-decoration:none; background:none;}
a.Green:link {color: #00b8cd;text-decoration: none;}
a.Green:visited {color: #00b8cd;text-decoration: none;}
a.Green:hover, a.Green:active {color: #000;text-decoration:none;}

.white{ color:#FFF;}
.white a:link{color:#FFF;text-decoration: none;}
.white a:visited{color:#FFF;text-decoration: none;}
.white a:hover,a:active{color:#FFF;text-decoration:none; background:none;}
a.white:link {color: #FFF;text-decoration: none;}
a.white:visited {color: #FFF;text-decoration: none;}
a.white:hover, a.white:active {color: #FFF;text-decoration:none;}



/*伪链接标准格式*/
a.Test:link {color: #000;text-decoration: none;}
a.Test:visited {color: #000;text-decoration: none;}
a.Test:hover, a.Test:active {color: #000;text-decoration:none;}

.WebCenter {margin: 0px auto;}

/*清除浮动*/
/* 这是对Firefox进行的处理，因为Firefox支持生成元素，而IE所有版本都不支持生成元素 */
.ClearFix:after {}{content: "."; clear: both; height: 0; visibility: hidden; display: block;}
/* 这是对 Mac 上的IE浏览器进行的处理 */ 
.ClearFix {}{ display: inline-block;}
/* 这是对 win 上的IE浏览器进行的处理 */ 
* html .ClearFix {}{height: 1%;}
/* 这是对display: inline-block;进行的修改，重置为区块元素*/
.ClearFix {}{display: block;}         

/*溢出文字用省略号点代替*/
.HideWord {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}



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