.imgPage18984 *,.imgPage18984{
                    margin: 0px;
                    padding: 0px;
                    box-sizing: border-box;
                }
                
                .imgPage18984 {
                    max-width: 1200px;
                    width: 100%;
                    margin: 0 auto;
                    padding: 0 10px;
                    overflow: hidden;
                }
                .imgPage18984 .paging{
                    display: none;
                }
                .imgPage18984 img {
                    /* object-fit: contain; */
                    object-fit: cover;
                    width: 100%;
                }
                
                .imgPage18984 .wrapper {
                    width: 100%;
                    display: flex;
                    flex-wrap: wrap;
                    /* justify-content: center; */
                }
                
                .imgPage18984 .item {
                    display: flex;
                    flex-direction: column;
                    background-color: #ebf0f5;
                    position: relative;
                }
                
                .imgPage18984 .item-picture {
                    width: 100%;
                    overflow: hidden;
                    height: 0px;
                    padding-bottom: 75%;
                }
                
                .imgPage18984 .item-page {
                    width: 100%;
                    padding: 20px;
                    display: flex;
                    flex-direction: column;
                }
                
                .imgPage18984 .page-title {
                    
                    font-weight: 600;
                    font-size: 1.25rem;
                    line-height: 1.3;
                    width: 100%;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                    margin-bottom: 20px;
                }
                .imgPage18984 .page-title a{
                    color: #2d373c;
                }
                .imgPage18984 .page-sum {
                    font-size: 1rem;
                    line-height: 1.5;
                    width: 100%;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 6;
                    overflow: hidden;
                    padding-right: 25px;
                }
               
                .imgPage18984 .page-more {
                    color: #2d373c;
                    opacity: 0.6;
                    font-size: 1.2rem;
                    position: absolute;
                    right: 20px;
                    bottom: 20px;
                }
                .imgPage18984 .footer{
                    width:100%;
                    margin-top: 20px;
                    display: flex;
                    justify-content: center;
                }
                .imgPage18984 .footer-loadmore{
                    padding: 0 5px;
                    text-align: center;
                    font-size: 3rem;
                    opacity: 0.6;
                }
               
                @media (min-width: 1025px) {
                    .imgPage18984 .item {
                        width: 32.2033898305%;
                        margin-right: 1.6949152542%;
                    }
                    .imgPage18984 .item:nth-child(3n+3) {
                        margin-right: 0px;
                    }
                    .imgPage18984 .item:nth-child(n+4) {
                        margin-top: 30px;
                    }
                    .imgPage18984 .item:hover img {
                        transform: scale(1.05);
                        transition: all 1s ease;
                    }
                    .imgPage18984 .item:hover .page-more{
                        opacity: 1;
                    }
                    .imgPage18984 .footer-loadmore:hover{
                        opacity: 1;
                        cursor: pointer;
                    }
                }
                
                @media (min-width: 600px) and (max-width: 1024px) {
                    .imgPage18984 .item {
                        width: 49.1525423729%;
                        float: left;
                        margin-right: 1.6949152542%;
                    }
                    .imgPage18984 .item:nth-child(2n+2) {
                        margin-right: 0px;
                    }
                    .imgPage18984 .item:nth-child(n+3) {
                        margin-top: 30px;
                    }
                }
                
                @media (min-width: 320px) and (max-width: 599px) {
                    .imgPage18984 .item:not(:first-child) {
                        margin-top: 10px;
                    }
                }