
/*------------------图片列表的新闻------------------------*/
.nei_news_list_pic {}
.nei_news_list_pic li {
	height:230px;
	display:block;
	border-bottom:1px dotted #ced9e6;
	padding-bottom:10px;
	padding-top:40px;
}
.nei_news_list_pic li:hover {
	background:url(../images/icon_2.png) no-repeat 15px center #f2f4f5;
}
.nei_news_list_pic li table td { vertical-align:top;}
.nei_news_list_pic li table img.img {
	background:url(../images/img_default.jpg) no-repeat top center;
	width:300px;
	height:200px;
}
.nei_news_list_pic li h2 {padding:5px 0;margin:0; line-height:30px;}
.nei_news_list_pic li .title{
	display:block;
	float:left;
	font-size:18px;
	color:#1786e8;
	font-weight:500;
}
.nei_news_list_pic li p {color:#5e5e5e; line-height:25px;}

.nei_news_list_pic .icon_list {padding-top:20px;}
.nei_news_list_pic .icon_list span {padding-right:20px;display:inline-table; line-height:38px;}
.nei_news_list_pic li .time {
	color:#999999;
	font-size:11px;
	background:url(../images/icon/time.png) no-repeat left center;
	padding-left:24px;
}
.nei_news_list_pic li .more {
	background:url(../images/news_butt.png) no-repeat top center;
	width:136px;
	height:38px;
	line-height:38px;
	color:#ffffff;
	display:block;
	text-align:center
}
.nei_news_list_pic li .more:hover {
	background:url(../images/news_butt.png) no-repeat bottom center;
}


