/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* ===== 招聘信息 start ===== */
.container1 {
  background-color: #fff;
  width: 100%;
  padding: 25px 0 45px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container1 .item {
  margin-top: 38px;
}
.container1 .item .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #bfbfbf;
}
.container1 .item .label .left {
  padding: 40px 130px 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.container1 .item .label .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container1 .item .label h3 {
  font-size: 24px;
  line-height: 26px;
  color: #0254ad;
  min-width: 33.33%;
}
.container1 .item .label .time {
  font-size: 16px;
  line-height: 18px;
  color: #999999;
}
.container1 .item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container1 .item ul li {
  font-size: 16px;
  min-width: 32.33%;
  line-height: 18px;
  margin-top: 15px;
  color: #666666;
}
.container1 .item .right {
  position: relative;
  width: 225px;
  cursor: pointer;
  border-left: solid 1px #bfbfbf;
}
.container1 .item .right div {
  width: 25px;
  height: 25px;
  position: absolute;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.container1 .item .right i {
  position: absolute;
  width: 25px;
  height: 3px;
  display: block;
  background-color: #666666;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.container1 .item .right i:nth-child(1) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.container1 .item .right.active div {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.container1 .item .box {
  padding: 40px 130px 60px;
  display: none;
  border: solid 1px #bfbfbf;
  border-top-color: transparent;
}
.container1 .item .box h5:first-child,
.container1 .item .box p:first-child {
  margin-top: 0;
}
.container1 .item .box h5 {
  font-size: 18px;
  line-height: 20px;
  color: #333333;
  margin-top: 40px;
  margin-bottom: 16px;
}
.container1 .item .box p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}
.container1 .public-page {
  margin-top: 70px;
}
/* ===== 招聘信息 end ===== */

@media screen and (max-width: 1800px) {
  .center-wrapper {
    width: 1400px;
  }
}
@media screen and (max-width: 1600px) {
  .center-wrapper {
    width: 1200px;
  }
}
@media screen and (max-width: 1440px) {
  .center-wrapper {
    width: 1000px;
  }
  .container1 .item .label .left {
    padding: 50px;
  }
  .container1 .item .box {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 1200px) {
  .center-wrapper {
    width: 800px;
  }
  .container1 .item .label h3 {
    min-width: 50%;
  }
  .container1 .item .label .left {
    padding: 26px;
  }
  .container1 .item .box {
    padding: 26px;
  }
  .container1 .item ul li {
    min-width: 49%;
  }
}
@media screen and (max-width: 998px) {
  .center-wrapper {
    width: 96%;
  }
  .container1 .item .label .left {
    padding: 26px;
  }
  .container1 .item .box {
    padding: 26px;
  }
}
@media screen and (max-width: 768px) {
  .container1 .item .label .left {
    padding: 26px;
  }
  .container1 .item .box {
    padding: 26px;
  }
  .container1 .item ul li {
    min-width: 49%;
  }
  .container1 .item {
    margin-top: 15px;
  }
  .container1 .item:first-child {
    margin-top: 0;
  }
  .container1 {
    padding: 40px 0;
    margin-bottom: 0;
  }
  .container1 .item .label h3 {
    font-size: 16px;
  }
  .container1 .item .label .time {
    font-size: 12px;
  }
  .container1 .item ul {
    margin-top: 0;
  }
  .container1 .item ul li {
    font-size: 14px;
  }
  .container1 .item .right {
    width: 100px;
  }
  .container1 .item .box h5 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .container1 .item .box p {
    font-size: 14px;
  }
  .container1 .public-page {
    margin-top: 26px;
  }
  .public-page li {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-right: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 440px) {
  .container1 .item .label .left {
    padding: 15px;
  }
  .container1 .item ul li {
    margin-top: 10px;
  }
}
