@CHARSET "UTF-8";

html,body,ul,li,p{
	font:13px/150% "微软雅黑";  
	margin:0;
	padding:0;
	list-style:none;
}
a{
	color:#ffffff;
	border:none;
	text-decoration:none;
}
a img{
	border-width:0;
}
input:focus{
	outline:none;
}
#hold{
	width:1422px; height:800px;
	position:relative;
	z-index:1;
}
#bgbox{
	left:0;top:0;
    width:1422px;height:800px;
	position:absolute;
	z-index:2;
	display:block;
}
#menubg{
	position:absolute;
	z-index:9;
	left:0;top:0;
	width:1422px;
	height:213px;
	background:url(../images/menu_bg.png) 0 0 repeat-x;
}
#conbox,#topmenu,#leftmenu,#footer{
	position:absolute;
}
#conbox{
	z-index:10;
}
#topmenu{
	z-index:11;
}
#leftmenu{
	left:0;top:0;
	width:187px;height:800px;
	background:url(../images/left-menu-bg-white.png) 0 0 repeat;
	z-index:52;
}
#footer{
	left:0;bottom:0;
	width:1422px;height:25px;
	z-index:13;
	background:url(../images/brown0.2.png) left top repeat;
	color:#fff;
	font:12px/25px "微软雅黑";
	text-align:center;
}

/* 文章正文 */
.consty,.consty p,.consty span{
	font:14px/150% "微软雅黑";
	letter-spacing:1px;
}

/* 文章上下滚动按钮 */
.turn_up,.turn_down{
	cursor:pointer;
	position: absolute;
    width: 50px;
    height:15px;
}

/*下方文章切换按钮*/
.button_bottom{
	position:absolute;
    width:500px;
    height:50px;
}
.button_bottom ul li{
	margin:4px 4px 0 0;
    padding:2px;
	width:100px;height:20px;
    font-size:14px;
    font-weight:normal;
    letter-spacing:5px;
    list-style: none;
    float:left;
}
.button_bottom ul li a,.button_buttom ul li a:visited{
	padding:0;line-height:20px;
	display:block;
    
	text-align:center;
	color:white;
    text-decoration: none;
	background: url("../images/brown.jpg") repeat;
}
.button_bottom ul a.current_item{
	background: url("../images/brown0.5.png") repeat;
}


