/**!
 * 详情页
 * author: fxyue
 * date:2021-01-07
 */

.ewb-article {
    position:relative;
    min-height: 770px;
    padding: 24px 27px;
}

.ewb-article-tt {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 15px;
    text-align: center;
}

.ewb-article-source {
    height: 32px;
    background: #f1f6fa;
    font-size: 0;
    text-align: center;
    color: #a8b3bb;
}

.ewb-article-source p {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin: 0 14px;
    line-height: 32px;
}

.ewb-article-source a {
    color: #a8b3bb;
}

.ewb-article-source a:hover {
    color: #2984f2;
}

.ewb-article-img {
    display: block;
    margin: 25px auto 0;
}

.ewb-article-p {
    margin-top: 20px;
    line-height: 24px;
    color: #747b84;
    text-indent: 24px;
}

.ewb-article-file {
    margin-top: 5px;
    min-height: 104px;
    background: #f8f8f8;
    padding: 15px 25px;
    line-height: 24px;
}

.ewb-article-file>span {
    float: left;
    color: #a8b3bb;
}

.ewb-article-wrap {
    margin-left: 40px;
    overflow: hidden;
    color: #3c93f5;
}

.ewb-article-wrap a {
    color: #3c93f5;
}