@charset "utf-8";
/* CSS Document */


/*新闻内容*/
#content{position:relative; width:950px; background:url(images/listBgTop.png) no-repeat top #FFF; margin-top:5px; overflow:hidden;}
/*left*/
#content #left{width:660px; padding-left:20px; float:left; text-align:left;}
#leftNav{width:660px; height:60px; float:left;}
#leftNav div{position:relative; display:block; float:left; width:76px; height:40px; line-height:40px; color:999; text-align:center; cursor:pointer;}
#leftNav div span.bg{position:absolute; left:0; top:0; width:76px; height:0px; background:url(images/listNavSlectBg.png) no-repeat;}
#leftNav div span.catName{position:absolute; left:0; top:0; width:76px; height:40px;}
#leftNav div.select span.bg{height:40px; background:url(images/listNavSlectBgSelect.png) no-repeat;}

#content #left #newsContent{width:660px; text-align:center; overflow:hidden;}
#newsContent h1{font-size:16px; padding:0px 0 15px 0; font-weight:bold;}
#newsInfo{width:650px; height:20px; border:1px solid #B0DFFF; padding:2px 0}
#newsInfo span{ padding:0 10px; line-height:20px;}
#text{padding:15px 0 25px 0; line-height:2; text-align:left;}
#text div{text-align:center; font-size:12px;}
#text p,#text span{line-height:2;}
/*right*/
#content #right{width:250px; float:right; background:#ecf1f7; height:800px; padding-bottom:58000px; margin-bottom:-58000px;}
#content #right .title{width:250px; height:31px; background:url(images/rightTitle.png) no-repeat; line-height:31px ; text-align:left; text-indent:15px; color:#FFF;}
#content #right .list ul{width:230px; padding:10px; }
#content #right .list ul li{width:230px; text-align:left; border-bottom:#CCC 1px dashed; overflow:hidden;}
#content #right .list ul li a{color:#666; padding-left:15px; background:url(images/icon1.png) left center no-repeat; text-decoration:none; line-height:28px;}
#content #right .list ul li a:hover{text-decoration:underline;}

#contentFoot{position:absolute; width:950px; height:8px; background:url(images/listBgBottom.gif) no-repeat left bottom; left:0; bottom:0; _bottom:-5px;}
