.lmlb {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.0833vw;
}
.lmlb .item {
  width: 23.9583vw;
  height: 14.5833vw;
  position: relative;
}
.lmlb .item img {
  width: 100%;
  height: 100%;
}
.lmlb .item .title {
  width: 100%;
  height: 2.6042vw;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  font-weight: 400;
  font-size: 0.9375vw;
  color: #ffffff;
  padding-left: 1.3021vw;
  display: flex;
  align-items: center;
}
.lmlist ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lmlist ul li {
  width: 38.0208vw;
  height: 4.6875vw;
  margin-bottom: 2.0833vw;
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 0 1.5625vw;
  border-left: 0.2083vw solid #c9151e;
  box-shadow: 0px 0.2604vw 0.9375vw 0px rgba(0, 0, 0, 0.06);
}
.lmlist ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lmlist ul li a .info {
  display: flex;
}
.lmlist ul li a .info .time {
  font-weight: 400;
  font-size: 0.8333vw;
  color: #999999;
  padding-right: 1.0417vw;
  border-right: 0.0521vw solid #c5c5c5;
  display: flex;
  align-items: center;
  margin-right: 1.0417vw;
}
.lmlist ul li a .info p {
  font-weight: 400;
  font-size: 0.8333vw;
  color: #333333;
}
.lmlist ul li a .more img {
  width: 0.6771vw;
  height: 1.1458vw;
  margin-left: 0.5208vw;
}
.lmlist ul li:hover a .info p {
  color: #c9151e;
}

@media screen and (max-width: 1000px) {
  .ycs {
    display: block !important;
  }
  .lbyc {
    display: none;
  }
  .lmlb {
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  .lmlb .item {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
  }
  .lmlb .item img {
    width: 100%;
    height: 100%;
  }
  .lmlb .item .title {
    width: 100%;
    height: 35px;
    font-size: 16px;
    padding-left: 25.0003px;
  }
  .lmlist ul li {
    width: 100%;
    min-height: 80px;
    height: auto;
    margin-bottom: 10px;
    padding: 0 10px;
    border-left: 3.9994px solid #c9151e;
    box-shadow: 0vw 4.9997px 18px 0vw rgba(0, 0, 0, 0.06);
  }
  .lmlist ul li a .info .time {
    font-weight: 400;
    font-size: 15.9994px;
    padding-right: 20.0006px;
    border-right: 1.0003px solid #c5c5c5;
    margin-right: 20.0006px;
    width: 100px;
  }
  .lmlist ul li a .info p {
    font-weight: 400;
    font-size: 15.9994px;
    line-height: 25px;
  }
  .lmlist ul li a .more img {
    width: 13.0003px;
    height: 21.9994px;
    margin-left: 10px;
  }
}
