/**!
 * é€šç”¨è¯¦æƒ…
 * 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: #015293;
}

.box-shadow {
    margin-bottom: 45px;
    box-shadow: 0px 0px 7px 0px rgba(61, 62, 65, 0.16);
}


/* article */

.ewb-article {
    padding: 25px 40px 40px;
    min-height: 600px;
}

.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;
    padding: 12px 20px 15px 20px;
    line-height: 34px;
    font-size: 16px;
}

/*.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;
}


/*1200Ã¥Ë†â€ Ã¨Â¾Â¨Ã§Å½â€¡Ã¤Â»Â¥Ã¤Â¸â€¹*/

@media (max-width: 1199px) {
    .ewb-article h3 {
        font-size: 24px;
        line-height: 32px;
    }
}


/*Ã¦â€°â€¹Ã¦Å“ÂºÃ§Â«Â¯*/

@media (max-width: 767px) {
    .ewb-details {
        padding: 0 0 20px 0;
    }
    .ewb-article {
        padding: 10px 10px;
    }
    .ewb-article h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .ewb-article-sources {
        padding: 5px 0;
        line-height: 24px;
    }
    .ewb-article-sources p {
        font-size: 12px;
    }
    .ewb-article-p {
        font-size: 12px;
        line-height: 24px;
    }
    /* Ã¨Â§Â£Ã¥â€ Â³Ã§â€Â¨Ã¦Ë†Â·Ã¨â€¡ÂªÃ¥Â·Â±Ã¥Ââ€˜Ã¨Â¡Â¨Ã¦Â Â¼Ã¦â€°â€¹Ã¦Å“ÂºÃ§Â«Â¯Ã¦Â¨ÂªÃ¥Ââ€˜Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡ */
    .ewb-article {
        overflow: hidden;
    }
}

.down-r a{
    display: block;
    line-height: 26px;
}

table {
    table-layout: automatic;
    border-collapse: collapse;
}

    table tr, table td {
        border: 1px solid black;
    }