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

#part2 {
    width: 100%;
    height: 400px;
    position: relative;
    margin-top: 84px;
}

#part2 img {
    position: absolute;
    z-index: -7;
}

#part2 .title-big-box {
    min-width: 150px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: white;
}

#part2 .title-big-box {
    text-indent: 10px;
}

#part2 .title-big-box .title-bottom {
    margin-top: 14px;
    font-weight: 100;
    margin-left: 10%;
    width: 80%;
    font-size: 5px;
    display: flex;
    justify-content: space-around;
}

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

.lmList img {
    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;
}

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

.item-info-list-box{
   display:flex;
   justify-content:center;
   align-content: center;
}

.item-info-list {
    margin: 30px auto 0;
    padding-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    /* background-color: aqua; */
}

.item-value {
    width: 30%;
    min-height: 330px;
    max-height: 370px;
    margin: 0px 1.66% 20px;
    padding-bottom:30px;
    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 p>a{
    color:#737373;
}

.item-value-text>:nth-child(n + 2) {
    color: #727070b3;
}

.item-value-text span {
    position: absolute;
    bottom: 25px;
    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;
}


/* 弹性居中 */

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

#wp_paging_w33{
    position: absolute;
    bottom: 20px;
    display:flex;
    width:100%;
    justify-content: center;
    align-items: center;
}

