@charset "utf-8";
img {
	border: 0;
}
body  {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	background: #bbbdc0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container { 
	width: 893px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width:892px;
	height:	283px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 182px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #827d43; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	text-align: center;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 166px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #827d43; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	color:#FFF;

}
.thrColFixHdr #sidebar1 ,
.thrColFixHdr #sidebar2 ,
.thrColFixHdr #mainContent {
	height:720px;
}
.thrColFixHdr #mainContent {
border-right:7px solid #242122;
margin:0 180px 0 186px !important;
margin:0 176px 0 180px;
padding:0 10px;
} 
.thrColFixHdr #footer { 
	padding:14px 0 0 0  ; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
} 
.thrColFixHdr #footer p {
	font-size:12px;
	text-align:center;
	line-height:150%;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* *************************************** */




#navPad{
	position:relative;
right:0;
top:0;
padding:192px 0 0 0;
*padding:198px 0 0 0;
}
#headerNav {

	height:auto;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0 0 0 10px;
	width:880px;
	overflow:hidden;
	margin:0;


}
#headerNav li{
background-image:url(images/home2/nav-split.jpg);
background-position:-5px 50%;
background-repeat:no-repeat;
color:#555555;
display:block;
float:left;
font-family:Georgia,"宋体","Times New Roman",Times,serif;
/*font-weight:bold;*/
font-size:12px;
margin:0 0 0 0;
padding:0 0 0 10px;
text-align:center;
width:60px;
}

#headerNav .active{
	color:#632103;
	border-bottom:1px #632103 dashed;
}

#headerNav li a{
	color:#555555;
	text-decoration:none;
}
#headerNav li a:hover{
	text-decoration:underline;
}


#sidebar1 #backissuesPad  {
	color:#FFF;
	background-color:#aaa575;
	text-align:center;

}
#sidebar1 #backissuesPad h3 {
	font-size: 14px;
	color: #FFF;
	font-family: "黑体";
	padding:20px 0 30px 0 ;
	margin:0;
}
#sidebar1 #backissuesPad img{
	margin:0 auto 30px auto;
	border:6px solid #FFF;
	display:block;
}
#sidebar1 #backissuesPad .more{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;

}


 #sidebar2 p {
	 font-family:"黑体";
	 padding:0;
	 margin:10px 0 10px 4px;
 }
 
a {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}


#sidebar1 .more a , #sidebar2 a{
	color:#FFF;
}

 
#subjectPad a {
	color:#000;
}
 
#subjectPad  {
border:1px solid #000000;
margin:6px 0 18px 0;
padding:0;
width:496px;
height:378px;
}
#subjectPad #subjectText {
	float:left;
	border-right:1px solid #000000;
	width:230px;
}
#subjectPad .subjectItem {
	border-bottom:1px solid #000000;
	font-size:12px;
	height:46px;
	vertical-align:middle;
	padding:8px 0;
}
#subjectPad .subjectItem p{
	padding:0;
	margin:0;
	line-height:140%;
}
#subjectPad .subjectItem img{
	float:left;
}
#subjectPad #subjectCover {
	float:right;
	text-align:center;
	width:260px;
	
}
#subjectPad #subjectText h1 {
	font-family: "黑体";
	font-size: 24px;
	color: #FFF;
	background-color: #231f20;
	margin: 0px;
	padding: 6px;
	font-weight: 200;
}
#subjectPad #subjectCover h1 {
font-family:"黑体";
font-size:42px;
font-weight:200;
margin:0;
padding:12px 0;
}

#hellofuzhouPad{
	margin:0 0 0 0 ;
	padding:15px 0 0 0 ;
	border:1px solid #000000;
	width:496px;
	height:195px;
}
#hellofuzhouPad h1{
	margin:0;
	padding:0 0 0 4px;
	text-align:left;
	font-size:24px;
	font-weight:normal;
}

#hellofuzhouPad dl{
	position:absolute;
	padding:0 0 0 4px;
	margin:20px 0;
	width:496px;
}


#hellofuzhouPad dd, #hellofuzhouPad dt {
	width:84px;
	padding:0;
	margin:0;
	display:block;
	float:left;
	height:90px;
}

#hellofuzhouPad dt{
	height:10px;
	vertical-align:bottom;
	padding:80px 0 0 0;
	font-size:11px;
}
#hellofuzhouPad strong{
	display:block;
	color:#837d43;
}
#hellofuzhouPad a{
	color:#000
}


#footer{
	
}

#loginPad {
	font-size:14px; 
	color:#FFF;
	padding:0 0 6px 0; 
	margin:0;
}
#loginPad a{
	color:#FFF;
}