@charset "utf-8";
/* category css */
.claer_both { clear:both;}
#position {
	height:26px;
	line-height:26px;
	font-size:13px;
}
	#position a { text-decoration:none;}
	#breadcrumb {
		float:left;
	}
	#cate_city {
		float:right;
		font-size:12px;
	}
	#cate_city ul li {
		float:left;
	}
	#r_main #cate_city ul li a {
		display:inline-block;
		width:auto;
		height:26px;
		padding:0 3px 0 4px;
		font-weight:bold;
		color:#000;
	}
	#r_main #cate_city ul li a.current {
		background:url(../images/city_tab_cur.gif) no-repeat;
		background-position:0px 3px;
		color:#fff;
	}
	#r_main #cate_city ul li a.current:hover {
		color:#f90;
	}
#cate_daogou {
	width:813px;
	height:auto;
	padding-bottom:5px;
	background:url(../images/daogou_bg.png) repeat-x left top;
	border-top:1px #ddd solid;
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
	border-bottom:1px #ccc solid;
}
#cate_daogou1 {
	width:813px;
	height:auto;
	padding-bottom:5px;
	background:url(../images/daogou_bg.png) repeat-x left top;
	border-top:1px #ddd solid;
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
	border-bottom:1px #ccc solid;
}
	#daogou_main {
		width:560px;
		padding-right:0px;
		padding-top:5px;
		padding-left:10px;
		float:left;
		position:relative;
	}
		#showBigImg {
			position:absolute;
			right:0px;
			top:60px;
			border:3px #e4e4e4 solid;
			z-index:1000000;
		}
		#showBigImg img {
			width:480px;
		}
		#showBigImg #closeImg {
			width:24px;
			height:24px;
			background:url(../images/closex.gif) no-repeat;
			position: absolute;
			right:-12px;
			top:-12px;
			text-indent:-9999px;
			cursor:pointer;
		}
	h2.route_daogou {
		height:26px;
		line-height:26px;
		font-size:14px;
		background:url(../images/cate_ico.png) no-repeat;
		background-position:0px -172px;
		text-indent:24px;
		border-bottom:1px #ddd solid;
	}
	#route_daogou_content {
		margin-top:-1px;
		overflow:hidden;
	}
	#route_daogou_content h2 {
		height:26px;
		line-height:26px;
		font-size:14px;
		background:url(../images/cate_ico.png) no-repeat;
		background-position:0px -172px;
		text-indent:24px;
		border-bottom:1px #ddd solid;
	}
	#route_daogou_content h1 {
		height:26px;
		line-height:26px;
		font-size:14px;
		background:url(../images/cate_ico.png) no-repeat;
		background-position:0px -172px;
		text-indent:24px;
		border-bottom:1px #ddd solid;
	}
	#route_daogou_content dl {
		clear:both;
		line-height:23px;
		padding:5px 0;
		border-top:1px #ddd dashed;
	}
		#route_daogou_content dt {
			float:left;
			font-weight:bold;
			color:#f60;
		}
		#more_toggle {
			width:76px;
			height:22px;
			line-height:22px;
			background:url(../images/cate_ico.png) no-repeat;
			background-position:0 -212px;
			float:right;
			font-size:12px;
			text-align:center;
		}
		#r_main  #more_toggle a{
			color:#666;
		}
		
	#route_daogou_content p {
		clear:both;
		line-height:23px;
		padding:5px 0;
		border-top:1px #ddd dashed;
	}
		#route_daogou_content span {
			font-weight:bold;
			color:#f60;
		}
		
	#route_recomment {
		width:535px;
		height:106px;
		margin-top:9px;
		padding:5px 9px 5px 15px;;
		background:url(../images/hot_bg_01.png) no-repeat;
		line-height:160%;
		font-size:12px;
		color:#666;
		position:relative;
		overflow:visible;
	}
		.route_recomment_tou {
			width:8px;
			height:15px;
			position:absolute;
			left:559px;
			top:101px;
			
			
			
		}
		.h2_recomment {
			font-size:14px;
			color:#c30;
			padding-left:21px;
			
		}
		#route_recomment h3 {
			margin-top:6px;
			font-size:14px;
		}
	.banner_560 {
		margin-top:10px;
	}
	
	#daogou_side {
		width:232px;
		padding-top:2px;
		float:right;
		border-left:1px #eaeaea solid;
		background:#fff;
	}
	h2.price_change {
		width:215px;
		height:26px;
		line-height:26px;
		font-size:14px;
		margin:0 auto;
		border-bottom:1px #ddd solid;
	}
		.price_change_table {
			width:215px;
			margin:0 auto;
			border-bottom:1px #ccc dotted;
		}
		.price_change_table td {
			height:23px;
			line-height:23px;
			padding:0 3px;
			color:#666;
			font-size:12px;
		}
			.p_help {
				cursor:pointer;
				color:#999;
			}
			.price_change_table .p_prcie {
				font-size:14px;
				font-weight:bold;
				color:#f60;
			}
			.price_change_table .p_up,.p_down {
				width:15px;
				height:23px;
				display:inline-block;
				text-align:center;
				text-indent:-9999px;
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size:16px;
				color:#f60;
				font-weight:bold;
				background:url(../images/cate_ico.png) no-repeat;
			}
			.price_change_table .p_up {
				background-position:5px -62px;
			}
			.price_change_table  .p_down {
				background-position:-30px -60px;
			}
			.p_notice {
				width:215px;
				margin:0 auto;
				text-align:right;
				line-height:19px;
				color:#999;
			}
			
			.p_manyidu {
				width:215px;
				height:40px;
				margin:0 auto;
				line-height:40px;
				font-size:12px;
				text-align:center;
			}
				.p_manyidu td {
					width:104px;
					padding:0 3px;
				}
				.p_route_score {
					color:#f60;
					font-size:24px;
					line-height:40px;
					font-weight:bold;
				}


	#new_youji {
		margin-top:10px;
		padding-bottom:10px;
		border-bottom:1px solid #DAE5BA;
		border-left:1px solid #DAE5BA;
		border-right:1px solid #DAE5BA;

	}
		h2.youji_title {
			width:795px;
			height:31px;
			line-height:31px;
			padding:0 10px;
			font-size:14px;
			background:url(../images/cate_green_bar.png) repeat-x;
			margin-left:-1px;
			color:#346700;
		}
		h2.youji_title span {
			display:inline-block;
			text-indent:0;
			float:left;
		}
		h2.youji_title a {
			float:right;
			font-size:14px;
			font-weight:normal;
			color:#666;
		}
		.new_youji_list {
			width:800px;
			margin:0 auto;
			line-height:19px;
			font-size:12px;
		}
		.new_youji_left {
			width:385px;
			padding:10px 0 0 5px;
			float:left;
		}
		.new_youji_right {
			width:385px;
			padding:10px 0 0 0;
			margin-left:20px;
			float:left;
		}
			.new_youji_list  .yj_rc {
				color:#000;
			}
			.new_youji_list  .yj_rc  p a.yj_ntitle {
				font-weight:bold;
				font-size:14px;
				display:inline-block;
				margin-bottom:5px;
			}
			.new_youji_list .yj_name { color:#333; display:inline-block; margin-right:5px; background:url(../images/cate_ico.png) no-repeat; background-position:2px -250px; text-indent:12px; font-size:13px;}
			.new_youji_list p .yj_name { color:#333; display:inline-block; margin-right:5px; background:none; text-indent:0;}
			.new_youji_list .yj_num { display:inline-block; margin-right:10px;color:#999; font-size:12px;}
			.new_youji_list .yj_date {display:inline-block; margin-right:10px; margin-bottom:5px;color:#999; font-size:12px;}
			.new_youji_list  .yj_rc img {
				float:left;
				margin-right:10px;
				padding:1px;
				border:1px #ccc solid;
			}
			
			
	#date_price {
		width:815px;
		height:90px;
		margin-top:10px;
		background:url(../images/date_bg.png) no-repeat;
	}
		
		.ask_table {
			width:100%;
			margin-top:10px;
			border-collapse:collapse;
			border:1px #ddd solid;
		}
		.ask_dl {
			margin-top:-10px;
		}
		.ask_dl dt {
			color:#0449BE;
			margin-top:10px;
		}
		.ask_table td {
			padding:10px;
			border:1px #ddd solid;
		}
		.ask_table table,.ask_table table  td {
			border:none;
		}
/* gallery */
#cate_focus {
	width:232px;
	height:230px;
	background:#F3F5F7;
	border-top:1px #eaeaea solid;
	border-bottom:1px #eaeaea solid;
}
#panel_wrap {
	width:232px;
	height:175px;
	overflow:hidden;
}
#photos {
	position:relative;
}
.filmstrip {
	width:204px;
	height:54px;
	margin-left:2px;
	overflow:hidden;
	float:left;
}
.filmstrip li {
	width:48px;
	height:48px;
	margin-top:5px;
	margin-right:3px;
	float:left;
	position:relative;
	cursor:pointer;
}
.filmstrip li.pointer {
	width:44px;
	height:44px;
	border:2px solid #FFBA00;
	background-position:22px -3px;
}
.filmstrip li.pointer img {
	width:44px;
	height:44px;
}




