.team-time{
	font-size: 20px;
	font-weight: bold;
	color: #006499;
	margin-bottom: 5px;
	font-family: Micorsoft Yahei;
}
.team-content{
	font-family: Micorsoft Yahei;
	margin-bottom: 5px;
}
.row > div{
	margin-bottom: 30px;
}
.row > div > img{
	width: 100%;
}
.post-featured-image{
	cursor: pointer;
}
@media (max-width: 767px) and (min-width: 479px) {
	.row > div:not(:last-child){
		margin-bottom: 20px;
	}
}
@media (max-width: 479px) {
	.row > div:not(:last-child){
		margin-bottom: 10px;
	}
}