.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: 61.9792vw;
}
.lmcontent .right ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lmcontent .right ul li {
  width: 48%;
}
.lmcontent .right ul li a {
  width: 100%;
  display: flex;
  height: 8.8542vw;
  box-shadow: 0px 0.2604vw 0.9375vw 0px rgba(0, 0, 0, 0.06);
  background: #ffffff;
  justify-content: space-between;
  padding: 1.5625vw;
  margin-bottom: 2.0833vw;
}
.lmcontent .right ul li a .le-ft {
  width: 21.875vw;
}

.lmcontent .right ul li a .le-ft p:nth-child(1) {
  font-weight: 400;
  font-size: 0.9375vw;
  color: #333333;
}
.lmcontent .right ul li a .le-ft p:nth-child(2) {
  font-family: Arial;
  font-weight: bold;
  font-size: 1.5625vw;
  color: #333333;
  margin: 1.3542vw 0 1.0417vw 0;
}
.lmcontent .right ul li:hover a .le-ft p:nth-child(1) {
  font-weight: bold;
}
.lmcontent .right ul li:hover a .le-ft p:nth-child(2) {
  color: #c9151e;
}
.lmcontent .right ul li a .le-ft p:nth-child(2) span {
  font-size: 0.8333vw;
}
.lmcontent .right ul li a .le-ft p:nth-child(3) {
  font-weight: 400;
  font-size: 0.8333vw;
  color: #666666;
}
.lmcontent .right ul li a .rig-ht .imgs {
  width: 2.8125vw;
  height: 2.8125vw;
  background-image: url(./jt1.png);
}
.lmcontent .right ul li a .rig-ht {
  display: flex;
  align-items: center;
}
.lmcontent .right ul li:hover a .rig-ht .imgs {
  background-image: url(./jt.png);
  background-size: 100% 100%;
}
@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 .rig-ht {
    display: none;
  }
  .lmcontent .right ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lmcontent .right ul li {
    width: 100%;
  }
  .lmcontent .right ul li a {
    width: 100%;
    display: flex;
    height: auto;
    box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.06);
    background: #ffffff;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 20px;
  }
  .lmcontent .right ul li a .le-ft {
    width: 100%;
  }

  .lmcontent .right ul li a .le-ft p:nth-child(1) {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
  }
  .lmcontent .right ul li a .le-ft p:nth-child(2) {
    font-size: 18px;
    margin: 10px 0 10px 0;
  }

  .lmcontent .right ul li a .le-ft p:nth-child(2) span {
    font-size: 16px;
  }
  .lmcontent .right ul li a .le-ft p:nth-child(3) {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
  }
  .lmcontent .right ul li a .rig-ht .imgs {
    width: 54px;
    height: 54px;
    background-image: url(./jt1.png);
  }
}
