/**!
 * ä¸“é¡¹å…¬å‘Šè¯¦æƒ…
 * author: fxyue;
 * date:2019-10-9
 */

.ewb-white {
    /*min-height: 1224px;*/
    padding: 35px 100px 40px;
}

/* å°å± */
@media (max-width:1299px) {
    .ewb-white {
        padding: 35px 50px 40px;
    }
}

/* pad */
@media (max-width:979px) {
    .ewb-white {
        min-height: 0;
        padding: 30px;
    }
}

/* æ‰‹æœºç«¯ */
@media (max-width:767px) {
    .ewb-white {
        padding: 20px 10px;
    }
}

/* å½“å‰ä¿¡æ¯çš„æ ‡é¢˜åç§° */
.ewb-article-tt {
    font-size: 24px;
    color: #666;
    font-weight: bold;
    text-align: center;
    line-height: 34px;
}

/* æ¥æº */
.ewb-article-source {
    color: #999;
    font-size: 0;
    margin: 10px 0 0 -30px;
    text-align: center;
}

.ewb-article-source span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    margin-left: 30px;
}

.ewb-article-detail {
    margin-top: 26px;
    border-top: 1px dashed #eee;
    border-bottom: 1px solid #eee;
    padding: 25px 0 40px;
}

.ewb-article-detail img {
    display: block;
}

.ewb-article-p {
    color: #666;
    line-height: 28px;
    text-indent: 28px;
    font-size: 16px;
    text-align: justify;
    letter-spacing: -0.1px;
}

.ewb-mt23 {
    margin-top: 23px;
}

.ewb-mt32 {
    margin-top: 32px;
}

/* é™„ä»¶ */
.ewb-file {
    min-height: 118px;
    margin-top: 52px;
    background: #f9f9f9;
    padding: 15px 26px;
}

.ewb-file-tt {
    margin-bottom: 4px;
    line-height: 28px;
    font-weight: bold;
    font-size: 16px;
    padding-left: 28px;
    background: url("../images/file_icon.png") left center no-repeat;
}

.ewb-file-box {
    padding-left: 25px;
}

.ewb-file-box a {
    line-height: 28px;
    color: #2391d7;
}

/* æ”¶è—æ‰“å° */
.ewb-share {
    margin-top: 30px;
}

.ewb-share-btn {
    float: left;
    width: 88px;
    height: 36px;
    border: 1px solid #e5e5e5;
    margin-left: 20px;
    padding-left: 42px;
    line-height: 34px;
    color: #999;
    border-radius: 5px;
    background-position: 14px 50%;
    background-repeat: no-repeat;
}

.share1 {
    background-image: url("../images/share_icon_01.png");
}

.share2 {
    background-image: url("../images/share_icon_02.png");
}


/* æ‰‹æœºç«¯ */
@media (max-width:767px) {
    .ewb-article-tt {
        font-size: 22px;
    }

    .ewb-article-detail {
        padding: 20px 0;
        margin-top: 20px;
    }

    .ewb-share {
        margin-top: 20px;
    }
}