﻿td,dd,.英文换行 {
    word-wrap: break-word !important;
    word-break: break-all !important;
    white-space: normal !important;
}

/*点击放大*/
.little-image img {
    width: 100%;
    height: auto;
    /*width:100px;
    height:100px;*/
    max-width: 100px;
    max-height: 100px;
    /*max-width: 40%;*/
    /*margin-left: 30%;*/
}





/*--------------点击图片全屏放大------------------------------*/
/*使图片在浏览器中居中显示*/
.bigImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /*图片向左移动自身宽度的50%, 向上移动自身高度的50%。*/
    /*top: 0;
            left: 0;*/
    max-width: 100%;
    max-height: 100%;
}
/*遮罩层*/
.opacityBottom {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.8);
    z-index: 11112;
    top: 0;
    left: 0;
}
/*--------------点击图片全屏放大------------------------------*/



/*排序禁用*/
.disabled {
    color: #B1ABA6 !important;
}
/*搜索高亮*/
.searchHighLight {
    color: red;
}
/*--------------------------------------table树控件-------------------------------------------------*/
.myTableTree span.open {
    line-height: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    border: 0 none;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-image: url("/cms/images/manager/jian.png");
}

.myTableTree span.close {
    line-height: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    border: 0 none;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-image: url("/cms/images/manager/jia.png");
}
/*--------------------------------------table树控件-------------------------------------------------*/


/*----------------------------------------问答图片*/
.系统生成的 p {
    font-size: initial;
}

.系统生成的 .标题 {
    padding: 5px 15px;
    margin: 0px;
    font-family: 微软雅黑;
    white-space: normal;
    max-width: 100%;
    color: rgb(255, 255, 255);
    line-height: 25px;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 0px;
    background-color: rgb(0, 187, 236);
}

.系统生成的 .标题 span {
        font-size: 16px;
    }

.系统生成的 .内容 {
    padding: 10px 15px 20px;
    margin: 0px;
    color: rgb(51, 51, 51);
    font-family: 微软雅黑;
    white-space: normal;
    max-width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 0px;
    line-height: 25px;
    background-color: rgb(239, 239, 239);
    margin-bottom: 20px;
    font-size: initial;
}
/*----------------------------------------问答图片*/
