		
.section_title{
	width:260px;
	height:25px;
	padding:5px;
	background-color:#f1e419;
	font-family:'Times New Roman', Times, serif;
	color:black;
	font-size:20px;
	font-weight:bold;
	margin:25px 0;
}

#latest_project{
	height:315px;
}
#latest_project .one_project{
	float:left;
	width:230px;
	height:250px;
}
#latest_project .enterprise{
	color:#e52270;
	font-size:14px;
	margin:5px 0;
	font-weight:bold;
}
#latest_project .project_name{
	color:#f1e419;
	font-size:13px;
	margin:5px 0;
	font-weight:bold;
}
#latest_project .description{
	font-size:12px;
	margin:5px 0;
	height:85px;
}

#hot_news{
	float:left;
	width:540px;
	height:250px;
}
.one_news{
	width:460px;
}
.one_news .date{
	font-size:15px;
	font-weight:bold;
}
.one_news .title{
	font-size:14px;
}
.one_news .title a{
	color:#e52270;
	text-decoration:underline;
}
.one_news .link{
	font-size:12px;
	color:#e52270;
	margin-top:10px;
}
