.home .nof {
  background-color: white;
  left: 0;
  padding: 20px 5%;
}
.home .banner {
  width: 100%;
  overflow: hidden;
}
.home .banner img {
  display: block;
  width: 100%;
  object-fit: cover;
  animation: big 5s forwards linear;
}
@keyframes big {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.02);
  }
}
.home .ntype {
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #E8E8E8;
}
.home .ntype a {
  display: block;
  position: relative;
  padding: 30px 0;
  color: #5C5C5C;
  font-size: 15px;
  font-family: "Roboto-Condensed";
  margin: 0 4%;
  transition: all 600ms;
}
.home .ntype a::after {
  content: "";
  display: inline-block;
  width: 0;
  transition: all 600ms;
  height: 3px;
  background: #EE892F;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
}
.home .ntype a:hover {
  color: #EE892F;
}
.home .ntype a:hover::after {
  width: 48%;
}
.home .ntype .active {
  color: #EE892F;
}
.home .ntype .active::after {
  width: 48%;
}
.home .rnews {
  width: 70%;
  margin: 80px auto;
}
.home .rnews a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .rnews a .pic {
  width: 48%;
  overflow: hidden;
}
.home .rnews a .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 600ms;
}
.home .rnews a .text {
  width: 48%;
}
.home .rnews a .text .p1 {
  color: #2C2C2C;
  font-size: 24px;
  font-family: "Roboto-Bold";
  font-weight: bolder;
  transition: all 600ms;
}
.home .rnews a .text .time {
  color: #2E2D2D;
  font-size: 14px;
  margin: 15px 0;
  font-family: "Roboto-Bold";
  font-weight: bolder;
}
.home .rnews a .text .des {
  color: #727272;
  font-size: 14px;
  line-height: 25px;
}
.home .rnews a .text .more {
  display: flex;
  align-items: center;
  color: #5E5E5E;
  font-size: 15px;
  font-family: "Roboto-Bold";
  margin-top: 40px;
}
.home .rnews a .text .more i {
  transform: rotate(-90deg) translateY(5px) translateX(-2px);
}
.home .rnews a:hover .pic img {
  transform: scale(1.05);
}
.home .rnews a:hover .text .p1 {
  color: #EE892F;
}
.home .allItems {
  width: 70%;
  margin: 60px auto;
}
.home .allItems a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
}
.home .allItems a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  bottom: -1px;
  height: 1px;
  transition: all 2s;
  background-color: #EE892F;
}
.home .allItems a .l {
  width: 70%;
}
.home .allItems a .l .p1 {
  color: #333333;
  font-size: 24px;
  font-family: "Roboto-Bold";
  font-weight: bolder;
  transition: all 600ms;
}
.home .allItems a .l .des {
  color: #727272;
  font-family: "Roboto-Regular";
  margin: 20px 0;
  line-height: 30px;
}
.home .allItems a .r {
  text-align: center;
}
.home .allItems a .r .day {
  font-size: 40px;
  font-weight: bolder;
  font-family: "Roboto-Bold";
  color: black;
  transition: all 600ms;
}
.home .allItems a .r .date {
  color: #666666;
  font-family: "Roboto-Bold";
}
.home .allItems a:hover::after {
  width: 100%;
}
.home .allItems a:hover .l .p1 {
  color: #EE892F;
}
.home .allItems a:hover .r .day {
  color: #EE892F;
}
.home .loadMore {
  width: 110px;
  height: 37px;
  border: 1px solid #727272;
  border-radius: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5E5E5E;
  font-size: 15px;
  font-family: "Roboto-Bold";
  margin: 40px auto;
  cursor: pointer;
  transition: all 600ms;
}
.home .loadMore i {
  transform: rotate(-90deg) translateY(5px) translateX(-1px);
}
.home .loadMore:hover {
  background-color: #EE892F;
  color: white;
  border-color: #EE892F;
  padding: 0 20px;
}

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