@import 'iconfont.css';
.big-box {
  background: url(/uploads/image/adiculture/server_bg.jpg) no-repeat;
  background-size: cover;
}
.big-box .services .title h2 {
  font-size: 2rem;
  text-align: center;
  padding-top: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.big-box .services .title .line {
  width: 3rem;
  height: 3px;
  background: #28468e;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.big-box .services .services-list {
  margin-top: 2.3rem;
}
.big-box .services .services-list > ul li {
  width: 48%;
  float: left;
}
.big-box .services .services-list > ul li:nth-child(2n) {
  margin-left: 4%;
}
.big-box .services .services-list > ul li:nth-child(n 3) {
  margin-top: 3rem;
}
.big-box .services .services-list > ul li a {
  display: block;
}
.big-box .services .services-list > ul li a .top {
  height: 0;
  padding-bottom: 55.8%;
  overflow: hidden;
}
.big-box .services .services-list > ul li a .top img {
  width: 100%;
}
.big-box .services .services-list > ul li a .bottom {
  background: #fff;
  padding: 1.5rem;
}
.big-box .services .services-list > ul li a .bottom h2 {
  font-size: 1.1rem;
  font-weight: bold;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
}
.big-box .services .services-list > ul li a .bottom p {
  font-size: 0.8rem;
  color: #999;
  line-height: 1.2rem;
  margin-top: 0.5rem;
  margin-bottom: 1.2rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.big-box .services .services-list > ul li a .bottom span {
  font-size: 0.7rem;
  color: #999;
}
.big-box .services .services-list > ul li a .bottom span i {
  margin-right: 0.4rem;
}
.big-box .services .services-list > ul li:hover a .top img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.big-box .services .services-list > ul li:hover a .bottom h2 {
  color: #28468e;
}
.page-list {
  padding: 5% 0 10% 0;
}
.page-list ul {
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
.page-list ul li {
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
  background-color: #fff;
  border: solid 1px #eaeaea;
  display: inline-block;
  font-size: 1rem;
}
.page-list ul li:not(:last-child) {
  margin-right: 1rem;
}
.page-list ul li a {
  color: #666;
}
.page-list ul li.pre-btn,
.page-list ul li.next-btn {
  background-color: #f3f3f3;
  border: 1px solid #eaeaea;
}
.page-list ul li.pre-btn .iconfont,
.page-list ul li.next-btn .iconfont {
  font-size: 1rem;
}
.page-list ul li:nth-last-of-type(1) {
  font-size: 1rem;
  color: #666666;
  border: none;
  white-space: nowrap;
  background-color: transparent!important;
  cursor: auto;
}
.page-list ul li.page-num.active {
  background-color: #28468e;
}
.page-list ul li.page-num.active a {
  color: #fff;
}
.page-list ul li:hover {
  background-color: #28468e;
}
.page-list ul li:hover a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .big-box .services .title h2 {
    font-size: 1.6rem;
    padding-top: 1.6rem;
  }
  .big-box .services .title .line {
    margin-bottom: 2rem;
  }
  .big-box .services .services-list > ul li a .bottom {
    padding: 1rem;
  }
  .big-box .services .services-list > ul li a .bottom h2 {
    font-size: 14px;
  }
  .big-box .services .services-list > ul li a .bottom p {
    font-size: 13px;
  }
  .big-box .services .services-list > ul li a .bottom span {
    font-size: 12px;
  }
}
/*# sourcemappingurl=culture_services.css.map */