﻿﻿.ewb-row {
    background-color: #ffffff;
}
.main-location {
    height: 42px;
    line-height: 42px;
    color: #666;
}

    .main-location a {
        color: #666;
    }

    .main-location span {
        color: #ff8000;
    }

.main-info {
    min-height: 400px;
    border: 1px solid #e3e3e3;
}


/*文章内容*/
.post-con {
    padding: 10px 42px;
}

.post-title {
    margin-top: 13px;
    line-height: 40px;
    font-size: 22px;
    font-family: "微软雅黑";
    color: #333;
    text-align: center;
}

.post-mark {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    font-size: 12px;
    font-family: "宋体";
    color: #545454;
    background: #ededed;
}

    .post-mark .font-size,
    .post-mark .close,
    .post-mark .print {
        color: #545454;
    }



  
    .post-content img {
        max-width: 876px;
        _width: auto;
    }

    .post-content .center {
        text-align: center;
    }
