/* 个人中心左侧 */

.ewb-personl{
	border: 1px solid #ebebeb;
	background: #fff;
	height: 533px;
}

.ewb-personl-hd{
	line-height: 68px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 110px;
	background: url('../images/login/person_icon.png') 57px center no-repeat;
}

.ewb-personl-hd a{
	color: #a8161e;
}

.ewb-personl-bd{
	padding: 0 9px;
}

.personl-mod-hd a{
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	text-align: center;
	width: 100%;
	color: #a8161e;
	border-radius: 4px;
	background: #e4e4e4;
}

.personl-mod-bd p{
	line-height: 32px;
	font-size: 14px;
	text-indent: 30px;
	border-top: 1px dashed #e4e4e4;
}

.personl-mod-bd p a{
	color: #333;
}

.ewb-red{
	color: #a8161e;
}

.personl-mod-bd p.ewb-first{
	border-top: 0;
}

@media(max-width: 979px) and (min-width: 768px){
	.ewb-personl-hd{
		background-position: 30px center;
		padding-left: 70px;
	}
}

@media(max-width: 767px){
	.ewb-personl{
		height: auto;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}