#headPortrait.bcl-top{
    height: 350px;
	overflow: hidden;
}
#headPortrait .bcl-top-img{
	width: 94px;
    height: 94px;
    float: left;
    margin-left: 80px;
    margin-top: 40px;
    padding-top: 0px;
}
#headPortrait .bcl-top-img img{
	width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
}
#headPortrait .bcl-top-word{
	width: 100%;
	height: 60px;
	float: left;
	margin-top: 30px;
	border-bottom: 1px solid rgb(232, 215, 203);
	text-align: center;
}
#headPortrait .bcl-top-word p{
	color: #000000;
	font-family: "微软雅黑";
	font-size: 15px;
	margin: 0;
}
#headPortrait .bcl-top-word span{
display:block;
margin-top: 10px;
color: #000000;
font-size: 15px;
font-family: "微软雅黑";
}
#headPortrait .bcl-top-btn{
	width: 100%;
	height: 125px;
	text-align: left;
	float: left;
}
#headPortrait .bcl-top-btn-list{
	margin-top: 5px;
	height: 35px;
	width: 100%;
}
#headPortrait .list-left{
	height: 100%;
	width: 70px;
	float: left;
	margin-left: 20px;
}
#headPortrait .list-right{
	height: 100%;
	width: 160px;
	float: right;
}
#headPortrait .list-left p{
	font-size: 15px;
	color: black;
}
#headPortrait .bcl-top-btn p{
	margin: 0;
	line-height: 33px;
}
#headPortrait .list-right p{
	margin-right: 20px;
	margin-top: -2px;
	float: right;
	font-size: 23px;
	color: black;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}
