@import 'iconfont.css';
.big-box {
  background: url(../img/culture/news_bg.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 3rem;
}
.big-box .news .title h2 {
  font-size: 2rem;
  text-align: center;
  padding-top: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.big-box .news .title .line {
  width: 3rem;
  height: 3px;
  background: #28468e;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.big-box .news .news-lunbo .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
.big-box .news .news-lunbo .swiper-container .swiper-wrapper .swiper-slide a .left {
  float: left;
  width: 49.8%;
  overflow: hidden;
}
.big-box .news .news-lunbo .swiper-container .swiper-wrapper .swiper-slide a .left img {
  width: 100%;
}
.big-box .news .news-lunbo .swiper-container .swiper-wrapper .swiper-slide a .right {
  float: right;
  width: 47.4%;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e6e6e6;
}
.big-box .news .news-lunbo .swiper-container .swiper-wrapper .swiper-slide a .right h2 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 0.4rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.big-box .news .news-lunbo .swiper-container .swiper-wrapper .swiper-slide a .right .data span {
  font-size: 0.8rem;
  color: #999;
}
.big-box .news .news-lunbo .swiper-container .swiper-wrapper .swiper-slide a .right .data .date {
  margin-right: 0.8rem;
}
.big-box .news .news-lunbo .swiper-container .swiper-wrapper .swiper-slide a .right .data .date i {
  font-size: 1rem;
  margin-right: 0.4rem;
  position: relative;
  top: 0.06rem;
}
.big-box .news .news-lunbo .swiper-container .swiper-wrapper .swiper-slide a .right .data .times i {
  font-size: 1.4rem;
  margin-right: 0.4rem;
  position: relative;
  top: 0.2rem;
}
.big-box .news .news-lunbo .swiper-container .swiper-wrapper .swiper-slide a .right p {
  font-size: 0.8rem;
  color: #999;
  line-height: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  text-align: justify;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 4.5em;
}
.big-box .news .news-lunbo .swiper-container .swiper-wrapper .swiper-slide a .right > span {
  font-size: 0.8rem;
  color: #666;
}
.big-box .news .news-lunbo .swiper-container .swiper-wrapper .swiper-slide a .right > span i {
  margin-left: 0.4rem;
}
.big-box .news .news-lunbo .swiper-container .swiper-wrapper .swiper-slide a:hover .left img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.big-box .news .news-lunbo .swiper-container .swiper-wrapper .swiper-slide a:hover .right > span {
  color: #28468e;
}
.big-box .news .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0;
  background: #c5beb4;
}
.big-box .news .swiper-pagination-bullet-active {
  background: #fec000;
}
.big-box .news .swiper-container-horizontal > .swiper-pagination {
  left: 5%;
  bottom: 1.5rem;
}
.big-box .news .swiper-button-next,
.big-box .news .swiper-container-rtl .swiper-button-prev {
  background: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #e6e6e6;
}
.big-box .news .swiper-button-prev,
.big-box .news .swiper-container-rtl .swiper-button-next {
  background: none;
  left: 90%;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #e6e6e6;
}
.big-box .news .swiper-button-next,
.big-box .news .swiper-button-prev {
  top: 92%;
  background: #fff;
}
.big-box .news .swiper-button-next span,
.big-box .news .swiper-button-prev span {
  left: 38%;
  top: 25%;
  position: relative;
}
.big-box .news .swiper-button-next:hover,
.big-box .news .swiper-button-prev:hover {
  background: #28468e;
}
.big-box .news .swiper-button-next:hover span,
.big-box .news .swiper-button-prev:hover span {
  color: #fff;
}
.big-box .news .swiper-button-next,
.big-box .news .swiper-button-next {
  top: 92%;
}
.news-box {
  background: url(../img/culture/server_bg.jpg) no-repeat;
  background-size: cover;
}
.news-box > ul {
  padding-top: 1rem;
}
.news-box > ul li {
  width: 30.8%;
  margin-top: 2.5rem;
  float: left;
}
.news-box > ul li:not(:nth-child(3n)) {
  margin-right: 3.8%;
}
.news-box > ul li a {
  display: block;
}
.news-box > ul li a .top {
  height: 0;
  overflow: hidden;
  padding-bottom: 66%;
}
.news-box > ul li a .top img {
  width: 100%;
}
.news-box > ul li a .bottom {
  background: #fff;
  padding: 1.2rem 1rem;
}
.news-box > ul li a .bottom h2 {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 1rem;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
}
.news-box > ul li a .bottom p {
  font-size: 0.7rem;
  color: #999;
  line-height: 1.2rem;
  text-align: justify;
  margin-bottom: 2rem;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 4.5em;
}
.news-box > ul li a .bottom span {
  font-size: 0.7rem;
  color: #999;
}
.news-box > ul li a .bottom span i {
  margin-right: 0.4rem;
}
.news-box > 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);
}
.news-box > ul li:hover a .bottom h2 {
  color: #28468e;
}
.page-list {
  padding: 5% 0 8% 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: 1366px) {
  .big-box .news .swiper-button-next,
  .big-box .news .swiper-button-prev {
    top: 94%;
  }
  .big-box .news .swiper-button-next span,
  .big-box .news .swiper-button-prev span {
    left: 34%;
    top: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .big-box .news .news-lunbo .swiper-container .swiper-wrapper .swiper-slide a .right h2 {
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  span {
    font-size: 12px !important;
  }
  p {
    font-size: 13px !important;
  }
  .big-box .news .news-lunbo .swiper-container .swiper-wrapper .swiper-slide a .left {
    width: 100%;
  }
  .big-box .news .news-lunbo .swiper-container .swiper-wrapper .swiper-slide a .right {
    width: 100%;
  }
  .big-box .news .swiper-button-next,
  .big-box .news .swiper-button-prev {
    display: none;
  }
  .big-box .news .swiper-button-next,
  .big-box .news .swiper-button-next {
    display: none;
  }
  .big-box .news .title h2 {
    font-size: 1.6rem;
    padding-top: 1.6rem;
  }
  .big-box .news .title .line {
    margin-bottom: 1.8rem;
  }
  .big-box .news .news-lunbo .swiper-container .swiper-wrapper .swiper-slide a .right {
    margin-top: 1rem;
    padding-bottom: 3.5rem;
  }
  .big-box .news .swiper-container-horizontal > .swiper-pagination {
    left: 0;
    bottom: 1rem;
  }
  .news-box > ul li {
    width: 48.5%;
  }
  .news-box > ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .news-box > ul li:nth-child(odd) {
    margin-right: 3%;
  }
  .news-box > ul li {
    margin-top: 1.2rem;
  }
  .news-box > ul li a .bottom h2 {
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=culture_news.css.map */