﻿body{
	background-color: #f0f1f6;
}
/*------ 右侧文章列表 content ------开始*/
.content{
	/*float: right;*/
	/*width: 900px;*/
	min-height:500px;
	margin: 20px auto 30px;
	padding:30px;
	background-color: #fff;
	box-shadow: 0 0 6px rgba(0 0 0 / 14%);
}
.content .title{
	font-size: 21px;
	color: #007a41;
    margin-bottom: 5px;
    padding:0 0 12px 10px;
    border-bottom: 1px solid #007a41;
}
.search_content .title{
	color: #333;
}
.content .title span.location{
	float: right;
	font-size: 14px;
	margin-top: 8px;
}
.content .title span.location,.content .title span.location a{
	color: #898989;
	color: #aaa;
}
.content .title span.location a:hover{
	color: #007a41;
}
.content  .txt ul li,.search_content  .txt ul li{
	font-size: 17px;
	padding-left:5px;
	height: 50px;
	line-height: 50px;	
	border-bottom: 1px dashed #e5e5e5;
}
.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_square2.png) scroll no-repeat center left;
}
.content  .txt ul li:hover{
	cursor: pointer;
	background-color: #fafafa;
}
.content  .txt ul li:hover a{
	color: #007a41;
}
.search_content  .txt ul li a{
	width: 800px;
}
.content  .txt ul li a:hover{
	color: #007a41;
}
.content  .txt ul li span.date{
	margin-right: 5px;
	float: right;
	color: #999;
}

/*------ 右侧文章列表 content ------结束*/