﻿.news_outer{
	width:1026px;	
}
.news_list{
	width:488px;
	height:180px;
	float:left;
	_display:inline;
	margin:25px 25px 0 0;	
	position:relative;
	cursor:pointer;
	border-bottom:1px solid #017cc0;
}
.news_list .nl_top{
	height:95px;
	padding:10px;
	background:#f4f4f4;	
}
.news_list .nl_top .pic{
	display:inline-block;
	width:131px;
	height:90px;	
	overflow:hidden;
	padding:1px;
	border:1px solid #e5e5e5;
	background:#fff;
	float:left;
}

.news_list .nl_top .pic img{
	width:131px;
	height:90px;	
}

.news_list .nl_top dl{
	width:308px;
	padding-left:24px;	
	height:95px;
	float:left;
	background:url("../images/in_news_text.png") no-repeat 7px 5px;
}
.news_list .nl_top dt a{
	font-size:14px;
	color:#292929;
	display:inline-block;
	width:300px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;	
}
.news_list .nl_top dt a:hover{
	color:#017cc0;	
}
.news_list .nl_top dd{
	margin-top:18px;
	color:#535353;	
}
.news_list .nl_top .time{
	color:#999;	
}
.news_list .nl_center{
	height:15px;
	background:url("../images/nl_center.png") no-repeat 63px top;	
}
.news_list .nl_bottom{
	height:40px;
	background:#f4f4f4;	
	line-height:20px;
	padding:5px;
	color:#7f7f7f;
}
.news_list_hover .nl_top{
	background:#017cc0;	
}
.news_list_hover .nl_top dt a,.news_list_hover .nl_top dt a:hover,.news_list_hover .nl_top .time,.news_list_hover .nl_top a{
	color:#fff;	
}
.news_list_hover .nl_center{
	background-image:url("../images/nl_center2.png"); 	
}
.news_list_hover .nl_bottom{
	background:#017cc0;	
	color:#fff;
}

.article{
	min-height:700px;
	_height:700px;
	padding-bottom:20px;	
}
.article_head{
	height:85px;
	padding-top:15px;
	border-bottom:1px solid #e3e3e3;		
	text-align:center;
	margin-bottom:40px;
}
.article_head h2{
	font-size:24px;	
	height:50px;
	line-height:50px;
}
.article_content{
	line-height:26px;
	text-indent:2em;	
}

.footer{
	margin-top:0;	
}