	.per-info {
		overflow: visible;
	}
	.aside-per {
		padding: 30px 22px;
		position: relative;
		overflow: visible;
	}
	.new-top-fr {
		overflow: hidden;
		margin-bottom: 30px;
	}
	.aside-per .perimg {
		width: 80px;
		height: 80px;
		float: left;
	}
	.name-fl {
		margin-left: 100px;
	}
	.aside-per .per-name {
		width: 100%;
		text-align: left;
		font-size: 20px;
		color: #333;
		margin-top: 10px;
	}
	.aside-per .per-ms {
		font-size: 14px;
		color: #999;
		line-height: 20px;
		text-align: left;
	}
	.user-new {
		border-top: 1px solid #eee;
		}
	.user-new li a {
		display: block;
		height: 55px;
		line-height: 55px;
		font-size: 14px;
		color: #333;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		border-bottom: 1px solid #eee;
		text-align: left;
	}
	.user-new li a:after {
		content: "";
		display: inline-block;
		width: 4px;
		height: 4px;
		background: #ff7761;
		float: left;
		margin: 25px 10px 25px 0px;
	}
	.new-mor {
		display: block;
		width: 120px;
		height: 30px;
		line-height: 30px;
		background: #ff7761;
		text-align: center;
		font-size: 14px;
		color: #fff;
		border-radius: 4px;
		position: absolute;
		left: 50%;
		bottom: -15px;
		margin-left: -60px;
		z-index: 1;
	}
	.new-mor:hover {
		color: #fff;
		background: #ff7761;
	}