/**详情页
 * date:2021-09-10
 * author: wppei;
 */

.main {
    padding: 0 6px;
}

.loc {
    padding-left: 15px;
    line-height: 29px;
    color: rgb(15, 126, 0);
}

.loc>.loc-address {
    color: rgb(255, 126, 0);
    font-weight: bold;
}

.loc>.loc-home {
    color: rgb(255, 126, 0);
}

.loc>a {
    color: rgb(15, 126, 0);
}

.content {
    border: 1px solid #e6e6e6;
}

.detail-tt {
    max-width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    line-height: 30px;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
}

.detail-nav {
    text-align: center;
    margin-bottom: 26px;
}

.detail-nav>a {
    color: #333;
}

.detail-box {
    margin-bottom: 30px;
}

.detail-intro {
    line-height: 30px;
    font-size: 16px;
    color: #333;
    padding: 0px 25px;
    text-indent: 2em;
}

.ewb-article-img {
    display: block;
    max-width: 80%;
    margin: 0 auto;
}

.detail-from {
    margin-right: 25px;
    line-height: 30px;
    text-align: right;
}

.detail-from>span {
    color: #f00;
}