


.productsServices-content  ul {

    width: 100%;

    height: 100%;

    margin: 0 auto;

    padding: 0;

    -webkit-box-pack: start;

    -moz-justify-content: start;

    justify-content: start;

    -webkit-box-align: start;

    -moz-align-items: start;

    align-items: start;

}



.productsServices-content ul li {

    margin: 0 1% 0 0;

    padding: 0 0 10px 0;

    width: 48.444%;

    background-color: #ffffff;

    height: auto; display:inline-table; margin-bottom:20px



}



.productsServices-content ul li .img-cover {

    overflow: hidden;

    height: auto;

    position: relative;

    width: 100%;

}



.productsServices-content ul li .img-cover img {

    width: 100%;

}



.productsServices-content ul li .img-cover img.img01 {

    width: 100%;

}



.productsServices-content ul li .img-cover img.img02 {

    position: absolute;

    left: 0;

    width: 100%;

    top: 0;

    opacity: 0;

    transition: all 1s;

    transform: scale(1, 1);

}



.productsServices-content ul li .img-cover:hover img.img02 {

    transform: scale(1.1, 1.1);

    opacity: 1;

}



.productsServices-content ul li h1 {

    width: 90%;

    margin: 0px auto 0 auto;

    padding: 0;

    font-size: 18px;

    color: #000000;

    font-weight: bolder;

}



.productsServices-content ul li p.line {

    margin-left: 5%;

    margin-top: 10px;

    height: 4px;

}



.productsServices-content ul li p.desc {

    width: 90%;

    margin: 15px auto 0 auto;

    padding: 0;

    font-size: 15px;

    color: #000000;

    font-weight: normal;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 3;

    word-break: break-all;

    display: -webkit-box;

    -webkit-box-orient: vertical;

}



.productsServices-content ul li .list {

    width: 100%;

    margin: 10px auto 0 auto;

    min-height: 150px;

}



.productsServices-content ul li .list .item {

    width: 90%;


   

    line-height: 40px;



    padding-left: 5%;

    padding-right: 5%; float:left; color:#333



}




