/* 左边 */
.left{
	width: 1000px;
	height: 1036px;
	float: left;
	padding-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 右边 */
.right{
	position: relative;
	margin-left: 50px;
	width: 300px;
	height: 1000px;
	float: left;
}
