@charset "utf-8";
/* CSS Document */

#newsContainer
{
	width:980px;
	height:399px;
}

#newsMainTitle
{
	text-align:right;
	padding:20px 50px 0 0;
}

#newsLeftBracket
{
	float:left;
	width:46px;
	height:399px;
}


#newsContainerLoading
{
	padding:25px 0 0 0;
	display:none;
}

#newsContentContainer
{
	padding:25px 0 0 0;
}

#newsBottomContainer
{
	width: 980px;
}

#newsNavContainer
{
	width:959px;
	float:left;
}

#newsNav
{
	height:60px;
	width:959px;
	text-align:right;
	overflow: auto;
	padding-top:40px;
	display:inline-block;
}

#newsNav ul
{
	width:2200px;
	height:60px;
	text-align:left;
	line-height:15px;
	word-spacing:-1px;
}

#newsNav ul li
{
	float:left;
	padding:0 4px;
	width:170px;
	text-align:center;
}

#newsNav ul li a {
  display:block;
  text-decoration: none;
}

#newsNav ul li span
{
	display:block;
	margin-top:0px;
	text-align:center;
}

#newsRightBracket
{
	float:left;
	width:21px;
	height:127px;
	
}

#newsContent
{
	/*width:934px;*/
	min-height:360px;
	/*display:block;*/
}

#newsLeftInfoContent
{
	float:left;
	width:566px;
	height: 350px;
	padding:0;
	margin:0;
	overflow: hidden;
}

#newsLeftInfoContent img
{
	height:350px;
	width:auto;
	padding: 0;
}

#newsRightInfoContent
{
	float:left;
	height:360px;
	width:348px;
	padding-right:10px;
	padding-left:10px;
	overflow:auto;
	text-align:justify;
}

#newsTitle
{
	font-size:11px;
	font-weight:bold;
	margin-bottom:5px;
	word-spacing:-1px;
	text-transform:uppercase;
}

#newsTitle span
{
	font-size:10px;
	color:#666;
}




#newsLeftInfoContent.news_2008_feb
{
	width:910px;
}

#newsRightInfoContent.news_2008_feb
{
	width:0px;
	visibility:hidden;
}