/* date scroll */
#date_price .prev,#date_price .next,#date_price .prev_no,#date_price .next_no {
	width:30px;
	height:48px;
	line-height:48px;
	float:left;
	text-align:center;
	cursor:pointer;
	text-indent:-9999px;
}
	#date_price .prev {
		background:url(../images/search_ctrl_left.png) no-repeat;
		background-position:9px 0px;
		float:left;
		margin-left:3px;
	}
	*html #date_price .prev {
		margin-left:0px;
	}
	*html #date_price .prev_no {
		margin-left:0px;
	}
	#date_price .next {
		background:url(../images/search_ctrl_right.png) no-repeat;
		background-position:3px 0px;
		float:left;
	}
	#date_price .prev_no {
		background:url(../images/prev_no.png) no-repeat;
		background-position:9px 0px;
		float:left;
		margin-left:3px;
	}
	#date_price .next_no {
		background:url(../images/next_no.png) no-repeat;
		background-position:3px 0px;
		float:left;
	}
	.date_scroll {
		width:752px;
		height:45px;
		overflow:hidden;
		height:48px;
		float:left;
	}
	.date_scroll ul li {
		width:92px;
		height:42px;
		text-align:center;
		float:left;
		padding:0 1px;
		padding-top:6px;
		background:url(../images/date_price_bg.png) no-repeat;
		font-size:12px;
	}
	span.weekend {
		color:#f60;
	}
	.date_price_num {
		font-size:13px;
	}
	.date_price_num strong {
		color:#f60;
	}
	
