﻿@charset "utf-8";
/* CSS Document */
*{
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	font-family:Arial, Helvetica, sans-serif;
}
/* remember to define focus styles! */   
:focus {
}
body {
	background: white;
	line-height: 100%;
	color: black;
}
ol, ul {list-style: none;}
/* tables still need cellspacing="0" in the markup */   
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
/* remove possible quote marks (") from <q> & <blockquote> */   
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {	quotes: "" "";}

	img.os{width:16px;height:16px;vertical-align:middle;background-image:url(../system/skins/default/icons.gif);padding:0px;margin:2px 0px;margin-left:2px;}

a {}
a:link {color: #261CDC;	text-decoration: none;} /* 未访问的链接 */
a:visited {color: #261CDC;	text-decoration: none;} /* 已访问的链接 */
a:hover {text-decoration: underline;color:#261CDC;} /* 鼠标在链接上 */
a:active {	color: #0066FF;} /* 点击激活链接 */


/***********************************************************************/
/*杂*/
.clear{ clear:both; height:0px; line-height:0px; display:block;}
.red,a.red,a.red:visited,a.red:link{color:#FF0000;}
.green,a.green,a.green:visited,a.green:link{color:#009900;}
.blue,a.blue,a.blue:visited,a.blue:link{color:#0033CC;}
.yellow,a.yellow,a.yellow:visited,a.yellow:link{color:#FF0;}

/********头部****************/
#header{ height:70px; margin:auto; width:960px;}
#header #logo{
	width:320px;
	height:60px;
	background: url(logo.png) no-repeat left top;
	margin:5px 20px 5px 0;
	float:left;
}
#header #logo a{ display:block;width:280px; height:60px;}
#header #logo a span{ display:none;}

#header #topnav{ float:right; height:30px; line-height:30px; font-size:12px;color:#666;}
#header #topnav a,#header #topnav a:visited,#header #topnav a:link{ margin:0 5px; color:#666;}
#header #topnav a:hover{ color:#04D;}
#header #tel{
	background: url(tel.png) no-repeat right center;
	height:40px;
	width:390px;
	float:right;
	clear:right;
}
#header #tel span{ display:none;}


/**flash**/
.flash{ border:1px solid #BBD8FB; padding:2px; width:404px; height:255px; background-color:#ECF2F7; margin:0 0 10px 0;}

/*导航*/
#nav {
	height:30px;
	line-height:30px;
	font-size:12px;
	font-family:"宋体",Arial, Helvetica, sans-serif;
	background-image: url(nav.png);
	background-repeat: repeat-x;
	margin:auto;
	width:940px;
	padding:0 10px;
}
#nav a, #nav a:visited {
	margin:0 5px;
	color:#336699;
}


/*************尾部***************/
#bottom {
 clear:both;
 width:940px;
 padding:10px;
 background-color:#FFF;
 text-align:center;
 line-height:20px;
 color:#333;
 font-size:10px;
 border-top:1px solid #BBD8FB;
 margin:5px auto 0 auto;
 }
#bottom p {
	font-size:12px;
	color:#666;
}
#bottom a {
	color:#036;
	font-size:12px;
	margin:0 5px;
}
/*友情链接*/
#friend_url {
	clear:both;
	background-color:#FFF;
	text-align:left;
	padding:10px 0 0 0;
	width:960px;
	margin:auto;
	font-size:10px;
}
#friend_url strong {
	display:block;
	float:left;
	font-size:12px;
	height:auto;
	margin-right:10px;
	line-height:150%;
}
#friend_url hr {
	clear:both;
	border:1px solid #DDD;
	color:#DDD;
	margin:5px 0;
	padding:0;
}
#friend_url img {
	padding:0 6px;
}
#friend_url a {
	color:#333;
	font-size:12px;
	text-decoration: none;
	white-space: nowrap;
	line-height:150%;
}
#friend_url a:hover {
	color:#04d;
	text-decoration: underline;
}




/***********************************************************************/
/*基础布局*/
#box {
	width:960px;
	margin:0 auto 0 auto;
	clear:both;
	background-color:#FFF;
	padding:5px 0 0 0;
}

