/*================================
		新列表样式(new Style)
=================================*/
#newtable{
	width:1000px;
	background: #fff;
}
/*===========左侧样式==================*/
#newtable .mleft{
	width:233px;
}
#newtable .mleft .tab{

}
#newtable .mleft .tab td{
	background:#fff;
		
}
#newtable .mleft .tab .title{
 background: url(../images/newlist_bg5.gif) no-repeat top;
 height: 31px;
 padding-top:2px;
 float:left;
	color:#fff;
	font-size:14px;
	font-weight: bold;
	padding-left:7px;
	width:234px;
}

#newtable .mleft .tab ul{
   padding:4px 12px 4px 20px;;
	border-left:1px solid #fbad1f;
	border-right:1px solid #fbad1f;
	border-bottom:1px solid #fbad1f;
}
#newtable .mleft .tab ul li{
	background: url(../images/newlist_line_x.gif) repeat-x bottom;
	padding:6px 0px 7px 19px;
	color:#000;
}
#newtable .mleft .tab ul .infoli{
	background: none;
	padding:7px 0px 5px 4px;
	color:#000;
}

#newtable .mleft .tab .bgtd{
	background:#fff url(../images/intro_leftbg.gif) no-repeat bottom;
}
/*===========右侧样式==================*/
#newtable .mright{
	width:772px;
}

#newtable .mright .tablist{
	margin-top:8px;
}
#newtable .mright .tablist .title{
	background: url(../images/newlist_bg3.gif) no-repeat bottom;
	height:30px;
	color:#fff;
	font-size:14px;
	font-weight: bold;
	width: 100%;
	padding-left:80px;
	padding-top:8px;
}
#newtable .mright .tablist .oth{
	
}	
#newtable .mright .tablist .list{
	margin-top:8px;
}
#newtable .mright .tablist .list tr{
	background: url(../images/line-x.gif) repeat-x bottom;
	height: 30px;
	
}
