
/*5-12默哀
html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); } 
*/
/*页面样式,默认值*/
body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	SCROLLBAR-FACE-COLOR: #eaeaea;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #b9b9b9;
	SCROLLBAR-3DLIGHT-COLOR: #b9b9b9;
	SCROLLBAR-ARROW-COLOR: #666666;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;}

body,td{  /*不同元素,同值的,可以用,号隔开*/
	line-height:150%;
	font-size: 12px;
	font-family: "Verdana";
}
  
a {  color: #393737; text-decoration: none}
a:hover {  color: #FF0000; text-decoration: underline}
a:visited { color: #393737; text-decoration: none}

/*效果样式集*/
/*打印*/
@media print {
   .notprint {
       display:none;
       }
}

@media screen {
   .notprint {
       display:inline;
       cursor:hand;
       }
}
/*打印尺寸*/
#print_body {
width:700px;
text-align:center;
margin-right:auto;
margin-left: auto;
BACKGROUND-COLOR: #ffffff; 
}

/*3D按钮*/
#buttonA { 
    margin-left: 50px;
} 
#buttonA ul { 
    margin: 0px; 
    padding: 0px; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 14px; 
    line-height: 30px; 
} 
#buttonA li { 
    list-style-type: none; 
    height: 30px; 
    width: 125px; 
    margin: 20px; 
    text-align:center; 

} 
#buttonA li a { 
    height: 100%; 
    width: 100%; 
    display: block; 
    text-decoration: none; 
    border-width: 4px; 

} 
#buttonA li a:link { 
    color: #393737; 
    font-weight: bold; 
    background-color: #EEEEEE; 
    border-style: outset; 
} 
#buttonA li a:visited { 
    color: #393737; 
    font-weight: bold; 
    background-color: #EEEEEE; 
    border-style: outset; 
} 
#buttonA li a:hover { 
    font-weight: bold; 
    color: #666666; 
    background-color: #DDDDDD; 
    border-style: outset; 
} 
#buttonA li a:active { 
    font-weight: bold; 
    color: #FFFFFF; 
    background-color: #999999; 
    border-style: inset; 
}
/*end*/

