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 .types {
  width: 80%;
  margin: 60px auto;
  display: flex;
  justify-content: center;
}
.home .main .types a {
  display: block;
  margin: 0 10px;
  width: 205px;
  height: 65px;
  background-color: white;
  text-align: center;
  line-height: 65px;
  color: #333333;
  font-size: 20px;
}
.home .main .types a:hover {
  background: linear-gradient(0deg, #0E59D1, #2192EA);
  color: white;
}
.home .main .types .active {
  background: linear-gradient(0deg, #0E59D1, #2192EA);
  color: white;
}
.home .main .allItems {
  width: 80%;
  margin: 60px auto;
}
.home .main .allItems .item {
  width: 90%;
  padding: 40px 5%;
  background-color: white;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  cursor: pointer;
}
.home .main .allItems .item .time {
  width: 81px;
  position: relative;
}
.home .main .allItems .item .time::after {
  content: "";
  display: block;
  background-color: #CFCFCF;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
}
.home .main .allItems .item .time p:nth-child(1) {
  color: #1C1C1C;
  font-size: 30px;
}
.home .main .allItems .item .time p:nth-child(2) {
  color: #999999;
  margin-top: 5px;
}
.home .main .allItems .item .r {
  width: calc(95% - 81px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .main .allItems .item .r .title {
  width: calc(95% - 181px);
}
.home .main .allItems .item .r .title .pt {
  color: #222222;
  font-size: 24px;
}
.home .main .allItems .item .r .title .des {
  color: #999999;
  font-size: 18px;
  line-height: 36px;
  margin-top: 15px;
}
.home .main .allItems .item .r a {
  width: 181px;
  height: 46px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5E5E5E;
  transition: all 600ms;
}
.home .main .allItems .item .r a .pic {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 20px;
  margin-left: 20px;
  transition: all 600ms;
}
.home .main .allItems .item .r a .pic img {
  width: 100%;
  display: block;
  object-fit: contain;
  transition: all 600ms;
}
.home .main .allItems .item .r a .pic img:nth-child(2) {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.home .main .allItems .item:hover .r a {
  color: white;
  background: #015CB5;
}
.home .main .allItems .item:hover .r a .pic img:nth-child(1) {
  opacity: 0;
}
.home .main .allItems .item:hover .r a .pic img:nth-child(2) {
  opacity: 1;
}
.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 .item {
    width: 90%;
    padding: 30px 5%;
    flex-direction: column;
  }
  .home .main .allItems .item .time::after {
    bottom: -12px;
  }
  .home .main .allItems .item .r {
    width: 100%;
    margin-top: 30px;
    flex-direction: column;
  }
  .home .main .allItems .item .r .title {
    width: 100%;
  }
  .home .main .pager a {
    padding: 5px 5px;
  }
}

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