.li_h2 img{
    width:130px;
	height:90px;
	float:left;
	padding:3px;
	border:1px solid #f3e69e;
	margin-left:5px;
	display:inline;  
}
    .li_h2 li{overflow:hidden;}
/*-------------------*/
.left{
    width:310px;
	float:left;
}
/*-------------------*/
.right{
    width:650px;
	float:right;
}
    .right ul,.td{
        border:1px solid #adede7;
		border-top:none;
		padding-bottom:10px;
		margin-bottom:5px;
	}
	.right li{
	    width:310px;
		height:100px;
		overflow:hidden;
		float:left;
		margin-left:10px;
		display:inline;
		padding-top:10px;
	}
	.right li div{
	    width:auto;
		float:left;
		text-align:center;
		line-height:25px;
	}
	.right li div img{
	    padding:3px;
        border:1px solid #adede7;
		height:90px;
		width:130px;
	}
	.right li p{
	    float:right;
		line-height:20px;
		width:165px;
	}
	.right li p a{
	    color:red;
		text-decoration:underline;
	}
	.right li p br{
	    font-size:0px;
		line-height:0px;
	}
	.right li span{
	    clear:both;
		line-height:20px;
		color:#666;
		border-bottom:1px dashed #ccc;
	}
	.td{
	    padding-top:10px;
	}
	.td table{
	    width:98%;
		background:#ddd;
		margin:0px auto;
	}
	.td td{
	    background:#fff;
		height:30px;
		line-height:30px;
	}
	.title td{
	    text-align:center;
		background:#f8f8f8;
		font-weight:bold;
	}
/*-------------------*/
.height{
    height:220px;
	overflow:hidden;
}
.height_list{
    height:1100px;
	overflow:hidden;
}
