/**!
 * author: gaoli;
 * date:2018-01-31
 */

/* 当前位置 */
.ewb-loc {
    line-height: 20px;
    padding-left: 25px;
    color: #999;
    margin: 17px 0;
    background: url('../images/loc.png') no-repeat left 2px;
}

.ewb-loc>a {
    color: #999;
}

.ewb-loc>span {
    color: #333;
}



/* phone */
@media(max-width: 767px) {
    .ewb-loc {
        margin: 10px 0;
    }
}

/* article */

.ewb-article h3 {
	word-wrap: break-word;
    word-break: normal;
    /* height: 42px; */
    line-height: 42px;
    text-align: center;
    font-size: 28px;
    color: #333;
}

.ewb-article-sources {
    margin-top: 10px;
    line-height: 26px;
    padding: 5px 0;
    text-align: center;
    color: #999;
    background-color: #f7f7f7;
}

.ewb-article-sources a {
    color: #999;
}
.ewb-article-sources a.cur {
    color: #169fe6;
}

.ewb-article-p {
    margin-top: 14px;
    line-height: 32px;
    font-size: 14px;
    text-indent: 2em;
    color: #4e4e4e;
}

.ewb-article-img {
    display: block;
    margin: 18px auto 0;
    padding-bottom: 4px;
    vertical-align: top;
}

/* phone */
@media(max-width: 767px) {
    .ewb-article h3 {
        height: 32px;
        line-height: 32px;
        font-size: 15px;
    }

    .ewb-article-sources {
        line-height: 20px;
    }

    .ewb-article-p {
        margin-top: 10px;
        line-height: 28px;
    }

    .ewb-article-img {
        display: block;
        margin: 10px auto 0;

    }
		
	