.jumbotron-staff {
	padding-bottom:0;
	padding-top:0;
}
.content {
	margin-bottom:15px;
	background:url("../images/staff_photo.png") no-repeat left center;
	-webkit-background-size:0px;
	background-size:0px;
	min-height: 150px;
}
.content .order {
	position: relative;
	width: 50px;
	height: 40px;
	background: #eeeeee;
	text-align: center;
}
.content .order .number {
	font-size:32px;
	font-weight: bold;
	color: #d70e2f;
}
.content .order .date {
	color:#999;
	text-align: center;
	margin:0;
	position: relative;
	top:-10px;
}
.content .text h4 {
	font-size: 16px;
}
.content .text p {
	font-size: 13px;
	color: #999;
}
.content .text span {
	color:#999;
	font-size: 12px;
	margin-right: 35px;
}
a.news-btn {
	padding:1px 15px;
	line-height:30px;
	background:#da251c;
	color:#fff;
	text-align:center;
	float:left;
	margin-top:10px;
	margin-bottom: 10px;
}
/*没有小于768px，是因为Bootstrap3以移动端优先设计*/

/* 小屏幕（平板，大于等于768px） */
@media (min-width: 768px) {
	.content .order {
		width: 60px;
		height: 50px;
	}
	.content .order .number {
		font-size:40px;
	}
	.content {
		margin-bottom:20px;
		-webkit-background-size:0px;
		background-size:0px;
	}
}

/* 中等屏幕（桌面显示器，大于等于992px） */
@media (min-width: 992px) {
	.content .order {
		width: 70px;
		height: 53px;
	}
	.content .order .number {
		font-size:40px;
	}
	.content {
		margin-bottom: 30px;
		-webkit-background-size:500px;
		background-size:500px;
	}
}

/* 大屏幕（大桌面显示器，大于等于1200px） */
@media (min-width: 1200px) {
	.content .order {
		width: 90px;
		height: 80px;
	}
	.content .order .number {
		font-size:40px;
	}
	.content {
		margin-bottom:60px;
		-webkit-background-size:45%;
		background-size:45%;
	}

}