.news001-video {
  padding: 0.8rem 0;
  position: relative;
}

.news001-video>img {
  position: absolute;
  left: -100px;
  bottom: -0.8rem;
  max-width: 100%;
}

.news001-video .layout h1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news001-video .layout ul {
  display: flex;
  margin-right: -2%;
  margin-top: 0.4rem;
}

.news001-video .layout ul li {
  width: 23%;
  margin-right: 2%;
}

.news001-video .layout ul li a {
  display: block;
  width: 100%;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: all 0.3s;
}

.news001-video .layout ul li a .inner-img {
  width: 100%;
  padding-bottom: 56%;
  overflow: hidden;
  position: relative;
  background-color: #007cc2;
}

.news001-video .layout ul li a .inner-img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
}

.news001-video .layout ul li a .inner-img i {
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0.28rem;
  height: 0.5rem;
  width: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  display: block;
  color: #007cc2;
}

.news001-video .layout ul li a .bottom {
  padding: 0.2rem;
}

.news001-video .layout ul li a .bottom .tit {
  font-size: 0.18rem;
  line-height: 0.27rem;
  max-height: 0.54rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  color: #333;
  height: 0.54rem;
  margin-bottom: 0.1rem;
  transition: all 0.3s;
}

.news001-video .layout ul li a .bottom .time {
  color: #666;
  font-size: 0.16rem;
  line-height: 1;
  transition: all 0.3s;
}

.news001-video .layout ul li a:hover .inner-img img {
  transform: scale(1.1);
}

.news001-video .layout ul li a:hover .bottom .tit {
  color: #007cc2;
}

.news001-video .layout ul li a:hover .bottom .tit .aline_w {
  background-size: 100% 1px;
}

@media (max-width: 960px) {
  .news001-video {
    padding: 40px 0 !important;
    margin: unset !important;
  }

  .news001-video .layout ul {
    margin-top: 20px;
    margin-right: 0;
    display: block;
  }

  .news001-video .layout ul li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}