.list .fl{
	width: 100%;
}

.list .fl ul li.lines{
	background: url(../images/lst_line.png);
	width: 100%;
}

.person-frame{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 40px;
	position: relative;
}

.bg-img{
	background: url(img/fate1.jpeg);
	width: 100%;
	height: 160px;
	background-size: cover;
}

.person-frame .person-info{
	min-height: 160px;
	width: 728px;
	background: #F4F4F4;
	padding-left: 282px;
	padding-bottom: 20px;
}

.person-frame .person-info .person-name{
	padding-top: 30px;
	color: #C5181F;
	font-size: 30px;
	font-weight: bold;
}

.person-frame .person-info .person-name span{
	font-size: 16px;
	font-weight: normal;
}

.person-frame .person-info .person-introduce{
	margin-top: 10px;
	line-height: 30px;
	margin-right: 30px;
}

.person-img{
	width: 192px;
	height: 280px;
	border: 1px solid #f4f4f4;
	padding: 10px;
	padding-bottom: 1px;
	position: absolute;
	bottom: 0px;
	left: 30px;
	background: white;
	border-bottom: 0px;
}

.person-img img{
	width: 100%;
}
