/*消息列表*/
.news{
	width:100%;
	min-width:1200px;
	*width:1200px;
	margin:0px auto;
	margin-top:53px;
	*margin-top:-25px;
}
.news .tabBox_tn , .news .tabBox_n  {
	width:100%;
	text-align:left;
}
.news .tabBox_n .news_h{
	width:100%;
	height:43px;
	line-height:43px;
	border-bottom:1px solid #ddd;
}
.news .tabBox_n .tabNav_n {
	overflow: hidden;
	margin: 0px;
	padding:0px;
	width:1200px;
	list-style:none;
	text-align:left;
	margin:0px auto;
	height:43px;
	*height:46px;
}
.news .tabBox_n .tabNav_n li {
	float: left;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-right:50px;
	height:40px;
	line-height:43px;
}
.news .tabBox_n .tabNav_n li.now {
	border-bottom:3px solid #A1CB3B;
}
.news .tabBox_n .tabCont_n {
	display: none;
	width:1200px;
	margin:0px auto;
	margin-top:13px;
	background:#FFF;
}
.news .tabBox_n .tabCont_n ul{
	width:1200px;
}
.news .tabBox_n .tabCont_n ul li{
	width:1200px;
	margin-top:12px;
	border-bottom:1px solid #ddd;
	position:relative;
	height:115px;
}
.news .tabBox_n .tabCont_n ul li dl{
	width:800px;
}
.news .tabBox_n .tabCont_n ul li dl dt{
	width:94px;
	height:94px;
	/*border-radius:94px;
	*border-radius:94px;
	-moz-border-radius:94px;
	-webkit-border-radius:94px;*/
	overflow:hidden;
	float:left;
	margin:10px 15px;
	position:relative;
}
.news .tabBox_n .tabCont_n ul li dl dt .y94{
	width:94px;
	height:94px;
	position:absolute;
	left:0px;
	top:0px;
	background:url(../images/y94.png) no-repeat;
	z-index:2;
}
.news .tabBox_n .tabCont_n ul li dl dt img{
	width:94px;
	height:94px;
}
.news .tabBox_n .tabCont_n ul li dl dd{
	width:660px;
	float:left;
	font-size:14px;
	color:#33;
	line-height:170%;
}
.news .tabBox_n .tabCont_n ul li dl dd a{
	color:#6B912F;
	margin-right:20px;
}
.news .tabBox_n .tabCont_n ul li dl dd.name_n{
	margin-top:35px;
}
.news .tabBox_n .tabCont_n ul li .c_right{
	width:77px;
	height:77px;
	position:absolute;
	right:15px;
	top:15px;
	overflow:hidden;
	cursor:pointer;
}
.news .tabBox_n .tabCont_n ul li .c_right img{
	width:77px;
	height:77px;
}
.news .tabBox_n .tabCont_n ul li .c_right span{
	display:inline-block;
	*display:inline;
	zoom:1;
	width:77px;
	height:77px;
	line-height:135px;
	display:none;
}
.news .tabBox_n .tabCont_n ul li .c_right span a{
	font-size:14px;
	color:#6B912F;
	text-decoration:underline;
	margin-left:5px;
	margin-right:5px;
}
.news .tabBox_n .tabCont_n ul li .c_right:hover img{
	display:none;
}
.news .tabBox_n .tabCont_n ul li .c_right:hover span{
	display:block;
}