body {
	margin: 0;	
}
#top {
	background-color: #213854;
	color: #fff;
	line-height: 90px;
	height: 90px;
	padding: 0 30px 0 40px;
	width: 1920px;
}

#top .title {
	float: left;
	font-size: 32px;
	font-family: "pollen-web",serif;
}

#top .info {
	float: right;
	font-size: 23px;	
	font-family: Arial, Helvetica, sans-serif;
}

#content {
	width: 1920px;	
}

.row:first-child {
	margin-top: 35px;
}

.row {
	width: 1920px;
	line-height: 157px;
	clear: both;
	padding: 0 30px 0 35px;
	height: 157px;
	font-family: "pollen-web",serif;
	color: #213854;
}

.row2 {
	background-color: #e8ebee;
}
.resource {
	font-weight: bold;
	float: left;
	width: 350px;
	padding-left: 30px;
	border-right: solid #a6afbb;
	font-size: 55px;
	font-family: "pollen-web",serif;
}

.task {
	float: left;
	width: 1100px;
	padding-left: 40px;
	border-right: solid #a6afbb;
	font-size: 55px;
	font-family: "pollen-web",serif;
}

.time {
	float: left;
	width: 300px;
	padding-left: 25px;
	font-size: 45px;
	font-family: "pollen-web",serif;
}