<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**!
 * é€šç”¨è¯¦æƒ…é¡µ
 * author: lucw;
 * date:2017-09-19
 */


/* news */

.ewb-news{
    background-color: #fff;
}

.ewb-news-hd {
    height: 55px;
    border-bottom: 1px solid #c8dff1;
}

.ewb-news-items {
    padding-top: 6px;
}

.ewb-news-item&gt;a {
    display: block;
    padding: 0 50px;
    height: 46px;
    line-height: 46px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
    font-size: 20px;
    border-bottom: 4px solid transparent;
}

.ewb-news-item.current&gt;a {
    color: #333;
    border-bottom: 4px solid #0063b8;
}

/* det */
.ewb-det{
   
    /*padding-bottom: 42px;*/
	padding:20px 20px;
	overflow:hidden;
}

.ewb-det-h1{
    padding-top: 23px;
    line-height: 26px;
    font-size: 20px;
    text-align: center;
}

.ewb-det-h1 a{
    color: #333;
}

.ewb-det-box{
    padding-top: 9px;
    padding-bottom: 3px;
    line-height: 26px;
    color: #999;
    text-align: center;
}

.ewb-det-box span{
    margin: 0 15px;
}

.ewb-det-bd{
    color: #666;
}

.ewb-det-bd p{
   /*  text-indent: 2em; */
    line-height: 28px;
}

.ewb-det-img{
    margin: 11px auto;
    display: block;
}

.ewb-det-share{
    margin-top: 25px;
}


/* æ¨ªå‘æ”¾ç½®çš„æ‰‹æœºå’Œç«–å‘æ”¾ç½®çš„å¹³æ¿ä¹‹é—´çš„åˆ†è¾¨çŽ‡ */
@media (max-width: 767px){
    /* det */
    .ewb-det{
        margin: 0 20px;
        padding-bottom: 42px;
    }

    .ewb-news-item&gt;a{
        padding: 0 30px;
    }
}</pre></body></html>