/* 新闻列表和内容页样式 */

 .detail {float: right;	width: 910px;}
 /*新闻详情*/
.detail img{
	/*width: 100%;
	height: 100%;*/
	
}
.detail .content .content-top{
	padding: 30px;
	background: #f8f8f8;
	margin-bottom: 20px;
}
.detail .content .content-top p{
	color: #8c8c8c;
	line-height: 2em;
}
.detail .content .content-top .fs-title{
	font-size: 22px;
	color: #333;
	
}
.detail .content .content-cent p{
	text-indent: 2em;
	color: #666;
}
.detail p{
	text-indent: 2em;
	line-height: 2em;
	margin-top: 20px;
	text-align: justify;
	text-justify: inter-word;
}
 
 
 .seo-list-container {
	float: left;
	overflow: hidden;
	width: 100%;
}

.seo-list-container {
	padding: 0px;
}

.seo-list-container .top {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid rgb(243, 244, 248);
}
.seo-list-container .top:hover{
	background: #f3f3f3;
}
.seo-list-container .top ul {
	width: 1200px;
	margin: 0px auto;
}

.seo-list-container .top ul li {
	float: left;
	width: 910px;
	box-sizing: border-box;
}

.seo-list-container .top ul li .left {
	float: left;
	width: 285px;
	height: 190px;
}

.seo-list-container .top ul li .right {
	float: left;
	text-align: left;
	width: 595px;
	height: 190px;
	padding: 0px 0px 0px 30px;
}

.seo-list-container .top ul li:last-child {
	margin-right: 0px;
}

.seo-list-container .top ul li h5 {
	float: left;
	width: 100%;
	line-height: 40px;
	height: 40px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.seo-list-container .top ul li h5 a {
	font-size: 18px;
	color: #444;
}

.seo-list-container .top ul li span {
	/*float: left;*/
	width: 100%;
	font-size: 14px;
	color: rgba(25, 25, 25, 0.51);
	margin-bottom: 10px;
	background: url(/public/static/index_files/list_news_time.png) no-repeat;
	padding-left: 40px;
}

.seo-list-container .top ul li p {
	float: left;
	width: 100%;
	font-size: 14px;
	color: rgb(129, 130, 131);
	line-height: 30px;
	height: 86px;
	overflow: hidden;
	text-indent: 2em;
	margin-bottom: 20px;
}

.seo-list-container .top ul li a {
	color: #000;
	font-size: 14px;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}

.pagination{text-align:center;margin-top:20px;margin-bottom: 20px;}
.pagination li{margin:0px 10px; border:1px solid #e6e6e6;padding: 3px 8px;display: inline-block;color:#aaa;}
.pagination .active{background-color: #dd1a20;color: #fff;}
.pagination li a{color:#aaa;}
		