﻿.news-area {
    margin-top: 50px;
}

.news-left {
    float: left;
    margin-bottom: 100px;
    width: 230px;
}

.news-right {
    float: right;
    width: 948px;
    margin-left:2px;
}

.news-detail-right {
    float: right;
    width: 100%;
    padding-top: 1px;
}

.news-bottom {
    margin-bottom: 100px;
}

.news-container .news-item {
    position: relative;
    height: 122px;
    margin-bottom: 20px;
    padding: 14px 0 20px 186px;
    border-bottom: 1px solid #eee;
}

    .news-container .news-item:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }

    .news-container .news-item .news-img {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 156px;
        height: 102px;
        border: 1px solid #eee;
    }

        .news-container .news-item .news-img img {
            width: 100%;
            height: 100%;
        }

    .news-container .news-item .news-title {
        width: 650px;
        float: left;
        font-size: 16px;
        font-weight: 400;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .news-container .news-item .news-date {
        float: right;
        padding-top: 4px;
        font-size: 12px;
        color: #888;
        line-height: 1;
    }

    .news-container .news-item .news-content {
        margin-top: 19px;
        height: 45px;
        font-size: 12px;
        color: #888;
        line-height: 22px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-all;
    }

.news-detail-container div {
    font-size: 14px;
    line-height: 24px;
}

.news-detail-container p {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
}

.news-detail-container h1 {
    margin-bottom: 21px;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
}

.news-detail-container img {
    display: inline;
    margin-top: 5px;
}
