.home {
  width: 100%;
}
.home .banner {
  width: 100%;
  position: relative;
}
.home .banner img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.home .main {
  width: 90%;
  margin: 40px auto;
}
.home .main .allItems {
  display: flex;
  flex-wrap: wrap;
  margin-left: 30px;
}
.home .main .allItems a {
  border: 1px solid #E9E9E9;
  display: block;
  width: 21%;
  margin-left: 1.2%;
  padding: 14px;
  transition: all 600ms;
  margin-bottom: 30px;
}
.home .main .allItems a .pic {
  overflow: hidden;
}
.home .main .allItems a .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 210px;
  transition: all 600ms;
}
.home .main .allItems a .p1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 25px;
  line-height: 28px;
  color: #000000;
  font-size: 18px;
  margin: 20px 0 10px 0;
  transition: all 600ms;
}
.home .main .allItems a .des {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 56px;
  line-height: 28px;
}
.home .main .allItems a:hover {
  background: #F6F6F6;
}
.home .main .allItems a:hover .pic img {
  transform: scale(1.05);
}
.home .main .allItems a:hover .p1 {
  color: #01509A;
}
.home .main .pager {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.home .main .pager a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  background: #F6F6F6;
  margin: 0 5px;
  justify-content: center;
  transition: all 600ms;
  color: black;
}
.home .main .pager a:hover {
  background: #004894;
  color: white;
}
.home .main .pager .page-num-current {
  background: #004894;
  color: white;
}
@media screen and (max-width: 1200px) {
  .home .main {
    margin: 20px auto;
  }
  .home .main .news .allItems {
    margin-left: 0;
  }
  .home .main .news .allItems a {
    width: 100%;
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=news.css.map */
