.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 {
  width: 100%;
}
.lmcontent .right ul li a {
  width: 100%;
  height: 13.6458vw;
  padding-left: 1.8229vw;
  padding-right: 1.5625vw;
  background: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 2.0833vw;
  box-shadow: 0px 0.2604vw 0.9375vw 0px rgba(0, 0, 0, 0.06);
}

.lmcontent .right ul li a .lmlogo img {
  width: 17.2917vw;
  height: 10.5208vw;
}
.lmcontent .right ul li:hover {
  transition: all 0.6s;
  transform: translateY(-0.3667vw);
}

.lmcontent .right ul li a .info {
  margin-left: 1.3021vw;
}
.lmcontent .right ul li a .info .title {
  font-weight: 400;
  font-size: 1.25vw;
  color: #000000;
}
.lmcontent .right ul li a .info .title p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lmcontent .right ul li a .info .content {
  font-weight: 400;
  font-size: 0.8333vw;
  color: #999999;
  line-height: 1.4583vw;
  margin: 1.3021vw 0;
}
.lmcontent .right ul li:hover a .info .content {
  color: #c9151e;
}
.lmcontent .right ul li a .info .content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.lmcontent .right ul li a .info .time {
  font-weight: 400;
  font-size: 0.8333vw;
  color: #c9151e;
}
@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 {
    width: 100%;
  }
  .lmcontent .right ul li a {
    width: 100%;
    height: auto;
    padding: 20px;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.06);
  }
  .lmcontent .right ul li a .lmlogo {
    display: none;
  }
  .lmcontent .right ul li a .lmlogo img {
    width: 100%;
    height: 210px;
  }

  .lmcontent .right ul li a .info {
    margin-left: 0px;
    width: 100%;
  }
  .lmcontent .right ul li a .info .title {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
  }

  .lmcontent .right ul li a .info .content {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 25px;
    margin: 20px 0;
  }

  .lmcontent .right ul li a .info .time {
    font-weight: 400;
    font-size: 16px;
    color: #c9151e;
  }
}
