@charset "utf-8";
/* CSS Document */

#contentContainer{
	width:auto;
	/*解决高度自适应问题两个合起来用*/
	height: 1%;
	overflow: hidden;
	/*解决高度自适应问题两个合起来*/
}

#content{
	height:1%;
	width:756px;
	padding:10px;
	margin: 10px auto;
}

#leftConainer{
	float:left;
	clear:left;
	width:182px;
	height:1%;
	background-image:url(../../../images/simple/news/leftBar-bg.jpg);
	background-repeat:repeat-x;	
	text-align:center;
}

#leftSidebar{
	background-color:#fff;
	margin: 0 1px;
	width:180px;
	height:1%;
	text-align:left;
}
#leftSidebarContent{
	background-image:url(../../../images/simple/news/leftSideBar-bg.gif);
	background-position:5px 0;
	background-repeat:repeat-y;
}

#leftSidebarContent li{
	margin:0px;
	width:130px;
	padding:0 30px 0 0;
	font-size:14px;
	line-height:32px;
	list-style:none;
	height:32px;
	text-align:right;
}


#leftSidebarContent li a:link ,#leftSidebarContent li a:active,#leftSidebarContent li a:visited {
    text-decoration: underline;
    color: #000;
    background: transparent;
}

#leftSidebarContent li a:hover{
    text-decoration: underline;
    color: #ff0000;
    background: transparent;
}


.leftSidebarSelected{
	margin:0;
	padding:0;
	width:140px;
	background-image:url(../../../images/simple/news/leftBar-bg-selected.jpg);
	background-position:5px 0;
	background-repeat:no-repeat;
	font-weight:bold;
}

#rightContainer{
	float:right;
	clear:right;
	width:560px;
	height:1%;
}


#newsTitle{
	text-align:center;
	font-weight:bold;
	line-height:18px;
}

#newsInfo{
	text-align:center;
	line-height:16px;
}

#newsContent{
	margin:20px 10px 0;
}



/*list*/

#newsNav{
	padding:0 20px;
	margin:15px 0 10px;
	border-bottom:1px solid #FF9900;
	height:27px;
}


#newsNav li{
	margin:0;
	padding:0;
	float:left;
	background-image:url(../../../images/simple/news/channel-bg.jpg);
	background-repeat:no-repeat;
	list-style:none;
	text-align:center;
	width:80px;
	height:27px;
	line-height:27px;
}

#newsNav .newsNavSelected{
	margin:0;
	padding:0;
	float:left;
	background-image:url(../../../images/simple/news/channel-bg-selected.jpg);
	background-repeat:no-repeat;
	list-style:none;
	text-align:center;
	width:80px;
	height:27px;
	line-height:27px;
}

#newsList{
	clear:both;
	margin:0 0 10px;
}

.newsListItem{
	clear:both;
	text-align:left;
	line-height:30px;
	height:30px;
	width:500px;
	background-image:url(../../../images/simple/news/newsListDotbg.jpg);
	background-repeat:no-repeat;
	background-position:0 5px;
	border-bottom:1px dashed #ccc;
}

.newsListTitle{
	margin-left:20px;
	float:left;
	clear:left;
	width:380px;
}

.newsListTime{
	float:right;
	clear:right;
	width:100px;
}

#newsListPaging{
	clear:both;
	text-align:center;
}