@CHARSET "UTF-8";
.pull-left{float:left;}
.mt10{margin-top:0.1rem;}
.mt20{margin-top:0.2rem;}
.mt30{margin-top:0.3rem;}
.mt40{margin-top:0.4rem;}
.mt60{margin-top:0.6rem;}
.mt80{margin-top:0.8rem;}
.hdetail-wrap{padding-top: 1.6rem;
    padding-bottom: 1rem;
    width: 100%;
    max-width: 12rem;
    margin: 0 auto;}

.hdetail-hd{    position: relative;}
.hd-left{    width: 4rem;
    float: left;
    overflow: hidden;}
.hd-left>img{    width: 100%;}
.hd-right{margin-left: 0.5rem;
    position: relative;
    width: 7.5rem;
    height: 4rem;}
.hd-box{    position: absolute;
    width: 100%;
    bottom: 0;}
.hd-box h3{font-size: 0.2rem;position:relative;margin-bottom:0.4rem;}
.hd-box h3:before{position: absolute;
    display: block;
    content: "";
    width: 20px;
    border: 1px solid #000;
    bottom: -20px;}
.hd-box p{font-size:0.16rem;}

.hdetail-body{}
.hdetail-body>ul{}
.hdetail-body>ul li{    float: left;
    width: 2.7rem;
    /* padding-bottom: 0.15rem; */
    margin-right: 0.3rem;
    box-shadow: 0.01rem 0.01rem 0.05rem #888888;
    margin-bottom: 0.60rem;
    min-height: 4.45rem;}
.hdb-list{}
.intro-items{
	    width: 100%;
    height: 4.45rem;
    overflow: hidden;
    position: relative;
}
.pic-box>img{
	height: 2.4rem;
	overflow: hidden;
}
.intro-items>.intro-btns{
	height: 0.5rem;
	line-height:0.5rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #d6d6d6;
    font-size: 0.2rem;
}
.intro-items .intro-btns>.ibtn{
	display:block;
	width:50%;
	float:left;
	cursor: pointer;
	text-align:center;
	position:relative;
}
.intro-items .intro-btns>.ibtn:first-child:after{
    display: block;
    content: "";
    position: absolute;
    height: 100%;
    border-right: 1px solid #dfdfdf;
    right: 0;
    top: 0;
} 
.intro-items .intro-btns>.ibtn:hover{
	color:#fff;
	background: #333333;
}
.intro-items>.pic-box{
	height: 2.4rem;
	overflow: hidden;
}
.intro-items>.pic-box>img{
	width: 100%;
	height:auto;
}
.intro-items>.name{
	font-size: 0.22rem;
	margin-top: 0.20rem;
	margin-left: 0.31rem;
}
.intro-items>.job{
		margin-top: 0.08rem;
	margin-left: 0.31rem;
	font-size: 0.12rem;
	color: #333333;
}
.intro-items>.skill_title{
		margin-left: 0.31rem;
	font-size: 0.16rem;
	margin-top: 0.15rem;
}
.intro-items>.skill{
		margin-left: 0.31rem;
	margin-top: 0.08rem;
	color: #333333;
	font-size: 0.14rem;
	height:0.36rem;
	margin-right: 0.20rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.m-hhd-appoint{display: inline-block;width: 0.9rem;height: 0.3rem;line-height:0.3rem;text-align: center;
	border: 2px solid #000000;font-size: 0.16rem;cursor:pointer;}
.m-hhd-appoint:hover{background:#000;color:#fff;}