.offlineupdate-banner {
  height: 420px;
  background: url('../image/banner11.jpg') no-repeat;
  background-size: 100% 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  justify-items: center;
  align-items: center;
}

.offlineupdate-banner-text__h {
  color: #151515;
  font-size: 30px;
}
.offlineupdate-banner-text__s {
  color: #5e6f98;
  font-size: 14px;
}

.offlineupdate {
  margin-top: 20px;
}

.offlineupdate-content {
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
}

.offlineupdate-content > .updatetime {
  /* width: 76px; */
  height: 34px;
  background-color: #25f1b0;
  line-height: 34px;
  text-align: center;
  position: absolute;
  left: 15px;
  top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.offlineupdate-content > .updatetime > a {
  color: #1d1d1d;
  font-size: 12px;
  width: 100%;
  height: 100%;
  display: inline-block;
  text-decoration: none;
}

.default > .offlineupdate-content-top {
  background: url('../image/bg1.jpg');
  background-size: 100%;
  width: 100%;
  height: 210px;
  line-height: 210px;
  text-align: center;
}

.default > .offlineupdate-content-bottom {
  background-color: #cafaff;
  width: 100%;
  height: 100px;
  padding: 20px;
  text-align: center;
}

.default > .offlineupdate-content-bottom > .offlineupdate-content-bottom__title {
  font-size: 14px;
  font-weight: 600;
  color: #1d1d1d;
}

.default > .offlineupdate-content-bottom > .offlineupdate-content-bottom__info {
  color: #5e6f98;
  font-size: 12px;
}
.default > .offlineupdate-content-top img{
  margin-top: 50px;
  height: 121px;
}
.hover {
  display: none;
}

.hover > .offlineupdate-content-top {
  background: url('../image/bg1.jpg');
  background-size: cover;
  width: 100%;
  height: 210px;
  text-align: center;
}

.hover > .offlineupdate-content-top > img {
   margin-top: 22px;
}

.hover > .offlineupdate-content-top > div {
  margin-top: 20px;
}

.hover > .offlineupdate-content-top > div > .offlineupdate-content-top__title {
  font-size: 14px;
  color: #1d1d1d;
}

.hover > .offlineupdate-content-top > div > .offlineupdate-content-top__info {
  color: #5e6f98;
  font-size: 12px;
}

.hover > .offlineupdate-content-bottom {
  background-color: #25f2b1;
  width: 100%;
  height: 100px;
    text-align: center;
    line-height: 100px;
}

.hover > .offlineupdate-content-bottom > a {
  font-size: 14px;
  font-weight: 600;
  color: #1d1d1d;
  width: 100%;
  height: 100%;
  display: inline-block;
  text-decoration: none;
}
