.main {
	width: 1200px;
	margin: 0 auto;
}

.list-news {
	width: 1200px;
	
}
.tip_name {
	width: 1200px;
	height: 98px;
	border-bottom: 1px solid #CCC;
}
.tip_name h3 {
	color: #0B66AA;

}
.tip_name span {
	padding-top: 15px;
}

.tip_name span a {
	color: #9e9e9e;
	font-size: 15px;
	padding-left: 10px;
	text-decoration: none;
}

.tip_news {
	width: 1200px;
}

.top_news {
	width: 1200px;
	border-bottom: 1px solid #CCC;
}
.top_news:hover {
	background-color: whitesmoke;
}
.news {
	padding-top: 10px;
}
.news a {
	font-size: 20px;
	color: #666;
	text-decoration: none;
}
.page {
	width: 1200px;
	height: 60px;
	margin-top: 10px;
	
}
