.news_style{
display:none;
}
.news_show
{
	background-color: white;
	color:#666;
	width:400px;
	height:150px;
	overflow: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.news_border
{
background-color: white;
width:400px;
height:150px;
font: normal 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
border: 1px solid #CCC;
padding: 5px 5px 5px 5px;
overflow: auto;	

}
.news_mark{
background-color:white ;
font: normal 75% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
border: 0px solid #CCC;
width:381px;
height:35px;
color:black;
text-align:center;
}
.news_title{
font: bold 120% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
border: 0px solid #CCC;
padding: 5px 0px 9px 5px;
color:black;
}
.news_show img{
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #CCC;
}
.buttondiv
{
position: absolute;
/*float: left;*/
/*top: 169px;*/
padding: 5px 5px 5px 5px;
background-color:white ;
border: 1px solid #CCC;
/*border-top-color: white;*/
border-top:none;
height:20px;
}
.news_show a{
	color: #666;
	text-decoration: none;
}
.news_show a:visited{
	color: #666;
	text-decoration: none;
}

.news_show a:hover{
	color: #333;
	text-decoration: none;
}
