.home {
  width: 100%;
  background: #333333;
}
.home .banner {
  width: 100%;
  position: relative;
}
.home .banner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.home .banner img {
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
}
.home .banner .text {
  position: absolute;
  left: 7%;
  top: 10%;
  color: white;
}
.home .banner .text .p1 {
  font-size: 30px;
}
.home .banner .text .p2 {
  font-size: 24px;
  margin-top: 10px;
}
.home .banner .links {
  position: absolute;
  left: 7%;
  bottom: 15%;
  color: white;
  display: flex;
  align-items: center;
}
.home .banner .links img {
  width: 17px;
}
.home .banner .links p {
  margin-left: 10px;
  font-size: 12px;
}
.home .main {
  width: 84%;
  margin: 20px auto;
  padding: 20px 3% 50px 3%;
  background: #55595D;
}
.home .main a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid rgba(153, 153, 153, 0.44);
  padding: 30px 0;
}
.home .main a .pic {
  width: 35%;
}
.home .main a .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main a .info {
  width: 62%;
}
.home .main a .info .p1 {
  color: white;
  font-size: 20px;
  margin: 0 0 30px 0;
  transition: all 600ms;
}
.home .main a .info .des {
  color: #999999;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 50px;
}
.home .main a .info .time {
  color: #999999;
}
.home .main a .info .time span {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
}
.home .main a:hover .info .p1 {
  color: #EBC500;
}
@media screen and (max-width: 1200px) {
  .home {
    padding-top: 98px;
  }
  .home .banner img {
    height: 200px;
  }
  .home .banner .text .p1 {
    font-size: 24px;
  }
  .home .banner .text .p2 {
    font-size: 20px;
  }
  .home .banner .links img {
    height: auto;
  }
  .home .main {
    flex-direction: column;
    padding: 0 5% 20px 5%;
    width: 80%;
  }
  .home .main a {
    flex-direction: column;
    padding: 20px 0;
  }
  .home .main a .pic {
    width: 100%;
  }
  .home .main a .info {
    width: 100%;
  }
  .home .main a .info .p1 {
    margin: 15px 0;
    font-size: 20px;
  }
  .home .main a .info .des {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 16px;
  }
  .home .main a .info .time span {
    margin-right: 0;
    font-size: 14px;
  }
}

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