/* 整体代码 */
	*{ margin:auto;}
	BODY {	BACKGROUND-COLOR: #fff; TEXT-ALIGN: center; font-size:9pt; color:#16387C;}
	BODY,FORM,P,OL,UL { padding:0px; margin:0px;}
	td{ font-size:9pt; }
	UL  { LIST-STYLE-TYPE: none}
	IMG { border-width:0px;}
	
/* 三大块布局 */
	#header,#content,#footer { CLEAR: both;  width:925px;}
	#header,#content { text-align:left;}
	#footer li{ display:inline; padding-left:16px;}
	
	#Left { float:left;	background-image: url(../images/bg.gif);width: 152px;}	
	#right { float:left; background-color:#99CCFF; }


	#con { clear:both;}
	#con .c2,#con .c4 { float:left; }
	#con .c1,#con .c3 { float:right;}
	#con .c1 { width:760px;}
	#con .c2 { width:160px;}
	#con .c3 { width:300px;}
	#con .c4 { width:455px; padding-right:5px;}
	#con .w1 { clear:both; }
	#con .w1 li{ display:inline; padding-right:12px; }
	#com .w1 span {  width:160px; }
	#con .hot { clear:both;color:#000099; font-weight:bold; padding-top:3px; padding-bottom:5px; text-align:center;}
	#con .hotc { clear:both; padding-right:5px; padding-left:5px; line-height:21px; color:#3366CC; }
	#con .hotc a:link,
	#con .hotc a:visited,
	#con .hotc a:active{ color:#3366CC; text-decoration:none; }
	#con .hotc a:hover{ color:#3366CC;text-decoration:underline;  }	
	
	#con .hot a:link,
	#con .hot a:visited,
	#con .hot a:active{ font-size:16px; color:#CC0033; }
	#con .hot a:hover{ color:#000099;text-decoration:underline;  }
	#hot_t li {	display:inline;	float:left; list-style-type: square; width:205px; padding-right:3px; padding-left:5px;}
	
	#hot_w { clear:both; background-color:#E9F5FD; height:32px; }
	#hot_w ul { line-height:18px;}
	#hot_w li { float:left; display:inline; width:140px;  padding-right:5px; padding-left:5px;}	
	
	.textOverflow div{	position:relative;	width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
