.map{
	width:800px;
	margin:0 auto;
	margin-top:10px;
	height:450px;
	}
	.left{
	width:400px;
	height:400px;
	margin:10px;
	float:left;
	}
	.left img{
	width:400px;
	height:400px;
	}
	.right{
	width:300px;
	height:400px;
	margin:10px;
	float:left;
	
	}
	.right p{
	margin-bottom:20px;
	overflow:hidden;
	color:#f60;
    font-weight: bold;
	}