.career-count{
	font-size: 18px;
	color: #ff8800;
	margin-left: 5px;
}
.career-place{
		margin-left: auto;
		display:flex;
}
.career-location{
	 background: url(/common/img/location-icon.png) no-repeat right center;
	 height: 42px;
	 width: 40px;
	 margin-right: 5px;
}

.career-card-header{
	background-image: linear-gradient(136deg, #2b72d6, #66bfff);
	color: #fff;
	font-size: 18px;
	line-height: 42px;
	padding: 2px 10px;
	width:80%;
	margin:0 auto;
}

.career-card-body{
	border: 1px solid#e9e9e9;
	padding: 20px;
	color: #999;
	font-size: 15px;
	margin-bottom: 23px;
	width:80%;
	margin:0 auto 20px auto;
}

.career-condition{
	font-size: 16px;
	line-height: 20px;
	color: #333;
	margin: 5px 0px 10px 0px;
}

.career-content-label{
	color: #2484f2;
	font-weight: bold;
}


.career-content{
	line-height: 30px;
	padding-left: 20px;
}

.career-content ul{
	list-style: none;
}  
.career-content ul li{
}

.career-content ul li p{
    display: inline-block;
    margin: auto 12px auto 0;
    width: 6px;
    height: 6px;
    background-color: rgba(85, 158, 242, 0.4);
    border-radius: 50%;
}

.career-btn-group{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.resumeBtn{
	width: 120px;
	height: 36px;
	background: #ff8800;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #ff8800;
	color: #FFF;
	cursor: pointer;
}

.contactBtn{
	width: 120px;
	height: 36px;
	background: #fff;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #ff8800;
	color: #ff8800;
	cursor: pointer;
	margin-left: 10px;
	transition: all .4s ease-in; 
}

.resumeBtn:hover{
	background-color: #f18102;
}

.contactBtn:hover{
	color: #fff;
	border-color: #ff8800;
	background: #ff8800;
}
