.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-Bold";
  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: 40%;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
}
.home .rnews a .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 600ms;
}
.home .rnews a .text {
  width: 50%;
}
.home .rnews a .text .p1 {
  color: #EE892F;
  font-size: 24px;
  font-family: "Roboto-Bold";
  font-weight: bolder;
  transition: all 600ms;
}
.home .rnews a .text .time {
  color: #2E2D2D;
  font-size: 14px;
  margin: 10px 0 30px 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 .etype {
  width: 70%;
  margin: 60px auto;
  display: flex;
}
.home .etype a {
  display: block;
  color: #3C3C3C;
  font-size: 15px;
  font-family: "Roboto-Bold";
  position: relative;
  padding: 20px 0;
  margin-right: 40px;
  font-weight: bolder;
}
.home .etype a::after {
  content: "";
  display: inline-block;
  width: 0;
  transition: all 600ms;
  height: 3px;
  background: #EE892F;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.home .etype a:hover::after {
  width: 20px;
}
.home .etype .active::after {
  width: 20px;
}
.home .allItems {
  width: 70%;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home .allItems a {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid rgba(208, 208, 208, 0.55);
}
.home .allItems a .l {
  width: 65%;
}
.home .allItems a .l .p1 {
  color: #333333;
  font-size: 24px;
  font-family: "Roboto-Bold";
  font-weight: bolder;
  transition: all 600ms;
}
.home .allItems a .l .time {
  color: #2E2D2D;
  font-family: "Roboto-Bold";
  font-weight: bolder;
  margin: 5px 0 20px 0;
}
.home .allItems a .l .des {
  color: #727272;
  font-family: "Roboto-Regular";
  line-height: 28px;
}
.home .allItems a .r {
  width: 30%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
}
.home .allItems a .r img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 600ms;
}
.home .allItems a:hover .l .p1 {
  color: #EE892F;
}
.home .allItems a:hover .r img {
  transform: scale(1.05);
}

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