
/* 关于行程的内容与相关信息 */
.TextArea
{
 width:863px;
 margin:2px 0px 0px 2px; 
 
 background:#EFF9FC;
 border:1px solid #7cc4de
}

.title{
	float:left;
	width:860px;
	text-align:center;
	padding:30px 15px 0px 15px;
	font-family: "华文行楷";
	font-size: 36px;
	font-weight: bold;
	color: #039;
}

.Time{
	float:left;
	text-align:left;
	padding:0px 10px 5px 20px;
	font-size: 12px;
	color: #333399;
	font-family: "宋体";
	clear;both;
}

.BTD{
	float:left;
	text-align:left;
	padding:5px 20px 5px 20px;
	font-size: 20px;
	color: #FF0000;
	font-family: "宋体";
	font-weight: bold;
	width:540px;
	height:42px;
}
.Price{
	float:right;	
	text-align:right;
	padding:0px 20px 15px 20px;	
	font-size: 24px;	
	color: #FF0000;
}

.Content{
 float:left;
 width:860px;
 padding:10px 20px 15px 20px;
 clear:both;
}
p {
	font-family: "宋体";
	font-size: 18px;
	text-indent: 0em;
	margin:0px 0px 0px 0px;

	
}
Tr {
	font-size: 14px;
	line-height: 1.4em;
	font-family: "宋体";
	font-style: normal;		
}

td p {
	font-size: 14px;
	line-height: 1.4em;
	font-family: "宋体";
	font-style: normal;	
	margin:0px 0px 0px 0px;		
}


.jb {
	color: #330099;
	background-color: #CCCCFF;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
.jt {
	color: #000033;		 
	text-align: center;
	background-color: #EFF9FC;
		
}
.jn {
    background-color: #FFFFFF;
    color: #000066; 
	line-height: 1.4em;
	font-family: "宋体";
	font-style: normal;	
 
   }

li {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin:3px 0px 0px 0px;
	line-height: 1.3em;
	
}
ol
{
	margin-bottom:2px ;
	
}


.RelArea
{
 width:863px;
 margin:2px 0px 0px 2px; 
 padding:5px 0px 10px 5px;
 
 background:#EFF9FC;
 border:1px solid #7cc4de
}

.DTrip{ /* 信息条的设置，主要设置底线 高度 对齐 */ 
	text-align: left;
	padding:5px 0px 0px 0px;
	float:left;
	line-height: 1.5em;
	position:relative;
	border-bottom: 1px solid #EEF;
	
 }
 
.DTrip A{   /*  每条信息，链接长度的设置 */ 
	text-align: left;
	display:block;
	position:relative;
	padding-left:17px;
    float:left ;
	width:365px;	
	}
	
.RPrice{
	text-align: right;
	display:block;
	margin-right:5px;
	position:relative;
	float:left;
	width:45px;
	color: #008800;
	
 }
