.page-list {
  margin-top: 1%;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 68px;
}
.banner img {
  width: 100%;
}
.banner .txt {
  position: absolute;
  top: 28%;
  left: 10%;
  z-index: 2;
  width: 80%;
}
.banner h1 {
  color: #fff;
}
.banner p {
  color: #fff;
}
.banner .search {
  width: 42%;
  border-radius: 5px;
  background-color: #fff;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  margin-top: 2.5%;
}
.banner .search input {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 80%;
  height: 100%;
  font-size: 14px;
  border: none;
  background-color: transparent;
  padding-left: 20px;
  outline: none;
}
.banner .search input::-webkit-input-placeholder {
  color: #888;
  font-size: 14px;
}
.banner .search input:-moz-placeholder {
  color: #888;
  font-size: 14px;
}
.banner .search input::-moz-placeholder {
  color: #888;
  font-size: 14px;
}
.banner .search input:-ms-input-placeholder {
  color: #888;
  font-size: 14px;
}
.banner .search a {
  display: inline-block;
  width: 20%;
  text-align: center;
  height: 100%;
  line-height: 50px;
  color: #fff;
  background-color: #007bf5;
}
.sub_nav ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 2% 0;
}
.sub_nav ul li {
  color: #999999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub_nav ul li i {
  margin-right: 15px;
}
.sub_nav ul li span {
  margin: 0 8px;
}
.sub_nav ul li.on {
  color: #007bf5;
}
.cont_1 {
  width: 100%;
  position: relative;
  padding: 2% 0 3%;
  overflow: hidden;
}
.cont_1 .screen {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.cont_1 .screen span {
  display: block;
  font-size: 18px;
  white-space: nowrap;
  line-height: 1.8;
  margin-top: 8px;
}
.cont_1 .screen ul {
  width: 85%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cont_1 .screen ul li {
  cursor: pointer;
  font-size: 18px;
  border-radius: 100px;
  line-height: 1.8;
  color: #141414;
  padding: 0 20px;
  margin: 8px 15px 0;
}
.cont_1 .screen ul li.on {
  background-color: #007bf5;
  box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  -moz-box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 123, 235, 0.45);
  color: #fff;
}
.cont_1 .screen ul li:hover {
  color: #007bf5;
}
.cont_1 .screen ul li:hover.on {
  color: #fff;
}
.cont_1 .screen.post {
  margin-bottom: 4%;
  margin-top: 2%;
}
.cont_1 .inner {
  width: 100%;
  border-collapse: collapse;
}
.cont_1 .inner .title {
  background-color: #f2f3f5;
}
.cont_1 .inner .title td {
  color: #888;
  border: 0;
}
.cont_1 .inner .tit_btn {
  cursor: pointer;
}
.cont_1 .inner .tit_btn.on i {
  transform: rotate(180deg);
}
.cont_1 .inner td {
  border-bottom: 1px solid #eaeaea;
  padding: 2% 0;
  color: #333;
  font-size: 16px;
  text-align: center;
}
.cont_1 .inner td i {
  display: inline-block;
  font-size: 20px;
  transition: all 0.3s;
}
.cont_1 .inner .details td {
  padding: 0;
  border-bottom: 0;
}
.cont_1 .inner .details .slideshow {
  display: none;
  background-color: #f2f3f5;
  border-bottom: 1px solid #eaeaea;
}
.cont_1 .inner .details .slideshow .case {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
  border-top: 2px solid #007bf5;
  padding: 3% 0;
}
.cont_1 .inner .details .slideshow .case .duty {
  width: 50%;
  padding: 0 3%;
}
.cont_1 .inner .details .slideshow .case .demand {
  width: 50%;
  padding: 0 3%;
}
.cont_1 .inner .details .slideshow .case .mail {
  width: 100%;
  padding: 0 3%;
  font-size: 14px;
  color: #007bf5;
  margin-top: 6%;
}
.cont_1 .inner .details .slideshow .case h1 {
  color: #007bf5;
  font-size: 16px;
  font-weight: bold;
}
.cont_1 .inner .details .slideshow .case p {
  font-size: 14px;
  line-height: 1.8;
  padding-top: 4%;
}
.pagination_box {
  text-align: center;
  margin-top: 1%;
}
.pagination a {
  text-decoration: none;
  border: 1px solid #AAE;
  color: #15B;
}
.pagination a,
.pagination span {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #666;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid #e2e1e1;
  background-color: #fff;
  margin: 0 3px;
  border-radius: 3px;
}
.pagination .current {
  background: #007bf5;
  color: #fff;
}
.pagination .current.prev,
.pagination .current.next {
  color: #666;
  background: #fff;
}
@media screen and (max-width: 1366px) {
  .cont_1 .screen span {
    font-size: 14px;
  }
  .cont_1 .screen ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .banner {
    margin-top: 50px;
  }
  .cont_1 .inner td {
    font-size: 12px;
    padding: 2% 1%;
  }
  .cont_1 .inner .details .slideshow .case p {
    padding-top: 2%;
    font-size: 12px;
  }
  .cont_1 .inner .details .slideshow .case .demand h1 {
    padding-top: 4%;
  }
  .cont_1 .inner .details .slideshow .case .duty {
    width: 100%;
  }
  .cont_1 .inner .details .slideshow .case .demand {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    height: 240px;
  }
  .banner img {
    height: 100%;
    position: absolute;
    top: 0%;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
  }
  .banner .search {
    width: 100%;
  }
  .banner .search input {
    width: 70%;
  }
  .banner .search a {
    width: 30%;
  }
  .cont_1 .screen {
    flex-wrap: wrap;
  }
  .cont_1 .screen span {
    width: 100%;
  }
  .cont_1 .screen ul {
    width: 100%;
  }
  .pagination a,
  .pagination span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .cont_1 .screen ul li {
    width: 25%;
    margin: 8px 0% 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    line-height: 2.2;
  }
}
/*# sourceMappingURL=campus.css.map */