﻿.inner-box h3 {
    display: inline-block;
    background-color: #D6AE83;
    color: white;
    padding: 8px 30px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;}
	

.rczp-nav-next {
    padding-top: 1px;
}

.recruitment-list li {font-size: 0;
  margin-bottom: 10px;
  cursor:pointer;
}
.recruitment-list li > p {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  //background-color: #5a3c2e;
  background-color:#EDEDED;
  font-weight: 600;
  color: #666;
  box-sizing: border-box;
  padding: 18px 25px;
  height:57px;
}
.recruitment-list li.on > p {
	background-color: #5a3c2e;
	color: #fff;
	height:57px;
}
.recruitment-list li > p:nth-of-type(1) {
  width: 22%;
}
.recruitment-list li > p:nth-of-type(2) {
  width: 35%;
}
.recruitment-list li > p:nth-of-type(3) {
  width: 35%;
}
.recruitment-list li > p:nth-of-type(4) {
  width: 8%;
  padding: 15px 25px 14px;
  height:57px;
}
.recruitment-list li > p:nth-of-type(4) span {
  display: block;
  background-color: white;
  width: 28px;
  height: 28px;
  line-height: 25px;
  text-align: center;
  background-color: #5a3c2e;
  font-size: 30px;
  color:white;
}
.recruitment-list li div {
  display: none;
  font-size: 14px;
  color: #666666;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ddd;
}

.rczpTitle {
    padding: 30px 0 30px;
    text-align: center;
    font-size: 30px;}

.rczpTitle h1{font-size: 30px;font-weight: normal;}
.rczpTitle p{font-size: 14px;color: #888888;font-family: arial;margin-top: 10px;}


