	.box{
			width: 100%;
			//height: 320px;
			//background: #444;
			float: left;
			padding-bottom: 10px;
			padding-top: 10px;
			margin-top: 20px;
			margin-bottom: 5px;
	}
	.tourbox{
			width: 219px;
			background: #F5F5F5;
			//height: 247px;
			float: left;
			padding: 8px;
			padding-bottom: 8px;
			margin-left: 5px;
			margin-right: 5px;
			outline: 1px solid #E5E5E5;
			color: #e7e6e6;
			box-shadow: 0px 0px 2px 2px;
	}
	.imgTourBox img{
			width: 219px;
			height: 140px;
			//background: white;
			margin-bottom: 6px;
			//border-radius: 3px;
	}
	.priceTourBox{
			width: 219px;
			height: 23px;
			//background: white;float: left;
			border-bottom: 1px solid #2994ff;
			margin-bottom: 6px;
			font: 15px vlkwebfont;
			color: #2994ff;
	}
	.titleTourBox{
			width: 219px;
			height: 65px;
			//background: white;
			color: #444;
			font: 13px vlkwebfont;
			text-align: left;
			margin-top: 6px;
			margin-bottom: 8px;
	}
	.btnTourBox{
			width: 219px;
			//background: white;
			//height: 35px;
			float: right;
	}
	.btnTourBox>a:hover{
			background: #2687e8;
			background-image: none;
			color: #fff;
	}
	.HotTour{
		background-image: url('read.gif');
	}
	.destination{
		background-image: url('more.gif');
	}
	.btnTourBox>a{
			width: 110px;
			float: right;
			height: 23px;
			padding-top: 3px;
			font: 13px vlkwebfont;
			
			text-decoration: none;
			color: #777;
			border: 1px solid #ccc;
			//box-shadow: 1px 0px 0px 1px;
			//background: none;
			display: block;
			text-align: center;
	}
	.boxClickHotTour{
			//width: 700px;
			height: 50px;
			//background: black;
			float: left;
			margin-top: 15px;
			padding-left: 465px;
	}
	.btnBoxClickHotTour{
			//width: 100px;
			//height: 30px;
			//background: red;
			float: left;
			font:bold 17px vlkwebfont;
			border-bottom: 1px solid #2994ff;
			color: #2994ff;
			margin-right: 35px;
	}