@charset "utf-8";
/* CSS Document */

.news_top{ height:35px; margin-bottom:15px;}
.news_top ul{}
.news_top ul li{ width:105px; height:35px; display:block; float:left; margin-right:10px; cursor:pointer;}
.news_top ul li a{ display:block; width:105px; height:35px; line-height:35px; font-family: "Microsoft yahei","黑体",SimSun,Tahoma; font-size:16px; text-align:center; }
.news_top ul li a.cur{ background:#4d99e3; color:#fff;}
.news_top ul li a:hover{ text-decoration:none;}
.news_top ul li a:hover.cur{ background:#4d99e3;}

/*新闻列表*/
.news{ border:1px solid #e3e3e3; border-top:2px solid #4d99e3; background:#fff;  margin-bottom:15px; padding:0px 10px 0px;}
	.news_item{ padding:20px 10px;border-bottom:1px dotted #e3e3e3;}
	.news_item:last-child{ border-bottom:none;}
	.news_item dl dt{ margin-bottom:5px;font-weight: normal;}
	.news_item dl dt span{ color:#999; float:right;}
	.news_item dl dt a{ text-decoration:none;font-family: "Microsoft yahei","黑体",SimSun,Tahoma; font-size:16px; color:#f60;}
	.news_item dl dt a:hover{ color:#ff8800;}
	.news_item dl dd{ color:#666;}
	
	
/*新闻详情*/
	.newsmain_top{border-bottom:1px solid #e3e3e3; text-align:center; padding:25px 0px 5px; }
	.newsmain_top h1{ display:block; height:40px; line-height:40px; font-family: "Microsoft yahei","黑体",SimSun,Tahoma; font-size:24px;}
	.newsmain_top p{ color:#666; padding-top:5px;}
	.newsmain_top p i{ font-weight:bold; color:#ff8800; font-family:Arial, Helvetica, sans-serif;}
	
	.newsmain{ padding:20px; line-height:30px; font-size:14px; color:#666;}
	.newsmain p{ text-indent:25px; margin-bottom:15px;}
	.newsmain img{ margin:0px auto 15px; display:block;}

	.nextnews_link{ padding:0px 10px 10px; }
	.nextnews_link dd{ height:35px; line-height:35px; color:#666; font-size:14px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
	.nextnews_link dd a{ font-size:14px; color:#136ec2;}
	.nextnews_link dd a:hover{ color:#ff8800;}

