﻿[ms-repeat],[ms-if]{display: none}

.loading{ text-align: center; padding: 30px;}

.detailCont{
    word-break: break-all;
}
.detailCont p{ margin-top: 15px;font-size: 14px; line-height: 1.5 ;}
.font0 , .font0 p , .font0 div , .font0 td , .font0 li{
    font-size: 16px !important;
    line-height: 32px !important;
}
.font1,.font1 p , .font1 div , .font1 td , .font1 li{
    font-size: 14px !important;
    line-height: 34px !important;
}
.font2,.font2 p , .font2 div , .font2 td , .font2 li{
    font-size: 18px !important;
    line-height: 36px !important;
}
.chngFont{ cursor: pointer}
.active{ font-weight: bolder;}

.disabled {
    color: #999 !important;
    cursor: not-allowed;
}

/*当前位置超出宽度隐藏*/
.search .wlink{
    width: 446px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*细览表格强制居中*/
.detail_content_display .TRS_Editor table{ margin: 0 auto !important;}

/*细览li样式*/
.font0 li,.font1 li,.font2 li{
    list-style : square !important;
}