/* CSS Document */
#main {width:986px; overflow-x:hidden}

td{font:12px;color:#333;line-height:160%}


body{WIDTH: 100%; margin:0;FONT-FAMILY: verdana, arial, sans-serif;
     background-color:#ffffff;
      SCROLLBAR-FACE-COLOR: #ffffff; 
	  SCROLLBAR-HIGHLIGHT-COLOR: #B1B0B0; 
	  SCROLLBAR-SHADOW-COLOR: #B1B0B0;
	  SCROLLBAR-3DLIGHT-COLOR: #fff; 
	  SCROLLBAR-ARROW-COLOR: #B1B0B0; 
	  SCROLLBAR-TRACK-COLOR: #ffffff; 
	  SCROLLBAR-DARKSHADOW-COLOR: #ffffff; 
	  }

A:link{text-decoration: none}
A:visited{text-decoration: none}
A:hover {text-decoration: none}


p{text-indent:24px;line-height:150%;margin:0,0,4px,0;color:#B3C4BA}

.top td{color:#6B6B6B;}
.top a{color:#ff0000}

.top input{border:1px solid #6B6B6B; height:16px; color:#6B6B6B}

.nav a{font-size:14px; font-weight:bold; color:#fff;}
.nav td{text-align:center}

.language a{color:#6B6B6B;}

.load{color:#136DB3; font-weight:bold}


.left_title{background:url(images/left_13.gif) no-repeat; height:30; padding:0 10}
.left_title li,.left_title a{color:#fff; font-size:14px; font-weight:bold;}

.left_leader a{color:#000;}
.left_leader li{color:#000; font-weight:bold; font-size:10px; list-style:url(images/black_ico.gif) inside; margin:0,0,0,-50; line-height:160%; white-space:nowrap}
/*.left_leader ul{margin:0,0,0,35}*/

.left_list li{background:url(images/left_23.gif) repeat-x bottom; list-style:url(images/left_19.gif); margin:0,0,0,-15; /*white-space:nowrap;text-overflow:ellipsis; width:90%;overflow: hidden;*/}
.left_list a{color:#333; line-height:180%}

.middle_list a{color:#FF0000}

.load_ico{font-size:20px; color:#000; padding:10 0}

.right_title li{font-size:14px; font-weight:bold;color:#EB7C4B; padding:5}

.title_1{color:#1672B8; font-size:16px; font-weight:bold; padding:4}
.ti_co1 li a{color:#1672B8}

.title_2{color:#C81207; font-size:20px; padding:10 0}
.ti_co li a{color:#C81207}

.title_3{color:#087502; font-size:16px; font-weight:bold; padding:4}
.ti_co2 li a{color:#087502}

.title_4{color:#AC449A; font-size:16px; font-weight:bold; padding:4}
.ti_co2 li a{color:#AC449A}


.content {padding:5 5 0;}
.content a{color:#333; margin:0 20}

.more{text-align:right; width:250px; margin:-20,0,0,0}
.more a{color:
#663333; padding:0 10}

.foot{text-align:center;}
.foot select{background-color:#C6E7FF; width:70%; text-align:center;}

.link a{color:#333}

.mainbg{background:url(images/mainbg.gif) no-repeat bottom left}

/*list页面样式*/

.listname{font-size:20px; font-weight:bold; color:#1A76BD;
           padding:4 10;
		   text-transform:uppercase;
          filter:
        Dropshadow(offx=3,offy=0,color=white)
        Dropshadow(offx=0,offy=3,color=white)
        Dropshadow(offx=0,offy=-3,color=white)
        Dropshadow(offx=-3,offy=0,color=white);
}

.position a{color:#686868}


.list li{list-style:url(images/En_list_13.gif) disc; line-height:200%; color:#333333; font-size:14px;}

.list li a{color:#666666}
.list li a:hover{color:#0099CC;}

.scenic{padding:0,0,0,19}

.scenic_left{color:#fff; padding:4 15}

.show_title{font-size:24px; color:#1A76BD; text-align:center; padding:0 10}
.show{color:#333; font-size:14px; padding:0 20}
.show p{color:#333; margin:30,0,0,0}

.linkTagClass{
position:relative; /*这个是关键*/
z-index:2;
}
.linkTagClass:hover{
z-index:3;
background:none; /*没有这个在IE中不可用*/
}
.linkTagClass span{
display: none;
}
.linkTagClass:hover span{ /*span 标签仅在 :hover 状态时显示*/
display:block;
position:absolute;
top:15px;
left:20px;
width:auto;
border:1px solid black;
background-color:#FCFCE7;
color:black;
padding:2px;
}
