

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

.nei_news_list .icon_list {padding-top:20px;}
.nei_news_list .icon_list span {padding-right:20px;display:inline-table; line-height:38px;}
.nei_news_list li .time {
	color:#999999;
	font-size:11px;
	background:url(../images/icon/time.png) no-repeat left center;
	padding-left:24px;
}
.nei_news_list 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 li .more:hover {
	background:url(../images/news_butt.png) no-repeat bottom center;
}





/*------------------文字列表的新闻------------------------*/
.nei_news_list_1 {
	border-top:1px dotted #ced9e6;
}

.nei_news_list_1 li {
	height:230px;
	display:block;
	border-bottom:1px dotted #ced9e6;
	padding-bottom:10px;
	padding-top:40px;
	padding-left:20px;
	padding-right:20px;
}
.nei_news_list_1 li:hover {
	background:url(../images/icon_2.png) no-repeat 15px center #f2f4f5;
}
.nei_news_list_1 li table td { vertical-align:top;}
.nei_news_list_1 li table img.img {
	background:url(../images/img_default.jpg) no-repeat top center;
	width:200px;
	height:200px;
}
.nei_news_list_1 li h2 {padding:5px 0;margin:0; line-height:30px;}
.nei_news_list_1 li .title{
	display:block;
	float:left;
	font-size:18px;
	color:#0d1057;
	font-weight:500;
}
.nei_news_list_1 li p {color:#5e5e5e; line-height:25px;}

.nei_news_list_1 .icon_list {padding-top:20px;}
.nei_news_list_1 .icon_list span {padding-right:20px;display:inline-table; line-height:38px;}
.nei_news_list_1 li .time {
	color:#999999;
	font-size:11px;
	background:url(../images/icon/time.png) no-repeat left center;
	padding-left:24px;
}
.nei_news_list_1 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_1 li .more:hover {
	background:url(../images/news_butt.png) no-repeat bottom center;
}




/*------------------下载列表------------------------*/
.nei_news_down li {
	background:url(../images/icon/down.png) no-repeat 15px 15px;
	border-bottom:1px dotted #CCC;
	padding:15px;
	height:30px;
	line-height:30px;
}
.nei_news_down li:hover {
	background:url(../images/icon/down.png) no-repeat 15px -38px #f8f8f8;
}
.nei_news_down li a {
	display:block;
	float:left;
	width:600px;
	padding-left:40px;
	font-size:16px;
}
.nei_news_down li:hover a{color:#0082ef;}
.nei_news_down li a:hover {color:#0082ef;}
.nei_news_down li span {
	font-size:10px;
	color:#999;
	text-align:right;
	padding-right:15px;
	display:block;
	float:right;
	width:100px;
	padding-top:3px;
}
















