<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body{
	color:#000000;
	margin:0;
	padding:0;
	background:#12121A url(../images/bg.jpg) no-repeat center bottom;
	font-family:Verdana, Arial, Helvetica, sans-serif, "新細明體";
}

a{outline:none; text-decoration:none; color:#000066} 
a:hover{ color:#ff6600}
html{zoom:1;}html *{outline:0;zoom:1;} 
html button::-moz-focus-inner{border-color:transparent!important;} 
body{font-size:13px;} 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0;} 
table{/*border-collapse:collapse;border-spacing:0;*/} 
fieldset,a img{border:0;} 
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;} 
li{} 
caption,th{} 
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} 
q:before,q:after{content:'';}
p{	margin:10px 0;}
strong,b{ color:#164574;}
/**
 +------------------------------------------------------------------------------
 * Public Class
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }.clearfix {display:block;}.clear{ clear:both;}/* 清除浮动*/
.colwrapper { overflow:hidden; zoom:1 /*for ie*/; margin:5px auto; }/* 高度自适应 */ 
.strong{ font-weight: bold;} .left{ float: left;} .right{ float: right;} .center{ margin:0 auto; text-align:center;}
.show{ display:block; visibility:visible;}.hide{ display: none; visibility:hidden;}
.block{ display:block;} .inline{ display:inline;}
.transparent{filter:alpha(opacity=50); -moz-opacity:0.5;/** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/ -khtml-opacity: 0.5; opacity: 0.5; } .break{ word-wrap:break-word;overflow:hidden; /*word-break:break-all;*/}

.tal{ text-align:left} .tar{ text-align:right;}

/**
 +------------------------------------------------------------------------------
 * FCK 兼容解决方案
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
em{ font-style:italic !important;} strike{ text-decoration:line-through !important;} strong{ font-weight:bold !important;} u{ text-decoration:underline !important;}

/**
 +------------------------------------------------------------------------------
 * 表单样式
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
/* input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {  border-color:#666;} */
input{/*behavior:url(input.htc);*/ border:1px #ccc solid; margin:1px; padding:1px;}/*Only for ie 5.0+*/
/*label input{width:14px;height:14px;border:0;}*/ /*For input type is Radio*/
input:hover{border:1px #f60 solid;background:#f5f5f5;}/*For orther browsers*/

/**
 +------------------------------------------------------------------------------
 * 网站整体颜色总汇
 +------------------------------------------------------------------------------
 * @codex  颜色:使用颜色的名称或者16进制代码,如 
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.ff8600,ff86aa a{ color:#ff8600;}

/**
 +------------------------------------------------------------------------------
 * 网站整字体大小
 +------------------------------------------------------------------------------
 * @codex   字体大小,直接使用"font+字体大小"作为名称,如
 * @package  ORG
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.font14px{ font-size:14px;}
.font9pt{ font-size:9pt;}


/**
 +------------------------------------------------------------------------------
 * 网站整布局命名规范
 +------------------------------------------------------------------------------
 * @codex   id和class命名采用该版块的英文单词或组合命名 如:newRelease
 * @package  ORG
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
 
/*页面外围控制整体布局宽度*/
.wrapper{
	width:1200px;
	margin:0 auto;
}

/* 网站外围阴影 */
.shardow{}

/* 容器盒子 */
.container{ width:999px ; height: ; margin:0 auto; padding: ; background:url(../imgs/grid.png) repeat;}

/* 网站头部 */
.header{height: 197px;}
	.header .logo{
		position: absolute;
		display:block;
		left: 11px;
		top: 2px;
		width: 102px;
		height: 73px;
	}
.toplink{ position: absolute; display:block; left: 680px; top: 9px; width: 257px; height: 20px; }

.langs{ position:absolute; top:0; right:10px; _left:710px}
.langs li{ list-style:none; float:left; margin:0; border-right:1px solid gray}
.langs li:last-child{ border:none}
.langs li a{float:left; height:18px; margin:0 8px; }
.langs li a.tc{background-position:0 0}
.langs li a.sc{background-position:-63px 0}
.langs li a.pt{background-position:-126px 0}
.langs li a.en{background-position:-189px 0}
.langs li a.current{/* background-position:0 -22px;*/}
	
/* 头部导航 */
.nav{
	height:35px;
	background:url(../images/menu_bg.gif) no-repeat;
}
	
/*广告*/
.banner{}

/*页面主体*/
.pagebody{ height:auto; overflow:hidden; background-color:white;}

.leftpage, .mainpage,.largemainpage, .rightpage{ background:#fff; }

/*页面左侧*/
.leftpage{ width:170px; padding-top:20px; background-color:#EDF3F1}

/*页面拉寬内容*/
.largemainpage{ width:770px; margin:0 15px;_display:inline; line-height:160%;}

/*页面主内容*/
.mainpage{
	margin:10px 10px;
}
.maintextTitle{ color:#003366; margin:15px 0 10px; padding:0; font-size:15px; font-weight:bold;}

h3{ font-size:15px; font-weight:bold; margin:10px 0; color:#003366}
.table_style {
    border: 1px solid #AAA;
    border-collapse: collapse;
    font-size: 12px;
}
.table_style th{
	color:white;
}
.table_style th,.table_style td{ padding:5px; border:1px solid #AAA;}
.table_style p{
	margin:0;
}
.table_no_boder{ border:none}
.table_no_boder td,.table_no_boder th{ border:none}

/* 页面右侧 */
.rightpage{ width:200px; margin-right:10px; _display:inline; padding-top:5px;}

/* 列表模型 */
ul.list{}
  .list li{}
  .list li a{/* float:left;*/}
  .list li span{ float:left;}


.choose_current{
	border:1px solid green !important;
	background: -webkit-linear-gradient(top, #ffffff 0%,#33FF66 100%) !important; /* Chrome10+,Safari5.1+ */
	background:    -moz-linear-gradient(top, #ffffff 0%,#33FF66 100%) !important; /* FF3.6+ */
	background:     -ms-linear-gradient(top, #ffffff 0%,#33FF66 100%) !important; /* IE10+ */
	background:      -o-linear-gradient(top, #ffffff 0%,#33FF66 100%) !important; /* Opera 11.10+ */
	background:         linear-gradient(top, #ffffff 0%,#33FF66 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#33FF66',GradientType=0 ) !important; /* IE6-9 */ ;
}

.top_show_num{padding:5px; float:left; width:90%}


/*标签页*/
.tab{}

/*文章列表*/
.list{ margin-left:35px}
.list li{ list-style:disc}

.number_list{ margin-left:25px;}
.number_list li{ list-style: decimal}


/* 分页 */
.page{ text-align:center; background:#eee;}
	.page a{ border:#ccc solid 1px; margin-left:3px; padding:4px 4px;}
	.page a:hover{ text-decoration:none;}

/*页脚*/
.footer{ width:100%; margin-bottom:10px; height:50px}
	.footer p{ text-align:right;}
</pre></body></html>