body {
  background-color: #F6F6F6;
}

.home {
  width: 100%;
  padding-top: 153px;
}
.home .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main .links {
  width: 80%;
  margin: 40px auto;
  display: flex;
}
.home .main .links a, .home .main .links p {
  color: #666666;
  font-size: 18px;
}
.home .main .links p {
  color: #015CB5;
}
.home .main .allItems {
  width: 90%;
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
}
.home .main .allItems a {
  display: block;
  width: 27%;
  margin-left: 1.8%;
  background-color: white;
  padding: 30px 2%;
  margin-bottom: 30px;
}
.home .main .allItems a .pic {
  position: relative;
}
.home .main .allItems a .pic .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home .main .allItems a .pic .pic1 {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main .allItems a p {
  text-align: center;
  margin: 20px 0;
  color: #222222;
  font-size: 24px;
}
.home .main .pager {
  width: 90%;
  display: flex;
  justify-content: center;
  margin: 60px auto;
}
.home .main .pager a {
  display: inline-block;
  margin: 0 5px;
  border: 1px solid rgba(153, 153, 153, 0.5);
  padding: 5px 12px;
  color: #999999;
  transition: all 600ms;
}
.home .main .pager a:hover {
  background-color: #235381;
  border-color: #235381;
  color: white;
}
.home .main .pager .active {
  background-color: #235381;
  border-color: #235381;
  color: white;
}
@media screen and (max-width: 1000px) {
  .home {
    padding-top: 60px;
  }
  .home .main .links {
    width: 90%;
    margin: 20px auto;
  }
  .home .main .types {
    width: 90%;
    margin: 30px auto;
  }
  .home .main .types a {
    width: 32%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .home .main .allItems {
    width: 90%;
    margin: 30px auto;
  }
  .home .main .allItems a {
    width: 90%;
    padding: 30px 5%;
    margin-bottom: 15px;
  }
  .home .main .allItems a p {
    font-size: 18px;
    margin-bottom: 0;
  }
  .home .main .pager a {
    padding: 5px 5px;
  }
}

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