﻿body {
  line-height: 1.5;
}

.banner {
  position: relative;
}

.banner .w1440 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
}

.banner .txt {
  color: #fff;
}

.banner .txt p {
  font-family: 'Heavy';
  letter-spacing: 1px;
}

.banner .txt span,.banner .txt span p {
  font-family: 'Regular';
  letter-spacing: 1em;
}

.cont svg {
  margin: 0 !important;
}

.cont .tit {
  width: 100%;
  margin-top: 6%;
}

.cont .tit .title {
  font-family: 'Bold';
  color: #333;
  position: relative;
  padding-left: 20px;
}

.cont .tit .title::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 20%;
  bottom: 20%;
  width: 6px;
  background: #792696;
}

.cont .tit .search {
  margin-top: 5%;
  display: flex;
  align-items: center;
  
}

.cont .tit .search .txt {
  width: 19%;
  color: #333;
  font-family: 'Bold';
  padding-left: 20px;
  display:none;
}

.cont .tit .search .input-group {
  width: 31.9%;
  position: relative;
  margin-right:20px;
}

.cont .tit .search .input-group p {
  font-family: 'Medium';
  color: #222;
  position: absolute;
  top: -29px;
  left: 0;
}

.cont .tit .search .input-group select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #fafafa;
  color: rgba(0, 34, 34, 0.5);
  font-family: 'Medium';
  padding-left: 20px;
  background: url(../img/arr.png) #fafafa no-repeat 90% center;
  background-size: 17px 12px;
}
.cont .tit .search a
{
min-width:13.8%;
}
.cont .tit .search button {
  width: 100%;
  font-family: 'Medium';
  background: #792696;
  height: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cont .tit .search button .icon {
  margin-right: 10px !important;
}

.cont .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4%;
}

.cont .list li {
  width: 32.33%;
  margin: 0 1.5% 1.5% 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e5e5e5;
  padding: 3% 2%;
  transition: all 0.3s;
}

.cont .list li:nth-child(3n) {
  margin-right: 0;
}

.cont .list li .txt p {
  display: block;
  font-family: 'Bold';
  color: #333;
}

.cont .list li .txt span {
  display: block;
  margin-top: 3%;
  font-family: 'Regular';
  color: #333;
}

.cont .list li a {
  display: inline-block;
  opacity: 0;
  background: #792696;
  color: #fff;
  font-family: 'Regular';
  padding: 5px 15px;
  transform: translateX(-10px);
  transition: all 0.3s;
}

.cont .list li a span {
  display: inline-block;
  margin-left: 10px;
}

.cont .list li:hover {
  background: #f7f1f8;
}

.cont .list li:hover a {
  transform: translateX(0px);
  opacity: 1;
}

/* 125% */
@media screen and (max-width: 1280px) {
  .cont .list {
    justify-content: space-between;
  }

  .cont .list li {
    width: 49%;
    margin-right: 0;
  }
}

/* 150 */
@media screen and (max-width: 998px) {
  .cont .tit .search .input-group select {
    height: 40px;
    line-height: 40px;
  }

  .cont .tit .search button {
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .cont .tit .title::after {
    width: 4px;
  }

  .cont .tit .search {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cont .tit .search .txt {
    width: 100%;
    text-align: left;
  }

  .cont .tit .search .input-group {
    width: 49%;
    margin-right: 2%;
    margin-top: 38px;
  }

  .cont .tit .search .input-group:nth-child(3) {
    margin-right: 0;
  }

  .cont .tit .search button {
    width: 120px;
    margin-top: 15px;
  }

  .cont .tit .search button svg {
    margin-right: 10px !important;
  }

  .cont .list {
    margin-top: 10%;
  }

  .cont .list li {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cont .list li .txt {
    width: 100%;
  }

  .cont .list li .txt p {
    font-size: 14px;
  }

  .cont .list li .txt span {
    font-size: 12px;
  }

  .cont .list li a {
    opacity: 1;
    transform: translateX(0);
    font-size: 12px;
    padding: 4px 18px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
}

/*# sourceMappingURL=./recruit_list.css.map */
