body{
	width:100%;
	margin:0;
	border:0;
	padding:0;
}
body>div{
        position:relative;
	float:left;
	width:100%;
}

/*边距全0*/
.trim{
	margin:0;
	border:0;
	padding:0;
}

/*内容展示区域*/
div#contain{
        position:relative;
	float:left;
	height:800px;
	width:100%;
}
div#main{
	height:800px;
	width:1080px;
	background-color:RGB(255,255,255);
	display:block;
	margin:0 auto;
}
/*二级页面导航区域*/
div#l-main{
        position:relative;
	float:left;
        width:180px;
	height:800px;
}
div#navi{
	width:auto;
	height:auto;
	min-height:200px;
	background-color:RGB(255,255,255);
        display:block;
        padding:10px 10px;
}
/*二级页面导航 列表样式*/
.navi2{
       width:auto;
       text-align:center;
       margin:5px 10px;
       padding:5px 0;
}
.hh{
       position:relative;
       top:10px;
       width:auto;
       height:30px;
       text-align:center;
       margin:5px 10px;
       padding:5px 0px;
}
.navi2list:hover{
       background-color:RGB(228,243,254);
}


/*列表区域*/
div#r-main{
        position:relative;
	float:left;
	width:900px;
        height:790px;
        margin:10px 0 0 0;
        display:block;
}


/*标题列表*/
.title-list{
          position:relative;
	  float:left;
          height:30px;
          width:900px; 
                
}
#title-list{
          position:relative;
	  float:left;
          height:750px;
          width:900px;       
}
.title-list a{
          position:relative;
	  float:left;
          left:10px;
          font-size:16px;
          text-decoration:none;   
          height:30px;
          line-height:30px;
          width:760px;
          display:block;
          overflow:hidden;
          white-space:nowrap; 
          text-overflow:ellipsis;
          color:RGB(0,0,0);
}

.title-list:hover{
          background-color:RGB(228,243,254);
}

.title-list p{
          position:relative;
          margin:0;
	  float:right;
          font-size:12px;
          width:140px;
          height:30px;
          line-height:30px;
          text-align:center;
          color:RGB(140,159,149);
}


/*分页区域*/
div#pagging{
        position:relative;
	float:left;
	width:900px;
        height:40px;
}