#content{
	background-color: #f8f8f6;
}
/*------ 右侧文章列表 mainRight ------开始*/
#mainRight{
	float: right;
	width: 900px;
	min-height:500px;
	margin: 30px 0;
	padding:30px;
	background-color: #fff;
}
#mainRight .title{
	font-size: 22px;
	color: #3070B7;
    margin-bottom: 20px;
    padding:0 0 12px 10px;
    /*border-bottom: 2px solid #ececec;*/
    border-bottom: 1px solid #3070B7;
}
#mainRight .title span{
	float: right;
	font-size: 13px;
	color: #898989;
	margin-top: 8px;
}
#mainRight .title span a{
	color: #898989;
}
#mainRight .title span a:hover{
	color: #3070B7;
}
#mainRight  .txt ul li{
	font-size: 18px;
	padding-left:10px;	
}
#mainRight  .txt ul li a{
	display: inline-block;
	width: 600px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 20px;
	color: #666;
	line-height: 40px;
	text-decoration: none;
	background: url(../images/list.png) scroll no-repeat center left;
}
#mainRight  .txt ul li a:hover{
	color: #3070B7;
}
#mainRight  .txt ul li span.date{
	margin-right: 5px;
	float: right;
	color: #999;
}
#mainRight  #turn{
	margin-top: 40px;
	text-align: center;
	font-size: 14px;
	color:#5a5a5a;
}
#mainRight  #turn a{
	color:#5a5a5a; 
	text-decoration: none;
}
#mainRight  #turn a:hover{
	text-decoration: underline;
	/*color: #0093dd;*/
}
#mainRight  #turn input{
	margin: 0;
	padding: 0;
	width: 28px;
	height:14px;
}
/*------ 右侧文章列表 mainRight ------结束*/