﻿

.news-detail-title {
    width: 100%;
    font-size: 30px;
    line-height: 30px;
    height: 50px;
    border-bottom: 1px solid #e2e2e2;
    margin-top: 50px;
    color: #4e4e4e;
    text-indent: 45px;
    position: relative
}

    .news-detail-title:after {
        content: " ";
        width: 80px;
        height: 3px;
        background-color: #0ea853;
        position: absolute;
        bottom: -1px;
        left: 60px;
    }

.detail-page-bg {
    background-color: #f6f6f8;
    width: 100%;
    float: left;
    min-height: calc(100% - 150px)
}

.news-info {
    width: calc(100% - 40px);
    background-color: #ffffff;
    float: left;
    min-height: 500px;
    margin-top: 40px;
    padding: 60px 20px;
    -moz-box-shadow: 2px 3px 6px #d3d3d3;
    box-shadow: 2px 3px 6px #d3d3d3;
}

.news-top {
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    float: left;
    padding-bottom: 20px;
    width: 100%
}

.news-info .title {
    text-align: center;
    width: 100%;
    font-size: 26px;
    color: #000000;
    position: relative;
    line-height: 36px;
}

.news-top:after {
    display:none;
    content: " ";
    width: 100px;
    height: 3px;
    background-color: #0ea853;
    position: absolute;
    bottom: -1px;
    left: calc(50% - 50px);
}

.view-info {
    width: 300px;
    margin: 0 auto;
    margin-top: 20px;
    color: #b7b7b7;
    position: center;
    position: relative;
}

    .view-info li {
        float: left;
        color: #b7b7b7;
        font-size: 15px;
        padding: 0 15px;
    }

        .view-info li i {
            padding-right: 10px;
        }

.news-info .content {
    margin-top: 20px;
    font-size: 15px;
    line-height: 2.5em;
    word-wrap: break-word;
    text-indent: 2em
}

    .news-info .content table {
        margin: 10px auto;
        border-left: 1px solid #eee;
        border-top: 1px solid #eee;
    }

    .news-info .content img {
        max-width: 100% !important;
        height: auto !important;
    }

.next-pre-link {
    width: 100%;
    margin: 30px 0px;
    float: left;
}

    .next-pre-link li {
        width: 50%;
        float: left
    }

    .next-pre-link .prearticle {
        background-color: #ffffff;
        border: 1px solid #b7b7b7;
        float: left;
        width: calc(100% - 20px);
        height: 40px;
        line-height: 40px;
    }

    .next-pre-link .next-pre {
        width: 106px;
        float: left;
        color: #ffffff;
        background-color: #9e9e9e;
        text-align: center
    }

    .next-pre-link .text-title {
        text-indent: 13px;
        width: calc(100% - 106px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .next-pre-link li:hover a {
        border: 1px solid #1aac5c;
    }

    .next-pre-link li:hover .next-pre {
        background-color: #1aac5c;
    }
