@charset "utf-8";
ul, li, p, dl, dt, dd {
	margin: 0;
	padding: 0;
}
img {
	border: 0
}
li {
	list-style: none
}
/*-- right --*/
.main_right_part {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.right_part_div {
	float: left;
	width: 250px;
	height: 100%;
	overflow: hidden;
	padding-right: 13px;
	padding-left: 13px;
	float: left;
	background-color: #FFF;
	-webkit-box-shadow: 2px 2px 1px rgba(181,181,181,.9);
	-moz-box-shadow: 2px 2px 1px rgba(181,181,181,.9);
	box-shadow: 2px 2px 1px rgba(181,181,181,.9);
	border: 1px solid #EEE;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.right_head_pic {
	float:left;
	width: 100%;
	height: 50px;
	margin-top: 15px;
	margin-bottom: 5px;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
}
.right_part_div .bg img {
	width: 40px;
	height: 40px;
	overflow: hidden;
	float: left;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.rightspan_title {
	width: 190px;
	height: 30px;
	margin-top: 7px;
	margin-left: 15px;
	overflow: hidden;
	float: left;
	font-size: 20px;
	line-height: 30px;
	text-align: left;
	vertical-align: bottom;
	color: #808080;
}
.right_more {
	float:right;
	width: 100%;
	height: 15px;
	margin-top: 2px;
	margin-bottom: 10px;
}

/* map */
.right_map {
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
	width: 250px;
	height: 190px;
}
/* attraction */
.right_attraction {
	float: left;
	margin-top: 5px;
	width: 250px;
	height: 100%;
}
.right_attraction dl {
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 10px;
}
.right_attraction dl dt {
	float: left
}
.right_attraction dl dt img {
	float: left;
	width: 80px;
	height: 50px;
	margin-top: 0px;
	overflow: hidden;
}
.right_attraction dl dd {
	margin-top: 2px;
	padding-left: 5px;
}
.right_attraction dl .add {
	height: 15px;
	overflow: hidden;
}
/* restaurant */
.right_restaurant {
	float: left;
	width: 250px;
	height: 100%;
}
.right_restaurant .part01 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.right_restaurant .part01 img {
	width: 250px;
	height: 160px;
}
.right_restaurant .part01 p {
	margin-left: 10px;
	margin-top: 5px;
}
/* hotel */
.right_hotel {
	float: left;
	margin: 0px;
	width: 250px;
	height: 100%;
}
.right_hotel .part01 {
	margin-top: 5px;
	margin-bottom: 15px;
}
.right_hotel .part01 img {
	width: 250px;
	height: 160px;
}
/* news promotion */
.right_news {
	float: left;
	margin-left: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 250px;
	height: 100%;
}
.right_news dl {
	overflow: hidden;
	margin-top: 3px;
	margin-bottom: 15px;
}
.right_news dl dd {
	margin-top: 3px
}
/* video */
.right_video {
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
	width: 250px;
	height: 100%;
}
/* introduction */
.right_introduction {
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
	width: 250px;
	height: 100%;
}
.right_introduction img {
	width: 250px;
	height: 160px;
}
.right_introduction p {
	margin-left: 3px;
	margin-bottom: 5px;
	margin-top: 5px;
}
