﻿/*------ 右侧文章列表 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: #004ea2;
	/*color: #333;*/
    margin-bottom: 20px;
    margin-bottom: 5px;
    padding:0 0 12px 10px;
    border-bottom: 1px solid #004ea2;
}
.search_content .title{
	color: #333;
	line-height: 32px;
}
.mainRight .title span.location{
	float: right;
	font-size: 14px;
	margin-top: 8px;
}
.mainRight .title span.location,.mainRight .title span.location a{
	color: #898989;
	/*color: #aaa;*/
}
.mainRight .title span.location a:hover{
	color: #004ea2;
}
.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: #004ea2;
}
.search_content  .txt ul li a{
	width: 800px;
}
.mainRight  .txt ul li a:hover,.search_content  .txt ul li a:hover{
	color: #004ea2;
}
.mainRight  .txt ul li span.date,.search_content  .txt ul li span.date{
	margin-right: 5px;
	float: right;
	color: #999;
}

/*------ 右侧文章列表 mainRight ------结束*/

/*------ 投诉举报 complaints ------开始*/
.complaints{
    margin: 30px auto 0;
    padding: 30px 70px;
	background-color: #fff;
}
.complaints .title{
	font-size: 22px;
	color: #0055a1;
    margin-bottom: 20px;
    padding:0 0 12px 6px;
    border-bottom: 1px solid #ddd;
    /*border-bottom: 1px solid #0055a1;*/
}
.complaints .ct{
	min-height: 400px;
}
.complaints .ct .txt{
	margin-bottom: 20px;
}
.complaints .ct .txt p{
	color: #333;
	font-size: 16px;
	line-height: 32px;
}
.complaints .ct .button_zx a{
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    /*background-color: #409eff;*/
    background-color: #5cb85c;
    color: #fff;
    border-radius: 4px;
    margin:14px 0 15px;
}
.complaints .ct .button_zx a:hover{
    /*background-color: #5ca4f1;*/
    background-color: #4cae4c;
}
.complaints .button_zx .tips {
    font-size: 12px;
    color: #990066;
    margin-left: 12px;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 5px;
    background-color: #fdf3fa;
    letter-spacing: 1px;
}
.complaints .ct .question{
	padding:20px 10px;
	border-bottom: 1px solid #e5e5e5;
}
.complaints .ct .question .q{
	font-size: 16px;
	letter-spacing: 1px;
	color: #4378ba;
	color: #004ea2;
	margin-bottom: 6px;
	line-height: 26px;
	font-weight: normal;
}
.complaints .ct .question .time,.complaints .ct .question .from{
	font-size: 14px;
	color: #aaa;
}
.complaints .ct .question .from{
	margin-left:20px;
}
.complaints .ct .question .a{
	margin-top: 10px;
	color: #7d7d7d;
	color: #666;
	line-height: 26px;
}
.complaints .ct .question .a span.reply{
	color: #db6829;
	color: #a68b4f;
}
/*------ 投诉举报 complaints ------结束*/








