﻿#Har_Head, #Har_Menu, #Har_Body
{
	width: 960px;
	margin: 0 auto;
}
#Har_Head
{
	height: 200px;
	width: 958px;
	border: 1px solid #999;
}
#Har_Menu
{
	height: 30px;
	line-height: 30px;
}
#Har_Menu ul
{
	padding: 0;
	margin: 0;
}
#Har_Menu li
{
	float: left;
	display: block;
	width: 70px;
}
#Har_Body
{
	padding-bottom: 20px;
}
#Har_BodyLeft
{
	width: 126px;
	float: left;
	padding:0;
	margin:0;
}
#Har_BodyLeft h3
{
	border-right: 2px solid #f96;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	background: #eee;
	padding: 0 0 0 8px;
}
#Har_BodyLeft ul
{
	clear:left;
	float:left;
	border:1px solid #999;
	padding:3px;
	margin:5px 0;
}
#Har_BodyLeft li
{
	text-align:center;
	line-height:1.8;
	border-bottom:1px solid #f2f2f2;
}
#Har_BodyLeft ul .tl
{
	text-align:center;
	border-bottom:1px solid #eee;
	background:#ccc;
	
}
/* 项目需求表格 */
#Req_Table
{
	background: #999;
	float: left;
	margin: 0 11px;
}

#Req_Table td
{
	background: #fff;
	padding: 2px;
}
#Req_Table td p
{
	padding: 5px 0;
	margin: 0;
}
#Req_Table .title
{
	text-align: right;
	width: 140px;
}
#Req_Table .smalltitle
{
	text-align: right;
	width: 60px;
}
#Req_Table .txt
{
	width: 95%;
}
#Req_Table .multietxt
{
	overflow: auto;
	width: 95%;
}
#Req_Table .w1
{
	width: 140px;
}
.nt
{
	color: #f00;
	font-size: 8pt;
}
#Har_Note
{
	width: 190px;
	float: left;
	border: 1px solid #999;
	padding: 10px;
}
#Har_Note p
{
	line-height: 1.5;
	padding: 5px 0;
	margin: 0;
}

/* 项目列表*/
#Project_List, #Project_Content, #Harvest_Content
{
	padding: 0;
	margin: 0 11px;
	width: 598px;
	float: left;
	border: 1px solid #999;
}
#Project_List li
{
	line-height: 1.8;
	width: 279px;
	float: left;
	padding: 0 10px;
}
#Project_Content
{
}
/* 显示项目的内容*/
#Harvest_Content
{
	width: 578px;
	padding: 10px;
}
#Harvest_Content h3
{
	text-align: center;
	padding: 0;
	margin: 0;
}
#Harvest_Content h3
{
	text-align: center;
	padding: 0;
	margin: 10px 0;
	font-size: 16px;
}
/* 具体的内容*/
#HarvestContent p
{
	line-height: 1.5;
	text-indent: 25px;
	font-size: 14px;
}
