.row{
	font-size: 0.4rem;
	font-weight: bold;

}

/* 单个企业的布局 */
.enterprise-single-div{
	width: 96%;
	margin: 0 auto;
	margin-top: 0.5rem;
	padding-bottom: 0.5rem;
	border-bottom: lightgrey dashed 1px;
	padding-bottom: 0.5rem;
}
/* 图片的布局 */
.enterprise-single-img{
	float: left;
	width: 30%;
	border: darkgrey solid 1px;
	padding-bottom: 0.25rem;
	padding-top: 0.25rem;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	border-radius: 0.125rem;
}
/* 文字介绍的布局 */
.enterprise-content-div{

	width: 62%;
	margin-left: 38%;
}
/* 标题文字 */
.enterprise-single-title{
	display: block;
	font-size: 0.35rem;
	font-weight: bold;
	letter-spacing: 0.025rem;
}
/* 内容 */
.enterprise-single-content{
	margin-top: 0.5rem;
	text-indent: 25px;
	font-size: 0.3rem;
	line-height: 0.5rem;
}
/* 日期的布局样式 */
.date-div{
	width: 96%;
	margin-right: 0 auto;
	margin-bottom: 0.125rem;
}
.enterprise-time-img{
	float: right;
	margin-right: 0.125rem;
}
/* 日期 */
.enterprise-single-date{
	float: right;
	font-size: 0.2rem;
}
/* 链接 */
.enterprise-link{
	text-decoration: none;
	color: #01B5F2;
}
/* 入孵条件的标题 */
.hatching-title{
	display: block;
	width: 30%;
	margin: 0 auto;
	text-align: center;
	font-size: 0.45rem;
	margin-top: 1rem;
	border-bottom: lightgrey dashed 1px;
	padding-bottom: 0.25rem;
}
/* 内容 */
.hatching-condition-text{
	display: block;
	width: 96%;
	margin: 0 auto;
	margin-top: 0.5rem;
}
/* 流程 */
.hatching-process-img{
	width: 96%;
	margin: 0.5rem auto;
}

/* 申请入孵的单个输入框的样式 */
.apply-single-input{
	width: 96%;
	margin:0 auto;
	margin-top: 0.5rem;
}
/* 输入的项目 */
.apply-single-text{
	display: block;
	font-size: 0.4rem;
	font-weight: bold;
}
/* 输入框的布局 */
.apply-input{
	font-size:0.4rem ;
	display: block;
	width: 100%;
	margin: 0 auto;
	margin-top: 0.25rem;
	height: 0.8rem;
	border: lightgrey solid 1px;
}
/* 输入描述的布局 */
.apply-textarea{
	font-size:0.4rem ;
	margin: 0 auto;  
	width: 99%;
	margin-top: 0.25rem;
	border: lightgrey solid 1px;
}

/* 商业计划书的布局样式 */
.file{
	display: flex;
	 flex-direction: row; 
	 align-items: center;
	 margin-top: 0.25rem;
}
/* 添加申请书的文件 */
.add-file{
	width: 2rem;
	
	margin-left: 0.25rem;
	margin-top: 0.5rem;
}
/* 提交申请的按钮 */
.submit-button{
	display: block;
	width: 25%;
	margin: 0 auto;
	font-size: 0.4rem;
	color: white;
	background-color: #01B5F2;
	border: none;
	margin-top: 1rem;
	margin-bottom: 1rem;
	height: 1.5rem;
	padding: 0.125rem 0.25rem;
}