

.ewb-mt10 {
    margin-top: 10px;
}

.ewb-header-bg-desk {
    height: 290px;
    background: url(../images/header_bg.jpg) center top no-repeat;
}


/* nav */

.ewb-nav {
    background-color: #ff9425;
}

.ewb-nav-item {
    width: 14.2%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.ewb-nav-item>a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.ewb-nav-item.current,
.ewb-nav-item:hover {
    background-color: #eb6100;
}


/* phone767 */

@media (max-width: 767px) {
    .ewb-nav-item {
        width: 24.9%;
    }
    .ewb-nav-item>a {
        font-size: 16px;
    }
}


/* phone480 */

@media (max-width: 480px) {
    .ewb-nav-item {
        height: 36px;
        line-height: 36px;
    }
    .ewb-nav-item>a {
        font-size: 13px;
    }
}


/* place */

.ewb-place {
    padding-top: 3px;
    height: 47px;
    line-height: 47px;
    font-size: 13px;
}

.ewb-place>a {
    color: #666;
}

.ewb-place>a.ewb-cur {
    color: #f08300;
}


/* main */

.ewb-main {
    padding-top: 10px;
    *padding-top: 0;
    padding-bottom: 40px;
    background-color: #f6f6f6;
    *overflow: hidden;
}
.info {
    margin:10px;
    text-align:center;
}
.ewb-m-h {
    min-height:28px;
    text-align:center;line-height:28px;
    font-size:22px;
    
}
.ewb-m-bar {

    line-height:22px;
    margin:20px 0 10px;

    border-bottom:1px dashed #ccc;
}
.post-content {
    text-align:left;
    line-height:22px;
}

/* å¹³æ¿ç”µè„‘å’Œå°å±ç”µè„‘ä¹‹é—´çš„åˆ†è¾¨çŽ‡ */

@media (min-width: 768px) and (max-width: 979px) {
    
}


/* æ¨ªå‘æ”¾ç½®çš„æ‰‹æœºå’Œç«–å‘æ”¾ç½®çš„å¹³æ¿ä¹‹é—´çš„åˆ†è¾¨çŽ‡ */

@media (max-width: 767px) {
    .ewb-main {
        padding-top: 20px;
        padding-bottom: 20px;
    }
   

}


/* æ¨ªå‘æ”¾ç½®çš„æ‰‹æœºåŠåˆ†è¾¨çŽ‡æ›´å°çš„è®¾å¤‡ */

@media (max-width: 480px) {
    
}
.share {
    height:32px;
    margin-bottom:10px;
    margin-left:10px;
}
.share .shareimg {
    cursor: pointer;
    background: url(../images/share.jpg) no-repeat top center;
    height: 24px;
    width: 58px;
    margin-top: 6px;
}
