body{
	background-color: #f0f1f6;
}
/*------ 右侧文章列表 mainRight ------开始*/
.mainRight{
	float: right;
	width: 900px;
	min-height:500px;
	margin: 30px 0 0;
	padding:30px;
	background-color: #fff;
}
.search_content{
	min-height:500px;
	margin: 30px 0 0;
	padding:30px 50px;
	background-color: #fff;
}
.mainRight .title,.search_content .title{
	font-size: 21px;
	color: #218fd4;
	/*color: #333;*/
    margin-bottom: 20px;
    margin-bottom: 5px;
    padding:0 0 12px 10px;
    border-bottom: 1px solid #1c95ee;
}
.search_content .title{
	color: #333;
        line-height: 32px;
}
.mainRight .title span{
	float: right;
	font-size: 14px;
	margin-top: 8px;
}
.mainRight .title span,.mainRight .title span a{
	color: #898989;
	color: #aaa;
}
.mainRight .title span a:hover{
	color: #218fd4;
}
.mainRight  .txt ul li,.search_content  .txt ul li,.mainRight  .donation_thanks ul li{
	font-size: 17px;
	padding-left:5px;
	height: 50px;
	line-height: 50px;	
	border-bottom: 1px dashed #e5e5e5;
}
/*.mainRight  .txt ul li:hover,.search_content  .txt ul li:hover{
	cursor: pointer;
	background-color: #f6f6f6;
}
.mainRight  .txt ul li:hover a,.search_content  .txt ul li:hover a{
	color: #458fce;
}*/
.mainRight  .txt ul li a,.search_content  .txt ul li a{
	display: inline-block;
	width: 600px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 25px;
	color: #666;
	line-height: 50px;
	text-decoration: none;
	background: url(../images/icon_dot.png) scroll no-repeat center left;
	background: url(../images/icon_square.png) scroll no-repeat center left;
}
.mainRight  .txt ul li:hover,.search_content  .txt ul li:hover{
	cursor: pointer;
	background-color: #fafafa;
}
.mainRight  .txt ul li:hover a,.search_content  .txt ul li:hover a{
	color: #218fd4;
}
.search_content  .txt ul li a{
	width: 800px;
}
.mainRight  .txt ul li a:hover,.search_content  .txt ul li a:hover{
	color: #218fd4;
}
.mainRight  .txt ul li span.date,.search_content  .txt ul li span.date{
	margin-right: 5px;
	float: right;
	color: #999;
}

/*---捐赠鸣谢页---[开始]*/
.mainRight  .donation_thanks ul li span.amount{
	margin-right: 5px;
	float: right;
	color: #e99a16;
}
.mainRight  .donation_thanks .th{
	/*width: 840px;*/
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #0868ae;
	background-color: #e1eef7;
	margin-top: 30px;
}
.mainRight  .donation_thanks .th .fl{
	width: 600px;
	text-align: center;
}
.mainRight  .donation_thanks .th .fr{
	width: 240px;
	text-align: center;
	border-left:1px solid #fff;
	border-left: 1px solid #f4f9fc;
}
.mainRight  .donation_thanks .donation_thanks_list{
	padding:5px 25px 10px 25px;
	background-color: #f8fbfd;
}
.mainRight  .donation_thanks .donation_thanks_list ul li .donors{
	display: inline-block;
	width: 540px;
	overflow: hidden;
	line-height:50px;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left:22px;
	color: #666;
	background: url(../images/icon_square.png) no-repeat center left; 
}
/*---捐赠鸣谢页---[结束]*/

/*------ 右侧文章列表 mainRight ------结束*/