@import "reset.css";
@import "global.css";

#wrapper,#header,#nav,#tag,#container,#footer,#banner{ margin:0 auto; width:948px; background:#fff; }
#wrapper{ width:960px; }
/* header */
/**************************************************************/
#header{ position:relative; height:110px; }
#header .topline{ background:#FFFFFF; height:5px; overflow:hidden; }
#header #logo{
	background:url(../images/logo.gif);
	display:block;
	height:75px;
	left:14px;
	position:absolute;
	text-indent:-9999px;
	top:24px;
	width:599px;
}
#header #adv{
	color:#f00;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	top:15px;
	position:absolute;
	right:12px;
	width:300px;
}
/* nav */
/**************************************************************/
#nav{ 
	background:url(../images/menubg.gif) no-repeat;
	height:37px;
}
#nav #navinner{ 
	background:url(../images/menubg.gif) no-repeat 100% -74px;
	height:37px;
}
#nav #navlist{
	background:url(../images/menubg.gif) repeat-x 100% -37px;
	height:37px;
	list-style:none;
	margin:0 5px;
}
#nav #navlist li{
	display:inline;
	float:left;
}
#nav #navlist li a{
	display: block;
	font-size:14px;
	padding:0 6px;
	margin:0 6px;
	line-height:37px;
}
#nav #navlist li a:hover{
	background:#DA1F18;
	color:#fff;
}
#nav #navlist li.active a{
	background:#DA1F18;
	color:#fff;
}
/* tag banner*/
/**************************************************************/
#tag{
	background:#EAE8E8;
	line-height:22px;
	text-indent:1em;
	margin:3px auto;
}
#banner{
	margin:3px auto;
}
/* sidebar main */
/**************************************************************/
#sidebar{
	float:left;
	width:198px;
	margin-right:8px;
}
#main{
	float:right;
	width:742px;
}
.bar{
	background:url(../images/bartitlebg.gif) no-repeat top;
	margin-bottom:5px;
}
/* 下面这个是我新弄的 */
/**************************************************************/
.bar01{
	background:url(../images/bartitlebg-01.gif) no-repeat top;
	margin-bottom:5px;
}
.barinner{
	background:url(../images/barbtmbg.gif) no-repeat bottom;
	padding-bottom:5px;
}
.barinner h3{ 
	font-weight:bold;
	height:29px; 
	line-height:29px;
	letter-spacing:3px;
	text-indent:1em; 
}
.barbox{
	border:1px solid #efefef;
	border-width:0 1px;
	line-height:22px;
	padding:6px 6px 1px 6px;
	width:184px;
}
.mainbox{
	border:1px solid #B0B0B0;
	margin-bottom:5px;
}
.mainbox .mainboxtitle{
	background:url(../images/maintitlebg.gif);
	height:27px;
	padding:3px 0 0 5px;
}
.mainbox .mainboxtitle h3{
	background:#DA1F18;
	color:#FFF;
	display:inline;
	font-size:14px;
	letter-spacing:4px;
	line-height:22px;
	padding:3px 15px;
	text-align:center;
}
.mainbox .mainconent{
	background:#FFFDF6;
	line-height:22px;
	padding-bottom:5px;
}
.mainbox .mainconent table{border:0px; border-collapse:collapse;} 
.mainbox .mainconent table td{border-top:1px #666 solid;border-right:1px #666 solid;} 
.mainbox .mainconent table{border-bottom:1px #666 solid;border-left:1px #666 solid;}

.listbox{
	background:#fff;
	border:1px solid #CCCCCC;
	display:inline;
	float:left;
	width:230px;
	margin:5px 7px 0 7px;
}
.listbox .listboxtitle{
	background:url(../images/listboxtitlebg.gif);
	font-weight:bold;
	height:29px;
	line-height:29px;
	padding:0 5px;
}
.listbox .listboxtitle .more{
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.listbox .listboxtitle .title{
	background:url(../images/arrow.gif) no-repeat left;
	display:inline-block;
	padding-left:15px;
}
ul.list{ line-height:24px; margin-left:8px; }
ul.list li{
	background:url(../images/arrow1.gif) no-repeat left;
	padding-left:10px;
}
.about{ padding:10px; }
.scroll{ height:228px; overflow:hidden; }
#path{ line-height:25px; }
/* footer */
/**************************************************************/
#footer{
	background:#efefef;
	border-top:1px solid #999;
	line-height:23px;
	margin-top:5px;
	padding:5px 0;
	text-align:center;
}


.jycderthj { 
             background-color:white;
             visibility:hidden;
             display:none;
             position:absolute;
             left:0px;top:0px; 
}