#niuren_route { width:815px; margin-top:10px;}
	h2.niuren_title {
		width:815px;
		height:36px;
		line-height:36px;
		background:url(../images/niuren_title.png) no-repeat;
		font-size:14px;
		text-indent:48px;
		color:#f60;
		margin-top:10px;
	}
	.niuren_box {
		width:813px;
		border-left:1px #62B70A solid;
		border-right:1px #62B70A solid;
		border-bottom:1px #62B70A solid;
	}
	.niuren_intro {
		padding:5px 10px;
		line-height:21px;
		font-weight:bold;
		border-left:1px #62B70A solid;
		border-right:1px #62B70A solid;
		border-bottom:1px #62B70A solid;
		background:#F6FCF0 ;
	}

			
	.cate_other_route {
		width:815px;
		margin-top:20px;
	}		
	.c_1 u{ font-size:12px; text-decoration:none; font-weight:normal}
	.l_menu u{ font-size:12px; text-decoration:none; font-weight:normal}
	h2.cate_other_title {
			width:815px;
			margin-top:10px;
			font-size:14px;
			height:34px;
			background: url(../images/cate_title_current_green.png) repeat-x;
		}
		h2.cate_other_title {height:34px; position:relative; z-index:1; overflow:visible;}
		.shuangbei { position:absolute; top:-2px; right:15px; z-index:1000;}
		
	h2.cate_other_title a{ float:right; line-height:34px; font-size:12px; margin-right:10px; font-weight:normal; text-decoration:none}
	
		h2.cate_other_title span.c_1 {
			display:inline-block;
			height:16px;
			line-height:16px;
			padding:9px 0px 9px 10px;
			color:#fff;
			float:left;
		}
		h2.cate_other_title span.c_2 {
			display:inline-block;
			width:15px;
			height:30px;
			line-height:16px;
			float:left;
		}
		#r_main h2.cate_other_title a {
			color:#fff;
		}
		#r_main h2.cate_other_title a:visited {
			color:#fff;
		}
		h2.cate_other_title img {
			display:inline-block;
			top:5px;
		}
		.cate_other_intro {
			padding:6px 10px 5px 10px;
			line-height:21px;
			font-weight:bold;
			border-left:2px #B1DB7F solid;
			border-right:2px #B1DB7F solid;
			border-bottom:1px #DFF0B9 solid;
			background:#F5FBEE url(../images/cate_intro_bg.gif) left top repeat-x;
		}
		.cate_other_box {
			width:811px;
			border-bottom:1px #B1DB7F solid;
			border-left:2px #B1DB7F solid;
			border-right:2px #B1DB7F solid;
		}
		h2.cate_hotel_title {
			height:26px;
			line-height:26px;
			padding-left:10px;
			font-size:14px;
			border-top:1px #62B70A solid;
			border-bottom:1px #62B70A solid;
			background:#EBF7DF;
		}
		.banner815 {
			margin-top:10px;
		}
		/* orange */
		h2.cate_other_title2 {
			width:815px;
			margin-top:10px;
			font-size:14px;
			overflow:hidden;
			background: url(../images/h2_bg_v2_orange.png?v=0707) repeat-x;
			border-left:none;
			border-right:none;
			border-bottom:none;
			padding-left:0px;
			overflow:hidden;
		}
		h2.cate_other_title2 span.c_1 {
			display:inline-block;
			height:16px;
			line-height:16px;
			padding:9px 0px 9px 10px;
			color:#fff;
			float:left;
		}
		h2.cate_other_title2 a {
			display:inline-block;
			width:15px;
			height:30px;
			line-height:16px;
			float:right
		}
		#r_main h2.cate_other_title2 a {
			color:#fff;
		}
		#r_main h2.cate_other_title2 a:hover {
			color:#fff;
		}
		#r_main h2.cate_other_title2 a:visited {
			color:#fff;
		}
		.cate_other_intro2 {
			padding:6px 10px 5px 10px;
			line-height:21px;
			font-weight:bold;
			border-left:2px #FFB27F solid;
			border-right:2px #FFB27F solid;
			border-bottom:1px #FFB27F solid;
			background:#F9F9F9 url(../images/cate_intro_bg_o.gif) left top repeat-x;
		}
		.cate_other_box2 {
			width:811px;
			border-left:2px #FFB27F solid;
			border-right:2px #FFB27F solid;
			border-bottom:1px #FFB27F solid;
		}
		.cate_border { height:1px; line-height:1px; background:#B1DB7F; margin:0; padding:0; overflow:hidden;}
		.cate_border2 { height:1px; line-height:1px; background:#FFB27F ; margin:0; padding:0; overflow:hidden;}


#cate_ask { margin-top:10px;}
h2.cate_ask_title {
	width:815px;
	height:28px;
	line-height:28px;
	font-size:14px;
	background:url(../images/cate_ask.png) no-repeat;
	text-indent:45px;
}

#cate_tips { margin-top:10px;}
h2.cate_ask_tips {
	width:815px;
	height:28px;
	line-height:28px;
	font-size:14px;
	background:url(../images/cate_tips.png) no-repeat;
	text-indent:45px;
}
	.cate_tips_content { padding-top:10px;}
/* cate route table */
	.cate_route_table {
		width:811px;
		margin:0 auto;
		border-collapse:collapse;
		font-size:12px;
	}
		.cate_route_table th {
			height:16px;
			line-height:16px;
			font-weight:normal;
			background:#FDFBEE;
			border-bottom:1px #E9E9E9 solid;
		}
		.cate_route_table td { vertical-align:top;}
		.cate_route_table td,.cate_route_table th {
			padding:6px 0 6px 10px;
			text-align:left;
		}
		.cate_route_table td {
			border-top:1px #d3d3d3 dashed;
		}
		.cate_route_table td.td_hover {
			background-color:#f8f8f8;
		}
		.cate_route_no {
		}
		.cate_route_name a {
			font-size:14px;
		}
		.cate_route_des{font-size:13px;line-height:20px;color:#333;padding:3px 0;}
		.cate_route_des a:link,.cate_route_des a:visited{font-size:13px;text-decoration:none;}
		.cate_route_price {
			color:#FF6600;
			font-weight:bold;
			vertical-align:top;
		}
			.cate_route_price:first-letter{font-size:18px;}
			#r_main .cate_route_action  a { color:#666;}
			#r_main .cate_route_action  a:link { color:#666;}
			#r_main .cate_route_action  a:visited { color:#666;}
			#r_main .date_scroll a:link,#r_main .date_scroll a:visited {color:#000;}
			#r_main .route_action  a { color:#666;}
			#r_main .route_action  a:link { color:#666;}
			#r_main .route_action  a:visited { color:#666;}
	
	.cate_route_table .tCal td { text-align:center;}
	

/*-- slider player --*/
.SlidePlayer {
	width:530px;
	height:86px;
	position:relative;
	margin-left:5px;
}
.SlidePlayer ul {
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
}
.SlidePlayer-List li {
	width:535px;
	height:86px;
	position:absolute;
	background:#fff;
	top:0;
	left:0;
	display:none;
}
.SlidePlayer-List li.selected {
	display:block;
}
ul.SlidePlayer-Trigger {
	position:absolute;
	top:-18px;
	right:-3px;
	z-index:11;
}
.SlidePlayer-Trigger li {
	float:left;
	margin:0 0 0 2px;
	width:15px;
	height:15px;
	cursor:pointer;
	font:Arial;
	font-size:11px;
	text-align:center;
	line-height:15px;
	border:1px solid #e4e4e4;
}
.SlidePlayer-Trigger li.selected {
	background-color:#f90;
	color:#fff;
	font-size:11px;
	font-weight:bold;
}
.slider_cotent img{ float:left; margin-top:10px;}
.slider_cotent div{ float:left; margin-left:10px; width:450px; overflow:hidden}
.SlidePlayer-List img {
	border:0;
}







.dee{ float:left; width:820px; height:20px; line-height:20px;}
.dee a{ float:left;  background:url(../images/de.gif) no-repeat 0px 5px; padding-left:8px;}



#r_main {
	WIDTH: 820px; FLOAT:left; margin-left:10px; overflow:hidden; 
}











#nav_main li{float:left;font-weight:bold;margin:0 1px;}#nav_main .nav_main_l a:link,#nav_main .nav_main_l a:visited{color:#fff;padding:0 0 0 7px!important;padding:0 0 0 7px;float:left;text-decoration:none;}#nav_main .nav_main_l a:hover{color:#f90;padding:0 0 0 7px!important;padding:0 0 0 7px;float:left;}#nav_main .nav_main_l span{display:block;padding:3px 7px 1px 0!important;padding:2px 7px 0 0;}#nav_main .nav_main_r a:link,#nav_main .nav_main_r a:visited{color:#fff;padding:0 0 0 4px;float:left;text-decoration:none;}#nav_main .nav_main_r a:hover{color:#f90;padding:0 0 0 4px;float:left;}#nav_main .nav_main_r span{display:block;padding:2px 4px 0 0;}#nav_main #curtab a{background-position:-1000px 0;}#nav_main #curtab a span{color:#000;padding-top:4px;line-height:29px;background-position:right top;}#nav_main .nav_word{padding-right:5px;padding-left:1px;}#nav_main .nav_word span{padding:2px 10px 0 0;color:#F7AA04;background:url(images/sanjiao.gif) no-repeat right 14px;}#nav_main .nav_main_r li{margin:0;}#l_menu h2{height:20px;line-height:18px;padding-left:5px;padding-top:5px;font-size:14px;font-weight:normal;color:white;}

.l_menu{padding:5px 0;font-size:12px;border:1px solid #CCC;border-top:none; width:168px; overflow:hidden}
.l_menu ul{width:100%;float:left;margin-bottom:15px;}
.l_menu h3{padding:0 5px;font-size:14px;float:left;line-height:150%;}
.l_menu li{padding:0 0 0 4px;text-align:left;width:80px;float:left;line-height:150%;overflow:hidden;height:20px;}
li.li_130{padding:0 0 0 4px;text-align:left;width:130px;float:left;line-height:150%;}
.l_menu li a:link,.l_menu li a:visited{color:#000;text-decoration:none;}
.l_menu li a:hover{color:#f90;}
.l_menu h3 a:link,.l_menu h3 a:visited{color:#4e9700;}
.l_menu h3 a:hover{color:#f90;}
ul.other_link{margin-bottom:0;}

.other_link li{width:95%;line-height:180%;background:url(../images/qzepage3_10.gif) no-repeat 0px 6px; text-indent:10px; margin-left:5px;}
ul.l_other_city{margin-bottom:0;}
.l_other_city li{width:95%;line-height:180%;}
.star li{width:145px;padding-left:20px;background:url(../images/icon_favourites.gif) no-repeat 2px 2px;}#left_phone{height:70px;width:100%;margin-bottom:5px;background:transparent url(../images/l_phone.gif) no-repeat scroll center center;}#left_phone h3{padding:42px 0 0 30px;}.cat_tag{padding:4px;clear:both;font-size:14px;font-weight:bold;color:#F60;}.l_menu li a.cnone:link,.l_menu li a.cnone:visited{color:#aaa;text-decoration:none;cursor:default;}.l_menu li a.cnone:hover{color:#aaa;text-decoration:none;}.search_t{height:25px;line-height:25px;background:#FFEABE url(../images/bar_ico.gif) repeat-x;background-position:0 -104px;border:1px solid #FEC799;border-bottom:none;color:#c30;font-size:14px;font-weight:bold;text-indent:5px;}.search_border{border:1px solid #FEC799;padding:5px 0 15px 5px;background:#FEFBEC;}#l_menu .history_list{border:1px solid #CCC;background:url(../images/history_list.gif) repeat-x left top;}#l_menu .history_list h2{background:none;border-bottom:1px dotted #D1D1D1;color:#903;font-size:12px;}#l_menu .history_list ul{margin:10px;}#l_menu .history_list li{margin-bottom:5px;color:#0449BE;}input,textarea,select,option{font-family:Arial;}.cate_page_right_img{float:right;margin-top:50px;overflow:hidden;width:260px;}strong.online_notice{display:inline-block;text-indent:18px;color:#f00;font-weight:normal;background:url(../images/msg.gif) no-repeat;background-position:3px 5px;}

.listad{ float:left}
.listad img{ float:left; width:228px; height:200px; margin-left:2px;}

.item {
	background: rgb(255, 255, 255); border: 1px solid rgb(225, 225, 225); margin-bottom: 10px; zoom: 1; padding-bottom:10px;
}
a.tj-more {
	color: rgb(166, 61, 3);  margin-right: 15px; float: right;
}
a.tj-more:hover {
	color: rgb(255, 255, 255); text-decoration: underline;
}
a.tj-more:visited {
	color: rgb(166, 61, 3);
}
.item02 .hd {
	background: rgb(255, 154, 24); height:30px;line-height:30px;
}
.item02 .hd span{ color:#FFFFFF; font-size:18px; font-family:"Microsoft yahei"; float:left; font-weight:bold; text-indent:10px; }


.item .bd .mlist li {
	margin: 10px 0px; padding: 0px 17px; width: 293px; border-right-color: rgb(102, 102, 102); border-right-width: 1px; border-right-style: dashed; float: left; display: inline; _overflow: hidden;
}
.item .bd .mlist li.noborder {
	border: currentColor;
}
.item .bd .mlist li a.m {
	background: url("/content/1/images/preload.gif") no-repeat 50% 50%; border: 1px solid rgb(204, 204, 204); margin-bottom: 5px; display: block;
}
.item .bd .mlist li a.m:hover {
	border: 1px solid rgb(255, 102, 0);
}
.item .bd .mlist li a.t {
	height: 48px; line-height: 24px; font-size: 18px; font-weight: bold; display: block;
}
.item .bd .mlist li p.d {
	color: rgb(255, 102, 0);
}
.item .bd .mlist li p span {
	float: left; display: inline-block;
}
.item .bd .mlist li p .num {
	color: rgb(255, 51, 0); line-height: 42px; font-family: Arial, Helvetica, sans-serif; font-size: 32px; font-weight: bold; display: inline-block; _width: 108px;
}
.item .bd .mlist li p .num i {
	font-size: 16px; font-style: normal;
}
.item .bd .mlist li p .original {
	color: rgb(102, 102, 102); line-height: 18px; font-size: 12px; font-weight: normal; margin-left: 10px;
}
.item .bd .mlist li p .original del {
	color: rgb(153, 153, 153); font-size: 18px;
}
.item .bd .mlist li p .otime {
	margin: 8px 0px 5px 10px;
}
.item .bd .mlist li p .otime em {
	color: rgb(51, 51, 51); font-style: normal; color:#FF9900; font-weight:bold; font-size:14px}
.item .bd .mlist li p .buttons {
	float: right;
}
.item .bd .mlist li .att {
	background: rgb(235, 235, 235); padding: 5px 10px; width: 273px; line-height: 24px; overflow: hidden; margin-top: 10px; position: relative;
}
.item .bd .mlist li .att .iwant {
	background: url("images/icon01.gif") no-repeat; padding: 3px 20px;
}
.item .bd .mlist li .att .iwant a {
	color: rgb(233, 66, 154); text-decoration: underline;
}
.item .bd .mlist li .att .iwant a:hover {
	color: rgb(255, 102, 0);
}
.item .bd .mlist li .att em {
	color: rgb(255, 51, 0); font-style: normal;
}
.item .bd .mlist li .att .add1 {
	left: 8px; top: 8px; color: rgb(233, 66, 154); font-style: normal; font-weight: bold; display: none; position: absolute;
}
.orange {
	color: rgb(255, 102, 0);
}
.item .bd .mlist li .att .right {
	float: right;
}
.ban{ width:1000px; margin:0 auto;}
.topa{width:1000px;}

@media screen and (max-width: 768px){
#cate_daogou{display: none;}
.cate_route_table{width: 100%;}
h2.cate_other_title{width:99%;}
.cate_other_box{width:98%;}
#r_main{width: 100%;margin-left:0px;}
.cate_route_action{display: none;}
.cate_route_satis{display: none;}
.dee{width: 100%;padding-top: 10px;}
.my{display: none;}
.dp{display: none;}
.tq{display: none;}
.ban{ width:100%;}
.topa{width:100%;}
#cate_daogou1{width:100%;}
.bh{ display:none;}
.cate_route_no{ display:none;}
}