.pageContIn{
}
.pageContInT{
    background: #FEFEFE;
    padding: 32px 118px 28px 118px;
}
/* nav */
.contentNavItemW{
    font-size: 0;
    line-height: 20px;
    height: 20px;
    display: flex;
    align-items: center;
}
.navItem{
    font-size: 14px;
    color: #5D5D5E;
}
.navItemResult{
    color: #222;
}
.navGap{
    font-size: 14px;
    color: #5D5D5E; 
    margin: 0 5px;
}
/* 顶部 */
.pageContInTIn{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* 内容区 */
.pageContInW{
    padding: 0 118px;
}
.pageDeatilTitle{
    font-weight: 600;
    font-size: 24px;
    color: #222222;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pageDeatilTip{
    font-size: 14px;
    color: rgba(34,34,34,0.5);
    line-height: 28px;
    height: 28px;
    margin-top: 2px;
}
.pageDeatilCont{
    padding: 24px 0 120px 0;
    font-size: 14px;
    color: #222222;
    line-height: 26px;
}
.pageDeatilCont img{
    margin: 24px 0;
    max-width: 100%;
}