.home {
  width: 100%;
  padding-top: 107px;
}
.home .banner {
  width: 100%;
}
.home .banner img {
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
}
.home .main {
  width: 80%;
  margin: 60px auto;
}
.home .main .item {
  display: flex;
  justify-content: space-between;
  padding: 60px 20px;
  border: 1px solid #DBDBDB;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  transition: all 600ms;
}
.home .main .item::before {
  content: "";
  left: 15%;
  top: 15%;
  width: 1px;
  height: 70%;
  background-color: #D9D9D9;
  position: absolute;
  transition: all 600ms;
}
.home .main .item .time {
  width: 15%;
  text-align: center;
  color: #333333;
}
.home .main .item .time p {
  transition: all 600ms;
}
.home .main .item .time p:nth-child(1) {
  font-size: 48px;
  font-weight: bold;
}
.home .main .item .time p:nth-child(2) {
  font-size: 24px;
}
.home .main .item .rt {
  width: 83%;
}
.home .main .item .rt p {
  color: #333333;
  font-size: 22px;
  transition: all 600ms;
  font-weight: bolder;
}
.home .main .item .rt .des {
  color: #666666;
  font-size: 18px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 600ms;
}
.home .main .item:hover {
  background-color: #176ABA;
}
.home .main .item:hover::before {
  background-color: rgba(255, 255, 255, 0.55);
}
.home .main .item:hover .time p {
  color: white;
}
.home .main .item:hover .rt p, .home .main .item:hover .rt .des {
  color: white;
}
.home .main .pager {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.home .main .pager a {
  display: inline-block;
  border: 1px solid #DBDBDB;
  padding: 10px 20px;
  color: #999999;
  margin-left: 1px;
  transition: all 600ms;
}
.home .main .pager a:hover {
  background-color: #176ABA;
  color: white;
}
.home .main .pager .active {
  background-color: #176ABA;
  color: white;
}
@media screen and (max-width: 1440px) {
  .home .main .item .time p:nth-child(1) {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .home {
    padding-top: 60px;
  }
  .home .main {
    width: 90%;
    margin: 30px auto;
  }
  .home .main .item {
    flex-direction: column;
    padding: 20px;
  }
  .home .main .item .time {
    width: 100%;
    text-align: left;
  }
  .home .main .item .rt {
    width: 100%;
    margin-top: 15px;
  }
  .home .main .item .rt p {
    font-size: 18px;
  }
  .home .main .item::before {
    display: none;
  }
}

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