.container{
	padding: 10px;
}
.content{
	border: 1px solid #C1D6EB;
}
.list{
	padding: 20px;
}
.list li{
	line-height: 32px;
}
.list li p{
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
}
.newsText{
	width: 733px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding-right: 40px;
}
.newsText a{
	font-size: 14px;
}
.newsText a:hover{
	color: #005eb5;
}
.newsType{
	width: 84px;
	text-align: center;
}
.newsDate{
	width: 99px;
	text-align: center;
}