@charset "gb2312";
/* CSS Document */

/* globle */
*{
	
margin:0}

body,tr,td
{
	font-size:12px;
}
.blank5
{
	margin-top:5px;
}


a{
	color:#333;
	text-decoration:none;
	
}
a:visited{
	color:#333;
	text-decoration:none;
	
}
a:hover{
	color:#333;
	text-decoration:underline;
	
}
a:active{
	color:#333;
	text-decoration:none;
	
}

.nav 
{
	margin-left:48px;
	margin-top:6px;
	padding-top:6px;
	*padding-top:0;
	_padding-top:0;
	
}
.nav li
{
	float:left;
	display:block;
	cursor:pointer;
 	width:67px;
 	margin:1px;
	text-align:center;
 	
}
.nav li a
{
	display:block;
	width:67px;
	height:24px;
	
	color:#FFF;
	
	
	
}
.nav  li a:visited
{
	color:#FFF;
	
	
}
.nav  li a:hover
{
	display:block;
	width:67px;
	text-decoration:underline
	cursor:pointer;
	color:#FFF;
	
	
}
.picnews
{
	width:201px;
	height:178px;
	border:1px solid #63B6F8;
	padding:1px;
}


body{
   margin:0px;
   padding:0px;
}

/*
关于通知公告等的列表外框式样（王琴090916 15：02）
*/
#container,#title,#content,#footer{
   margin:0px;
   padding:0px;
}
#left{
   margin:0px;
   padding:0px;
   background:url(../images/content_l_s.jpg) no-repeat top left;
   width:32px;
   height:165px;
}
#right{
   margin:0px;
   padding:0px;
   background:url(../images/content_r_s.jpg) no-repeat top right;
   width:46px;
   height:165px;
}
.bg1
{
    background:url(../images/title_z.jpg) repeat-x left;
	FILTER: blur(direction=100,strength=4);
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #0948AC;
	letter-spacing: 0.5em;
	padding-left: 10px;	
    width:100%;
}

.bg2{
   background:url(../images/footer_z.jpg) repeat-x left;
   width:100%;
}