html body {
    height: auto;
}


/* 中部 中 */

.content-last {
    width: 100%;
    background-color: #f3f3f3;
}

.last-box {
    position: relative;
    width: 60%;
    min-width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.news-content {
    position: relative;
    top: -40px;
    width: 100%;
    padding: 60px 100px;
    background-color: #fff;
}

.news-content h3 {
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    font-weight: 500;
}

.news-content h3 span {
    float: left;
    margin-top: 4px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 26px;
    border-radius: 4px;
    color: #e8eaed;
    background-color: #0e335e;
}

.btn-back {
    position: absolute;
    right: 10px;
    top: 20px;
    padding: 5px;
    font-size: 14px;
    line-height: 14px;
    color: #999;
    border: 2px solid #999;
    border-radius: 4px;
    cursor: pointer;
}

.news-content h6 {
    margin-bottom: 10px;
    font-size: 14px;
    color: #999999;
    border-bottom: 1px solid #f3f3f3;
}

.news-content p {
    padding: 20px 0;
    /* color: #000; */
    line-height: 28px;
    text-indent: 2em;
}

.news-content img {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}