.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.content {
	width: 100%;
	height: auto;
}

.fra {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.fyRight {
	float: right;
	padding-bottom: 30px;
	overflow: hidden;
	width: 800px;
	padding: 13px 0 0 0;
	position: relative;
}

.hrfra {
	display: block;
	width: 100%;
	font-size: 14px;
	word-break: break-all;
	min-height: 440px;
	height: auto;
	margin: 0 auto;
	padding: 20px 10px 0 25px;
	padding-left: 30px;
	line-height: 30px;
}
/*=================================*/

.news_list {
	float: left;
	padding: 0 0 0 40px;
	width: 750px;
	font-size: 14px
}

.news_list li {
	float: left;
	width: 750px;
	line-height: 42px
}

.news_list li a {
	float: left;
	width: 100%;
	height: 42px;
	line-height: 42px;
	background: url(../images/nleft.jpg) left center no-repeat;
}

.news_list li a span {
	cursor: pointer
}

.news_list li .fl {
	width: 546px;
	margin-left: 6px;
	display: inline;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 10px;
	font-size: 14px
}

.news_list li .fr {
	margin-right: 5px;
	font-size: 12px
}

.fl {
	float: left
}

.fr {
	float: right
}


/*分页开始============================================================*/
.list-page {
	padding: 20px 0;
	text-align: center;
}

.list-page a {
	margin: 0 5px;
	padding: 2px 7px;
	border: 1px solid #ccc;
	background: #f3f3f3;
}

.list-page a:hover {
	background: #e4e4e4;
	border: 1px solid #908f8f;
}

.list-page .current {
	margin: 0 5px;
	padding: 2px 7px;
	background: #f60;
	border: 1px solid #fe8101;
	color: #fff;
}

/*分页结束============================================================*/
