.newsDiv{
	width: 700px;
	float: left;
	margin-left: 20px;
}
.newsDiv_c{
	width: 660px;
	margin: 0 auto;
	margin-top: 20px;
}
.newsDiv_c li{
	width: 100%;
	height: 30px;
	background-image: url(../images/line1.gif);
	padding-right: 170px;
	position: relative;
	font-size: 13px;
	line-height: 26px;
}
.newsDiv_c li a{
	display: block;
	width:100%;
	height: 100%;
	position: relative;
	padding-left: 13px;
	font-size: 13px;
	line-height: 26px;
	color: #000000;
	overflow: hidden;
}
.newsDiv_c li a:hover{
	color: #0084CB;
	text-decoration: underline;
}
.newsDiv_c li a::before{
	display: block;
	content: " ";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	left: 1px;
	top: 13px;
	background-color: #0085C9;
}
.newsDiv_c li .type{
	display: block;
	width: 75px;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 489px;
	color: #0084cb;
}
.newsDiv_c li .newsTime{
	display: block;
	width: 95px;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	color: #0084cb;
}