.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;
}
.banner h1 {
  color: #fff;
}
.banner p {
  color: #fff;
}
.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%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.cont_1 .w1480_f .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3%;
  padding-bottom: 1%;
}
.cont_1 .w1480_f .title h1 {
  color: #141414;
}
.cont_1 .w1480_f .title .tab {
  display: flex;
  justify-content: center;
}
.cont_1 .w1480_f .title .tab li {
  padding: 6px 25px;
  margin: 0 8px;
  border-radius: 100px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.cont_1 .w1480_f .title .tab li a {
  font-size: 16px;
  color: #333;
}
.cont_1 .w1480_f .title .tab 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 .w1480_f .title .tab li.on a {
  color: #fff;
}
.cont_1 .w1480_f .exhibition {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3%;
  padding-bottom: 5%;
}
.cont_1 .w1480_f .exhibition li {
  width: 48%;
  box-shadow: 0px 6px 20px 0px rgba(8, 33, 69, 0.1);
  position: relative;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 3%;
}
.cont_1 .w1480_f .exhibition li::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: -2%;
  width: 0%;
  height: 2px;
  background-color: #007bf5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  z-index: 5;
}
.cont_1 .w1480_f .exhibition li a .tu {
  height: 0;
  padding-top: 41%;
  overflow: hidden;
  position: relative;
}
.cont_1 .w1480_f .exhibition li a .tu img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.cont_1 .w1480_f .exhibition li a .bottom {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 8.2rem;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.cont_1 .w1480_f .exhibition li a .bottom .text {
  overflow: hidden;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.cont_1 .w1480_f .exhibition li a .bottom .text h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #141414;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.cont_1 .w1480_f .exhibition li a .bottom .text h3 {
  font-size: 0.8rem;
  color: #838282;
  margin-top: 1.2rem;
}
.cont_1 .w1480_f .exhibition li a .bottom .text h4 {
  font-size: 0.8rem;
  color: #0075ea;
  margin-top: 1.5rem;
  position: relative;
  top: 1rem;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.cont_1 .w1480_f .exhibition li a .bottom .text h4 span {
  margin-left: 0.4rem;
}
.cont_1 .w1480_f .exhibition li:hover::after {
  width: 102%;
}
.cont_1 .w1480_f .exhibition li:hover a .tu img {
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
}
.cont_1 .w1480_f .exhibition li:hover a .bottom {
  transform: translateY(-2rem);
}
.cont_1 .w1480_f .exhibition li:hover a .bottom .text h2 {
  color: #007bf5;
}
.cont_1 .w1480_f .exhibition li:hover a .bottom .text h4 {
  top: 0;
  opacity: 1;
}
.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: 900px) {
  .banner {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .cont_1 .w1480_f .title {
    flex-wrap: wrap;
  }
  .cont_1 .w1480_f .title .tab {
    width: 100%;
    margin-top: 3%;
    justify-content: center;
  }
  .cont_1 .w1480_f .title .tab li {
    font-size: 12px;
    padding: 6px 12px;
    margin: 0 5px 5px;
    white-space: nowrap;
  }
  .cont_1 .w1480_f .exhibition {
    flex-wrap: wrap;
    margin-top: 5%;
  }
  .cont_1 .w1480_f .exhibition li {
    width: 100%;
    margin-bottom: 5%;
  }
  .cont_1 .w1480_f .exhibition li a .bottom .text {
    width: 90%;
  }
  .pagination a,
  .pagination span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
/*# sourceMappingURL=exhibition.css.map */