/**!
* 通用信息详情
* date:2021-06-02
* author: wzhchao
*/
.detail {
    margin-top: 16px;
}

.detail-hd {
    line-height: 32px;
    padding: 10px 110px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

.detail-info {
    margin-top: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ebf3ff;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.detail-info>span {
    margin-left: 79px;
    display: inline-block;
    font-size: 16px;
    color: #68768d;
}

.detail-info>span:first-child {
    margin-left: 0;
}

.detail-text {
    padding: 36px 55px 20px;
}

.detail-text img {
    max-width:100%;
}

.detail-text-hd {
    height: 43px;
    line-height: 43px;
    font-size: 18px;
}

.detail-text-cont {
    margin-top: 9px;
    line-height: 40px;
    text-indent: 2em;
    font-size: 16px;
    color: #666;
}

.ewb-mt17 {
    margin-top: 17px;
}

.detail-annex {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #999;
    width: 50%;
}

.detail-annex:last-child {
    text-align: right;
}

.detail-download {
    color: #1060e2;
}

.detail-download>span {
    display: inline-block;
    vertical-align: top;
    max-width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}