body,
html {
  background-color: #f0f0f0;
}
.nav {
  width: 100%;
  height: 50px;
  background-color: #fff;
  margin-top: 10px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.nav ul {
  width: 1200px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
.nav ul li {
  list-style: none;
  padding: 0 30px;
  margin: 0 30px;
  float: left;
  cursor: pointer;
  position: relative;
}
.nav ul li:hover {
  border-bottom: 2px solid #409EFF;
  color: #409EFF;
}
.nav ul li:last-of-type {
  float: right;
}
.nav ul li.cur {
  background-color: #f40000;
  color: #fff;
}
.nav ul li.active {
  border-bottom: 2px solid #409EFF;
  color: #409EFF;
}
.recruitment {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  background-color: #F0F0F0;
}
.recruitment .r-content {
  width: 100%;
  height: 50px;
  text-align: center;
}
.recruitment .r-content .hot-area {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.recruitment .r-content .hot-area span.label {
  width: 100px;
  float: left;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  line-height: 50px;
  text-align: center;
}
.recruitment .r-content .hot-area span.more {
  display: inline-block;
  width: 100px;
  float: right;
  text-align: right;
  line-height: 50px;
  font-size: 13px;
  color: #409EFF;
  cursor: pointer;
  margin-right: 50px;
}
.recruitment .r-content .hot-area ul {
  width: calc(100% - 300px);
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.recruitment .r-content .hot-area ul li {
  cursor: pointer;
  list-style: none;
  float: left;
  padding: 3px 30px;
  border: 1px solid #ddd;
  border-radius: 9px;
  font-size: 13px;
  margin-right: 30px;
  background-color: #fff;
  margin-top: 10px;
}
.recruitment .r-content .hot-area ul.more-list {
  position: absolute;
  right: 0;
  top: 50px;
  background-color: #fff;
  z-index: 9;
  width: 1200px;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}
.search-content {
  position: relative;
}
.search-content .r-search-1 {
  width: 100%;
  height: 50px;
  background-color: #fff;
}
.search-content .r-search-2 {
  width: 100%;
  height: 50px;
  background-color: #f0f0f0;
}
.search-content .r-search {
  width: 1200px;
  height: 80px;
  box-sizing: border-box;
  border: 1px solid #409EFF;
  border-radius: 3px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -600px;
  background-color: #fff;
}
.search-content .r-search .s-address {
  width: 300px;
  float: left;
  border-right: none;
  line-height: 75px;
  padding-left: 50px;
}
.search-content .r-search .search-input {
  width: 402px;
  height: 37px;
  float: left;
  border: 1px solid #e6e6e6;
  margin-top: 20px;
  margin-left: 100px;
}
.search-content .r-search .search-input input {
  width: 300px;
  height: 35px;
  border: none;
  text-indent: 10px;
  font-size: 13px;
}
.search-content .r-search .search-input span {
  cursor: pointer;
  display: inline-block;
  width: 98px;
  float: right;
  text-align: center;
  line-height: 35px;
  border-left: 1px solid #e6e6e6;
  background-color: #409EFF;
  color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.r-content1 {
  width: 1200px;
  height: auto;
  margin: 10px auto;
  overflow: hidden;
}
.r-content1 .company {
  width: 900px;
  float: left;
}
.r-content1 .company .info {
  background-color: #d9ecff;
  padding: 20px 30px;
  height: 150px;
  border-bottom: 1px dashed #ccc;
  position: relative;
}
.r-content1 .company .info .name {
  width: 100%;
  display: inline-block;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.r-content1 .company .info .time {
  width: 100%;
  font-size: 14px;
  color: #999;
  line-height: 30px;
  display: inline-block;
}
.r-content1 .company .info .money {
  font-size: 24px;
  color: #F56C6C;
  line-height: 50px;
  font-weight: bold;
}
.r-content1 .company .info .address {
  display: inline-block;
  font-size: 14px;
  color: #666;
  padding-left: 50px;
  line-height: 40px;
  position: relative;
}
.r-content1 .company .info .address:after {
  content: '';
  width: 40px;
  height: 40px;
  background: url("../i/new/address.png") no-repeat center center;
  background-size: 18px;
  position: absolute;
  top: 0;
  left: 20px;
}
.r-content1 .company .info .day {
  display: inline-block;
  font-size: 14px;
  color: #666;
  padding-left: 50px;
  line-height: 40px;
  position: relative;
}
.r-content1 .company .info .day:after {
  content: '';
  width: 40px;
  height: 40px;
  background: url("../i/new/meditor-time.png") no-repeat center center;
  background-size: 16px;
  position: absolute;
  top: 0;
  left: 20px;
}
.r-content1 .company .info .month {
  display: inline-block;
  font-size: 14px;
  color: #666;
  padding-left: 50px;
  line-height: 40px;
  position: relative;
}
.r-content1 .company .info .month:after {
  content: '';
  width: 40px;
  height: 40px;
  background: url("../i/new/date.png") no-repeat center center;
  background-size: 16px;
  position: absolute;
  top: 0;
  left: 20px;
}
.r-content1 .company .info .push {
  width: 100px;
  height: 40px;
  background-color: #409EFF;
  color: #fff;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 30px;
  top: 30px;
  border-radius: 3px;
  font-size: 14px;
}
.r-content1 .company .info .collection {
  width: 100px;
  height: 40px;
  border: 1px solid #409EFF;
  background-color: #fff;
  text-indent: 20px;
  color: #409EFF;
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 30px;
  top: 80px;
  border-radius: 3px;
  font-size: 14px;
}
.r-content1 .company .info .collection:after {
  content: '';
  width: 20px;
  height: 40px;
  background: url(../i/new/collection.png) no-repeat center center;
  background-size: 16px;
  position: absolute;
  top: 0;
  left: 10px;
}
.r-content1 .company .person {
  background-color: #d9ecff;
  padding: 20px 30px;
  height: 150px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  position: relative;
  z-index: 9;
}
.r-content1 .company .person .img {
  width: 110px;
  height: 110px;
  background-image: url("../i/head.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 3px;
  float: left;
}
.r-content1 .company .person .p-info {
  width: calc(100% - 200px);
  height: 110px;
  float: left;
  margin-left: 20px;
}
.r-content1 .company .person .p-info .name {
  width: 100%;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding-bottom: 10px;
}
.r-content1 .company .person .p-info .tips1 {
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
}
.r-content1 .company .person .p-info .tips1 ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.r-content1 .company .person .p-info .tips1 ul li {
  float: left;
  font-size: 13px;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  line-height: 30px;
  color: #666;
}
.r-content1 .company .person .p-info .tips1 ul li:first-of-type {
  padding-left: 0;
}
.r-content1 .company .person .p-info .tips1 ul li:not(:last-of-type):after {
  content: '';
  width: 1px;
  height: 10px;
  position: absolute;
  top: 10px;
  right: 0;
  background-color: #666;
}
.r-content1 .company .person .p-info .tips2 {
  width: 100%;
  height: 40px;
}
.r-content1 .company .person .p-info .tips2 ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.r-content1 .company .person .p-info .tips2 ul li {
  padding: 2px 4px;
  float: left;
  font-size: 12px;
  border: 1px solid #409EFF;
  border-radius: 3px;
  color: #409EFF;
  margin-right: 10px;
}
.r-content1 .company .person .download {
  cursor: pointer;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-indent: 15px;
  position: absolute;
  top: 40px;
  right: 30px;
  background-color: #409EFF;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
}
.r-content1 .company .person .download:after {
  content: '';
  width: 30px;
  height: 30px;
  background: url("../i/new/download.png") no-repeat center right;
  background-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
.r-content1 .company .person .star {
  cursor: pointer;
  width: 100px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  text-indent: 15px;
  position: absolute;
  top: 90px;
  right: 30px;
  border: 1px solid #409EFF;
  color: #409EFF;
  font-size: 13px;
  border-radius: 3px;
}
.r-content1 .company .person .star:after {
  content: '';
  width: 30px;
  height: 30px;
  background: url("../i/new/collection.png") no-repeat center right;
  background-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.r-content1 .company .list {
  background-color: #fff;
  padding: 10px 30px;
  height: 100px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 10px;
  z-index: 9;
}
.r-content1 .company .list .logo {
  width: 80px;
  height: 80px;
  background: url("../i/carlogo.png") no-repeat center center;
  float: left;
}
.r-content1 .company .list .name {
  margin-left: 20px;
  float: left;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  line-height: 40px;
  width: 115px;
}
.r-content1 .company .list .r-list {
  width: 570px;
  height: 40px;
  margin-left: 20px;
  float: left;
}
.r-content1 .company .list .r-list ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.r-content1 .company .list .r-list ul li {
  cursor: pointer;
  list-style: none;
  padding-right: 10px;
  border-right: 1px solid #ccc;
  float: left;
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}
.r-content1 .company .list .r-list ul li:not(:first-of-type) {
  padding-left: 10px;
}
.r-content1 .company .list .r-list ul li:last-of-type {
  border-right: none;
}
.r-content1 .company .list .hasmore {
  cursor: pointer;
  font-size: 12px;
  color: #999;
  float: right;
  bottom: 20px;
  position: absolute;
  right: 30px;
}
.r-content1 .company .list1 {
  background-color: #fff;
  padding: 10px 30px;
  height: 150px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 10px;
  z-index: 9;
}
.r-content1 .company .list1 .logo {
  height: 100px;
  margin: 15px 0;
}
.r-content1 .company .list1 .name {
  margin-top: 10px;
}
.r-content1 .company .list1 .r-list {
  margin-top: -10px;
}
.r-content1 .company .list1 .num {
  width: 550px;
  height: 40px;
  float: left;
  margin-left: 20px;
  line-height: 40px;
  font-size: 13px;
  color: #666;
}
.r-content1 .company .list1 .num span {
  margin-right: 15px;
}
.r-content1 .company .list1 .num span i {
  font-style: normal;
  font-size: 18px;
  color: #f40000;
  font-weight: bold;
}
.r-content1 .company .list1 .star {
  width: 100px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #409EFF;
  text-indent: 40px;
  position: absolute;
  bottom: 10px;
  right: 30px;
  font-size: 13px;
  color: #409EFF;
  border-radius: 3px;
}
.r-content1 .company .list1 .star:after {
  content: '';
  width: 30px;
  height: 30px;
  background: url("../i/new/collection.png") no-repeat center center;
  background-size: 16px;
  position: absolute;
  top: 0;
  left: 15px;
}
.r-content1 .company .w {
  background-color: #fff;
  padding: 20px 30px;
  position: relative;
  margin-top: -10px;
}
.r-content1 .company .w .w-title {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
}
.r-content1 .company .w ul {
  padding: 0;
  margin: 10px 0;
  overflow: hidden;
}
.r-content1 .company .w ul li {
  padding: 3px 5px;
  background-color: #d9ecff;
  color: #1975ff;
  font-size: 12px;
  float: left;
  margin-right: 15px;
  border-radius: 3px;
}
.r-content1 .company .w p {
  margin: 0;
  font-size: 13px;
  color: #666;
  line-height: 25px;
}
.r-content1 .company .w .w-list {
  overflow: hidden;
}
.r-content1 .company .w .w-list .content {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ededed;
  float: left;
  padding: 20px;
}
.r-content1 .company .w .w-list .content:hover {
  background-color: #d9ecff;
}
.r-content1 .company .w .w-list .content:hover .star {
  display: block;
}
.r-content1 .company .w .w-list .content:hover .push {
  display: block;
}
.r-content1 .company .w .w-list .content .name1 {
  width: 50%;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: left;
  float: left;
}
.r-content1 .company .w .w-list .content .name2 {
  width: 50%;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: right;
  float: right;
}
.r-content1 .company .w .w-list .content .price {
  font-size: 16px;
  color: #F56C6C;
  width: 100%;
}
.r-content1 .company .w .w-list .content .tips1 {
  font-size: 14px;
  color: #666;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.r-content1 .company .w .w-list .content .tips1 span {
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
}
.r-content1 .company .w .w-list .content .tips1 span:first-of-type {
  padding-left: 0;
}
.r-content1 .company .w .w-list .content .tips1 span:not(:last-of-type):after {
  content: '';
  height: 10px;
  width: 1px;
  background-color: #666;
  position: absolute;
  top: 3px;
  right: 0;
}
.r-content1 .company .w .w-list .content .tips2 span {
  padding: 2px 4px;
  font-size: 13px;
  color: #666;
  background-color: #fff;
  border-radius: 3px;
  float: left;
  margin-right: 10px;
}
.r-content1 .company .w .w-list .content .star {
  cursor: pointer;
  display: none;
  width: 60px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 140px;
  bottom: 20px;
  font-size: 13px;
  text-indent: 25px;
}
.r-content1 .company .w .w-list .content .star:after {
  content: '';
  height: 30px;
  width: 30px;
  background: url("../i/new/collection.png") no-repeat center center;
  background-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.r-content1 .company .w .w-list .content .push {
  cursor: pointer;
  display: none;
  width: 100px;
  height: 30px;
  background-color: #409EFF;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 3px;
}
.r-content1 .company .w .w-list .get-more {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #f40000;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  text-align: center;
  float: left;
}
.r-content1 .company .w .button {
  width: 100%;
  padding-top: 40px;
  overflow: hidden;
}
.r-content1 .company .w .button .push {
  font-size: 13px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  background-color: #409EFF;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  float: left;
}
.r-content1 .company .w .button .star {
  font-size: 13px;
  width: 100px;
  height: 30px;
  line-height: 29px;
  border: 1px solid #409EFF;
  color: #409EFF;
  text-align: center;
  text-indent: 20px;
  border-radius: 3px;
  float: left;
  margin-left: 50px;
  position: relative;
}
.r-content1 .company .w .button .star:after {
  content: '';
  width: 45px;
  height: 28px;
  background: url("../i/new/collection.png") no-repeat center right;
  background-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.r-content1 .company .clean10 {
  width: 100%;
  height: 10px;
  clear: both;
}
.r-content1 .company .position {
  background-color: #fff;
  position: relative;
}
.r-content1 .company .position .titles {
  width: 100%;
  height: 40px;
  background-color: #ededed;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  color: #333;
  font-size: 13px;
}
.r-content1 .company .position .titles ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.r-content1 .company .position .titles ul li:not(.border) {
  cursor: pointer;
  width: 100px;
  line-height: 39px;
  float: left;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.r-content1 .company .position .titles ul li.border {
  float: left;
  height: 40px;
  width: calc(100% - 200px);
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.r-content1 .company .position .titles ul li.active {
  background-color: #fff;
  color: #409EFF;
  border-bottom: none;
}
.r-content1 .company .position .content {
  padding: 20px;
}
.r-content1 .company .position .content ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.r-content1 .company .position .content ul li {
  width: 48%;
  height: 80px;
  padding: 10px;
  float: left;
  margin-right: 4%;
  margin-bottom: 2%;
  background-color: #ecf5ff;
  border-radius: 3px;
  position: relative;
}
.r-content1 .company .position .content ul li:nth-of-type(2n) {
  margin-right: 0;
}
.r-content1 .company .position .content ul li .name1 {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 35px;
}
.r-content1 .company .position .content ul li .price {
  float: right;
  font-size: 16px;
  color: #F56C6C;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 13px;
  font-weight: bold;
}
.r-content1 .company .position .content ul li .name2 {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.r-content1 .company .status-5 {
  width: 100%;
  height: 80px;
  border: 1px solid #ccc;
}
.r-content1 .company .status-5 ul:not(.s-list) {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
  display: table;
}
.r-content1 .company .status-5 ul:not(.s-list) li {
  cursor: pointer;
  float: left;
  font-size: 13px;
  line-height: 40px;
  padding: 0 15px;
  position: relative;
}
.r-content1 .company .status-5 ul:not(.s-list) li:not(:first-of-type).active {
  background-color: #fff;
  color: #409EFF;
}
.r-content1 .company .status-5 ul:not(.s-list) li:not(:first-of-type).active:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.r-content1 .company .status-5 ul:not(.s-list) li:first-of-type {
  width: 130px;
  text-align: left;
  text-indent: 10px;
  position: relative;
}
.r-content1 .company .status-5 ul:not(.s-list) li:first-of-type:after {
  content: '';
  width: 20px;
  height: 40px;
  background: url("../i/new/list.png") no-repeat center left;
  background-size: 18px;
  position: absolute;
  top: 0;
  right: 30px;
}
.r-content1 .company .status-5 ul.s-list {
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-color: #fff;
}
.r-content1 .company .status-5 ul.s-list li {
  cursor: pointer;
  float: left;
  font-size: 12px;
  line-height: 37px;
  padding: 0 15px;
}
.r-content1 .company .status-5 ul.s-list li.active {
  color: #409EFF;
}
.r-content1 .company .more-list {
  padding: 5px 15px;
  background-color: #fff;
  font-size: 13px;
  overflow: hidden;
}
.r-content1 .company .more-list ul {
  width: 100%;
  padding: 5px 0;
  margin: 0;
  overflow: hidden;
  float: left;
}
.r-content1 .company .more-list ul li {
  padding: 0 2px;
  float: left;
  margin-right: 15px;
}
.r-content1 .company .more-list ul li:not(:first-of-type) {
  cursor: pointer;
}
.r-content1 .company .more-list ul li:not(:first-of-type).active {
  border: 1px solid #409EFF;
  color: #409EFF;
  border-radius: 3px;
}
.r-content1 .company .list-5 {
  width: 100%;
  height: auto;
  background-color: #fff;
  margin-top: 15px;
}
.r-content1 .company .list-5 .titles {
  width: 100%;
  height: 40px;
  background-color: #f4f4f4;
  color: #333;
}
.r-content1 .company .list-5 .titles ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.r-content1 .company .list-5 .titles ul li {
  width: 100px;
  float: left;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  line-height: 40px;
  position: relative;
}
.r-content1 .company .list-5 .titles ul li.active {
  background-color: #fff;
  color: #409EFF;
  line-height: 38px;
  border-top: 2px solid #409EFF;
}
.r-content1 .company .list-5 .content {
  padding: 15px;
  background-color: #fff;
}
.r-content1 .company .list-5 .content ul.c-ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.r-content1 .company .list-5 .content ul.c-ul li {
  padding: 8px;
  width: 49%;
  float: left;
  border: 1px solid #ccc;
  margin-right: 2%;
  margin-bottom: 2%;
}
.r-content1 .company .list-5 .content ul.c-ul li:nth-of-type(2n) {
  margin-right: 0;
}
.r-content1 .company .list-5 .content ul.c-ul li .info-1 {
  width: 100%;
  height: 60px;
  border-bottom: 1px dashed #ccc;
}
.r-content1 .company .list-5 .content ul.c-ul li .info-1 .name {
  display: inline-block;
  width: 50%;
  text-align: left;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  float: left;
}
.r-content1 .company .list-5 .content ul.c-ul li .info-1 .price {
  display: inline-block;
  width: 50%;
  text-align: right;
  font-size: 16px;
  color: #F56C6C;
  float: right;
}
.r-content1 .company .list-5 .content ul.c-ul li .info-1 .address {
  display: inline-block;
  line-height: 30px;
  float: left;
  font-size: 12px;
  color: #666;
  position: relative;
  margin-right: 20px;
  padding-left: 20px;
}
.r-content1 .company .list-5 .content ul.c-ul li .info-1 .address:after {
  content: '';
  width: 20px;
  height: 30px;
  background: url("../i/new/address.png") no-repeat center;
  background-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.r-content1 .company .list-5 .content ul.c-ul li .info-1 .day {
  display: inline-block;
  line-height: 30px;
  float: left;
  font-size: 12px;
  color: #666;
  position: relative;
  padding-left: 20px;
}
.r-content1 .company .list-5 .content ul.c-ul li .info-1 .day:after {
  content: '';
  width: 20px;
  height: 30px;
  background: url("../i/new/date.png") no-repeat center;
  background-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
.r-content1 .company .list-5 .content ul.c-ul li .info-1 .month {
  display: inline-block;
  line-height: 30px;
  float: left;
  font-size: 12px;
  color: #666;
  position: relative;
  margin-right: 20px;
  padding-left: 20px;
}
.r-content1 .company .list-5 .content ul.c-ul li .info-1 .month:after {
  content: '';
  width: 20px;
  height: 30px;
  background: url("../i/new/meditor-time.png") no-repeat center;
  background-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
.r-content1 .company .list-5 .content ul.c-ul li .info-2 {
  padding-top: 10px;
}
.r-content1 .company .list-5 .content ul.c-ul li .info-2 .logo {
  width: 80px;
  height: 60px;
  float: left;
  background: url("../i/head.png") no-repeat center;
  background-size: cover;
}
.r-content1 .company .list-5 .content ul.c-ul li .info-2 .name {
  font-size: 13px;
  color: #409EFF;
  line-height: 30px;
  float: left;
  width: calc(100% - 100px);
  margin-left: 20px;
}
.r-content1 .company .list-5 .content ul.c-ul li .info-2 .tips {
  width: calc(100% - 100px);
  font-size: 13px;
  color: #666;
  line-height: 30px;
  float: left;
  margin-left: 20px;
}
.r-content1 .company .list-5 .content ul.c-ul li.list-new {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 1px dashed #ccc;
  margin: 0;
  float: left;
}
.r-content1 .company .list-5 .content ul.c-ul li.list-new:last-of-type {
  border-bottom: none;
}
.r-content1 .company .list-5 .content ul.c-ul li.list-new .info-3 {
  width: 100%;
}
.r-content1 .company .list-5 .content ul.c-ul li.list-new .info-3 .info-3-1 {
  width: 40%;
  float: left;
  margin-right: 30px;
}
.r-content1 .company .list-5 .content ul.c-ul li.list-new .info-3 .info-3-1 .name {
  width: 50%;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  text-align: left;
  font-weight: bold;
  float: left;
}
.r-content1 .company .list-5 .content ul.c-ul li.list-new .info-3 .info-3-1 .price {
  width: 50%;
  line-height: 40px;
  font-size: 16px;
  color: #F56C6C;
  text-align: right;
  font-weight: bold;
  float: left;
}
.r-content1 .company .list-5 .content ul.c-ul li.list-new .info-3 .info-3-1 .address {
  display: inline-block;
  line-height: 40px;
  float: left;
  font-size: 12px;
  color: #666;
  position: relative;
  margin-right: 20px;
  padding-left: 20px;
}
.r-content1 .company .list-5 .content ul.c-ul li.list-new .info-3 .info-3-1 .address:after {
  content: '';
  width: 20px;
  height: 40px;
  background: url("../i/new/address.png") no-repeat center;
  background-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.r-content1 .company .list-5 .content ul.c-ul li.list-new .info-3 .info-3-1 .day {
  display: inline-block;
  line-height: 40px;
  float: left;
  font-size: 12px;
  color: #666;
  position: relative;
  padding-left: 20px;
}
.r-content1 .company .list-5 .content ul.c-ul li.list-new .info-3 .info-3-1 .day:after {
  content: '';
  width: 20px;
  height: 40px;
  background: url("../i/new/date.png") no-repeat center;
  background-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
.r-content1 .company .list-5 .content ul.c-ul li.list-new .info-3 .info-3-1 .month {
  display: inline-block;
  line-height: 40px;
  float: left;
  font-size: 12px;
  color: #666;
  position: relative;
  margin-right: 20px;
  padding-left: 20px;
}
.r-content1 .company .list-5 .content ul.c-ul li.list-new .info-3 .info-3-1 .month:after {
  content: '';
  width: 20px;
  height: 40px;
  background: url("../i/new/meditor-time.png") no-repeat center;
  background-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
.r-content1 .company .list-5 .content ul.c-ul li.list-new .info-3 .info-3-2 {
  width: calc(60% - 30px);
  float: left;
  position: relative;
}
.r-content1 .company .list-5 .content ul.c-ul li.list-new .info-3 .info-3-2 .name {
  display: inline-block;
  width: calc(100% - 150px);
  font-size: 16px;
  color: #409EFF;
  line-height: 40px;
  float: left;
  margin-left: 50px;
}
.r-content1 .company .list-5 .content ul.c-ul li.list-new .info-3 .info-3-2 .tips {
  display: inline-block;
  width: calc(100% - 150px);
  font-size: 13px;
  color: #666;
  line-height: 40px;
  float: left;
  margin-left: 50px;
}
.r-content1 .company .list-5 .content ul.c-ul li.list-new .info-3 .info-3-2 .logo {
  width: 100px;
  height: 80px;
  background: url("../i/head.png") no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}
.r-content1 .company .list-5 .content .page {
  width: 650px;
  height: 40px;
  font-size: 12px;
  margin: 40px auto;
}
.r-content1 .company .list-5 .content .page .back {
  cursor: pointer;
  width: 80px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #ccc;
  color: #666;
  float: left;
  margin-right: 10px;
}
.r-content1 .company .list-5 .content .page .page-list {
  float: left;
}
.r-content1 .company .list-5 .content .page .page-list ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.r-content1 .company .list-5 .content .page .page-list ul li {
  cursor: pointer;
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #ccc;
  color: #666;
  margin-right: 10px;
}
.r-content1 .company .list-5 .content .page .page-list ul li.active {
  border: 0;
  color: #F56C6C;
  line-height: 30px;
}
.r-content1 .company .list-5 .content .page .next {
  cursor: pointer;
  width: 80px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #ccc;
  color: #666;
  float: left;
  margin-right: 10px;
}
.r-content1 .company .list-5 .content .page .total {
  line-height: 30px;
  float: left;
  padding: 0 3px;
  font-size: 13px;
  color: #666;
}
.r-content1 .company .list-5 .content .page .go {
  line-height: 30px;
  float: left;
  padding: 0 3px;
  font-size: 13px;
  color: #666;
}
.r-content1 .company .list-5 .content .page .go input {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  text-align: center;
}
.r-content1 .company .list-5 .content .page .go span {
  margin-left: 5px;
  display: inline-block;
  width: 60px;
  height: 30px;
  border: 1px solid #ccc;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}
.r-content1 .right {
  width: 270px;
  float: left;
  margin-left: 30px;
}
.search-3-1 {
  width: 100%;
  height: 100px;
}
.search-3-1 .bg {
  width: 100%;
  height: 100px;
  background: url("../i/banner.png") no-repeat center center;
  background-size: cover;
  position: relative;
}
.search-3-1 .bg .input-model {
  width: 500px;
  height: 40px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -250px;
  background-color: #fff;
  border-radius: 3px;
}
.search-3-1 .bg .input-model input {
  width: 260px;
  height: 40px;
  border: none;
  font-size: 14px;
  text-indent: 10px;
  float: left;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.search-3-1 .bg .input-model .am-selected {
  width: 120px;
  height: 40px;
  float: left;
}
.search-3-1 .bg .input-model .am-selected .am-selected-btn {
  height: 40px;
  border: none;
  border-left: 1px solid #ededed;
}
.search-3-1 .bg .input-model span.search-button {
  display: inline-block;
  float: left;
  width: 120px;
  height: 40px;
  background-color: #409EFF;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.r-content1 .company .info .button {
  width: 300px;
  padding-top: 40px;
  overflow: hidden;
}
.r-content1 .company .info .button .push {
  font-size: 13px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  background-color: #409EFF;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  float: left;
}
.r-content1 .company .info .button .star {
  font-size: 13px;
  width: 100px;
  height: 30px;
  line-height: 29px;
  border: 1px solid #409EFF;
  color: #409EFF;
  text-align: center;
  text-indent: 20px;
  border-radius: 3px;
  float: left;
  margin-left: 50px;
  position: relative;
}
.r-content1 .company .info .button .star:after {
  content: '';
  width: 45px;
  height: 28px;
  background: url("../i/new/collection.png") no-repeat center right;
  background-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.r-content1 .company .list-5 .content ul  :hover{
	background:#e8e8e8;
}
/*# sourceMappingURL=recruitment.css.map */