.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;
	
	
}



.news_left {
	width: 220px;
	float: left;
    height: 600px;
   
    float: left;
    padding-top: 10px;
	
}

.glyphicon-chevron-down {
	line-height: 35px;
	padding-right: 15px;
}
.panel-body {
	padding: 0;
	margin: 0;
}

.panel-body ul li a {
	text-decoration: none;
	color:#0B66AA;
	font-size: 15px;
}

.panel-body ul li {
	padding-left: 15px;
	margin-top: 10px;
	cursor: pointer;
	line-height: 30px;
	list-style: none;
}

.panel-body ul li:hover {
	background-color: whitesmoke;	
	
}
















.news_right {
	float: left;
	margin-left: 30px;
}
.top_news {
	width: 940px;
	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: 940px;
	height: 60px;
	margin-top: 10px;
	
}


.panel-group .panel {
    margin-bottom: 10px;
    border-radius: 0px;
}
.panel-default {
    border-color: #fff;
}
.panel {
    background-color: #fff;
    border-radius: 0px;
}
.panel-heading {
     border-top-left-radius: 0px; 
     border-top-right-radius: 0px; 
}
.panel-body ul li a {
    color: #000000;
}

.panel-body ul li:hover {
    background-color: #d0e2f1;
	
}