body{
    margin:0;
    padding:0;
    position:relative;
    padding-bottom:220px;
    min-height:100vh;
    box-sizing: border-box;
}

.fgx {
    width: 70%;
    background-color: #f2f2f2;
    height: 2px;
    margin: 20px 15% 40px;
}

.lmList {
    margin: 20px 0px;
    width: 40%;
    margin-left: 30%;
    /* background-color: aqua; */
    display: flex;
    justify-content: space-around;
}

.lmList img {
    display: none;
    vertical-align: middle;
}

.lmList>div {
    margin: 0 auto;
    letter-spacing: 2px;
    text-indent: 4px;
    font-size: 17px;
    text-align: center;
    min-width: 200px;
}

.lmList span:not(.choice) {
    color: gray;
}

.lmList>div:nth-child(2)>img {
    display: block;
}

.choice {
    margin: 0 5px;
    color: black !important;
    font-weight: 600;
}

.item-info-list {
    width: 1000px;
    margin: 0 auto;
    min-height: 400px;
    max-height: 450px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    /* background-color: aqua; */
    margin-bottom: 20px;
}

.item-value {
    width: 30%;
    min-height: 350px;
    max-height: 400px;
    background-color: whitesmoke;
    position: relative;
    transition: box-shadow 1s;
}

.item-value:hover {
    box-shadow: 0px 20px 50px rgb(90, 85, 85);
    cursor: pointer
}
.item-value img {
    width: 100%;
    height: 200px;
}

.item-value-text {
    padding: 0 30px;
}

.item-value-text h3 {
    margin: 30px 0 20px 0;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: 1.5px;
}

.item-value-text>:nth-child(n + 2) {
    color: rgb(113, 113, 113);
}

.item-value-text span {
    position: absolute;
    bottom: 20px;
    color: gray;
    font-size: 10px;
}


/* 超出省略 */

.item-value-text p {
    font-size: 13px;
    margin: 0;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}


/* 弹性居中 */

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-wrapper_3_m{
  background-color: rgba(255, 255, 255, 1);
  border-radius: 5px;
  height: 40px;
  border: 1px solid rgba(220, 220, 220, 1);
  width: 130px;
  display: flex;
  align-content: center;
  justify-content: center;
}

.text-wrapper_3{
  width: 100%;
  height: 40px;
  margin: 0 0 50px 0;
  display: flex;
  align-content: center;
  justify-content: center;
}

 .text_76 {
    display: block;
    width: 136px;
    height: 100%;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 0.9);
    font-size: 14px;
    font-family: PingFang SC-Semibold;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
  }

