.lmcontent {
  display: flex;
  justify-content: space-between;
}
.lmcontent .left ul li a {
  width: 14.5833vw;
  height: 4.1667vw;
  background: #fceeee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 1.0417vw;
  color: #333333;
  margin-bottom: 1.0417vw;
}
.lmcontent .left ul .active a {
  font-weight: bold;
  color: #ffffff;
  background: #c9151e;
}
.lmcontent .left ul li:hover a {
  color: #ffffff;
  background: #c9151e;
  font-weight: bold;
}
.lmcontent .right ul li a {
  display: flex;
  width: 61.9792vw;
  height: 6.7708vw;
  margin-bottom: 1.5625vw;
}
.lmcontent .right ul li .info {
  width: 53.6458vw;
  background: #ffffff;
  display: flex;
  box-shadow: 0px 0.2604vw 0.9375vw 0px rgba(0, 0, 0, 0.06);
  flex-direction: column;
  justify-content: center;
  padding: 0 1.8229vw 0 2.0833vw;
}
.lmcontent .right ul li .info .title {
  margin-bottom: 1.0417vw;
  font-weight: 400;
  font-size: 0.9375vw;
  color: #333333;
}
.lmcontent .right ul li .info .abstract {
  font-weight: 400;
  font-size: 0.8333vw;
  color: #999999;
}
.lmcontent .right ul li .info .abstract p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* .lmcontent .right ul li .info .title p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
} */
.lmcontent .right ul li:hover .info .title {
  color: #c9151e;
}
.lmcontent .right ul li:hover {
  transition: all 0.6s;
  transform: translateY(-0.3667vw);
}
.lmcontent .right ul li .time {
  width: 8.3333vw;
  background: #c9151e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lmcontent .right ul li .time p:nth-child(1) {
  font-weight: bold;
  font-size: 1.4583vw;
  color: #ffffff;
  margin-bottom: 0.7813vw;
}
.lmcontent .right ul li .time p:nth-child(2) {
  font-weight: 400;
  font-size: 0.9375vw;
  color: #ffffff;
}

@media screen and (max-width: 1000px) {
  .lmcontent {
    flex-direction: column;
  }
  .lmcontent .left ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lmcontent .left ul li {
    width: 48%;
  }
  .lmcontent .left ul li a {
    width: 100%;
    height: 45px;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20.0006px;
  }

  .lmcontent .right ul li a {
    width: 100%;
    min-height: 100px;
    height: auto;
    margin-bottom: 20px;
  }
  .lmcontent .right ul li .info {
    width: 70%;
    box-shadow: 0vw 4.9997px 18px 0vw rgba(0, 0, 0, 0.06);
    padding: 15px;
  }
  .lmcontent .right ul li .info .title {
    margin-bottom: 20.0006px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 25px;
  }
  .lmcontent .right ul li .info .abstract {
    font-weight: 400;
    font-size: 15.9994px;
    color: #999999;
  }

  .lmcontent .right ul li .time {
    width: 30%;
  }
  .lmcontent .right ul li .time p:nth-child(1) {
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 15.001px;
  }
  .lmcontent .right ul li .time p:nth-child(2) {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
  }
}
