@charset 'UTF-8';

/**!
 * 详情页
 * author: huangcong;
 * date: 2019-07-13
 */

.ewb-footer-bg{
    background: url('../images/about_foot_bg.jpg') center bottom no-repeat;
}

.ewb-detail {
    padding: 0 80px 14px 80px;
    background-color: #fff;
    margin: 30px 0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.ewb-detail-tt {
    padding: 34px 0;
    line-height: 38px;
    text-align: center;
    font-size: 28px;
}

.ewb-source {
    padding: 4px 0;
    line-height: 24px;
    background-color: #e5e5e5;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.ewb-source-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 74px;
    font-size: 14px;
    color: #999;
}

.ewb-detail-content {
    padding: 20px 0;
}

.ewb-detail-content p {
    text-indent: 2em;
    line-height: 28px;
    font-size: 16px;
}

.ewb-article-img {
    display: block;
    margin: 14px 0;
}

.ewb-page {
    margin-top: 20px;
}

.ewb-page-node {
    float: left;
    width: 50%;
    padding-left: 15px;
}

.ewb-page-node:first-child {
    padding-left: 0;
    padding-right: 15px;
}

.ewb-page-item {
    position: relative;
    padding-left: 74px;
    height: 47px;
    line-height: 46px;
    border-top: 1px solid #e5e5e5;
}

.ewb-page-item label {
    position: absolute;
    left: 0;
    top: -2px;
    width: 72px;
    height: 48px;
    line-height: 44px;
    text-align: center;
    border-top: 3px solid #d92727;
}

.ewb-page-item a {
    display: block;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 1200分辨率以下 */
@media (max-width: 1199px) {
    .ewb-source-item {
        margin: 0 20px;
    }
}

/* 竖版pad及以下 */
@media (max-width: 979px) {
    .ewb-detail {
        padding: 0 40px 14px 40px;
    }
    .ewb-detail-tt {
        padding: 20px 0;
        line-height: 30px;
        font-size: 22px;
    }
    .ewb-source-item {
        margin: 0 10px;
    }
    .ewb-detail-content p {
        line-height: 24px;
        font-size: 14px;
    }
}

/* 手机端 */
@media (max-width: 767px) {
    .ewb-detail {
        padding: 0 10px 10px 10px;
        margin: 10px 0;
    }
    .ewb-detail-tt {
        line-height: 28px;
        font-size: 20px;
    }
    .ewb-source-item {
        font-size: 12px;
    }
    .ewb-page-node {
        padding-left: 5px;
    }
    .ewb-page-node:first-child {
        padding-right: 5px;
    }
    .ewb-page-item {
        font-size: 12px;
        padding-left: 42px;
    }
    .ewb-page-item label {
        width: 40px;
    }
}