@charset GBK;
/*
Theme Name: NEN CITY SITE
Theme URI: 
Description: NEN CITY SITE
Author: M.Knight
Version: 1.0
Tags: nen, city, site
update by MK
*/
/**
* reset & base css by http://lifesinger.org/blog/2009/07/reset-css-tech/
************************************************/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td, select, form {
	margin:0;
	padding:0;
}
body, button, input, select, textarea/**/ {
	font:12px MicrosoftYaHei, HELVETICA, "\5b8b\4f53", arial ;
}
body {
	color:#464646;
	background:url(../images/bg.png) repeat-x;
	background-color:#fff;
}

input, textarea {
	border:#ccc solid 1px;
	background:#fff;
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
h1 {
	font-size:24px;
	font-family:"\9ed1\4f53";/* black */
}
h2 {
	font-size:18px;
	font-family:"\9ed1\4f53";
}
h3 {
	font-size:14px;
}
address, cite, dfn, em, var {
	font-style: normal;
}
code, kbd, pre, samp, tt {
	font-family:"Courier New", Courier, monospace;
}
small {
	font-size:12px;
}
ul, ol {
	list-style:none;
}
a {
	text-decoration:none;
	color:#464646;
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
        color:#464646;
}
abbr[title], acronym[title] {
	border-bottom:1px dotted;
	cursor:help;
}
q:before, q:after {
	content: '';
}
legend {
	color:#000;
}
fieldset, img {
	border:none;
}
button, input, select, textarea {
	font-size:100%;
}
textarea {
	resize:none;
}
textarea:focus {
	outline:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	border:none;
	height:1px;
}
html {

}
.header {

}
.content {

}
.clearall { zoom: 1; }
.clearall:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
/**************** just like short cuts *************/
.f10 {font-size:10px;}
.f14 {font-size:14px;}
.f16 {font-size:16px;}
.f18 {font-size:18px;}
.f24 {font-size:24px;}
.f48 {font-size:48px;}
.f72 {font-size:72px;}
.wb {font-weight:bold;}
.white {color:#FFF;}
.c_org {color:#ffa032;}
.red {color:red;}
.blue {color:#0084FF;}
.c_f2 {background-color:#F2F2F2;}
.fleft {float:left;}
.fright {float:right;}
.pab {position:absolute;}
.prl {position:relative;}
.bd {border:1px #ccc solid;}
.disn {display:none;}

/* selected font color */

::-moz-selection {
    background:#ff0000;
    color:#fff;
}
::selection {
	background:#ff0000;
	color:#fff;
}

/************* nav *************/
.nav {
	width:100%;
	text-align:center;
	height:40px;
	line-height:40px;
  background:url(/static/images/navbg.png);
}
.nav li {
	display:inline;
}
.nav a {
  color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:0 13px;
	_padding:0 12px;
	text-decoration:none;
}
.nav a:hover, .nav a.pt {
  background:url(/static/images/navbghover.png) center center no-repeat;
	padding:18px 13px;
	_padding:18px 12px;
	color:#ffffff;
}
.nav a.end {
	border:none;
}
.navLine {
	display:block;
	height:15px; 
	color:#fff;
}
/************* slider *************/
.slider {
	width:666px;
	height:390px;
	float:left;
	display:inline;
	border:1px solid #ccc;
}
.sNews {
	float:left;
	margin-left:10px;
	width:319px;
	height:390px;
	border:1px solid #ccc;
}
.header_a, .header_b {
	width:319px;
	height:28px;
	background:url(../images/headerbg.jpg) 0 0 no-repeat;
	position:relative;
}
.header_b {
	background:url(../images/headerbg.jpg) 0 -28px no-repeat;
}
.header_a a, .header_b a {
	position:absolute;
	right:0;
	bottom:0;
	width:40px;
	height:18px;
	display:block;
}
.focusNews {
	width:319px;
	height:147px;
	overflow:hidden;
	padding:10px 0;
}
.siteNews {
	width:319px;
	overflow:hidden;
	padding:10px 0;
}
.focusNews li, .siteNews li {
	width:300px;
	height:21px;
	line-height:21px;
	padding-left:18px;
	background:url(../images/listdot.gif) no-repeat;
	word-wrap:break-word;
	font-size:14px;
	overflow:hidden;
	margin:	0 0 8px;
}
.siteNews li {
	margin:	0 0 6px;
}

/* .banner {
	width:998px;
	height:80px;
	border:1px solid #e5e5e5;
	margin:10px auto;_overflow:hidden;
}
.banner img {
	padding:0;
	margin:0;
}*/

.banner {
	width:998px;
	margin:5px auto;_overflow:hidden;
}
.banner img {
	padding:0;
	margin:0;
}
.h60 {
	width:290px;
	height:60px;
	margin-bottom:7px;
	border:1px solid #ccc;
}
.h26 {
	height:26px;
}
.w998 {
	width:998px;
	margin:0 auto;	
}

