@charset "gb2312";
/* CSS Document */
 body
{
	behavior: url(hover.htc); /*可在IE6,7中对非<a>元素使用hover等伪类*/
	width:978px; 
	margin:0px auto;
}

a {
	color:#000000;
	text-decoration: none;
	filter: DropShadow(Color=#FFFFFF, OffX=2, OffY=2, Positive=3);
}

#blue a {
	color:#117CCC;
}

a:hover {
	color:#FF0000;
	text-decoration: underline;
}

#query {
	position:relative;
	top:2px;
	left:636px;
	width: 420px;
}

.menu {
	width:940px;
	padding-left:40px;
	margin:-36px auto auto auto;
	z-index:100;
}
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
.menu ul li {
	position:relative;
	float:left; 
	padding-right:7px;
	padding-left:7px;
}
.menu ul li a, .menu ul li a:visited {
width:76px; 
}
.menu ul li ul {
	z-index:101;
display: none;
border-bottom:#0066CC solid 1px;
border-left:#0066CC solid 1px;
border-right:#0066CC solid 1px;
}
.menu ul li ul li {
padding-right:0px;
text-align:center;
}
.menu ul li:hover ul {
display: block;  
position:absolute; 
top:30px; 
left:-20px;
width:120px;
background:#d1e1ee; 
}
.menu ul li:hover ul li a {
line-height:16px;
padding:5px 0px;
display:block; 
background:#d1e1ee; 
color:#000;
font-size:12px;
width:100px;
white-space:nowrap;
margin: auto;
}
.menu ul li:hover ul li a:hover {
background:#8CBCEC; 
color:#000;
}
.Content {
font-size:14px;
}
.Subject {
	font-size:18px;
	font-family:黑体;
	color:#000;
}
.infoDate {
	white-space:nowrap;
	padding-left:10px;
}
.infoItem {
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	width:350px;
}
.infoItem2 {
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	width:350px;
}
.infoItem44 {
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	width:270px;
	text-align:left;
}
.infoItem55 {
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	width:220px;
	text-align:left;
}
.infoItem7 {
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	width:240px;
}

.clear {clear:both; *display:inline;/*IE only*/}
