/* 列表 */
.news{
	width: 950px; margin: 0 auto; position:relative; border-bottom:1px dashed #8e8e8e; height:300px;
}
.news_fl {
	float:left;
	width:480px;
}
.news_fl .dlm{
	background:url(../images/news-01.png) no-repeat 20px;
	text-align:right;
	border-bottom:1px dashed #8e8e8e;
	width:460px;
	height:40px;
	color:#6a6a6a;
	padding-top:30px;
}
.news_fl .title{
	color:#4d9cd7;
	font-size: 18px; 
	line-height:32px; 
	height:32px;
	margin:20px 0 10px 20px;
	font-weight:bold;
	width:440px;
}
.news_fl .resume{
	color:#6a6a6a;
	font-size: 12px; 
	line-height:32px; 
	margin-left:20px;
	height:98px;
	overflow:hidden;
	width:440px;
}
.news_fl .more{
	color:#4d9cd7;
	font-size: 18px; 
	line-height:32px; 
	margin-left:24px;
	width:440px;
}
.news_fl .more a{
	color:#4d9cd7;
}
.news_fr {
	float:right;
	width:420px;
	height:230px;
	margin:30px 10px 0 0;
}

.news_list{
	width: 950px; margin: 20px auto; position:relative;  
}
.news_list .NewsList{	
	background:url(../images/news-04.png) no-repeat center center;
	width:427px;
	height:148px;
	float:left;
	display:inline;
	margin:12px 24px;
	position:relative;
}
.news_list .NewsList .title {
	color:#4d9cd7;
	font-size: 15px; 
	line-height:30px;
	margin:40px 0 0 30px;
	width:260px;
	overflow:hidden;
	height:30px;
}
.news_list .NewsList .title  a{
	color:#4d9cd7;

}
.news_list .NewsList .resume{
	margin:0px 0 0 30px;
	color:#6a6a6a;
	font-size: 12px; 
	line-height:20px;
	width:260px;
}
.news_list .NewsList .TimeStr{
	background:#4d9cd7;
	color:#fff;
	font-size: 15px; 
	line-height:20px;
	padding:5px 10px;
	position:absolute;
	margin:2px 0 0 30px;
}
.news_list .NewsList .pic{
	width:85px;
	height:85px;
	position:absolute;
	right:20px;
	top:40px;
}

/* 搜索 */
.ss{
	background:url(../images/news-02.png) no-repeat left center;
	width:920px;
	margin:0 auto;
	height:60px;
	margin-top:20px;
}
.ss .go{
	background:url(../images/news-03.png) no-repeat;
	width:30px;
	height:30px;
	float:left;
	margin: 16px 0 0 28px;
}
#ss_yyyymm{width:186px; padding:12px 0 0 120px; position:relative; z-index:999; float:left;}
#ss_yyyymm p{width:185px; height:32px; line-height:32px; text-align:center; padding-right:14px; border:1px solid #2d3e50; background:url(../images/arrow.png) no-repeat right 5px; color:#2d3e50; cursor:pointer}
#ss_yyyymm ul{width:200px; background:url(../images/news-06.png) repeat-y right; position:absolute; display:none; max-height:240px; overflow-y:scroll}
#ss_yyyymm ul li{height:24px; line-height:24px; text-align:center;}
#ss_yyyymm ul li a{display:block; height:24px; color:#fff; text-decoration:none;}
#ss_yyyymm ul li a:hover{color:#1f8ad1;}


/* 分页 */
.pageWrapper_02{height:40px; background:#1f8ad1; margin:0 auto; width:920px;}
.pageWrapper_02 .pagination{float:right;height:30px; margin-top:5px; }
.pageWrapper_02 .pages2,.pageWrapper_02 .pages2 li,.pageWrapper_02 .pages2 a,.pageWrapper_02 .pages2 span,.pageWrapper_02 .jump{float:left;list-style:none;height:30px; }
.pageWrapper_02 .pages2 li{margin-right:4px;color:#999}
.pageWrapper_02 .pages2 a,.pageWrapper_02 .pages span{padding:0 0 0 4px;line-height:30px}
.pageWrapper_02 .pages2 .prev,.pageWrapper_02 .pages .next {padding:0 10px;background:#fff;color:#4d9cd7;}
.pageWrapper_02 .pages2 .prev a,.pageWrapper_02 .pages .next a {padding:0;color:#4d9cd7;}
.pageWrapper_02 .pages2 .prev a:hover,.pageWrapper_02 .pages .next a:hover {padding:0;color:#4d9cd7;}
.pageWrapper_02 .pages2 .current span{font-weight:bold;color:#1361b9; }
.pageWrapper_02 .pages2 a:hover,.pageWrapper_02 .pages a:active{color:#1361b9;text-decoration:none}
.pageWrapper_02 .pages2 .prev2 {padding:0 10px;background:#4d9cd7;color:#fff; font-weight:bold;line-height:30px}
