
.productList{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.productItem{
    width: 45%;
    margin-bottom: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.productItem img{
    width: 100%;
    /* height: 200px; */
    /* max-height: 320px; */
}


.productItem_info .title{
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 40px;
    font-weight: bold;
}
/* .productItem:first-child .title{
    font-size: 40px;
} */
.productItem_info .text{
    line-height: 36px;
    color: #333;
    margin-top: 34px;
    font-size: 14px;
}
.productItem_info_small .title{
    line-height: 36px;
    font-size: 16px;
}
.productItem_info_small .text{
    margin-top: 10px;
}
.centerImg{
    width: 100%;
    margin-bottom: 80px;
}
.centerImg img{
    display: block;
    width: 100%;
}
.example{
    margin: 16px 0 88px;
}
.pagination{
    text-align: center;
    justify-content: center
}
.page-item{
    margin-right: 5px;
    background: #EFEFEF;
}
.pageTitle{
    background-image: url('./../images/lmjs/Aluminum.png');
    width: 550px;
    height: 114px;
    margin-bottom: 100px;
}
@media (max-width: 992px) {
    .container{
        max-width: 100%!important;
    }
    .pageTitle{
        width: 75%!important;
        height: 120px;
        padding-top: 0.1px;
        margin-bottom: 65px;
    }
    .productList{
        padding: 0 20px;
        flex-direction: column;
    }
    .productListEnd{
        flex-direction: column-reverse;
    }
    .productItem{
        width: 100%!important;
        margin-bottom: 20px;
    }
    .productItem_info .text{
        font-size: 24px;
        line-height: 40px;
    }
    .productListEnd .productItem_info .title{
       margin-top: 18px;
    }
    .productItem_info_small .title{
        font-size: 40px;
    }
    .productItem_info_small .text{
        margin-top: 34px;
    }
    .centerImg{
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .centerImg img{
        display: block;
        /* min-height: 380px; */
    }
}