.main {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}

.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;
	/*height: 800px;*/
	/* display: inline-flex;*/
	
}



.news_left {
	width: 280px;
	height: 600px;
	border-right:1px solid #eeeeee ;
	float: left;
	
}
.news_left ul li a {
	display: block;
	text-decoration: none;
	color:#0B66AA;
	padding-left: 10px;
	margin-bottom: 10px;
}
.news_left ul li {
	font-size: 15px;
	margin-top: 10px;
	cursor: pointer;
	line-height: 40px;
	list-style: none;
}
.news_left ul li:hover {
	width: 280px;
	height: 40px;
	background-image: url(../img/active1.png);
	background-size:100% 100% ;
	}
	
.con-sel {
	background-image: url(../img/active1.png);
	background-size:100% 100% ;
	color:#0B66AA;
}
	

.news_left h4 {
	background-image: url(../img/aside.png);
	line-height: 48px;
    height: 48px;
    padding: 1px 12px;
    font-size: 19px;
    color: #0b66aa;
    letter-spacing: 2px;
}




.news_right {
	float: left;
	margin-left: 30px;
}
.top_news {
	width: 890px;
	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: 890px;
	height: 60px;
	margin-top: 10px;
	
}
