.content{
	min-height: 978px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	padding: 27px 56px;
}
.title_txt h4{
	width:390px;
	height:28px;
	font-size:21x;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:#2C2C2C;
	display:inline-block;
}
.title_txt a{
    width: auto;
    height: 22px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    padding: 1px 16px;
	margin-right:6px;
}
.blue_line{
	width:100%;
	height:5px;
	background:rgba(255,255,255,1);
	margin-top:4px;
}
.blue_line .blue_line_small{
	width:86px;
	height:4px;
	background:rgba(54,157,255,1);
}
.blue_line .blue_line_length{
	width:100%;
	height:1px;
	background:rgba(54,157,255,1);
}
.search_top{
	width: 100%;
	margin-top: 20px;
	height: 50px;
	/* border-bottom: 1px solid #c2c2c2; */
	line-height: 20px;
	font-size: 17px;
    font-family: Microsoft YaHei;
	position:relative;
	color: #309BFF;
}
.black{
	margin-top: 8px;
	width: 8px;
	height: 20px;
	background: #309BFF;
	display: inline-block;
}
.month_top{
	width: 120px;
	margin-left: 5px;
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
}
.project_info{
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #5C5C5C;
	line-height: 33px;
	min-height: 140px;
	border-bottom: 1px solid #D2D2D2;
	padding: 20px 0px;
}
.project_info .day{
	font-size: 17px;
	float: left;
}
.project_info .inform{
	float: left;
	font-size: 15px;
	height: auto;
}