.left{
	position: absolute;
	background-color: #FFFFFF;
	width: 260px;
}
.right{
	float: right;
	text-align: left;
	width: 900px;
}
.title_list{
	padding: 0 15px;
}
.title_list a{
	display: block;
	line-height: 2;
	padding: 5px;
	border: 1px solid #F0F0F0;
	margin-bottom: 10px;
}
.title_list a:hover{
	color: #0155a6;
}
.title_list a.focus{
	background-color: #0155a6;
	color: #FFFFFF;
}

.ur_here{
	line-height: 32px;
	font-size: 12px;
	
	border-bottom: 1px solid #bbbbbb;
}

.title{
	background-color: #FFFFFF;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	padding: 5px 0 0 0;
}
.content{
	padding: 15px;
	line-height: 200%;
	font-size: 12px;
	background-color: #ffffff;
	margin-top: 1px;
	min-height: 300px;
}