@charset "utf-8";
/*
author psufool
email:psufool@163.com
qq:psufool@163.com
homepage:http://www.psufool.com.cn
 */
.box *{
	margin:0;
	padding:0;
}
.box{
	width:492px;
	margin:0 auto;
	height:210px;
	overflow:hidden;
}
.box ul,li{
	list-style:none;
}
.box .tagMenu{
	width:100%;
	height:30px;
	line-height:30px;
	position:relative;
}
.box .tagMenu ul{
	position:absolute;
	left:15px;
	top:0px;
	height:30px;
	margin:1px;
}
.box ul.annMenu li{
	float:left; 
	border:none;
	line-height:30px; 
	height:30px; 
	width:110px; 
	white-space:nowrap; 
	text-overflow:ellipsis; 
	word-break:normal; 
	overflow-x:hidden;
	text-align:center; 
	/*padding:0 5px; */
	cursor:pointer; 
	background:url(../images/middle_pic2.gif) 0 0 no-repeat; 
	font-size:14px;
}
.box ul.annMenu li.current{
	/*background:url(../images/middle_pic01.gif) 0 0 no-repeat; */
	height:46px; 
	line-height:30px; 
	margin:0; 
	color:#eee; 
	font-weight:bold;
	background:url(../images/middle_pic1.gif) 0 0 repeat-x;
}
.box ul.annMenu li.more{
	width:auto;
	float:right;
	background:none;
}
.box .content {
	padding:6px; 
	border:1px solid #333; 
	height:166px;
	margin-top:-4px;
}
.box .content .layout .indexNewsList{
	margin:0;
	padding:0;
}
.box .content .layout .indexNewsAll{
	margin:0;
	padding:2px 0; 
	height:20px; 
	*+height:18px; 
	border-bottom:1px dashed #666;
}
.box .content .displayNone{
	display:none;
}
.box .content .layout .indexNewsAll .new{
	float:left;
}
.box .content .layout .indexNewsList .indexNewsTitle{
	width:320px;
	float:left; 
	margin-top:-4px; 
	white-space:nowrap; 
	text-overflow:ellipsis; 
	word-break:normal; 
	overflow-x:hidden;
}
.box .content .layout .indexNewsList .indexNewsTitle span{
	margin-right:2px; 
	/*font-size:16px;*/  
	font-weight:bold; 
	color:#eee;
}
.box .content .layout .indexNewsList .indexNewsTitle a{
	color:#eee;
}
.box .content .layout .indexNewsList .indexNewsTitle a:hover{
	color:#fff;
	text-decoration:underline;
}
.box .content .layout .indexNewsList .indexNewsTime{
	display:block;
	float:right; 
	color:#eee; 
	margin-top:-1px;
}

