.main {
	width: 100%;
	min-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}
.banner{
	margin: 0 auto;
	position: relative;
	/* margin-top: 20px; */
}
.banner img{
	width: 100%;
	margin: 0 auto;
	background-size: 100% 100%;
	display: block;
}

.joinCon {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 40px;
	/* display: flex;
	justify-content: space-between; */
	overflow: hidden;
}

.joinNav {
	float: left;
	margin-top: 40px ;
	width: 220px;
	border: 1px solid rgba(0, 52, 143, 0.2);
	overflow: hidden;
}

.navTit {
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: rgba(0, 52, 143, 0.04);
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(0, 52, 143, 1);
	border-bottom: 1px solid rgba(0, 52, 143, 0.1);
}

.joinList {
	margin: 0 auto;
	margin-top: 40px ;
	width: 927px;
	height: 235px;
	border: 1px solid rgba(153, 153, 153, 0.2);
	box-shadow: 0px 0px 4px 0px rgba(153, 153, 153, 0.36);
	display: block;
	overflow: hidden;
}

.joinC {
	width: 870px;
	margin: 30px auto;
	overflow: hidden;
}

.jointop {
	width: 870px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.joinPost {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
}

.joinLable {
	margin-top: 19px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
}

.joinLable span {
	margin: 0 8px;
}
.joinLable span:first-child {
	margin-left: 0;
}
.joinMoney {
	text-align: right;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(0, 52, 143, 1);
}

.joinTime {
	margin-top: 19px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(153, 153, 153, 1);
}

.joindec {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* height: 90px; */
	height: 70px;
	overflow: hidden;
}

.joinLine {
	margin: 20px auto;
	width: 900px;
	height: 1px;
	background: rgba(153, 153, 153, 0.2);
}



.toggle {
	width: 100%;
	margin: 20px auto;
}

.toggle dl dt {
	margin: 0 auto;
	background: url(../images/join/icon_add.png) no-repeat scroll left center;
	height: 40px;
	width: 58%;
	line-height: 40px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	cursor: pointer;
	margin: 8px 0;
	margin-left: 30%;
	padding-left: 25px;
	display: block;
}

.toggle dl dt.currentJ {
	background: url(../images/join/icon_minus.png) no-repeat scroll left center;
	color: #00348F;
}

.toggle dl dd {
	padding-left: 10px;
	line-height: 24px;
}

.toggle dl dd h2 {
	font-size: 15px;
}

.toggle dl dd ul {
	padding-left: 40%;
	padding-bottom: 12px;
}

.toggle dl dd ul li {
	list-style: none;
	line-height: 30px;
	cursor: pointer;
}
.toggle dl dd ul li:hover {
	color: #00348F;
}
.toggle dl dd ul li.cur {
	color: #00348F;
}
.nL{
	margin: 0 auto;
	width:160px;
	height:1px;
	background:rgba(153,153,153,0.3);
}
.breadNav{
	width: 100%;
	height:60px;
	line-height: 60px;
	background:rgba(153,153,153,0.08);
	overflow: hidden;
}
.bconN{
	margin: 0 auto;
	width: 1200px;
	height:60px;
	line-height: 60px;	
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
	overflow: hidden;
}
.bconN span{
	font-weight:bold;
	color:rgba(0, 52, 143, 1);
}
.jobtop{
	width: 100%;
	padding: 40px 0;
	/* height:165px; */
	background:rgba(245,248,254,1);
	overflow: hidden;
}
.jobPost{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	overflow: hidden;
}
.postN{
	font-size:30px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(51,51,51,1);
}
.postM{
	margin-left: 50px;
	font-size:30px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(0,52,143,1);
}
.sqBtn{
	width:240px;
	height:60px;
	line-height: 60px;
	text-align: center;
	background:rgba(0,52,143,1);
	border-radius:4px;
	font-size:24px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
	cursor: pointer;
}
.jobLable{
	margin-top: 19px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
}
.jobLable span{
	margin: 0 8px;
}
.jobLable span:first-child{
	margin-left: 0;
}
.jobDetail{
	width: 1200px;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.jobLeft{
	margin: 4px;
	width:850px;
	height:495px;
	background:rgba(245,248,254,0.01);
	box-shadow:0px 0px 4px 0px rgba(153,153,153,0.36);
}
.jobdec{
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.titLi{
	margin-top: 40px;
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(51,51,51,1);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
}
.titleLine{
	margin-right: 12px;
	width:8px;
	height:21px;
	background:rgba(51,51,51,1);
}
.jobZZ, .jobYQ{
	margin-top: 28px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:30px;
}
.jobRight{
	margin-top: 4px;
	width:300px;
}
.hotTip{
	margin-bottom: 30px;
	width: 100%;
	height:40px;
	line-height: 40px;
	font-size:18px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	background:rgba(249,249,249,1);
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
}
.hotline{
	margin-right: 19px;
	width:8px;
	height:40px;
	background:rgba(0,52,143,1);
}
.xgTjList{
	margin: 38px auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.xgTit{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
}
.xgLable{
	margin-top: 18px;
	font-size:12px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
}
.xgLable span{
	margin: 0 8px;
}
.xgLable span:first-child{
	margin-left: 0;
}
.xgMoney{
	font-size:14px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(0,52,143,1);
}
.xgLine{
	margin-top: 29px;
	width:100%px;
	height:1px;
	background:rgba(153,153,153,0.3);
}
#cover {
    position: fixed;
    left: 0px;
    top: -20px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    min-height: 100%;
    filter: alpha(opacity=60);
    opacity: 0.6;
    display: none;
    z-Index: 999;
}
.tc_wz {
    width: 516px;
    height: auto;
    position: absolute;
    top: 20%;
    left: 50%;
	margin-left: -258px;
    display: none;
    z-index: 9999;
}
.sqBox{
	width: 100%;
	background:rgba(255,255,255,1);
	border-radius:4px;
}
.sqline{
	width:516px;
	height:1px;
	background:rgba(153,153,153,0.3);
}
.sqtit{
	text-align: center;
	height: 80px;
	line-height: 80px;
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(51,51,51,1);
}
.sqmain{
	padding: 30px;
}
.sqpost{
	padding: 30px;
	background:rgba(0,0,0,0.01);
	box-shadow:0px 0px 4px 0px rgba(153,153,153,0.36);
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.sqPostTit{
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(51,51,51,1);
}
.sqMoney{
	font-size:20px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(0,52,143,1);
}
.postBox{
	margin-top: 30px;
	padding: 30px;
	background:rgba(255,255,255,0.01);
	box-shadow:0px 0px 4px 0px rgba(153,153,153,0.36);
	overflow: hidden;
}
.postfLi{
	margin-top: 30px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.postfLi:first-child{
	margin-top: 0;
}
.lableText{
	width: 80px;
	line-height: 50px;
	text-align: right;
	font-size:18px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(0,0,0,1);
}
.inputText{
	text-indent: 15px;
	width: 300px;
	height:50px;
	border:1px solid rgba(153,153,153,0.3);
	border-radius:2px;
}
.sbaddBtn {
   width:80px;
   text-align: center;
   height:36px;
   line-height: 36px;
   background:rgba(0,52,143,0.1);
   border:1px solid rgba(0,52,143,0.3);
   border-radius:4px;
   font-size:14px;
   font-family:Microsoft YaHei;
   font-weight:400;
   color:rgba(0,52,143,1);
}
.upBox{
	margin-left: 15px;
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
}
.addTip{
	margin-left: 15px;
	line-height: 36px;
	font-size:12px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(143,7,0,1);
}
.btns{
	margin-top: 40px;
	display: flex;
	justify-content: flex-end;
	overflow: hidden;
}
.btnQX{
	width:120px;
	height:50px;
	line-height: 50px;
	text-align: center;
	font-size:18px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
	background:rgba(153,153,153,0.2);
	border-radius:2px;
	cursor: pointer;
}
.btnQD{
	margin-left: 30px;
	width:120px;
	height:50px;
	line-height: 50px;
	text-align: center;
	font-size:18px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
	background:rgba(0,52,143,1);
	border-radius:2px;
	cursor: pointer;
}
 input::-webkit-input-placeholder {
	text-indent: 15px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
}
