/* ----- 页面样式定义 -----

页面样式定义

Design By Wuzi,wuzi@sooyie.com
Sooyie Co,Ltd.
*/
/*--列表List--*/

.news li{background: #FFF url(../Image/dot.gif) repeat-x bottom;}
.news li a,#links li a{
	/*-background: #FFF url(../Image/dot.gif) repeat-x bottom;*/
	background: url(../Image/arrow_l2.gif) no-repeat 0 50%;
	padding: 5px 6px 4px 20px;
	color: #144E56;
	line-height: 150%;
	width: 90%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}

.news li a:hover,#links li a:hover{
	background:  url(../Image/arrow_l2_over.gif) no-repeat 0 50%;
	color: #f90;
	text-decoration:none;
}

.news li span,.Page li span{
	font-size: 0.9em;
	color: #999;
	float: right;
	text-align: right;
	padding-top: 4px;
	padding-right: 5px;
}

span.more a,span.more_title a{width: 46px;height: 20px;float: right;padding-bottom:5px;background: url(../Image/more.gif) no-repeat center bottom;}
span.more a:hover,span.more_title a:hover{background: url(../Image/more1.gif) no-repeat center bottom;}

span.more_title a{margin-top: -21px;margin-right: 3px;}

#turnpage {
	margin: 20px 0px 10px 0px;
	background: #F7F7F7 ;
	border: 0px solid #fff;
	text-align:center;
	height: 30px;
	line-height:30px;
}
#turnpage input{
	margin:5px 0 0 0;
	width: 2em;
}
#turnpage input.button{
	width: 4em;
	padding-top:2px;
}

/*--下拉菜单--*/

.down_menu {
z-index:1000;
font-size:80%;
height:180px;
margin-top: 5px;
margin-left: 3px;
}

/* remove all the bullets, borders and padding from the default list styling */
.down_menu ul {
padding:0;
margin:0;
list-style-type:none;
width:175px;
position:relative;
border:0px solid #fff;
border-width:0px 0px 0 1px;
background:#fff;
}

.down_menu li {
background:transparent;
height:26px;
background-image: url(../images/arrow_sub.gif);
background-repeat: no-repeat;
background-position: 3% 50%;
border-bottom: 1px dashed #99cc33;

}
* html .down_menu li {margin-left:-16px; margin-lef\t:0;}
/* get rid of the table */
.down_menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* style the links */
.down_menu a, .down_menu a:visited {
display:block; 

height:25px;
line-height:25px;
width:175px;
color:#000;
text-indent:5px;
border-bottom:0px solid #888;
background:transparent;
}
/* style the link hover */
* html .down_menu a:hover {color:#000; background:#ffffff;}

.down_menu :hover > a {
color:#fff; 
background:#999;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.down_menu ul ul {
visibility:hidden;
position:absolute;
top:-1px;
left:100px;
}
/* make the second level visible when hover on first level list OR link */
.down_menu ul li:hover ul,
.down_menu ul a:hover ul {
visibility:visible;
background:#fff;
}
/* keep the third level hidden when you hover on first level list OR link */
.down_menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.down_menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.down_menu ul :hover ul :hover ul{ 
visibility:visible;
background:#ded;
}
/* make the fourth level visible when you hover over third level list OR link */
.down_menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
background:#edd;
}
.down_menu ul.top2 {top:25px;}
.down_menu ul.top3 {top:51px;}
.down_menu ul.top4 {top:77px;}
.down_menu ul.top5 {top:103px;}
.down_menu ul.top6 {top:129px;}
.down_menu ul.top7 {top:155px;}
