.newsList1
{
	background: #f3f3f3;
	border-top: #cccccc 8px solid;
	margin: 0 0 8px 0;
	font-size: 80%;
	letter-spacing: 1px;

}


.newsList1 .titleBox
{
	line-height: 35px;
	border-top: #ffffff 1px solid;
	border-bottom: #e0e0e0 1px solid;
	padding-left: 12px;
	color: #0090FF;
	font-weight:bold;
	font-size:13px;
}

.newsList1 div.content
{
	border-top: #ffffff 1px solid;
	border-bottom: #e0e0e0 1px solid;
	padding: 5px
}

.newsList1 div.content:hover
{
	color: #666666;
	display: block;
	background: #e0e0e0;
}
.newsList1 .content .pic
{
	float:left; 
	margin:5px; 
	width:250px;
	height:160px;
}

.newsList1 .content .pic img
{
	padding:5px; 
	border:solid 1px #ccc;
	background-color:#fff;
	
}

.newsList1 .content .subject
{
	float:left;
	width:362px;
	margin: 5px 0 0 10px;
	height: 45px;
}

.newsList1 .content .subject span
{
	color: #EE7A34;
	font-size: 11px;
	white-space:nowrap;
}

.newsList1 .content .subject a
{
	color: #2f7cb7;
	font-size: 13px;
	margin: 1px 0 0 0;
	line-height: 20px;
	padding-left: 2px;
}
.newsList1 .content .abstract
{
	width:352px;
	color: #666;
	font-size: 12px;
	margin-left:10px;
	float:left;
	padding:1px;
	line-height:16px;
	word-wrap: break-word;
	word-break: break-all;	
}
.newsList1 div.content p
{
	color: #666;
	font-size: 11px;
	width: 550px;
	margin: 0 0 5px 30px;
	line-height: 16px;
}
