/*头部*/
/*.nav-fix {*/
    /*position: fixed;*/
    /*height: 56px;*/
    /*width: 100%;*/
    /*top: 0;*/
    /*z-index: 100;*/
/*}*/
/*.nav {*/
    /*background-color: #373d41;*/
    /*padding: 6px 10px;*/
/*}*/
.btn {
    display: inline-block;
    width: 27px;
    height: 28px;
    float: left;
    margin-top: 3px
}
a {
    color: #191919;
}
/*a span{*/
	/*display: inline-block;*/
	/*margin-top:-5px;*/
	/*margin-left:10px;*/
	/*font:400 50px/56px Consolas;*/
    /*color: #fff;*/
/*}*/
/*.nav-title {*/
    /*display: inline-block;*/
    /*width: calc(100% - 55px);*/
    /*color: #fff;*/
    /*text-align: center;*/
    /*font-weight: normal;*/
    /*font-size: 30px;*/
    /*line-height: 56px;*/
/*}*/
/*content部分*/
/*清除浮动*/
.clearfloat:after{
	content:'';
	clear:both;
	height:0;
	overflow: hidden;
	display: block;
}
.list_content{
    margin-top: 45px;
    width: 100%;
    height: 0;
}
.list_content h2{
    font-size: 16px;
    font-weight: normal;
    padding: 7px;

}
.list_content .item{
	/*width: 100%;*/
    padding:8px 10px;
    border-top: 1px solid #ccc;
}
/*.list_content .item:first-child{
	border:0;
}*/
.img-box{
	width:80px;
	height:80px;
	float: left;
    border: 1px solid #ece;
	border-radius: 50%;
	background:url(../../images/mobile/front/icon-expert.png);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.info{
	float: left;
	width: calc(100% - 106px);
	margin-left: 20px;
	overflow: hidden;

}
.info h1{
	font-size:14px;
	overflow: hidden;
}
.info h1 span{
	margin-left:20px;
	font-size: 16px;
	font-weight: normal;
	color:#aaa;

}
.info span{
	display: inline-block;
	margin-top:6px;
	font-size:12px;
	color:#555;
}
.info p{
	margin-top:10px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	text-overflow: ellipsis;
	-webkit-box-orient:vertical;
	overflow: hidden;
	line-height: 32px;
	font-size:22px;
	color:#666;
}
/*详情页*/
.header{
	position: relative;
	width: 100%;
	height:400px;
	background:url(../img/personalBG.jpg) no-repeat center center;


}
.header .opacity{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	background-color:rgba(0,0,0,.8);
}
.header .opacity img{
	position: relative;
	left: 20px;
	top: 20px;
}
.header .opacity .person_img{
	position: relative;
	width:150px;
	height:150px;
	background:url(../../images/mobile/front/icon-expert.png) no-repeat center center;
	border:2px solid #fff;
	border-radius: 50%;
	/*margin-top:125px;*/
	margin:55px auto 0;

}
.header .person_opacity{
	position: absolute;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.3);
	border-radius: 50%;
}
.header .person_info{
	margin-top:20px;
	color:#fff;
	text-align: center;
}
.header .person_info h2{
	font-size: 26px;
	margin-bottom: 8px;
}
.header .person_info span{
	font-size: 16px;
}
/*详情页的内容部分*/
.person_content>.content_header{
	margin-bottom:10px;
}
.person_content>.content_header>h2{
	padding: 40px 20px 10px;
	font-size:26px;
	line-height: 24px;
	text-align: center;
	position: relative;

}
.person_content h2 i{
	width: 80px;
	display: inline-block;
	position: absolute;
	border-top:3px solid #ccc;
	margin-top:12px;
}
.person_content h2 .line_left{
	left:230px;
}
.person_content h2 .line_right{
	right:230px;
}

.person_content>.person_info_content{
	padding:10px 20px;
	


}
.person_content>.person_info_content> p{
	max-height:100%;
	text-align: justify;
	font-size: 24px;
	line-height: 50px;
	text-indent: 2em;
	color: #666;

}
/*正在建设中*/
.building_content >img{ margin-top: 50px; }
/*zb*/
.zb_content{    margin-top: 44px;
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 60px;
	min-height: 100%;
	background-color: #fff;}
.zb_left{    font-size: 14px; position: fixed;}
.zb_left ul{
	width: 90px;
	background-color: #eee;
}
.zb_left ul li{
	text-align: center;
	border-bottom: 1px solid #fff;
	height: 45px;
	line-height: 45px;
}
.zb_content_title{font-size: 14px;}
.zb_content_title img{width: 24px;}
.zb_right{
	position: absolute;
	left: 100px;
	top: 10px;
	width: calc(100% - 110px);
}
.zb_left .zb_active{background-color: #fff;border-left:4px solid #f28152;}
/*.zb_content_inner{width: 430px;}*/
.zb_content_inner ul li{
	padding: 4px 0;
	border-bottom: 1px solid #ccc;
}
.zb_content_inner a,.zb_content_inner span{color:#999;}
.zb_content_inner ul li a>span{color:#f55757;}
.zb_content_inner ul li a p{    font-size: 13px;
	color: #000;
	line-height: 25px;}
.zb_content_inner ul li a>span ,.zb_time{
	font-size: 12px;}
.icon-data-wrap{text-align: center; font-size: 16px;color: #999;}
.icon-data{ width: 110px; margin:15px 0;
}
.icon-data-bg{text-align: center}
.icon-data-bg img{
	width: 50%;
	margin: auto;
	margin-top: 30%;
}
.icon-data-bg p{
	font-size: 16px;
	margin-top: 15px;
	color: #999;
}