.video {
  height: auto;
  width: 100%;
  background: #fff;
}
.video .videotop {
  display: none;
}
.video .videobg {
  background: url(/static/hbwhere/img/video/videobg1.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 320px;
  margin-top: 80px;
  padding: 139px 12.5% 0 12.5%;
}
.video .videobg > div:nth-child(1) {
  font-family: "FZFengYaSongS";
  font-size: 32px;
  color: #ffffff;
  letter-spacing: 6px;
  text-align: left;
}
.video .videobg > div:nth-child(2) {
  font-family: "PingFangSC-Regular";
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1px;
  text-align: left;
  padding-top: 10px;
}
.video .videolist {
  padding: 80px 12.5%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.video .videolist .videobox {
  width: 49.3%;
  overflow: hidden;
  margin-bottom: 36px;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  margin-right: 1.39%;
}
.video .videolist .videobox:nth-child(2n) {
  margin-right: 0;
}
.video .videolist .videobox:last-of-type {
  margin-bottom: 0px;
}
.video .videolist .videobox > img {
  height: 271px;
  width: 49.3%;
  object-fit: cover;
}
.video .videolist .videobox > .right {
  width: 50.7%;
  position: relative;
}
.video .videolist .videobox > .right > div:nth-child(1) {
  font-family: "FZFengYaSongS";
  font-size: 28px;
  color: rgba(29, 41, 67, 0.8);
  letter-spacing: 1px;
  position: absolute;
  top: -100px;
  left: 20px;
}
.video .videolist .videobox > .right > div:nth-child(2) {
  width: 21px;
  height: 48px;
  background: url(../img/video/icon1.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: -100px;
  left: 60px;
}
.video .videolist .videobox > .right > div:nth-child(3) {
  font-family: "FZFengYaSongS";
  font-size: 14px;
  color: rgba(29, 41, 67, 0.8);
  letter-spacing: 1px;
  position: absolute;
  left: 84px;
  top: -65px;
}
.video .videolist .videobox > .right > div:nth-child(4) {
  width: 20px;
  height: 20px;
  background: url(../img/video/icon3.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: -12px;
  right: 10px;
}
.video .videolist .videobox > .right > div:nth-child(5) {
  width: 18px;
  height: 18px;
  background: url(../img/video/icon2.png) center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 21px;
  right: 20px;
}
.video .videolist .videobox > .right {
  height: 171px;
  background: #f8faff;
  border-radius: 5px 5px 5px 5px;
  padding: 20px;
}
.video .videolist .videobox .text1 {
  height: 102px;
}
.video .videolist .videobox .text1 > div:nth-child(1) {
  font-family: "PingFangSC-Medium";
  font-size: 18px;
  color: #263b58;
  letter-spacing: 1px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.video .videolist .videobox:hover .text1 > div:nth-child(1) {
  color: #c5a86f;
}
.video .videolist .videobox .text1 > div:nth-child(2) {
  font-family: "PingFangSC-Regular";
  font-size: 16px;
  color: rgba(29, 41, 67, 0.8);
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* height: 75px; */
}
.video .videolist .videobox > .right .time {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.video .videolist .videobox > .right .time div {
  font-family: "PingFangSC-Regular";
  font-size: 14px;
  color: rgba(38, 59, 88, 0.5);
  display: flex;
  align-items: center;
}
.video .videolist .videobox > .right .time .icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.video .videolist .videobox > .right .time1:first-of-type .icon {
  background: url(../img/index/index_icon11.png) center no-repeat;
  background-size: contain;
}
.video .videolist .videobox > .right .time1:last-of-type .icon {
  background: url(../img/index/index_icon15.png) center no-repeat;
  background-size: contain;
}
.video .videolist .videobox > .right .time1:first-of-type {
  padding-right: 20px;
  display: none;
}
.video .videolist .videobox > .right .tag {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .video {
    height: auto;
    width: 100%;
    background: #edeef0;
  }
  .video .videotop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    width: 100%;
    padding: 0 15px;
  }
  .video .videotop .videosearch {
    width: 311px;
    height: 28px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 71px 71px 71px 71px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px;
  }
  .video .videotop .videosearch > img {
    width: 12px;
    height: 12px;
    object-fit: cover;
    margin-right: 8px;
    margin-left: 6px;
  }
  .video .videotop .videosearch > input {
    border: none;
    background: none;
    outline: none;
    width: 243px;
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 12px;
    color: #999999;
    line-height: 14px;
  }
  .video .videotop .videosearch > div {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 12px;
    color: #ffffff;
    line-height: 22px;
    letter-spacing: 1px;
    background: #c5a86f;
    width: 37px;
    height: 22px;
    border-radius: 39px 39px 39px 39px;
    text-align: center;
  }
  .video .videobg {
    background: url(/static/hbwhere/img/video/videobg.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 99px;
    margin-top: 0px;
  }
  .video .videobg > div {
    display: none;
  }
  .video .videolist {
    padding: 15px;
  }
  .video .videolist .videobox {
    width: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px 5px 5px 5px;
    display: flex;
    overflow: hidden;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: start;
    margin-right: 0;
  }
  .video .videolist .videobox:last-of-type {
    margin-bottom: 0px;
  }
  .video .videolist .videobox > img {
    height: 85px;
    width: 85px;
    object-fit: cover;
  }
  .video .videolist .videobox > .right {
    padding: 0 0 0 10px;
    background: none;
    border-radius: 0;
    width: auto;
    height: auto;
    margin-top: 0;
  }
  .video .videolist .videobox .text1 {
    height: auto;
  }
  .video .videolist .videobox .text1 div:nth-child(1) {
    font-family: "FZLanTingHeiS-EB-GB";
    font-size: 14px;
    color: #1d2943;
    line-height: 16px;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .video .videolist .videobox .text1 div:nth-child(2) {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 12px;
    color: rgba(29, 41, 67, 0.8);
    line-height: 14px;
    letter-spacing: 1px;
    margin: 8px 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
  }
  .video .videolist .videobox > .right > div:nth-child(4),
  .video .videolist .videobox > .right > div:nth-child(5) {
    display: none;
  }
  .video .videolist .videobox > .right .time {
    display: flex;
    height: 10px;
    margin-top: 8px;
  }
  .video .videolist .videobox > .right .time div {
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 10px;
    color: rgba(29, 41, 67, 0.5);
    line-height: 10px;
    display: flex;
    align-items: center;
  }
  .video .videolist .videobox > .right .time .icon {
    width: 10px;
    height: 10px;
    object-fit: cover;
    margin-right: 4px;
  }
  .video .videolist .videobox > .right .time1:first-of-type .icon {
    background: url(../img/index/index_icon14.png) center no-repeat;
    background-size: contain;
  }
  .video .videolist .videobox > .right .time1:first-of-type {
    padding-right: 20px;
    display: flex;
  }
  .video .videolist .videobox > .right .tag {
    display: flex;
    height: 19px;
  }
  .video .videolist .videobox > .right .tag > div {
    margin-right: 4px;
    background: rgba(29, 41, 67, 0.1);
    border-radius: 51px 51px 51px 51px;
    padding: 4px;
    font-family: "FZLanTingHeiS-R-GB";
    font-size: 10px;
    color: rgba(29, 41, 67, 0.8);
    letter-spacing: 1px;
    height: 19px;
  }
  .video .videolist .videobox > .right .tag > div:last-of-type {
    margin-right: 0px;
  }
}
