﻿/**!
 * 通用详情
 * author: wppei;
 * date:2021-07-28
 */


/* ä½ç½® */

.loc {
    padding: 17px 0 17px 27px;
    line-height: 25px;
    color: #999;
    background: url("../images/address_icon.png") no-repeat 2px center;
}

.loc-href {
    color: #999;
}

.loc-cur {
    color: #c00107;
}

.box-shadow {
    margin-bottom: 45px;
    box-shadow: 0px 0px 7px 0px rgba(79, 113, 157, 0.16);
}


/* article */

.ewb-article {
    padding: 25px 40px 40px;
}

.ewb-article h3 {
    max-width: 80%;
    margin: 0 auto;
    line-height: 42px;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #000;
}

.ewb-article-sources {
    margin-top: 10px;
    line-height: 36px;
    text-align: center;
    color: #999;
    background-color: #f7f7f7;
}

.ewb-article-sources p {
    display: inline-block;
    *display: inline;
    padding: 0 10px;
    *zoom: 1;
    vertical-align: top;
    font-size: 14px;
}

.ewb-article-sources a {
    color: #999;
}

.ewb-article-info {
    word-break: break-all;
}

.ewb-article-p {
    margin-top: 14px;
    line-height: 32px;
    font-size: 14px;
    text-indent: 2em;
    color: #4e4e4e;
    text-align: justify;
    text-justify: inter-ideograph;
}

.ewb-article-img {
    display: block;
    margin: 18px auto 0;
    padding-bottom: 4px;
}

.down-r a{
    display: block;
    line-height: 26px;
}

table {
    table-layout: automatic;
    border-collapse: collapse;
}

    table tr, table td {
        border: 1px solid black;
    }