/*圆角边框样式*/
.xboxcontent {display:block; background:#7f7f9c; border:3px solid #fff; border-width:0 3px; font-size:18px;color:#FFFFFF}
.xsnazzy h1, .xsnazzy h2, .xsnazzy p {margin:0 10px; letter-spacing:1px;}
.xsnazzy h1 {font-size:2.5em; color:#fc0;}
.xsnazzy h2 {font-size:2em; color:#234; border:0;}
.xsnazzy p {padding-bottom:0.5em; color:#eee;}
.xsnazzy h2 {padding-top:0.5em; padding-left:10px;}
.xsnazzy {background: transparent; margin:1em;}
.xsnazzy em {display:block; width:0; height:0; color:#d8d8ee; overflow:hidden; border-top:12px solid #999; border-left:12px dotted transparent; border-right:12px dotted transparent; margin-left:50px;}
/* hack for IE5.5 */
* html .xsnazzy em {width:24px; height:12px; width:0; height:0;}
.xsnazzy span {display:block; width:0; height:0; color:#fff; overflow:hidden; border-top:10px solid #7f7f9c; border-left:10px dotted transparent; border-right:10px dotted transparent; margin-left:52px; margin-top:-15px;}
* html .xsnazzy span {width:20px; height:10px; width:0; height:0;}
.xb1, .xb2, .xb3, .xb4, .xb5, .xb6, .xb7 {display:block; overflow:hidden; font-size:0;}
.xb1, .xb2, .xb3, .xb4, .xb5, .xb6 {height:1px;}
.xb4, .xb5, .xb6, .xb7 {background:#ccc; border-left:1px solid #666; border-right:1px solid #666;}
.xb1 {margin:0 8px; background:#666;}
.xb2 {margin:0 6px; background:#666;}
.xb3 {margin:0 4px; background:#666;}
.xb4 {margin:0 3px; background:#7f7f9c; border-width:0 5px;}
.xb5 {margin:0 2px; background:#7f7f9c; border-width:0 4px;}
.xb6 {margin:0 2px; background:#7f7f9c; border-width:0 3px;} 
.xb7 {margin:0 1px; background:#7f7f9c; border-width:0 3px; height:2px;} 
.xboxcontent {display:block; background:#7f7f9c; border:3px solid #666; border-width:0 3px;}
/*end*/

/*页码*/

#pagination{
padding: 2px;
}

#pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 12px;
}

#pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

#pagination a, #pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;	/*页码边框色*/
text-decoration: none; 
color: #2e6ab1;
}

#pagination a:hover, #pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: lightyellow;
}

#pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid navy;
background-color: #2e6ab1;
color: #FFF;
}

#pagination li.disablepage{
padding: 0 5px;
border: 1px solid #929292;
color: #929292;
}

#pagination li.nextpage{
font-weight: bold;
}
.topbox7 {
	height: 24px;
	width: 129px;
font-family:verdana;font-size: 14px;
border: 1px solid #8bb7de; color:#656565}
}

#pagination li.lastpage{
font-weight: bold;
}

* html #pagination li.currentpage, * html #pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}
/*页码结束*/






/*TOP边框样式*/
.topbox1{
text-align:center; 
background: url(index_05_01.gif) repeat-x;

}

.topbox2{

/*
FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#EFF4F9);*/

}
.topboxa1{
color: #ff6501;
font-weight:bold;
text-align:center; 
background: url(../images/index_25.gif) no-repeat;

}

.topboxa2{
color: #656565;
text-align:center;
background: url(../images/index_24.gif) no-repeat;
background-position:bottom;
/*
FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#EFF4F9);*/

}
.topboxb1{
font-size:14px;
color: #0668af;
font-weight:bold;
text-align:center; 
background: url(../images/index_30.gif) no-repeat;

}

.topboxb2{
font-size:14px;
color: #949494;
font-weight:bold;
text-align:center;
background: url(../images/index_31.gif) no-repeat;
background-position:bottom;
/*
FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#EFF4F9);*/

}


.topbox3{
font-family: verdana; border-left: #365F91 1px solid;border-right: #365F91 1px solid;border-top: #365F91 1px solid;font-size: 12px; text-align:center; FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#FDE9D9);
}
.topbox3 {font-size:12px;color:#365F91;FONT-FAMILY: 宋体;}
.topbox3 a:link {color:#365F91; font-size:12px;LETTER-SPACING: 0pt; mso-ascii-font-family: Times New Roman}
.topbox3 a:hover {color:#365F91;font-size:12px; LETTER-SPACING: 0pt; text-decoration:underline; mso-ascii-font-family: Times New Roman}
.topbox3 a:visited {color:#365F91;font-size:12px;LETTER-SPACING: 0pt; mso-ascii-font-family: Times New Roman}



.topbox4{
font-family: verdana; border-left: #365F91 1px solid;border-right: #365F91 1px solid;border-top: #365F91 1px solid;font-size: 12px; text-align:center; background-color:#EEF3F8; border-bottom: #365F91 1px solid;
}

.topbox5{
font-family: verdana; border-left: #365F91 1px solid;border-right: #365F91 1px solid;border-top: #365F91 1px solid;font-size: 12px; text-align:center; background-color:#ECEEF8; border-bottom: #365F91 1px solid;
}


.topbox6{
font-family: verdana; border-left: #365F91 1px solid;border-right: #365F91 1px solid;border-top: #365F91 1px solid;font-size: 12px; text-align:center; FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#F2DBDB);
}
.topbox6 {font-size:12px;color:#C00000;FONT-FAMILY: 宋体;}
.topbox6 a {color:#C00000; font-size:12px;LETTER-SPACING: 0pt; mso-ascii-font-family: Times New Roman}
.topbox6 a:link {color:#C00000; font-size:12px;LETTER-SPACING: 0pt; mso-ascii-font-family: Times New Roman}
.topbox6 a:hover {color:#C00000;font-size:12px; LETTER-SPACING: 0pt; text-decoration:underline; mso-ascii-font-family: Times New Roman}
.topbox6 a:visited {color:#C00000;font-size:12px;LETTER-SPACING: 0pt; mso-ascii-font-family: Times New Roman}


/*下拉列表*/




/*TOP文字链接*/
.lianjie a:link {color:#244061; font-size:12px;LETTER-SPACING: 0pt;}
.lianjie a:hover {color:#244061;font-size:12px; LETTER-SPACING: 0pt; text-decoration:underline;}
.lianjie a:visited {color:#244061;font-size:12px;LETTER-SPACING: 0pt;}

.lianjie_w {font-size:12px;color:#ffffff;FONT-FAMILY: 宋体; background-color:#365f91;}
.lianjie_w a:link {color:#ffffff; font-size:12px;LETTER-SPACING: 0pt;}
.lianjie_w a:hover {color:#ffffff;font-size:12px; LETTER-SPACING: 0pt; text-decoration:underline;}
.lianjie_w a:visited {color:#ffffff;font-size:12px;LETTER-SPACING: 0pt;}

.lianjie_s {font-size:12px;color:#000000;FONT-FAMILY: 宋体; background-color:#ffedd6;}
.lianjie_s a:link {color:#000000; font-size:12px;LETTER-SPACING: 0pt;}
.lianjie_s a:hover {color:#000000;font-size:12px; LETTER-SPACING: 0pt; text-decoration:underline;}
.lianjie_s a:visited {color:#000000;font-size:12px;LETTER-SPACING: 0pt;}

/*Middel中间样式*/

.Middel_table{
font-family: verdana;background-color: #ffffff; border-left: #365F91 1px solid;border-right: #365F91 1px solid;
}
.Middel_top_text{
font-family: verdana;background-color: #ffffff; font-size:12px; color:#365F91;
}
.Middel_top_text a:link{
font-family: verdana;background-color: #ffffff; font-size:12px; color:#365F91;
}
.Middel_top_text a:hover{
font-family: verdana;background-color: #ffffff; font-size:12px; color:#365F91;
}
.Middel_top_text a:visited{
font-family: verdana;background-color: #ffffff; font-size:12px; color:#365F91;
}

.Middel_table_left{
font-family: verdana;background-color: #FDFEEC; border-right: #365F91 1px solid;border-top: #365F91 1px solid;font-size: 12px; border-bottom:#365F91 1px solid;
}
.Middel_table_left_yellow {font-size:14px;color:#F1FF00;FONT-FAMILY: 宋体; background-color:#365F91; font-weight:bold}
.Middel_table_left_yellow a:link {font-size:14px;color:#F1FF00;FONT-FAMILY: "宋体"; background-color:#365F91; font-weight:bold}
.Middel_table_left_yellow a:hover {font-size:14px;color:#F1FF00;FONT-FAMILY: "宋体"; background-color:#365F91;font-weight:bold }
.Middel_table_left_yellow a:visited {font-size:14px;color:#F1FF00;FONT-FAMILY: "宋体"; background-color:#365F91;font-weight:bold}

/*2008-1-29增加链接：刘庆*/
.Middel_table_left_white {font-size:14px;color:#ffffff;FONT-FAMILY:"宋体"; background-color:#365F91; font-weight:bold}

.Middel_table_left_white a:link {font-size:14px;color:#ffffff;FONT-FAMILY: "宋体"; background-color:#365F91; font-weight:bold}
.Middel_table_left_white a:hover {font-size:14px;color:#ffffff;FONT-FAMILY: "宋体"; background-color:#365F91;font-weight:bold }
.Middel_table_left_white a:visited {font-size:14px;color:#ffffff;FONT-FAMILY: "宋体"; background-color:#365F91;font-weight:bold}

.Middel_table_Kleft{
font-family: verdana;background-color: #ffffff; border-right: #d3d7d8 1px solid;border-top: #d3d7d8 1px solid;font-size: 12px; border-bottom:#d3d7d8 1px solid;
}


.Middel_table_WBtop{
font-family: verdana;background-color: #ffffff; border-right: #d3d7d8 1px solid;font-size: 12px; border-bottom: #d3d7d8 1px solid; color:#d3d7d8; font-size:14px;
}


.Middel_table_wtop{
font-family: verdana;background-color: #ffffff; border-right: #d3d7d8 1px solid;font-size: 12px;
}

.Middel_table_wbottom{
font-family: verdana;background-color: #ffffff; border-right: #d3d7d8 1px solid;font-size: 12px;border-top: #d3d7d8 1px solid;
}


.Middel_table_Ytb{
font-family: verdana;background-color: #ffffff; 
border-bottom: #365F91 1px solid;font-size: 12px;
font-size:14px;
color:#365F91;
border-top: #365F91 1px solid;

}

.Middel_table_Ytext{
font-family: verdana;
font-size:14px;
color:#365F91;
padding-left:6px;
}

.Middel_table_K_left{
font-family: verdana;background-color: #FAFAFA; border-right: #365F91 1px solid;border-top: #365F91 1px solid;font-size: 12px; border-bottom:#365F91 1px solid; 
}



.Middel_table_User{
font-family: verdana;
font-size: 12px;
/*border-right: #365F91 1px solid;*/
/*border-left:#365F91 1px solid;*/
border-top:#365F91 1px solid; 
background-image:url(userimg.gif); 
text-align:center; 
color:#365F91;
}
.Middel_table_User a:link {FONT-FAMILY: 宋体;font-size: 12px;text-align:center; color:#365F91;}
.Middel_table_User a:hover {FONT-FAMILY: 宋体;font-size: 12px;text-align:center; color:#365F91; text-decoration:underline;}
.Middel_table_User a:visited {FONT-FAMILY: 宋体;font-size: 12px;text-align:center; color:#365F91;}



/*Middle左边样式*/
.Middel_table_right_top{
font-family: verdana;background-color: #EEF3F8; border-left: #365F91 1px solid;border-right: #365F91 1px solid;border-top: #365F91 1px solid;font-size: 12px; padding-left:10px; border-bottom:#365F91 1px solid; color:#365F91;
}
.Middel_table_right_top {font-size:12px;color:#365F91;FONT-FAMILY: 宋体;}
.Middel_table_right_top a:link {color:#365F91; font-size:12px;}
.Middel_table_right_top a:hover {color:#365F91;font-size:12px;  text-decoration:underline;}
.Middel_table_right_top a:visited {color:#365F91;font-size:12px;}



.Middel_table_right_Userzong{
font-family: verdana; font-size: 14px; text-align:center; background-color:#365F91;

}
.Middel_table_right_Userzong {font-size:14px;color:#808080;FONT-FAMILY: 宋体;}
.Middel_table_right_Userzong a:link {color:#808080; font-size:14px;}
.Middel_table_right_Userzong a:hover {color:#808080;font-size:14px;  text-decoration:underline;}
.Middel_table_right_Userzong a:visited {color:#808080;font-size:14px;}




.Middel_table_right_User16{
font-family: verdana;background-color: #EEF3F8; border-left: #365F91 1px solid;border-right: #365F91 1px solid;border-top: #365F91 1px solid;font-size: 16px; padding-left:10px; border-bottom:#365F91 1px solid; color:#365F91; text-align:center;
font-weight:bold;
}
.Middel_table_right_User16 {font-size:16px;color:#365F91;FONT-FAMILY: 宋体;font-weight:bold;}
.Middel_table_right_User16 a:link {color:#365F91; font-size:16px;font-weight:bold;}
.Middel_table_right_User16 a:hover {color:#365F91;font-size:16px;  text-decoration:underline;font-weight:bold;}
.Middel_table_right_User16 a:visited {color:#365F91;font-size:16px;font-weight:bold;}



.Middel_table_right_red12{
 font-family: verdana;
 background-color: #EEF3F8;
 border-left: #365F91 1px solid;
 border-right: #365F91 1px solid;
 border-top: #365F91 1px solid;
 border-bottom:#365F91 1px solid;
 color:#365F91;
 font-size: 12px; 
 padding-left:10px;
}
.Middel_table_right_red12 {font-size:12px;color:#C00000;FONT-FAMILY: 宋体;}
.Middel_table_right_red12 a:link {color:#C00000; font-size:12px;LETTER-SPACING: 0pt; mso-ascii-font-family: Times New Roman}
.Middel_table_right_red12 a:hover {color:#C00000;font-size:12px; LETTER-SPACING: 0pt; text-decoration:underline; mso-ascii-font-family: Times New Roman}
.Middel_table_right_red12 a:visited {color:#C00000;font-size:12px;LETTER-SPACING: 0pt; mso-ascii-font-family: Times New Roman}



.Middel_table_right_lan12{
font-family: verdana;background-color: #DBE5F1; border-left: #365F91 1px solid;border-right: #365F91 1px solid;font-size: 12px; padding-left:10px; border-bottom:#365F91 1px solid; color:#365F91;
}
.Middel_table_right_lan12 {font-size:12px;color:#365F910;FONT-FAMILY: 宋体;}
.Middel_table_right_lan12 a:link {color:#365F91; font-size:12px;LETTER-SPACING: 0pt; mso-ascii-font-family: Times New Roman}
.Middel_table_right_lan12 a:hover {color:#365F91;font-size:12px; LETTER-SPACING: 0pt; text-decoration:underline; mso-ascii-font-family: Times New Roman}
.Middel_table_right_lan12 a:visited {color:#365F91;font-size:12px;LETTER-SPACING: 0pt; mso-ascii-font-family: Times New Roman}





.Middel_table_right_top_green{
font-family: verdana;background-color: #EAF1DD; border-left: #365F91 1px solid;border-right: #365F91 1px solid;border-top: #365F91 1px solid;font-size: 12px; text-align:center; border-bottom:#365F91 1px solid;
}


.Middel_table_right_top_greens{
font-family: verdana;background-color: #EAF1DD; border-left: #365F91 1px solid;border-top: #365F91 1px solid;font-size: 12px; text-align:center; border-bottom:#365F91 1px solid; border-right: #365F91 1px solid;
}


.Middel_table_right_M_table{
font-family: verdana;background-color: #ffffff; border-left: #365F91 1px solid;border-top: #365F91 1px solid;font-size: 12px; text-align:center; border-bottom:#365F91 1px solid;border-right: #365F91 1px solid;

}


.Middel_table_right_M_Purple{
font-family: verdana;background-color: #F0ECF4; border-left: #365F91 1px solid;border-top: #365F91 1px solid;font-size: 12px; text-align:center; border-bottom:#365F91 1px solid;border-right: #365F91 1px solid;

}



.Middel_table_right_top_blue{
font-family: verdana;background-color: #DBE5F1; border-left: #365F91 1px solid;border-right: #365F91 1px solid;font-size: 12px; border-bottom:#365F91 1px solid;
}


.Middel_table_right_top_red{
font-family: verdana;background-color: #FFE5EE; border-left: #365F91 1px solid;border-right: #365F91 1px solid;font-size: 12px; border-bottom:#365F91 1px solid;
}

.Middel_table_right_top_red_Nright{
font-family: verdana;background-color: #F8ECEC; border-left: #365F91 1px solid;font-size: 12px; border-bottom:#365F91 1px solid;
}

.right_o {font-size:12px;color:#365F91;FONT-FAMILY: 宋体; padding-left:6px;}
.right_o a:link {color:#365F91; font-size:12px;LETTER-SPACING: 0pt;}
.right_o a:hover {color:#365F91;font-size:12px; LETTER-SPACING: 0pt; text-decoration:underline;}
.right_o a:visited {color:#365F91;font-size:12px;LETTER-SPACING: 0pt;}


.right_hei {font-size:12px;color:#333333;FONT-FAMILY: 宋体; padding-left:6px;}
.right_hei  a:link {color:#333333; font-size:12px;LETTER-SPACING: 0pt;}
.right_hei  a:hover {color:#333333;font-size:12px; LETTER-SPACING: 0pt; text-decoration:underline;}
.right_hei  a:visited {color:#333333;font-size:12px;LETTER-SPACING: 0pt;}




.right_z {font-size:12px;color:#365F91;FONT-FAMILY: 宋体;}
.right_z a:link {color:#365F91; font-size:12px;LETTER-SPACING: 0pt;}
.right_z a:hover {color:#365F91;font-size:12px; LETTER-SPACING: 0pt; text-decoration:underline;}
.right_z a:visited {color:#365F91;font-size:12px;LETTER-SPACING: 0pt;}


.right_MM {font-size:12px;color:#365F91;FONT-FAMILY: 宋体; font-weight:bold; text-align:left;}
.right_MM a:link {color:#365F91; font-size:12px;LETTER-SPACING: 0pt;font-weight:bold;}
.right_MM a:hover {color:#365F91;font-size:12px; LETTER-SPACING: 0pt; text-decoration:underline;font-weight:bold;}
.right_MM a:visited {color:#365F91;font-size:12px;LETTER-SPACING: 0pt;font-weight:bold;}


.right_R {font-size:12px;color:#C00000;FONT-FAMILY: 宋体;}
.right_R a:link {color:#C00000; font-size:12px;LETTER-SPACING: 0pt;}
.right_R a:hover {color:#C00000;font-size:12px; LETTER-SPACING: 0pt; text-decoration:underline;}
.right_R a:visited {color:#C00000;font-size:12px;LETTER-SPACING: 0pt;}


.right_L {font-size:12px;color:#4F6228;FONT-FAMILY: 宋体;}
.right_L a:link {color:#4F6228; font-size:12px;LETTER-SPACING: 0pt;}
.right_L a:hover {color:#4F6228;font-size:12px; LETTER-SPACING: 0pt; text-decoration:underline;}
.right_L a:visited {color:#4F6228;font-size:12px;LETTER-SPACING: 0pt;}

/*线路样式*/

.line_title_B {color:#808080; font-size:12px;LETTER-SPACING: 0pt;}
.line_title_B a:link {color:#808080; font-size:12px;LETTER-SPACING: 0pt;}
.line_title_B a:hover {color:#808080; font-size:12px;LETTER-SPACING: 0pt; text-decoration:underline;}
.line_title_B a:visited {color:#808080; font-size:12px;LETTER-SPACING: 0pt;}



.club_title {color:#365F91; font-size:14px;LETTER-SPACING: 0pt; font-weight:bold;}
.club_title a:link {color:#808080; font-size:4px;LETTER-SPACING: 0pt;font-weight:bold;}
.club_title a:hover {color:#808080; font-size:14px;LETTER-SPACING: 0pt; text-decoration:underline;font-weight:bold;}
.club_title a:visited {color:#808080; font-size: 14px;LETTER-SPACING: 0pt;font-weight:bold;}

.line_title {color:#365F91; font-size:14px;LETTER-SPACING: 0pt; font-weight:bold; padding-left:6}
A.line_title:link {color:#365F91; font-size:14px;LETTER-SPACING: 0pt; font-weight:bold; padding-left:6}
A.line_title:hover {color:#365F91;font-size:14px; LETTER-SPACING: 0pt; text-decoration:underline;font-weight:bold; padding-left:6}
A.line_title:visited {color:#365F91;font-size:14px;LETTER-SPACING: 0pt;font-weight:bold; padding-left:6}



.blues { color:#365F91;font-size:12px;LETTER-SPACING: 0pt; font-weight:bold}
A.blue:link{ color:#365F91;font-size:12px;LETTER-SPACING: 0pt; font-weight:bold}
A.blue:hover{ color:#365F91;font-size:12px;LETTER-SPACING: 0pt; font-weight:bold;text-decoration:underline;}
A.blue:visited{ color:#365F91;font-size:12px;LETTER-SPACING: 0pt; font-weight:bold}

A.line_green:link{ color:#4F6228;font-size:12px;text-decoration:underline;}
A.line_green:hover{ color:#4F6228;font-size:12px;text-decoration:underline;}
A.line_green:visited{ color:#4F6228;font-size:12px;text-decoration:underline;}

.greenbold {
	font-size: 14px;
	font-weight: bold;
	color: #4F6228;
}


/*bottom样式*/


.text_line {color: #365F91; font-size: 14px; font-weight:bold;}
.text_line_x {color: #FFCC00}
.text_line_l {color: #365F91}
.text_line_r {color: #C00000;font-size: 14px; }
.text_line_g {color: #4F6228;font-size: 14px;}
.text_line_gb{color: #4F6228;font-size: 14px; font-weight:bold}

.text_line_y {color: #365F91;font-size: 14px;}
.text_line_y a:link {color: #365F91;font-size: 14px;}
.text_line_y a:hover {color: #365F91;font-size: 14px; text-decoration:underline;}
.text_line_y a:visited {color: #365F91;font-size: 14px;}


.text_line_ll {color: #365F91;font-size: 14px; background-color:#F2F2F2;}
.text_line_ll a:link {color: #365F91;font-size: 14px;}
.text_line_ll a:hover {color: #365F91;font-size: 14px; text-decoration:underline;}
.text_line_ll a:visited {color: #365F91;font-size: 14px;}



.text_line_Q {color: #365F91;font-size: 14px; font-weight:bold;}
.text_line_Q a:link {color: #365F91;font-size: 14px;  font-weight:bold;}
.text_line_Q a:hover {color: #365F91;font-size: 14px; text-decoration:underline;  font-weight:bold;}
.text_line_Q a:visited {color: #365F91;font-size: 14px;  font-weight:bold;}

.text_line_lQ {color: #365F91;font-size: 13px; font-weight:bold;}
.text_line_lQ a:link {color: #365F91;font-size: 13px;  font-weight:bold;}
.text_line_lQ a:hover {color: #365F91;font-size: 13px; text-decoration:underline;  font-weight:bold;}
.text_line_lQ a:visited {color: #365F91;font-size: 13px;  font-weight:bold;}

.text_line_M {color: #FF0000;font-size: 14px; font-weight:bold;}
.text_line_M a:link {color: #FF0000;font-size: 14px;  font-weight:bold;}
.text_line_M a:hover {color: #FF0000;font-size: 14px; text-decoration:underline;  font-weight:bold;}
.text_line_M a:visited {color: #FF0000;font-size: 14px;  font-weight:bold;}


.text_line_F {color: #D99594;font-size: 14px; font-weight:bold;}
.text_line_F a:link {color: #D99594;font-size: 14px;  font-weight:bold;}
.text_line_F a:hover {color: #D99594;font-size: 14px; text-decoration:underline;  font-weight:bold;}
.text_line_F a:visited {color: #D99594;font-size: 14px;  font-weight:bold;}

.bottom_table{
font-family: verdana;background-color: #ffffff; border-left: #365F91 1px solid;border-right: #365F91 1px solid;
border-bottom: #365F91 1px solid;
}

/*line_框*/
.line_box {
	background:#365F91;
	
	BORDER-TOP: #365F91 0px solid;
	BORDER-bottom: #365F91 0px solid;
	BORDER-left:#365F91 0px solid;
	BORDER-right: #365F91 0px solid;
	}
.line_box_yellow {
	background:#FDFBCF;
	/*
	BORDER-left:#365F91 1px solid;
	BORDER-right: #365F91 1px solid;
	*/
	border-top:#365F91 1px solid;
	/*border-bottom:#365F91 1px solid;*/
	color:#365F91;
	font-weight:bold;
	font-size:14px;
	}
.visa_box_yellow {
	background:#FDFBCF;
	/*
	BORDER-left:#365F91 1px solid;
	BORDER-right: #365F91 1px solid;
	border-top:#365F91 1px solid;
	
	border-bottom:#365F91 1px solid;
	*/
	color:#365F91;
	font-weight:bold;
	font-size:14px;
	}
. line_box_yellows{
	background:#FDFBCF;
	color:#365F91;
	font-weight:bold;
	font-size:14px;
	
	}


	
.line_box_left {
	background:#EEF3F8;
	BORDER-TOP: #365F91 1px solid;
	BORDER-bottom: #365F91 1px solid;
	BORDER-right: #365F91 1px solid;
	padding-left:6px;
	font-size:12px;
	color:#365F91;
	}	
.line_box_tal {
	background:#ffffff;
	BORDER-bottom: #365F91 1px solid;
	BORDER-right: #365F91 1px solid;
	padding-left:10px;
	}	
.line_box_td_white{
background-color:#FFFFFF;
color:#365F91;
font-size:14px;
text-align:center;
}
.line_box_td_lan{
color: #365F91; font-size: 14px; font-weight:bold; background-color:#EEF3F8; text-align:center;
}

.line_box_td_W12{
background-color:#FFFFFF;
color:#333333;
font-size:12px;
padding-left:5px;
}
.line_box_td_l12{
color: #365F91;
font-size: 12px;
background-color:#EEF3F8; 
padding-left:5px;
}





/*表单样式*/
.inputname {
font-size: 14px;font-family: Verdana;color:#ffffff;font-weight:normal
}
.inputbox{
font-family: verdana;background-color: #EEEEEE;border-bottom: #FFFFFF 1px solid;border-left: #CCCCCC 1px solid;border-right: #FFFFFF 1px solid;border-top: #CCCCCC 1px solid;font-size: 12px;
}
.inputbox-bor {
font-family:verdana;font-size: 12px;
border: 1px solid #365F91; color:#365F91}


.inputbox-kmao {
font-family:verdana;font-size: 15px;
border: 1px solid #365F91; color:#365F91}
/*皮肤开始*/
/*网站提示样式t*/
.Tips {background:url(images\Tips.gif);height:35px; text-align:left; padding-left:10px; padding-right:10px;}
/*公告内容*/
.Gonggao{color:#333333;BACKGROUND-COLOR: #ffffff;width:170px; text-align:left; }
.Gonggao_title{font:bold 14px;color:#FFFFFF;}

/*表标题的效果，某些不需要用BOX的可直接用以下代替*/
.Table_T {border-top:#D24D4D 4 solid;background: #CC3300;font:12px;color:#FFF;text-align:center;height:10px;}
.Table_title{font:bold 14px;color:#FFFFFF;filter:progid:DXImageTransform.Microsoft.Glow(color=Green,strength=2);WIDTH:70%;}
.Table_B {
	background: #FFFFEE;
	padding-left:16px;
	padding-top:4px;
	BORDER-TOP: #FF8003 1px solid;
	BORDER-bottom: #FF8003 1px solid;
	BORDER-left:#FF8003 1px solid;
	BORDER-right: #FF8003 1px solid;
	color:blue;
	cursor: hand}


/*图片框*/	
.box_img {
	BORDER-TOP: #365F91 1px solid;
	BORDER-bottom: #365F91 1px solid;
	BORDER-left:#365F91 1px solid;
	BORDER-right: #365F91 1px solid;
	cursor: hand;
	background-color:#EEF3F8;
	text-align:center;
	}
	
	
.box_BG_img {
	/*background-image:url(BG_photos.gif);*/
	text-align:center;
	BORDER: #365F91 1px solid;
	cursor: hand;
	background-color:#EEF3F8;
	text-align:center;
	}
	
.box_img_dark
{
	BORDER: #cccccc 1px solid;
	padding:2px;
}	
	
.box_imgs {
	BORDER-TOP: #cfcfcd 1px solid;
	BORDER-bottom: #cfcfcd 1px solid;
	BORDER-left:#cfcfcd 1px solid;
	BORDER-right: #cfcfcd 1px solid;
	cursor: hand;
	background-color:#FFFFFF;
	text-align:center;
	
	}
	
	
/*表格BOX*/
 .Box_TD {
 background-color:#ffffff;
 BORDER-bottom: #d3d3d3 1px solid;
	cursor: hand;
	text-align:center;
	}
.Box_TD_2 {
background-color:#EEF3F8;
text-align:center;
cursor: hand;
FONT-FAMILY: 宋体;
font-size:12px;
}
.Box_TD_2 a { color:#000000;}
.Box_TD_2  a:link {color:#000000; font-size:12px;LETTER-SPACING: 0pt; mso-ascii-font-family: Times New Roman}
.Box_TD_2  a:hover {color:#000000;font-size:12px; LETTER-SPACING: 0pt; text-decoration:underline; mso-ascii-font-family: Times New Roman}
.Box_TD_2  a:visited {color:#000000;font-size:12px;LETTER-SPACING: 0pt; mso-ascii-font-family: Times New Roman}




/*友情链接文字样式*/
.link_box_txt {
	width:89px;
	height:35px;
	BORDER-TOP: #393737 1px solid;
	BORDER-bottom: #003300 1px solid;
	BORDER-left:#393737 1px solid;
	BORDER-right: #003300 1px solid;
	cursor: hand;
	text-align: center;
}
.link_box_img {
	width:88px;
	height:33px;
	BORDER-TOP: #393737 0px solid;
	BORDER-bottom: #003300 0px solid;
	BORDER-left:#393737 0px solid;
	BORDER-right: #003300 0px solid;
	cursor: hand;
	background-color:#606545;
	text-align: center;
}	
/*数字显眼/不显示显示*/
.show_eye {color:#FF0000}
.show_noeye { font-family: "Georgia"; font-size: 12px; color:#CD0137}
/*隐藏*/
.hidecontent {display:none;}

/*布局样式*/

/*头部DIV样式*/
#header {
width:780px;
margin-right:auto;
margin-left: auto;
text-align:center;margin:auto;
background-color:#ffffff;
}
#header a:hover{color:#999999; }  /*DIV部份的样式定义格式: #header 无素 {} 这个是菜单的连接样式，可以直接在MENU里样式定义*/
#header a{color:#393737; text-decoration: underline}

/*主体基本样式*/
#bodyer {
width:780px;
text-align:center;
margin-right:auto;
margin-left: auto;
BACKGROUND-COLOR: #ffffff; 
}

/*远程新闻样式，颜色以上面为准，这里不起作用，定义名称后请在后台远程管理里修改相应样式名，如*/
.info_xw { font-size:12px}
.blackhei { font-size:12px;}

/*默认LI*/
li {list-style-type: none}	/*去掉系统默认样式后，使用以下重定义*/
.libg { BACKGROUND: url(images/libg.gif) repeat-x }
.hot_li {list-style-image: url(images/hot_li.gif);background-position: left center;BORDER-bottom: #dddddd 1px dotted;}
/*BOX中的导航项横纵*/
.MENU_li_x {FLOAT: left;DISPLAY: block;  cursor:hand ;DISPLAY:inline;list-style-image: url(images/dot_menu.gif);list-style-image:left center; font-size:14px; font-weight:bold;width:120px;line-height:180%;padding-left:20px;}
.MENU_li_x a {color:green}
.MENU_li_x a:hover {color:green;text-decoration: underline}

.MENU_li_y {list-style-image: url(images/dot_menu.gif);list-style-image:left center; font-size:14px; font-weight:bold;line-height:150%}
.MENU_li_y a {color:green}
.MENU_li_y a:hover {color:green;text-decoration: underline}

/*首页布局分3X3块即 左列(L)上(T)中(M)下(LB) 中列(M)上中下，右列(R)上中下，如果两列合并如中右合并则为CR，以下的定义规则如此*/

/*边框左列上部*/
.LT_T{
 	width:180px;
	height:30px;
	background:url(images\LT_T.gif) repeat-y;
	font-size: 14px;
	text-align:center;
	color:3D3D3D;
	font-weight:bold;
}
.LT_T a:link {
	color:#ffffff;
	cursor: crosshair;
	text-decoration: none;
}
.LT_T a:hover {
	text-decoration: underline;
	color:#f0f0f0
}
.LT_title{font:bold 14px;color:#FFFFFF;}
.LT_M {background:url(images\LT_M.gif);padding-left:4px;padding-right:4px;padding-top:0px;padding-bottom:0px;}
.LT_M a:link {
	color:#393737;
	cursor: hand;
	text-decoration: none;
}
.LT_M a:hover {
	text-decoration: underline;
	color:#FF0000;
}
.LT_M a:visited {color:#333333;}
.LT_B{width:180px; height:5px; background:url(images\LT_B.gif) repeat-y}
.LT_li {list-style-image: url(images/lt_li.gif);background-position: left center;BORDER-bottom: #dddddd 1px dotted;}


/*边框中列上部*/
.CT_T{
	width:294px;
	height:30px;
	background:url(images\CT_T.gif) repeat-y;
}

.CT_M {background:url(images\CT_M.gif);text-align:left;padding-left:10px;padding-right:10px;padding-top:5px;padding-bottom:5px;}
.CT_M a:link {color:#393737}
.CT_M a:hover {text-decoration:underline}
.CT_M a:visited {color:#333333}
.CT_B{width:294px; height:5px; background:url(images\CT_B.gif) repeat-y}
.CT_title {padding-left:35px;font-size:14px;color:#FFFFFF;font-weight:bold;FONT-FAMILY: 宋体;}
.CT_title a:link {color:#FFFFFF; font-size:14px;font-weight:bold;LETTER-SPACING: 0pt; mso-ascii-font-family: Times New Roman}
.CT_title a:hover {color:#FFFFFF;font-size:14px;font-weight:bold; text-decoration:underline; LETTER-SPACING: 0pt; mso-ascii-font-family: Times New Roman}
.CT_title a:visited {color:#FFFFFF;font-size:14px;font-weight:bold;LETTER-SPACING: 0pt; mso-ascii-font-family: Times New Roman}
.CT_li {
	background-image: url(kk.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:0px;
	
}
.CT_li a:link {color:#365F91}
.CT_li a:hover {text-decoration:underline}
.CT_li a:visited {color:#365F91}

/*中列顶上方边框*/

.CT_TT{
	width:294px;
	height:30px;
	background:url(images\CT_TT.gif) repeat-y;
}

.CT_MM {background:url(images\CT_MM.gif);text-align:left;padding-left:10px;padding-right:10px;padding-top:5px;padding-bottom:5px;}
.CT_MM a:link {color:#393737}
.CT_MM a:hover {text-decoration:underline}
.CT_MM a:visited {color:#333333}
.CT_BB{width:294px; height:5px; background:url(images\CT_BB.gif) repeat-y}
.CT_Ttitle {padding-left:30px;font-size:14px;color:#FFFFFF;font-weight:bold;FONT-FAMILY: 宋体;}
.CT_Ttitle a:link {color:#FFFFFF; font-size:14px;font-weight:bold;LETTER-SPACING: 0pt; mso-ascii-font-family: Times New Roman}
.CT_Ttitle a:hover {color:#FFFFFF;font-size:14px;font-weight:bold; text-decoration:underline; LETTER-SPACING: 0pt; mso-ascii-font-family: Times New Roman}
.CT_Ttitle a:visited {color:#FFFFFF;font-size:14px;font-weight:bold;LETTER-SPACING: 0pt; mso-ascii-font-family: Times New Roman}
.CT_Tli {
	background-image: url(images/ct_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:0px;
	BORDER-bottom: #68CA3B 1px dotted;
}



/*右列上部*/
.RT_T {}
.RT_M {}
.RT_B {}
.RT_Title {}
.RT_li { list-style-image: url(images/rt_li.gif);background-position: left center;BORDER-bottom: #dddddd 1px dotted; }


/*中右合并格*/
.CRT_T{width:594px; height:30px; background:url(images\CRT_T.gif) repeat-y; font-size:14px; color:#333333; font-weight:bold}
.CRT_M{background:url(images\CRT_M.gif); }
.CRT_B{width:594px; height:5px; background:url(images\CRT_B.gif) repeat-y}
.CRT_title{padding: 8px 0px 0px 10px;font:bold 14px;color:#fff;filter:progid:DXImageTransform.Microsoft.Glow(color=red,strength=2);WIDTH:70%;}
.CRT_title a:link {color:#ffffff; font-size:14px;font-weight:bold;}
.CRT_title a:hover {color:#999999;font-size:14px;font-weight:bold; text-decoration:underline}
.CRT_title a:visited {color:#f7f7f7;font-size:14px;font-weight:bold;}


/*边框左列中部*/
.LM_T{
 	width:180px;
	height:30px;
	background:url(images\LM_T.gif) repeat-y;
	font-size: 14px;
	text-align:center;
	color:3D3D3D;
	font-weight:bold;
}
.LM_T a:link {
	color:#ffffff;
	cursor: crosshair;
	text-decoration: none;
}
.LM_T a:hover {
	text-decoration: underline;
	color:#f0f0f0
}
.LM_title{font:bold 14px;color:#FFFFFF;}
.LM_title a {font:bold 14px;color:#FFFFFF; filter:progid:DXImageTransform.Microsoft.Glow(color=#009EF2,strength=2);}
.LM_title a:link {font:bold 14px;color:#FFFFFF; filter:progid:DXImageTransform.Microsoft.Glow(color=#009EF2,strength=2);}
.LM_title a:hover {font:bold 14px;color:#FFFFFF; filter:progid:DXImageTransform.Microsoft.Glow(color=#009EF2,strength=2);}
.LM_title a:visited {font:bold 14px;color:#FFFFFF; filter:progid:DXImageTransform.Microsoft.Glow(color=#009EF2,strength=2);}
.LM_M {background:url(images\Lm_M.gif);padding-left:4px;padding-right:4px;padding-top:0px;padding-bottom:0px;}
.LM_M a:link {
	color:#393737;
	cursor: hand;
	text-decoration: none;
}
.LM_M a:hover {
	text-decoration: underline;
	color:#FF0000;
}
.LM_M a:visited {color:#333333;}
.LM_B {width:180px; height:5px; background:url(images\LM_B.gif) repeat-y}
.LM_li {list-style-image: url(images/lm_li.gif);background-position: left center;BORDER-bottom: #999999 1px dotted;}


/*CM中列中部*/
.CM_T{
	width:294px;
	height:30px;
	background:url(images\CM_T.gif) repeat-y;
}

.CM_M {font-size:12px;font-family:verdana;background:url(images\CM_M.gif);text-align:left;padding-left:10px;padding-right:10px;padding-top:5px;padding-bottom:5px;}
.CM_M a:link {color:#393737;}
.CM_M a:hover {color:#393737;text-decoration:underline}
.CM_M a:visited {color:#393737}

.CM_B{width:294px; height:5px; background:url(images\CM_B.gif) repeat-y}
.CM_title {padding-left:10px;font-size:14px;color:#FFFFFF;font-weight:bold; LETTER-SPACING: 0spt; FONT-FAMILY: 宋体;}
.CM_title a:link {color:#FFFFFF; font-size:14px;font-weight:bold;LETTER-SPACING: 0pt; padding-left:10px; mso-ascii-font-family: Times New Roman}
.CM_title a:hover {color:#FFFFFF;font-size:14px;font-weight:bold; text-decoration:underline; LETTER-SPACING: 0pt; padding-left:10px mso-ascii-font-family: Times New Roman}
.CM_title a:visited {color:#FFFFFF;font-size:14px;font-weight:bold;LETTER-SPACING: 0pt; padding-left:10px; mso-ascii-font-family: Times New Roman}
.CM_li {list-style-image: url(images/cm_li.gif);background-position: left center;BORDER-bottom: #393737 1px dotted;}

/*RM右列中部*/
.RM_T {}

/*左列下部*/
.LB_T{
 	width:180px;
	height:30px;
	background:url(images\LB_T.gif) repeat-y;
	font-size: 14px;
	text-align:center;
	color:3D3D3D;
	font-weight:bold;
}
.LB_T a:link {
	color:#ffffff;
	cursor: crosshair;
	text-decoration: none;
}
.LB_T a:hover {
	text-decoration: underline;
	color:#f0f0f0
}
.LB_title{font:bold 14px;color:#FFFFFF;}
.LB_title a {font:bold 14px;color:#ffffff;filter:progid:DXImageTransform.Microsoft.Glow(color=#1282AB,strength=2);}
.LB_title a:hover {font:bold 14px;color:#ffffff;filter:progid:DXImageTransform.Microsoft.Glow(color=#1282AB,strength=2);}
.LB_title a:visited {font:bold 14px;color:#ffffff;filter:progid:DXImageTransform.Microsoft.Glow(color=#1282AB,strength=2);}
.LB_M {background:url(images\LB_M.gif);padding-left:4px;padding-right:4px;padding-top:0px;padding-bottom:0px;}
.LB_M a:link {
	color:#393737;
	cursor: hand;
	text-decoration: none;
}
.LB_M a:hover {
	text-decoration: underline;
	color:#FF0000;
}
.LB_M a:visited {color:#333333;}
.LB_B {width:180px; height:5px; background:url(images\LB_B.gif) repeat-y}
.LB_li {list-style-image: url(images/lb_li.gif);background-position: left center;BORDER-bottom: #999999 1px dotted;}

/*CB 中列下部*/
.CB_T {}
.CB_M {}
.CB_B {}
.CB_Title {}
.CB_li {BORDER-bottom: #FEDED3 1px dotted;}

/*内页左 NL*/
.NL_T{
 	width:180px;
	height:30px;
	background:url(images\NL_T.gif) repeat-y;
	font-size: 14px;
	text-align:center;
	color:3D3D3D;
	font-weight:bold;
}
.NL_T a:link {
	color:#ffffff;
	cursor: crosshair;
	text-decoration: none;
}
.NL_T a:hover {
	text-decoration: underline;
	color:#ffffff
}

.NL_T a:visited {

	color:#ffffff
}
.NL_title{font:bold 14px;color:#393737;filter:progid:DXImageTransform.Microsoft.Glow(color=#ffffff,strength=2);WIDTH:70%;}
.NL_title a {font:bold 14px;color:#393737;filter:progid:DXImageTransform.Microsoft.Glow(color=#ffffff,strength=2);}
.NL_title a:hover {font:bold 14px;color:#393737;filter:progid:DXImageTransform.Microsoft.Glow(color=#ffffff,strength=2);}
.NL_title a:visited {font:bold 14px;color:#393737;filter:progid:DXImageTransform.Microsoft.Glow(color=#ffffff,strength=2);}
.NL_M {background:url(images\NL_M.gif);padding-left:4px;padding-right:4px;padding-top:0px;padding-bottom:0px;}
.NL_M a:link {
	color:#393737;
	cursor: hand;
	text-decoration: none;
}
.NL_M a:hover {
	text-decoration: underline;
	color:#FF0000;
}
.NL_M a:visited {color:#333333;}
.NL_B {width:180px; height:5px; background:url(images\NL_B.gif) repeat-y}
.NL_li {list-style-image: url(images/NL_li.gif);background-position: left center;BORDER-bottom: #dddddd 1px dotted;}

/*内页右 NR*/
.NR_T{width:594px; height:30px; background:url(images\NR_T.gif) repeat-y; font-size:14px; color:#333333; font-weight:bold;padding-left:10px}
.NR_M{background:url(images\NR_M.gif); padding-left:10px;padding-right:10px;padding-top:5px;padding-bottom:5px;}
.NR_B{width:594px; height:5px; background:url(images\NR_B.gif) repeat-y}
.NR_title{padding: 8px 0px 0px 10px;font:bold 14px;color:#fff;filter:progid:DXImageTransform.Microsoft.Glow(color=red,strength=2);WIDTH:70%;}
.NR_title a:link {color:#ffffff; font-size:14px;font-weight:bold;}
.NR_title a:hover {color:#999999;font-size:14px;font-weight:bold; text-decoration:underline}
.NR_title a:visited {color:#f7f7f7;font-size:14px;font-weight:bold;}
.NR_li  {list-style-image: url(images/nr_li.gif);background-position: left center;BORDER-bottom: #999999 1px dotted;}


/*线路大类列表*/
.Theme-TD {
	border: 1px solid #87C97E;
	background-color: #EFF9ED;
}
.theme-content {text-align:left}
.theme-title {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: green;
	text-decoration: none;
}
.theme-title a:link{
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: green;
	text-decoration: none;
}
.theme-title a:visited{
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: green;
	text-decoration: none;
}
.theme-title a:hover{
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
.theme-title a:active{
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #3D3D3D;
	text-decoration: none;
}

/*线路幻灯标题文字*/

.sd_title {
word-break:break-all;
word-wrap:break-word;
layout-flow:vertical-ideographic;
color:#ffffff;
font-size:12px;
cursor:hand; 
font-weight:normal; 
text-align:center;TEXT-DECORATION: none}

/*酒店列表,线条直接在程序里改,样式没调好*/
.hotel-title { background:5dabc1;font-size:14px;font-weight: bold;}
.hotel-title a:link {color:#ffffff}
.hotel-title a:hover {color:#f0f0f0;TEXT-DECORATION: underline}
.hotel-title a:visited {color:#ffffff}


/*多页面边框，以下定义两页*/
.Page_T1{
 	width:594px;
	height:30px;
	background:url(images\Page_T1.gif) repeat-y;
	font-size: 14px;
	text-align:left;
	font-weight:bold;
	padding-left:24px;
}
.Page_T2{
 	width:594px;
	height:30px;
	background:url(images\Page_T2.gif) repeat-y;
	font-size: 14px;
	text-align:left;
	font-weight:bold;
	padding-left:24px;
}
.Page_M {background:url(images\Page_M.gif) repeat-y;}
.Page_B {background:url(images\Page_B.gif) repeat-y; height:5px;}

#Page_li li{ FLOAT: left;DISPLAY: block;  cursor:hand ;}
#Page_li li a {color:#FFFFFF}
#Page_li Ul {DISPLAY:inline;}
#Page_li #one { WIDTH: 110px} 
#Page_li #two { WIDTH: 110px} 


/*页脚DIV样式*/
#footer {
	width:780px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	BORDER-RIGHT: #666666 0px solid; 
	BORDER-TOP: #666666 0px solid; 
	BORDER-LEFT: #666666 0px solid; 
	BORDER-BOTTOM: #666666 0px solid; 
	Background-image: url(images/bottom.gif);
	padding-top:4px;
	padding-bottom:10px;
	line-height:180%;
	color:#4B3D35;
	font-size:12px;
	font-family: "Georgia";
}

#footer a {	color:#4B3D35;}
#footer .qtask   {color:#ffffff;font-size:12px}
#footer .qtask a {color:#ffffff;}
#footer .qtask a:hover {text-decoration:underline}
/*页尾样式结束*/


/* 文章标题 */
.arcTitle{ padding:10px 0; clear:both; border-bottom:1px dashed #b2b2b2;}
.arcTitle h3{float:left; text-align:center; width:98%; font-size:24px; padding:0 0 0 12px; }
.arcTitle .text{ clear:both;text-align:left; padding:5px 0 0 12px;}
.arcTitle .text input{ padding:2px 0 0; margin:0; width:65px;}

/* 文章广告 */
.arcSummary{ clear:both; margin:0 0 8px;  padding:12px 12px 0; font-size:12px;background:url(images/arc_bg.gif) bottom repeat-x;  line-height:160%; text-align:left;}
.text {text-align:center;}
/* 正文 */
#endMain{margin:0 auto; width:98%; clear:both; border-bottom:1px solid #b2b2b2;background:#F9FCFE;}
#endMain #endText{text-align:left; overflow:hidden;margin:12px; font-size:14px; clear:both; line-height: 160%;word-wrap:break-word; word-break:break-all;color:#333333}
#endMain #endText .endSummary{margin:12px auto 8px; clear:both;border:1px solid #ccc; background:#f7f7f7;padding:12px 8px 8px;}
#endMain #endText .endSummary ul{}
#endMain #endText .endSummary li{text-align:left; line-height:160%;  color:#FFFFFF; list-style-type:none;}
#endMain #endText .endSummary a {text-decoration: none}
#endMain #endText .endSummary hover {text-decoration: underline}
#endMain #endText h2{ font-size:14px; }
#endMain #endText p{}
#endMain #endText .icon{ margin:3px 0 0; border:0;}
#endMain #endText img{border:1px solid #000;}
#endMain #endText a{text-decoration:underline;}

/*通用文字内容*/
.content { font-family:verdana; line-height:180%;font-size:14px;}
.content12 { font-family:verdana; line-height:180%;font-size:12px;}

/*遮照*/
#mask{ 
	position:absolute; top:0; left:0;width:expression(body.clientWidth);height:expression(body.clientHeight); background:#ffffff;
	 filter:ALPHA(opacity=60); z-index:1;visibility:hidden;
	
} 

/**/
#MsgBoxDIV
{
	position:absolute; 
	left:400; 
	top:500; 
	width:385px; height:205px;
	/*filter:dropshadow(color=#666666,offx=3,offy=3,positive=2);*/
	 z-index:2; visibility:hidden;
}

#windlocation
{
	position:absolute; 
	left:expression((body.clientWidth-385)/2); 
	top:expression((body.clientHeight-205)/2); 
	width:385px; height:205px;
	filter:dropshadow(color=#ffffff,offx=3,offy=3,positive=2);
	z-index:2;
	visibility:hidden;
	/*display:none; firefox*/
	
	}
/**/

.text_gree_12{color: #365F91;font-size: 12px; font-family:"宋体"}

.text_gree_12_B{color: #365F91;font-size: 12px;font-family:"宋体";font-weight:bold;}
/*style="border-width:1px; border-color:#4F81BD;"*/
.img_1_blank{border: 1px solid #000000;}
/*景点图片*/
.div_scence_pic{
float:left; clear: both;
padding-right:10px;
text-align:center;
}
.img400x300_border{width:400px;height:300px;border: 1px solid #000000;}
.img149x112_border{
	width:149px;
	height:112px;
	border: 1px solid #000000;
}
.imgAD_GreeBorder
{
	border: 1px solid #365f91;
}
/*黑色标题加粗15*/
.line_title_SB {color:#000000; font-size:15px;LETTER-SPACING: 0pt; font-weight:bold; padding-left:6}
A.line_title_SB:link {color:#000000; font-size:15px;LETTER-SPACING: 0pt; font-weight:bold; padding-left:6}
A.line_title_SB:hover {color:#000000;font-size:15px; LETTER-SPACING: 0pt; text-decoration:underline;font-weight:bold; padding-left:6}
A.line_title_SB:visited {color:#000000;font-size:15px;LETTER-SPACING: 0pt;font-weight:bold; padding-left:6}


/*黑色标题加粗15  365F91*/
.line_title_SG {color:#000000; font-size:15px;LETTER-SPACING: 0pt; font-weight:bold; padding-left:6}
A.line_title_SG:link {color:#000000; font-size:15px;LETTER-SPACING: 0pt; font-weight:bold; padding-left:6}
A.line_title_SG:hover {color:#000000;font-size:15px; LETTER-SPACING: 0pt; text-decoration:none;font-weight:bold; padding-left:6}
A.line_title_SG:visited {color:#000000;font-size:15px;LETTER-SPACING: 0pt;text-decoration:none; font-weight:bold; padding-left:6}

.text_main
{
	font-size:14px;
	vertical-align:text-top;
	text-align:left;
	line-height:24px;
	padding-right:20px;
}

/*会员名字颜色开始*/
/*女*/
.Member_Name_0 {color: #D99594;font-size: 12px; font-weight:bold;}
.Member_Name_0  a:link {color: #D99594;font-size: 12px;  font-weight:bold;}
.Member_Name_0  a:hover {color: #D99594;font-size: 12px; font-weight:bold;}
.Member_Name_0  a:visited {color: #D99594;font-size: 12px;  font-weight:bold;}
/*男*/
.Member_Name_1 {color: #365F91;font-size: 12px; font-weight:bold;}
.Member_Name_1  a:link {color: #365F91;font-size: 12px;  font-weight:bold;}
.Member_Name_1  a:hover {color: #365F91;font-size: 12px; font-weight:bold;}
.Member_Name_1  a:visited {color: #365F91;font-size: 12px;  font-weight:bold;}
/*会员名字颜色结束*/

/*border*/
.B_U_R{
 border-right: #365F91 1px solid;
 border-top:#365F91 1px solid;
}

/*伊能静*/
.borgry {	BORDER-RIGHT: #c4c6cb 1px solid;	BORDER-TOP: #c4c6cb 1px solid;	BORDER-LEFT: #c4c6cb 1px solid;	BORDER-BOTTOM: #c4c6cb 1px solid}
 A.gry {	COLOR: #666;	TEXT-DECORATION: none} 
 
.border_link_0{width:120px;height:90px;border: 1px solid #000000;}
.border_link_1{width:88px;height:31px;border: 1px solid #000000;}