BODY {margin-top: 0px;letter-spacing:1px;}
/*展开时候的“+”号方式*/
.check_open {
	float: right;
	width: 14px;
	height: 14px;
	font-weight: bold;
	color:#ffffff;
	background:url("../images/trsImage/opentr.png") no-repeat ;
	cursor: hand;
	margin-top: 3px;
}
/*关闭时候的“-”号方式*/
.check_close {
	float: right;
	width: 14px;
	height: 14px;
	color:#ffffff;
	background:url("../images/trsImage/closetr.png") no-repeat ;/*显示展开图标样式*/
	cursor: hand;
	margin-top: 3px;
}
/*分类块名*/
.p_title{
	font-size: 12px;
	padding: 0px 14px;
	color: #000000;
	font-weight: bold;
}
.p_title a{
	font-size: 12px;
	padding: 0px 0px;
	color: #DC0000;/*红色*/
	text-decoration: underline;
}
.p_title a:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #DC0000;
}
/*********/
/*列表中的标题名称*/
.con_tit1{
	font-size: 12px;
	padding: 2px 2px;
	color: #000000;
	
}
.con_tit1 a{
	font-size: 12px;
	padding: 0px 0px;
	text-decoration: none;
	color:#5D9BC4;/*蓝色*/
}
.con_tit1 a:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #DC0000;
}

.con_driver {
	font-size: 12px;
	padding: 2px 2px;
	color: #000000;
}
.con_driver a {
	font-size: 12px;
	text-decoration: underline;
	color: #DC0000;
}
.con_driver a:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #5D9BC4;
}

.con_nei{
	font-size: 12px;
	padding: 0px 0px;
	color: #000000;
}
.con_nei a{
	font-size: 12px;
	padding: 0px 0px;
	text-decoration: none;
	color:#5D9BC4;
	
}
.con_nei a:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #DC0000;
}



/*header_com.jsp*/
.con_nei_t{
	font-size: 12px;
	padding: 0px 0px;
	color: #7f7d7d;
}
.con_nei_t a{
	font-size: 12px;
	padding: 0px 0px;
	text-decoration: none;
	color:#7f7d7d;/*红色*/
}
.con_nei_t a:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #DC0000;
}



/*排序*/
.x_Sort {
	font-size: 12px;
}
.x_Sort a{
	font-size: 12px;
	padding: 0px 0px;
	color: #5D9BC4;
}
.x_Sort a:hover {
	font-size: 12px;
	text-decoration: none;
	color: #DC0000;
}
/*表格样式头部*/
.con_tdTit{
	font-size: 13px;
	padding: 2px 2px;
	color: #DC0000;/*红色*/
	font-weight: bold;
}
/*内容样式*/
.con_tdCon{
	font-size: 12px;
	padding: 2px 2px;
	color: #DC0000;/*红色*/
	font-weight: bold;
}
/*大分类样式*/
.h_TypeTit {
	font-size: 12px;
	padding: 0px 0px;
	text-decoration: none;
	color:#5D9BC4;/*蓝色*/
	font-weight: bold;
}
/*热门标签样式*/
.h_TagTit {
	font-size: 12px;
	padding: 0px 0px;
	text-decoration: none;
	color: #FF8400;/*橙子*/
	font-weight: bold;
}
.h_TagTit a{
	font-size: 12px;
	padding: 0px 0px;
	text-decoration: none;
	color: #FF8400;/*橙子*/
	font-weight: bold;
}
.h_TagTit a:hover {
	font-size: 13px;
	text-decoration: underline;
	color: #DC0000;
}



 /*内容自上而下竖着排列*/
.busLay  {
	font-size: 12px;
	COLOR: #000000;
	layout-flow : vertical-ideographic;/*内容自上而下竖着排列*/
}

.busLay a {
	font-size: 12px;
	COLOR: #5D9BC4;
	text-decoration: none;
}

.busLay a:hover {
	font-size: 12px;
	COLOR: #DC0000;
	text-decoration: none;
}

/*公交样式*/
.bus_tit1 {
	FONT-SIZE: 12px; 
	color:#006633;
}

/*提示信息-红色*/
.alt_css {
	FONT-SIZE: 13px; 
	color:#DC0000;
}

/*信息提示、表头等样式*/
.allInfoTit{
	LINE-HEIGHT: 21px;
	background: #CCCCCC;
	font-size: 13px;
	padding: 0px 0px;
	/*background: #f7f7f7;*/
}
/*粗体颜色设置*/
.allInfoTit b{
	color: #DC0000;
}
/*表格中列的样式*/
.allInfo_li{
	font-size: 13px;
	padding: 0px 0px;
	background-color: #f3f3f3;  
	font-weight: normal;
}

/*公交线路列表中内容样式*/
.con_Con {
	font-size: 12px;
    color: #000000;
}

.con_Con a {
	font-size: 12px;
    color: #5D9BC4;
}

.con_Con a:hover {
	font-size: 12px;
    color: #DC0000;
}


/*默认设置页面的高度*/
.body_height {
	height: 300px;
}

.body_height {
	height: 300px;
}

/*设置优惠的头部*/
.yh_PicTit {
	FONT-SIZE: 18px; 
	FONT-WEIGHT: bold; 
} 

/*对<a>标记选中的样式*/
 .a_m_active  {font-weight: bold;color: #000000;}

/*<a>标记未选中的样式*/
.a_m_normal  {font-weight: none;}

/*边框样式*/
.tab_bord {
	margin: 6px;
}
