﻿/*
author      : comfill@msn.com
last modify : 10:08 2008-8-13
website     : www.fjkx.org
*/

/* Imported Styles   
----------------------------------------------- */
@import url("layout.css");
@import url("style.css");
@import url("page.css");


* {margin: 0; padding: 0;}
body{
	font:0.9em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
}

a {text-decoration:none; color:#000}
a:hover{ text-decoration:underline }
a img {border:none;}

h2 {font: 1.5em "Trebuchet MS", serif; }
h3 {font: 1.2em "Trebuchet MS"; }
h4 {font: bold 1.1em "Trebuchet MS", serif; }

ul, ol {list-style: none;}
blockquote, pre {padding: 0.25em 40px;}
blockquote {font: italic 1.05em Georgia, Times, serif; background: url(/pix/quote_wh.gif) 10px 0.75em no-repeat; margin: 0.25em 0;}
pre, code {font: 1.05em Courier, monospace;}
pre {line-height: 1.5em;}
pre strong {font-size: 1em; font-weight: bold;}
pre code {font-size: 1em; line-height: 1.5em;} /* handle legacy articles until markup gets a scrubbing */

/*----------------- Form -----------------*/
form{ margin:0}


/*----------------- kxkx -----------------*/
#kx_view{ margin:20px; }
#kx_view #header{
	position:relative;
	width:100%;
	height:250px;
	background:#fff;
}
#kx_view #header h1{
	position:absolute;
	left:100px;
	width:350px;
	visibility:visible;
	height:210px;
	background:url(../images/logo_kxkx.gif) no-repeat 0 70%;
	text-indent:-999em;
	overflow:hidden;
}
#kx_view #kx_num{
	position:absolute;
	right:50px;
	top:60px;
	width:128px;
	height:128px;
	background:url(../images/kxkx_num_bg.gif) no-repeat center center;
}
#kx_view #kx_num strong{ display:block; margin-top:20px; font:50px "Times New Roman"; text-align:center; }
#kx_view #kx_num em{ display:block; font:20px "Times New Roman"; text-align:center; }
#kx_view #header p.contack{
	position:absolute;
	top:210px;
	left:5%;
	width:90%;
	border-bottom:1px solid #008000;
	text-align:center;
	color:#008000;
}
#kx_view #header p.contack em{ margin:0 1em; font:14px tahoma; }
#kx_view .newsAuthor{ width:100%; font:1.2em "仿宋_GB2312",tahoma; }
#kx_view .newsAuthor th{ padding-left:40px; font-weight:normal; }
#kx_view .newsAuthor td{ text-align:right; padding-right:40px; }
#kx_view .articlewrap{ margin:0 20px; }
#kx_view .articlewrap p{ font:1.2em/1.8 "仿宋_GB2312",tahoma; text-indent:0; }
#kx_view .articlewrap p strong{ font-family:"黑体"; }

#kx_view #footer{
	width:90%;
	margin-left:5%;
	margin-bottom:2em;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
#kx_view #footer table{ margin:0.5em 0; }
#kx_view #footer table th, #kx_view #footer table td{ vertical-align:top; padding:7px 0; font:1.2em/1.3 "仿宋_GB2312",tahoma; }
