@import "Page.css";
@import "MemberPanel.css";

	/*新聞*/
	#News{
		margin-top: 4px;
		display: inline;
		float: left;
		width: 706px;
		height: 240px;
	}
		#News h1{
			background: #CDD7E6 url(images/bg_Index_Title_News.gif)  9px 18px no-repeat;
			width: 100%;
			height: 44px;
		}
		#News div.item{
			margin-top: 20px;	 
			margin-left: 10px;

			width: 684px;
			color: #333;
			text-align: left; 
								   
			height: auto!important;
			height: 40px;
			min-height: 40px;
			line-height: 18px;
		}
			#News div.item h2{
				font-size: 12px;
				color: #0C2B7D;
				padding: 0;
				margin: 0;
			}

				