@charset "utf-8";
.companyInfo{
	padding: 30px;
	background-color: #fff;
	margin-bottom: 20px;
}
.companyInfo .logoImg{
	width: 80px;
	height: 80px;
	margin-right: 20px;
	border: 1px solid #ccc;
	line-height: 80px;
	box-sizing: border-box;
}
.companyInfo .logoImg img{
	width: 78px;
	max-height: 78px;
}
.companyInfo .comName{
	font-size:24px ;
	line-height: 50px;
	margin-right: 30px;
	max-width: 950px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.companyInfo .memType{
	height: 13px;
	margin-left: 10px;
	margin-top: 17px;
}

.companyInfo .companyText{
	margin-top: 10px;
}
.companyInfo .companyText span{
	margin-right: 20px;
	padding-left: 28px;
	float: left;
}
.companyInfo .companyText .weizhi{
	background: url(../images/comIcon.png) no-repeat left top;
}
.companyInfo .companyText .renshu{
	background: url(../images/comIcon.png) no-repeat left -30px;
}
.companyInfo .companyText .huiyuan{
	background: url(../images/comIcon.png) no-repeat left -59px;
}
.companyInfo .companyText .pinpai{
	background: url(../images/comIcon.png) no-repeat left -88px;
	max-width: 300px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.com_aboutUs{
	padding: 10px 30px;
	background-color: #fff;
	margin-bottom: 20px;
}
.com_aboutUs .title{
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #f2f2f2;
	position: relative;
	margin-bottom: 10px;
	padding-left: 12px;
}
.com_aboutUs .title strong{
	position: absolute;
	z-index: 2;
}
.com_aboutUs .title .dian{
	display: inline-block;
	width: 3px;
	height: 16px;
	background-color:  #4D7EFF  ;
	position: absolute;
	left: 0;
	top: 12px;
	z-index: 1;
}
.com_aboutUs .infoText{
	line-height: 30px;
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}
.com_aboutUs .title2{
	font-weight: bold;
	color: #333;
	font-size: 14px;
}

.companyJob-list{
	width: 1190px;
	background-color: #fff;
}
.companyJob-list th{
	background-color: #ebebeb;
}
.companyJob-list tr:nth-child(odd) td{
	background-color: #fafafa;
}
.companyJob-list .size16{
	font-size: 16px;
}
.companyJob-list th,.companyJob-list td{
	font-size: 14px;
}

.jobNum{
	border-top: 1px solid #ececec;
	padding: 25px 0;
	text-align: center;
}
.jobNum .num{
	margin: 0 15px;
}
.jobNum .line{
	display: inline-block;
	width: 80px;
	border-top: 1px solid #ececec;
	position: relative;
	top: -3px;
}