body{
	position: relative;
}
.content{
	width:1050px;
	margin:70px auto 0;
	min-height:800px;
}
.bodyTittle{
	width:100%;
	border-left:3px solid #FFD700;
	margin-bottom: 30px;
}
.bodyTittle h3{
	font-family: "微软雅黑";
	padding-left: 5px;
	font-weight: 500;	
}
.nav{
	font-size: 13px;
	margin-bottom: 30px;
	position:relative;
}
.form_submit{
	position:absolute;
	left:29%;
	bottom: -2px;
}
.form_submit input{
	width:220px;
	height:16px;
	padding:2px 5px;
	border:1px solid rgba(51,51,51,1);;
	border-radius: 5px;
	outline: none;
	font-size: 12px;
	color:#333;
}
.form_submit button{
	cursor: pointer;
	border: none;
	position:absolute;
	right:3px;
	top:.5px;
	background: #fff;
	outline: none;
}
.form_submit img{
	height:17px;
}
.files{
	width:100%;
}
.files p{
	border-bottom:1px dotted #E0E0E0;
	padding-bottom: 20px;
	font-weight: bold;
	margin-top:20px;
}
.files p span:first-child{
	margin-left:10px;
    display: inline-block;
    width: 500px;
    white-space: nowrap;
    overflow: hidden;
    height: 21px;
    text-overflow: ellipsis;
}
.files p button{
	float:right;
	border:none;
	background: #FFD700;
	padding:5px;
	cursor: pointer;
	outline: none;
	color:#fff;
}
.files_direction{
	display: inline-block;
	font-weight: normal;
	width:300px;
	height:21px;
	font-size: 14px;
	color:#aaa;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin:2.5px 0 0 80px;
	
}
.footer{
	width:100%;
	min-width: 1200px;
	position: absolute;
	bottom:-90px;
}
