@charset "UTF-8";
/* CSS Document */


.bhcCommentMainBox{
	width: 100%;
	margin: 48px 0 80px;
	overflow: hidden;
}

.bhcRightBox{
	width: 75%;
	float: right;
}

.bhcRightBox h1{
	color: #05377e;
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 15px;
}


.overviewBox p{
	color: #808080;
	font-size: 15px;
	line-height: 34px;
	text-indent: 2em;
}

.overviewBox h6{
	color: #808080;
	font-size: 15px;
	font-weight: normal;
	line-height: 34px;
}


/*加入蓝海*/

.bhcRightBox p{
	color: #808080;
	font-size: 15px;
	line-height: 28px;
	text-indent: 2em;
}

.talentMessageBox{
	width: 100%;
	margin: 20px 0;
}

.talentMessageBox h1{
	width: 100%;
	border-bottom: 2px solid #e6e6e6;
	
}

.talentMessageBox h1 span{
	display: inline-block;
	border-bottom: 3px solid #05377e;
	padding: 10px 0;
	margin-bottom: -2px;
	font-size: 20px;
	color: #666;
	font-weight: normal;
}

.talentMessageBox table{
	width: 100%;
}

.talentMessageBox table thead tr th{
	width: 20%;
	text-align: center;
	background: #05377e;
	color: #FFFFFF;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
}


.talentMessageBox table tbody tr{
	color: #808080;
}
.talentMessageBox table tbody tr td{
	width: 20%;
	text-align: center;
	
	height: 46px;
	line-height: 46px;
}
.talentMessageBox table tbody tr:hover{
	background: #f0f2f5;
	color: #05377e;
}

.talentMessageBox table tbody tr td a{
	color: #808080;
}

.talentMessageBox table tbody tr:hover a{
	color: #05377e;
}



/*招聘详情*/
.talentDetical{
	position: relative;
}

.back{
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border:1px solid #05377e;
	color: #05377e;
}

.talentDetical ul{
	padding: 10px 20px;
	overflow: hidden;
	background: #f0f3f5;
	margin-bottom: 20px;
}

.talentDetical ul li{
	width: 33.33%;
	float: left;
	color: #05377e;
	line-height: 32px;
}

.talentDetical ul li span{
	color: #666666;
}


.deticalTextBox{
	margin-bottom: 32px;
}

.deticalTextBox h5{
	display: inline-block;
	color: #676767;
	font-size: 16px;
	border-bottom: 3px solid #05377e;
	line-height: 40px;
	margin-bottom: 15px;
	font-weight: normal;
}

.deticalTextBox div{
	color: #808080;
	margin-bottom: 40px;
	text-indent: 2em;
}

.deticalTextBox p{
	color: #808080;
	line-height: 24px;
	text-indent: 2em;
	font-size: 14px;
}


.twobuttonBox{
	width: 100%;
	text-align: center;
}

.twobuttonBox input{
	width: 120px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	margin: 0 12px;
	cursor: pointer;
}

.twobuttonBox input:nth-child(1){
	background: #05377e;
	color: #FFFFFF;
	font-size: 16px;
}

.twobuttonBox input:nth-child(2){
	background: #edf0f2;
	color: #05377e;
	font-size: 16px;
}

/*在线申请*/
.onlineApplication h5{
	display: inline-block;
	color: #676767;
	font-size: 16px;
	border-bottom: 3px solid #05377e;
	line-height: 40px;
	margin-bottom: 15px;
	font-weight: normal;
}


.onlineApplication{
	margin-bottom: 40px;
}

.onlineApplication ul{
	width: 100%;
	overflow: hidden;
}

.onlineApplication ul li{
	width: 50%;
	float: left;
	margin-bottom: 20px;
}

.onlineApplication ul li label{
	display: inline-block;
	width: 80px;
	text-align: right;
	color: #808080;
	vertical-align: middle;
	font-size: 15px;
}

.onlineApplication ul li span{
	display: inline-block;
	width: 70%;
	vertical-align: middle;
}

.onlineApplication ul li span input{
	width: 90%;
	height: 28px;
	line-height: 28px;
	border: 1px solid #e6e6e6;
	color: #333;
	margin-right: 10px;
	padding-left: 8px;
	font-size: 15px;
}


.onlineApplication .sexBox input{
	width: 24px;
	height: 24px;
	vertical-align: -5px;
}

.onlineApplication .sexBox input:nth-child(2){
	margin-left: 20px;
}

.onlineApplication .workBox{
	width: 100%;
}


.onlineApplication textarea{
	width: 95%;
	border: 1px solid #e6e6e6;
	padding: 8px;
	font-size: 15px;
	color: #333;
	height: 200px;
}


.threeButton input:nth-child(2){
	background: #05377e;
	color: #FFFFFF;
	font-size: 16px;
}