.news{
	padding: 4% 4% 6% 4%;
	background: #F4F4F4;
}
.active{
	background:#2C4D99;
	
}
.active a{
	color:#ffffff;
}
.left_title{
	float: left;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	width:100%;
}
.left_title li{
	float: left;
	padding: 5px;
	margin-bottom: 10px;
	margin-right:10px;
	background: #F4F4F4;
}
.left_title li a{
	display: block;
	padding: 10px 21px;
	color: #000;
	
}
.active_title{
	background: #BFD1EA !important;
}
.active_title a{
	border-left: 3px solid #2C4D99;
	color: #2C4D99 !important;
}
.content{
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
}
.content_title{
	width: 100%;
	border-bottom: 1px solid #2C4D99;
	padding:10px 0px 10px 0px;
}
.content_title span{
	color: #2C4D99;
}
.right_content{
	padding: 0px;
}
.right_content li{
	width: 100%;
	border-bottom: 1px solid #F4F4F4;
	float: none;
	padding:5px 10px 5px 0px;
	
}
.right_content li a{
	height: 35px;
	line-height: 35px;
	cursor: pointer;
	color: #333333;
	font-size:15px;
	white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
	display:inline-block;
	width:80%;
	text-decoration: none;
	color:#1a8bd0;
}
.right_content li span{
	float: right;
	height: 35px;
	line-height: 35px;
	color: #999999;
}
.page{
}
.page ul{
	width: 100%;
	text-align: right;
}
.page ul li{
	padding: 5px;
	height: 25px;
	line-height:25px;
	display: inline;
	position: relative;
	float: none;
}