/**!
 * 通用详情页
 * author: wangkai;
 */


/* main */
.ewb-crumbs {
    margin-top: 30px;
}
/**!
 * 公司动态详情
 * author: wangkai;
 */
.ewb-banner {
    position: relative;
    height: 327px;
    background: url('../images/dynamic_bg.jpg') center bottom no-repeat;
}

.ewb-banner-info {
    padding-top: 143px;
    text-align: center;
    color: #fff;
}

.ewb-banner-tt {
    line-height: 66px;
    font-size: 48px;
}

.ewb-banner-content {
    line-height: 34px;
    font-size: 16px;
}

/* main */

.ewb-article {
    margin-top: 56px;
}

.ewb-article-tt {
    margin: 0 auto;
    width: 57%;
    line-height: 36px;
    text-align: center;
    font-size: 24px;
    color: #333;
}

.ewb-article-remind {
    margin-top: 28px;
    padding-top: 13px;
    border-top: 1px solid #e3e3e3;
    line-height: 24px;
    text-align: center;
    color: #999;
}

.ewb-rf {
    margin-left: 25px;
}

.ewb-article-content {
    margin-top: 32px;
}

    .ewb-article-content p {
        margin-top: 28px;
        line-height: 30px;
        text-indent: 2em;
        font-size: 16px;
    }

.ewb-article-img {
    padding: 56px 0 30px 0;
}

    .ewb-article-img img {
        display: block;
        margin: 0 auto;
    }

.ewb-enclosure {
    margin-top: 82px;
}

.ewb-es-tt {
    padding-left: 2px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
}

.ewb-es-list {
    padding: 0 0 16px 5px;
    background-color: #f2f4f8;
}

.ewb-es-item {
    float: left;
    margin: 14px 0 0 10px;
    padding: 18px 18px 0 74px;
    height: 54px;
    vertical-align: top;
}

    .ewb-es-item:hover {
        background-color: #fff;
        box-shadow: 0px 6px 12px #ddd;
    }

.ewb-file-icon1 {
    background: url(../images/file_icon1.png) 18px 20px no-repeat;
}

.ewb-file-icon2 {
    background: url(../images/file_icon2.png) 18px 20px no-repeat;
}

.ewb-file-icon3 {
    background: url(../images/file_icon3.png) 18px 20px no-repeat;
}

.ewb-file-info {
    height: 22px;
    line-height: 22px;
}

.ewb-file-name {
    float: left;
    max-width: 68px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-file-type {
    float: left;
}

.ewb-file-size {
    float: left;
    margin-left: 3px;
    color: #999;
}

.ewb-file-link {
    float: left;
    margin-right: 20px;
    font-size: 12px;
    color: #2f9ade;
}

    .ewb-file-link:hover {
        text-decoration: underline;
    }

.ewb-article-link {
    margin-top: 25px;
    padding-top: 22px;
    padding-bottom: 62px;
    border-top: 1px dashed #ddd;
}

.ewb-al-item {
    width: 27%;
    height: 24px;
    line-height: 24px;
    vertical-align: top;
}

    .ewb-al-item.l {
        padding-left: 28px;
        background: url(../images/prev_link.png) left center no-repeat;
    }

    .ewb-al-item.r {
        padding-right: 28px;
        background: url(../images/next_link.png) right center no-repeat;
    }

.ewb-al-name {
    display: block;
    font-size: 16px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .ewb-al-name:hover {
        color: #3373c3;
    }

.ewb-al-item.l .ewb-al-name {
    text-align: left;
}

.ewb-al-item.r .ewb-al-name {
    text-align: right;
}

.bdsharebuttonbox {
    margin-left: 10px;
    margin-top: -10px;
}

    .bdsharebuttonbox a {
        padding-left: -20px;
    }


@media (min-width: 768px) and (max-width: 1199px) {
    .ewb-article-tt {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .ewb-crumbs {
        margin-top: 40px;
    }

    .ewb-article {
        margin-top: 30px;
        padding: 0 10px;
    }

    .ewb-article-tt {
        width: 100%;
        line-height: 30px;
        font-size: 18px;
    }

    .ewb-article-remind,
    .ewb-article-content {
        margin-top: 20px;
    }

    .ewb-rf {
        margin-left: 10px;
    }

    .ewb-article-content p {
        margin-top: 10px;
        line-height: 26px;
        font-size: 14px;
    }

    .ewb-article-img {
        padding: 20px 0 10px 0;
    }

    .ewb-enclosure {
        margin-top: 40px;
    }

    .ewb-article-link {
        padding-top: 10px;
        padding-bottom: 20px;
    }

        .ewb-article-link ul {
            padding: 0 10px;
        }

    .ewb-al-item {
        width: 36%;
    }

    .ewb-al-name {
        font-size: 14px;
    }
}

.laypage_main {
    margin-top: 20px;
    text-align: center;
}
