/*****************************************  ZhuanJiaList.html  ******************************************/
/*zjList*/
#list .f_yellow{
    color:#ff8517;
}
.zjList{

}
.publish{
	margin: 30px auto 30px;
}
.zjList ul{
	width: 1260px;
}
.zjList ul li{
	width: 255px;
	height: 370px;
	float: left;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	margin: 20px 60px 0px 0;
}
.zjList ul li img{
	display: block;
	width: 255px;
	height: 370px;
}
.zjList .bg{
	width: 100%;
	height: 460px;
	background: url(../../Content/images/pics/bg_zhuanjiaList.png) no-repeat;
	position: absolute;
	left: 0px;
	top:239px;
}
.zjList ul li .intro{
	padding: 0 15px;
	height: auto;
	position: absolute;
	left: 0px;
	top: 256px;
	z-index: 100;
}
.zjList ul li p{
	width: 225px;
	height: 30px;
	line-height: 30px;
}
.zjList ul li .name{
	height: 40px;
	line-height: 40px;
}
.zjList ul li .job{
	padding: 0 0 0 25px;
	background: url(../../Content/images/icons/icon_job.png) no-repeat left center;
}
.zjList ul li .position{
	padding: 0 0 0 25px;
	background: url(../../Content/images/icons/icon_posi.png) no-repeat left center;
}
.zjList ul li .text{
	width: 225px;
}
.zjList ul li .textDetail{
	width: 225px;
	height: 100px;
	overflow: hidden;
	line-height: 26px;
}
.zjList ul li .bottom{
	width: 240px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 15px;
	bottom: 10px;
	z-index: 200;
}
.zjList ul li .bottom .nums{
	width: 135px;
}
.zjList ul li .bottom .link{
	width: 80px;
	height: 30px;
	line-height: 30px;
	background: #2399db;
	border-radius: 20px 0 0 20px;
}
/*****************************************  ZhuanJiaDetail.html  ******************************************/
.zjDetailIntro {
	position: relative;
}
.zjDetailIntro .imgBox{
	width: 170px;
	height: 250px;
	overflow: hidden;
	border-radius: 6px;
	margin: 0 30px 0 0;
}
.zjDetailIntro .imgBox img{
	width: 170px;
	height: 250px;
}
.zjDetailIntro .detail{
	width: 840px;
}
.zjDetailIntro .detail .name{
	margin: 60px 0 35px 0;
}
.zjDetailIntro .detail .name p{
	font-size: 30px;
}
.zjDetailIntro .detail .name span{
	height: 40px;
	line-height: 40px;
	background: url(../images/icons/icon_jobs.png) no-repeat left center;
	padding: 0 0 0 20px;
	margin: 0 0 0 30px;
}
.zjDetailIntro .detail ul li{
	float: left;
	width: 280px;
	margin: 0 0 18px 0;
}
.zjDetailIntro .consult{
    color:#242424;
	width: 75px;
	height: 47px;
	line-height: 47px;
	position: absolute;
	right: 10px;
	top: 21%;
	border: 1px solid #f2f2f2;
	padding: 0 0 0 75px;
	border-radius: 4px;
	background: url(../images/icons/consult.png) no-repeat 47px center;
}
.zjDetailIntro .consult:hover{
	background-color:#f8f8f8;
    color:#0092da;
}
.zjDetailTab{
	width: 100%;
	background: #f8f8f8;
	padding: 20px 0 30px;
	margin: 20px 0 0 0;
}
.zjDetailTab .scrollbd{
	padding: 50px 30px;
	background: #fff;
}
.zjDetailTab .scrollbd .imgBox{
	width: 500px;
	height: 333px;
	overflow: hidden;
}
.zjDetailTab .scrollbd table{
	font-size: 16px;
	width: 100%;
}
.zjDetailTab .scrollbd table th{
	font-weight: normal;
	border-top: 1px solid #eeedeb;
	border-bottom: 1px solid #eeedeb;
}
.zjDetailTab .scrollbd table .th01{
	width: 24%;
	padding: 0 0 0 2%;
}
.zjDetailTab .scrollbd table th{
	height: 54px;
	line-height: 54px;
}
.zjDetailTab .scrollbd table td{
	height: 90px;
	line-height: 90px;
	border-bottom: 1px solid #eeedeb;
}
.trLine:hover{
	background: #eefaff;
}
.td01{
	padding: 0 0 0 2%;
}
.td01 a:hover{
	color: #0092DA;
}
.td14{
	width: 15%;
	text-align: center;
}
.zjDetailTab .scrollbd .imgBox img{
	width: 500px;
	height: 333px;
}
.zjDetailTab .scrollbd .txt{
	width: 620px;
}