.left_1{ width:320px;overflow: hidden; float:left;}
.left_2{ width:740px;overflow: hidden; float:left; clear:both;}
.left_3{ width:630px;overflow: hidden; float:left; clear:both;}


.middle_1{width:410px;overflow: hidden; float:left; margin:0 10px 0 0;}
.middle_2{width:410px;overflow: hidden; float:left; margin:0 0 0 10px;}
.middle_3{}

.right_1{ width:210px;overflow: hidden; float:right;}
.right_2{ width:210px;overflow: hidden; float:right;}
.right_3{ width:320px;overflow: hidden; float:right;}



/**表格*/
.table_1{ font-size:12px; line-height:25px;}
.table_1 th{
	height:25px;
	line-height:25px;
	background-image: url(table_1.png);
	background-repeat: repeat-x;
	padding:0 0 0 4px;
	overflow: hidden;}
.table_1 tr{ height:25px;overflow: hidden;}
.table_1 tr td{
	padding:0 0 0 4px;
	height:25px;
	line-height:25px;
	overflow: hidden;}
.table_1 tr td a,.table_1 tr td a:link,.table_1 tr td a:visited{ color:#000;}
.table_1 tr td a:visited{ color:#04D;}
.table_1 tr.alt td{
        background:#F2F9FD;  /*这行将给所有的tr加上背景色*/
}
.table_1 tr.over td {
        background:#EDF7FC;  /*这个将是鼠标高亮行的背景色*/
}

/**表格*/
.table_2{ font-size:12px;}
.table_2 th{
	height:25px;
	line-height:25px;
	background-image: url(table_1.png);
	background-repeat: repeat-x;
	padding:0 0 0 10px;
	overflow: hidden;}
.table_2 tr{ height:25px;overflow: hidden;}
.table_2 tr td{
	padding:0 0 0 10px;
	border-bottom:1px dashed #DDD;
	height:23px;
	line-height:30px;
	overflow: hidden;}
.table_2 tr.alt td{
        background:#F2F9FD;  /*这行将给所有的tr加上背景色*/
}
.table_2 tr.over td {
        background:#EDF7FC;  /*这个将是鼠标高亮行的背景色*/
}

/***/
.table_3{ font-size:12px; line-height:30px; margin:2px 0 0 0;}
.table_3 th{
	height:30px;
	padding:0 0 0 4px;
	overflow: hidden;}
.table_3 tr{ height:25px;overflow: hidden;}
.table_3 tr td{
	padding:0 0 0 4px;
	height:30px;
	overflow: hidden;}


/*外框模块**************************************/
.m_1{ margin:0 0 10px 0;}
.m_1 .t_1{
	height:5px;
	overflow: hidden;
	clear:both;
}
.m_1 .t_1 span{
	display:block;
	padding:0 0 0 10px;
	background-image: url(m_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	}
.m_1 .t_1 strong{
	display:block;
	background-image: url(m_1.gif);
	background-repeat: repeat-x;
	background-position: left -5px;
	height:5px;
	overflow: hidden;
}


.m_1 .t_1 em{ display:block; height:5px;
	background-image: url(m_1.gif);
	background-repeat: no-repeat;
	background-position: right -10px;
	overflow: hidden;
	padding:0 10px 0 0;
}



.m_1 .c_1{ border:1px solid #BBD8FB; border-bottom:none; border-top:none; padding:1px 1px 0px 1px; padding-bottom:0;overflow: hidden; clear:both; background-color:#FFFFFF;}
.m_1 .c_1 p{font-size:12px;padding:10px;margin:0px;color:#666;line-height:20px;}


.m_1 .b_1,.m_2 .b_1{height:5px;	overflow: hidden; clear:both;}
.m_1 .b_1 span,.m_2 .b_1 span{	display:block;	padding:0 0 0 10px;	background: url(m_1.gif) no-repeat left -15px;	overflow: hidden;}
.m_1 .b_1 strong,.m_2 .b_1 strong{display:block;	background: url(m_1.gif) repeat-x left -20px;	height:5px;	overflow: hidden;}
.m_1 .b_1 em,.m_2 .b_1 em{ display:block; height:5px;
	background-image: url(m_1.gif);
	background-repeat: no-repeat;
	background-position: right -25px;
	overflow: hidden;
	padding:0 10px 0 0;
}



/**********************外框模块 END*************************************/
/***********************************************************************/
/*标题*/
.title_1{
	background-image: url(m_1.gif);
	background-repeat: repeat-x;
	background-position: 0 -60px;
	height:30px;
	line-height:30px;
	overflow: hidden;
	font-size:12px;
	color:#005197;
}
.title_1 h6{ display:block; 
	background-image: url(m_1.gif);
	background-repeat: no-repeat;
	background-position: left -30px;
	overflow: hidden;
	padding:0 0 0 10px;
	float:left;
	height:30px;
	font-size:14px;
	font-weight:bold;
	color:#005197;
}
.m_1 .title_1 h6 a{font-size:14px;}

.title_1 span{ display:block;
	background-image: url(m_1.gif);
	background-repeat: no-repeat;
	background-position: right -90px;
	overflow: hidden;
	padding:0 10px 0 0;
	float:right;
	height:30px;
}

.title_1 a,.title_1 a:visited,.title_1 a:link{ font-size:12px; color:#005197;}


/***********************************************************************/

/**链接**/
.url_1{
}
a.url_1,a.url_1:visited,a.url_1:link{
	color:#04D;
	text-decoration: underline;
	font-size:12px;
}
a.url_1:hover{ color:#F00;}

/**/
.url_2{overflow: hidden;
}
.url_2 a,.url_2 a:visited,.url_2 a:link{ line-height:20px; color:#04D;	white-space: nowrap;
}
.url_2 a:hover{ color:#F00;}

/**/



/**TAB效果**/
.tab_1{
	margin:0px auto;
	width:960px;
	background-image: url(tab_1.png);
	background-repeat: repeat-x;
	background-position: left -112px;
}
.tab_1 tt{ margin:0;cursor:pointer; }
.tab_1 tt.hover{ background-color:#666666;}
.tab_1 blockquote{
	display:none;
	padding:3px 10px;
	margin:0;
	width:auto;
	overflow: hidden;
	background-color:#3379C4;
	color:#FFF;
	font-size:12px;
}
.tab_1 blockquote a,.tab_1 blockquote a:visited,.tab_1 blockquote a:link{
	color:#FFF;
	text-decoration: none;
	font-size:12px;
	line-height:20px;
	margin:0 20px;
}
.tab_1 blockquote a:hover{
	text-decoration: underline;
}

.tab_1 .tab_1_m{
	background-image: url(tab_1.png);
	background-repeat: repeat-x;
	background-position: left top;
	height:28px;
	line-height:28px;
	overflow: hidden;
	padding:0;
	margin:0 5px;
}
.tab_1 .tab_1_m div{
	background-image: url(tab_1.png);
	background-repeat: no-repeat;
	background-position: right -84px;
	height:28px;
}

.tab_1 .tab_1_m tt {
	background: url(tab_1.png) repeat-x left -56px;
	font-size:14px;
	color:#333;
	height:28px;
	line-height:34px;
	float:left;
	display:block;
	width:89px;
	text-align:center;
	}
.tab_1 .tab_1_m tt a,.tab_1 .tab_1_m tt a:visited,.tab_1 .tab_1_m tt a:link,.tab_1 .tab_1_m tt a:hover{ color:#333;}	
.tab_1 .tab_1_m tt.hover{
	background: url(tab_1.png) repeat-x right -28px;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	height:28px;
	float:left;
	display:block;
}
.tab_1 .tab_1_m tt.hover a,.tab_1 .tab_1_m tt.hover a:visited,.tab_1 .tab_1_m tt.hover a:link,.tab_1 .tab_1_m tt.hover a:hover{ color:#FFF;}

/***/

/**TAB效果**/
.tab_2{
	background-image: url(tab_2.png);
	background-repeat: repeat-x;
	background-position: left -92px;
	height:1%;
}
.tab_2 tt{ margin:0;cursor:pointer; }
.tab_2 tt.hover{ background-color:#666666;}
.tab_2 blockquote{
	display:none;
	padding:3px;
	width:auto;
	overflow: hidden;
	background-color:#ECF2F7;
	border:1px solid #BBD8FB;
	border-top:none;
	height:231px;
	margin:0 0 10px 0;
}


.tab_2 .tab_2_m{
	height:23px;
	line-height:23px;
	overflow: hidden;
	padding:0;
	margin:0;
}

.tab_2 .tab_2_m tt {
	background: url(tab_2.png) no-repeat left -46px;
	float:left;
	display:block;
	text-align:center;
	padding:0 0 0 8px;
	margin:0 1px 0 0;
	}
.tab_2 .tab_2_m tt span{
	font-size:12px;
	color:#333;
	height:23px;
	line-height:23px;
	float:left;
	display:block;
	text-align:center;
	padding:0 8px 0 0px;
	background-image: url(tab_2.png);
	background-repeat: no-repeat;
	background-position: right -69px;	
	}


	
.tab_2 .tab_2_m tt.hover{
	background: url(tab_2.png) no-repeat left 0;
	float:left;
	display:block;
	padding:0 0 0 10px;
}
.tab_2 .tab_2_m tt.hover span{
	font-size:14px;
	color:#1B4B8C;
	font-weight:bold;
	height:23px;
	line-height:23px;
	float:left;
	display:block;
	text-align:center;
	padding:0 24px 0 0px;
	background-image: url(tab_2.png);
	background-repeat: no-repeat;
	background-position: right -23px;	

}

/***/





/**文本定义**/
.text_1{ background-color:#DDEBFD; color:#16387C; font-size:12px; padding:5px; display:block; line-height:20px; margin:5px 0 0 0;}



/**表单**/
.form_1{ margin:5px 10px; font-size:12px; line-height:25px;}
.form_1 label{ margin:0 3px 0 0; clear:both; display:block; color:#1B4B8C; line-height:30px;}
.form_1 tt{ margin:0 3px 0 0; color:#1B4B8C; line-height:30px;}

.form_2{ margin:5px 10px; font-size:12px; line-height:24px;}
.form_2 label{ margin:0 10px 0 0; display:block; color:#1B4B8C;float:left;}
.form_2 input{ margin:0 5px; display:block; color:#1B4B8C; float:left;}
.form_2 span{ display:block;float:left; margin:0 5px 0 0;}
.form_2 img{vertical-align:middle;}




.btn_1{
	border:none;
	height:25px;
	line-height:25px;
	width:52px;
	text-align:center;
	color:#000000;
	font-size:12px;
	overflow:hidden;
	background: url(btn_1.png) repeat-x left top;
	float:left;
	margin:0 0 0 10px;
}



a.btn_2,a.btn_2:visited,a.btn_2:link{
	border:1px solid #B7B7B7;
	height:21px;
	line-height:21px;
	display:block;
	padding:0 5px;
	text-align:center;
	color:#000;
	font-size:12px;
	overflow:hidden;
	background: url(btn_2.png) repeat-x left top;
	margin:0 2px 0 0;
}
a.btn_2:hover{
	background: url(btn_2.png) repeat-x left -23px;
	border:1px solid #95BFD9;
}


.btn_search{ clear:both; margin:10px 0 0 0;}
.btn_search_2{ margin:10px;}

/**/
.input_1{ border:1px solid #BAD0E3; background-color:#FFF; height:23px; padding:0 3px; line-height:23px; float:left;}

.input_2{ border:1px solid #BAD0E3; background-color:#FFF; height:18px; padding:0 3px; line-height:23px; float:left; margin:0;}

.k_in{border:1px solid #BAD0E3; background-color:#FFF; height:23px; padding:0 3px; line-height:23px;};

/* 列表 */
.list_1 { font-size:10px; line-height:25px; color:#C4C4C4;overflow:hidden; margin:5px 8px 0 8px;}
.list_1 a,.list_1 a:visited,.list_1 a:link{ color:#333; margin:0 5px 0 0;font-size:12px;}
.list_1 a:hover{ color:#04D;}
.list_1 li{
	list-style-type: none;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(list_1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding:0 0 0 10px;
	height:25px;
	line-height:25px;
	
}
.list_1 li span{ float:right;font-size:12px;}
/**/
.list_2{ text-align:center; margin:10px 0 0 5px;}
.list_2 a{
	display:block;
	font-size:12px;
	line-height:30px;
	text-decoration: underline;
}
.list_2 a:hover{ color:#F00;}
.list_2 a img{ width:115px; height:90px; padding:1px; border:1px solid #CCC;}
/**/
.list_3 { margin:5px 10px;
}
.list_3 li {
	height:95px;
	line-height:22px;
	width:100%;
	overflow: hidden;
	margin:0 0 10px 0;
	color:#949494;
	font-size:12px;
	background-image: url(dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding:0 0 2px 0;
}
.list_3 li span {
	color:#999;
	float:right;
}
.list_3 li p {
	display:inline;
}
.list_3 li a,.list_3 li a:visited,.list_3 li a:link {
	font-size:14px;
	margin:0 10px 0 0;
	color:#04D;
	font-weight:bold;
	background: url(list_1.png) no-repeat 5px 0px;
	padding-left:16px;
}
.list_3 li a:hover {
	color:#FF0000;
}

/* 文图样式 */
.textimg_1{overflow:hidden;display:block; margin:5px 8px 0px 0px; height:75px; clear:both;}
.textimg_1 img{width:70px; height:70px; padding:1px; border:1px solid #CCC; display:block; float:left; margin:0 10px 0 6px;}
.textimg_1 a,.textimg_1 a:visited,.textimg_1 a:link{
	overflow:hidden;
	white-space: nowrap;
	font-size:14px;
	color:#1F3A87;
	font-weight:bold;
	line-height:30px;
	text-align:center;

}
.textimg_1 a:hover{ color:#04D;}
.textimg_1 p{text-indent:28px;  font-size:12px; line-height:17px; color:#666666; height:50px;overflow:hidden; display:block; padding:0; margin:0;}

/* 文图样式 */
.textimg_2{overflow:hidden; text-align:center; display:block; margin:5px 8px 0px 0px; height:75px;}
.textimg_2 img{width:70px; height:70px; padding:1px; border:1px solid #CCC; display:block; float:left; margin:0 10px 0 0;}
.textimg_2 a,.textimg_2 a:visited,.textimg_2 a:link{
	overflow:hidden;
	white-space: nowrap;
	font-size:14px;
	color:#1F3A87;
	font-weight:bold;
	line-height:25px;
	text-align:center;
}
.textimg_2 a:hover{ color:#04D;}
.textimg_2 p{text-indent:28px;  font-size:12px;line-height:22px; color:#666666; height:50px;overflow:hidden; display:block; padding:0; margin:0; text-align:left;}


/***/







/*图片*/
.img_1{ width:70px; height:70px; border:1px solid #CCC;}
.img_2{ border:1px solid #CEE1F3; padding:5px; background-color:#FFF; width:300px; height:220px; float:left; margin:0 10px 0 0;}
/*分页*/
.k_pagelist {
font-size:12px; text-align:center; font-family:"宋体",Arial, Helvetica, sans-serif; padding:10px;
}
.k_pagelist a.thispage{ color:#FF0000;border-bottom:2px solid #FF6600;}
.k_pagelist strong{ padding:3px 5px; color:#FF6600;border:1px solid #CCC; border-bottom:2px solid #FF6600;}
.k_pagelist a { font-size:12px; padding:3px 5px; border:1px solid #CCC; border-bottom:2px solid #CCC; margin:0 2px;}
.k_pagelist a:hover {border-bottom:2px solid #FF6600;} 
-->




/*广告*/
.show_1{ background-color:#E5EDF4; border:1px solid #A5C2DA; height:80px; width:958px; margin:0 auto 10px auto; text-align:center; clear:both; line-height:80px;}
.show_2{background-color:#E5EDF4; width:195px; height:110px; margin:5px; line-height:110px; font-size:12px; text-align:center;overflow:hidden;}

.show_3{background-color:#E5EDF4; border:1px solid #A5C2DA; width:318px; height:278px; margin:0 0 10px 0; line-height:278px; font-size:12px; text-align:center;overflow:hidden;}


/* k_ajax */
#k_ajax{position:absolute;display:block;text-align:center;top:0;left:0;z-index:900;}

#k_ajax h5{margin:10px 0 5px 0;padding:0px;font-size:14px;border-bottom:1px solid #CCC;}

#k_ajax #k_ajaxBg{position:absolute;display:block;width:100%;height:100%;left:0;margin:0px;padding:0px;background:#21282E;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";filter:alpha(opacity=10);/*IE*/opacity:0.1;}

#k_ajax #k_ajaxBox{display:block;margin:0px;
	border:1px solid;border-color:#888 #666 #666 #888;background:#FFF;padding:1px;position:fixed;z-index:999;}
#k_ajax #k_ajaxBox #k_ajaxTitle{display:table;clear:both;line-height:28px;height:28px;margin:0px;padding:0px;text-align:right;background:url(ajax.png) repeat-x 0px 0px;}
	#k_ajax #k_ajaxBox #k_ajaxTitle strong{font-size:12px;display:block;float:left;text-align:left;background:url(ajax.png) no-repeat 0px -120px;text-indent:30px;color:#FFF;height:28px;}
	#k_ajax #k_ajaxBox #k_ajaxTitle a{font-size:10px;display:block;float:left;width:40px;text-align:left;background:url(ajax.png) no-repeat 0px -40px;color:#FFF;text-indent:4px;height:20px;}
	#k_ajax #k_ajaxBox #k_ajaxTitle a:hover{color:#000;text-decoration :none;background:url(ajax.png) no-repeat 0px -80px;color:#FFF;}
#k_ajax #k_ajaxBox #k_ajaxMain{display:block;overflow-y:auto;font-size:12px;text-align:left;padding:0px;line-height:20px;background:url(ajax.png) repeat-x 0px -280px;}

#k_ajax #k_ajaxBox #k_ajaxMain #k_ajaxContent{padding:30px;}
#k_ajax #k_ajaxBox #k_ajaxMain #k_ajaxContent tt{margin-left:5px;}

#k_ajax #k_ajaxBox #k_ajaxMain #k_ajaxContent .k_htm{display:table;clear:both;padding:5px 0px;margin:0px;}
#k_ajax #k_ajaxBox #k_ajaxMain #k_ajaxContent .k_htm label{display:block;float:left;line-height:25px;width:100px;}
#k_ajax #k_ajaxBox #k_ajaxMain #k_ajaxContent .k_htm p{display:block;float:left;padding:0px;margin:0px;float:left;}

#k_ajax #k_ajaxBox #k_ajaxMain table.k_tip{height:98px;font-size:14px;}
#k_ajax #k_ajaxBox #k_ajaxMain table.k_tip th{width:80px;text-align:center;}
#k_ajax #k_ajaxBox #k_ajaxMain table.k_tip td{text-align:left;}

#k_ajax #k_ajaxBox #k_ajaxSubmit{height:32px;clear:both;display:block;background:url(ajax.png) repeat-x 0px -160px;padding-right:5px;}
#k_ajax #k_ajaxBox #k_ajaxSubmit p{float:right;display:block;height:32px;padding:0px;margin:0px;}
#k_ajax #k_ajaxBox #k_ajaxSubmit p a{display:block;float:left;line-height:19px;height:19px;color:#000;padding:0px 15px;
	border:1px solid #7DAACC;margin:6px 0px 0px 3px;background:url(ajax.png) repeat-x 0px -200px;}
#k_ajax #k_ajaxBox #k_ajaxSubmit a:hover{text-decoration:none;border:1px solid #99FFFF;background:url(ajax.png) repeat-x 0px -240px;}

#k_ajax #k_ajaxFly{padding:3px 10px;display:block;text-align:left;background:#3875D7;color:#FFF;}

#k_ajax #k_ajaxBox #k_ajaxContent p.help{font-size:14px;font-family:Verdana;line-height:25px;margin:10px 0px;}



/* k_table_list 表格 */
.k_table_list{width:100%;border:1px solid;border-color:#CCC #EEE #EEE #CCC;clear:both;}
.k_table_list caption{text-align:left;font-weight:bold;}
.k_table_list th{border:1px solid;border-color:#FFF #C6C6C6 #C6C6C6 #FEFEFE;padding:0px 2px 0px 4px;letter-spacing:2px;color:#14316B;line-height:23px;font-size:12px;white-space:nowrap;}
.k_table_list td{border:1px solid;border-color:#EEE #C6C6C6 #C6C6C6 #FEFEFE;padding:1px 2px;line-height:22px;word-break:break-all;background:#FFF;white-space:nowrap;overflow:hidden;}
.k_table_list td blockquote.ubb {padding:5px;border:1px solid #C6C6C6;}
.k_table_list * {font-size:12px;}
.k_table_list tr.hover {background:#FF000;font-weight:bold;}
.k_table_list tr.hover td{background:#D0E6FE;}
.k_table_list tr.hover a{font-weight:bold;}


.k_table_list i{display:block;text-align:center;font-style:normal;}		/* 居中 */
.k_table_list b{display:block;text-align:right;font-style:normal;font-weight:normal;margin-right:5px;}		/* 居右 */

.k_table_title{line-height:22px;margin:0px;padding:0px;margin-top:10px;}
.k_table_form{width:100%;border:1px solid;border-color:#CCC #EEE #EEE #CCC;clear:both;background:url(menubg.png);margin-bottom:10px;}
.k_table_form caption{text-align:left;font-size:14px;}
.k_table_form th{border:1px solid;border-color:#EEE #C6C6C6 #C6C6C6 #FEFEFE;border-right:none;padding:4px 10px;letter-spacing:2px;color:#14316B;line-height:23px;font-size:12px;font-weight:normal;text-align:left;vertical-align:top;}
.k_table_form td{border:1px solid;border-color:#EEE #C6C6C6 #C6C6C6 #FEFEFE;border-left:none;padding:1px 2px;line-height:22px;word-break:break-all;white-space:nowrap;overflow:hidden;background:#FFF;}
.k_table_form td tt{margin:0px 5px;}
.k_table_form td var i{font-size:11px;color:gray;font-style:normal;margin-right:10px;font-family:Verdana}

.k_table_form table.k_side td{border:none;}

.k_error{display:block;clear:both;color:#C00;font-size:12px;}

/* 导航设置 */
#nav a,#nav strong{margin:0px 5px;}


/* k_calendar_show 日期控件 */
#k_calendar_Fly{position:absolute;font-size:12px;
z-index:200;border:1px solid;border-color:#EEE #CCC #CCC #EEE;background:#FFF;padding:5px;}

#k_calendar_Fly table{width:210px;}
#k_calendar_Fly table td{text-align:center;}
#k_calendar_Fly table td.b{background:#DDD;}
#k_calendar_Fly table td a.k_today{background:#666;color:#FFF;}

#k_calendar_Fly a{width:30px;color:#000;}
#k_calendar_Fly td.hover{background:#F2F9FD;}
#k_calendar_Fly .c0,
#k_calendar_Fly .c0 a{color:#CF0422;}
#k_calendar_Fly .c6,
#k_calendar_Fly .c6 a{color:#418825;}


.ticket_list{font-size:14px}

img.border{padding:2px;margin:3px;border:1px solid #CCC;}

.sitemap{}
#content .sitemap a{display:block;color:#1B4B8C;background:url(bg_sitemap.png) no-repeat 0 0;line-height:33px;height:40px;text-align:center;width:104px;text-decoration :none;}
.sitemap a:hover{}
.sitemap>li>ul{margin-left:130px;}

.content h3{
	text-indent:10px;
	font-size:14px;
}
.content{
	line-height:28px;
	font-size:14px;
}