@charset "utf-8";
/* CSS Document */

.newslist{
	/*width:960px;*/
	/*padding:4px 0 4px 0 ;*/
	margin: 0px auto;
	/*background-color:#000;*/
	overflow:hidden;
	/*border:1px solid #43AFDF;*/
}


.newtop{
	color:#fff;
	/*background-color:#43AFDF;*/
	text-align:center;
	font-size:18px;
	padding:5px 0 5px 0;
	font-weight:bold;
	width:140px;
	float:left;
	border-right:1px solid #fff;

}
.single
{
	width:740px;
	padding:0px 0 0 0 ;
	/*background-color:#f00;*/
	position:relative;
	float:left;
	/*border-bottom:dotted 3px #999;*/
	margin:0 0 0 0px;
	
}

.pic
{
	width:100px;
	height:100px;
	margin:0 auto;
	position:relative;
	background-color:#CCF;
	float:left
}

.dates
{
	font-size:14px;
	margin:0 20px 0 0; 
}

.topic
{
	font-size:14px
}

.abgne-news-scroll
{
	margin:0;
	/*width:800px;
	/*background:rgba(255, 255, 255, 1);*/
	float:left;
	position:relative;
	height:190px;
}

.abgne-news-scroll ul
{
	position:relative;
	padding:0px; 
	margin:0
}

.abgne-news-scroll li
{
	/*background:url(arr.jpg) no-repeat 5px 10px;*/
	height:28px;
	padding:0 0 0px;
	margin:0px 0 4px 0;
	/*background-color:#666;*/
	list-style:none;
	border-bottom: 1px dashed #ccc;

}

.abgne-news-scroll li a
{
	color:#17243d;
	/*font-size:18px;*/
	text-decoration: none;
}

.abgne-news-scroll li a:hover
{
	color:#1AA9EB;
	/*font-size:18px;*/
	text-decoration: none;
}