/**
 * 通用详情页布局样式（由 detail.html 内联迁移，front-topic-dev）
 */
.detail-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 50px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
    margin-top: 20px;
    margin-bottom: 0;
}

.detail-title {
    font-size: 26px;
    font-weight: 700;
    color: #333333;
    line-height: 38px;
    text-align: center;
    margin-bottom: 16px;
    word-wrap: break-word;
    white-space: normal;
}

.detail-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    background: #f7f7f7;
    height: 32px;
    margin-bottom: 40px;
}

.detail-meta-item {
    font-size: 14px;
    color: #666666;
    line-height: 21px;
}

.detail-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
    min-height: 133px;
}

.detail-text {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    text-align: justify;
    text-indent: 2em;
}

.detail-image {
    align-self: center;
    width: 866px;
    height: 539px;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .detail-container {
        margin: 20px;
        padding: 24px 30px 24px;
    }

    .detail-image {
        width: 100%;
        height: auto;
    }
}


.ewb-info-tt {
    line-height: 34px;
    font-size: 16px;
    font-weight: bold;
}

.ewb-has-underline {
    font-weight: bold;
    text-decoration: underline;
}

.ewb-info-content.keep-right {
    text-align: right;
}

.ewb-info-footer {
    margin-top: 20px;
    padding: 10px 14px 22px 14px;
    border: 1px solid #dedede;
}

.ewb-enclosure {
    display: block;
    text-indent: 2em;
    line-height: 32px;
    color: #de3c0a;
}

.ewb-info-content.hasindent {
    padding-left: 2em;
}

.ewb-info-links {
    margin-top: 32px;
    padding-top: 16px;
    border-top: 1px solid #cbcbcb;
}

.ewb-il-node {
    line-height: 32px;
    vertical-align: top;
}

.ewb-il-node label {
    float: left;
    width: 60px;
    text-align: right;
}

.ewb-il-node p {
    float: left;
    width: 938px;
    padding: 4px 0;
}

.ewb-il-node p a {
    float: left;
    line-height: 24px;
    color: #333;
}
.ewb-container02{
	width:1000px;
	margin:0 auto;
}
.ewb-main02 {
    padding-bottom: 32px;
    background-color: #fff;
}
.ewb-info-source02 {
    padding-bottom:32px;
    border-bottom: 1px solid #e3e3e3;
    line-height: 24px;
    text-align: center;
}

.ewb-info-source02 span {
    display: inline-block;
    margin: 0 18px;
    color: #999;
}
/*2018-07-25*/
/*2018-07-25*/
img {
    max-width: 998px;
}

/* 只在 IE / IE 兼容模式生效 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #infocontent {
        margin-top: 100px !important;
    }
}