﻿
.news_list {float:left; width:220px; margin-right:30px;}
	.news_list .item {float:left; width:100%; clear:both; margin-bottom:15px;}
		.news_list .item .date {float:left; width:100%; font-size:11px; color:Gray; margin-bottom:3px;}
		.news_list .item .header {float:left; width:100%; font-weight:bold; clear:both; color:#FD0000; font-size:12px; text-align:left; margin-bottom:4px}
		.news_list .item .info {float:left;
font-size:11px;
line-height:16px;
width:100%; margin-bottom:20px; }
	
.news_details {float:right;margin-right:14px;width:612px;}
	.news_details .header {float:left; width:100%; clear:both; color:#FD0000; font-size:20px; font-weight:bold; text-align:left;}
	.news_details .subHeader {float:left; width:100%; clear:both; color:gray; font-size:11px; }
	.news_details .shortInfo {float:left; width:100%; clear:both; margin: 10px 0; font-size:12px; font-weight:bold; line-height:16px}
	.news_details .content {float:left; width:100%; clear:both; font-size:12px; line-height:20px}
	