#id_MenuLeft {
    width: 100%;
}

#ns_Content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    /*background: #fff;*/
}
.PrdList .PrdCell .PrdDesc { display: none; }

.PrdList {
    border: 1px solid transparent;
    max-width: 1000px;
    margin: 0 auto 80px; 
    padding:50px 50px 0;
    width: 100%;
background: #fff;
}
.PrdList .divCell {
    width: calc(0.33*900px);
    margin-bottom: 5px;
    margin-right: 0px;
    overflow: hidden;
    display: block;
    padding: 20px 20px;
}
.PrdList .liCell {
    text-align: center;
    padding: 0px;
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
    height: 225px;
}
.prdsort .itemMsgAdv {
    display: flex;
    justify-content: flex-end;
    max-width: 1000px;
    margin: 0 auto;
}

.PrdList .PrdCell .PrdImgM img {
    max-width: 160px;
}


@media (max-width: 700px){
.PrdList .divCell {
    width: 50%;
}
.PrdList {
    padding: 0;
    margin: 0 auto 0px; 
}
}


@media (max-width: 400px){
.PrdList .divCell {
    width: 100%;
}
}

.dataPrdTree.Hori * {
    z-index: 0; 
}