/**!
 * author: gaoli;
 * date:2018-11-1
 */

.ewb-bg{
    padding:10px 10px 45px 10px;
    background-color:#fff;
}

.ewb-loc{
    font-size: 14px;
    padding-left: 25px;
    color:#666;
    background:url("../images/home.png") no-repeat left center;
}
.ewb-loc>a{
    color:#666;
}

.ewb-loc>span{
    color:#0089d4;
}
.ewb-article{
    padding:0 65px;
}
.ewb-article-tt{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    margin-top:57px;
    padding-bottom: 13px;
    border-bottom: 1px solid #f0f0f0;
}

.ewb-article-source{
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    padding:12px 0 35px 0;
}
.ewb-article-source>span{
    display: inline-block;
    margin-right: 10px;
}
.ewb-article-source a{
    color:#333;
}
.ewb-article-bd p{
    line-height: 24px;
    text-indent: 28px;
}
.ewb-article-bd img{
    display: block;
    margin:35px auto;
    max-width: 100%;
}