.feeling{
	padding-bottom: 30px;
	margin-bottom: 25px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
.feeling .img{
	width: 170px;
	height: 170px;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 15px;
}
.feeling .img:before{
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 100%;
	border:solid 1px rgba(255,255,255,0.85);
	z-index: 1;
}
.feeling .img img{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
}
.feeling .content{
	font-size: 16px;
	line-height: 24px;
	padding-top: 25px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.feeling .content:before{
	content: "\f10d";
	font-family: fontawesome;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	line-height: 20px;
	color:#bd9352;
}
.feeling .content:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 370px;
	border-bottom: solid 1px rgba(0,0,0,0.07);
}
.feeling .name{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
.feeling .jpb{
	color:#666666;
}