@charset "utf-8";
{
	font-size: 14px;
}
/*中间部分上部*/
.i-center-topdiv {
	border:1px solid #E3E6F4;
	height: 120px;
	background-color: #FFFFFF;
}
/*中间部分下部*/
.i-center-bottomdiv {
	border: 1px solid #E3E6F4;
	background-color: #FFFFFF;
	margin-top: 20px;
}
/*右侧大块*/
.right-table{
    display: inline-block;
    width: 70%;
    float: left;
    font-size: 14px;
    margin-left: 20px;
}
/*右侧左块*/
.rightLeft{
	display: inline-block;
	width: 48%;
	float: left;
}
/*右侧右块*/
.rightRight{
	display: inline-block;
	width:49%;
	float:left;
	margin-left: 20px;
	background-color: #fff;
	font-size: 14px;
	border: 1px solid #E3E6F4;
}
.i-center-infor {
	padding: 0 30px;
	font-weight: bold;
	color: #666666;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #E3E6F4;
}
#infor-list li {
	height: 50px;
	line-height: 50px;
	margin: 0 10px;
	border-bottom: 1px dashed #E3E6F4;
}
/*中间上部按钮*/
.i-button {
	width: 160px;
	height: 40px;
	line-height: 40px;
	background-color: #84B4EA;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
	border-radius: 4px;
	position: absolute;
	cursor: pointer;
}

.i-button-Post {
	margin-left: 32px;
}

.i-button-add-recruitment {
	margin-left: 210px;
}

.scoll{
	height: 612px;
	overflow: hidden;
}

.scoll span:first-child{
	float: left;
}

#i-company-name {
	display: inline-block;
	float: left;
	width: 50%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #4A76A8;
}

#i-news-job {
	color: #ff9c00;
}

.i-infor-company {
	height: 120px;
	border-bottom: 1px dashed #E3E6F4;
	color: #999999;
	text-align: center;
	margin: 0 20px;
}

.i-infor-company-title {
	height: 60px;
	line-height: 90px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

#i-infor-details {
	padding: 40px 20px;
}
#i-infor-details a{
	color: #4A76A8;
}
.i-infor-details-div {
	text-indent: 28px;
	padding-bottom: 20px;
}

.i-infor-details-title {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
}

.text-indent30px {
	text-indent: 30px;
}

.i-infor-details-woring {
	padding: 40px 0px;
	text-indent: 28px;
}
