﻿.body_area {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.body_banner {
    width: 100%;
    height: 60px;
    overflow: hidden;
}



    .body_banner p {
        height: 60px;
        width: 100%;
        line-height: 60px;
        font-size: 14px;
        color: #0052c9;
        border-bottom: 2px solid #006cff;
    }

        .body_banner p span {
            color: #b6b6bb;
        }

        .body_banner p a {
            color: #0052c9;
            font-size: 14px;
        }


.news_content {
    width: 100%;
    overflow: hidden;
    border: 1px solid #F0F0F0;
    padding: 45px;
    margin-bottom: 100px;
}

    .news_content h1 {
        color: red;
        font-size: 28px;
        font-weight: 800;
        text-align: center;
        line-height: 30px;
        height: 30px;
        margin-bottom: 30px;
    }

    .news_content h3 {
        text-align: center;
        height: 25px;
        width: 100%;
        line-height: 25px;
        color: #999999;
        font-size: 14px;
        margin-bottom: 50px;
    }

        .news_content h3 span {
            margin-right: 20px;
        }

        .news_content h3 b {
            color: #999999;
            font-size: 14px;
            font-weight: 400;
        }

            .news_content h3 b i {
                display: inline-block;
                font-style: normal;
                color: #fff;
                text-align: center;
                margin-right: 10px;
                cursor: pointer;
            }

                .news_content h3 b i.small {
                    width: 15px;
                    height: 15px;
                    line-height: 15px;
                    background-color: #C21B1F;
                }

                .news_content h3 b i.center {
                    width: 18px;
                    height: 18px;
                    line-height: 18px;
                    background-color: #FF8400;
                }

                .news_content h3 b i.big {
                    width: 24px;
                    height: 24px;
                    line-height: 24px;
                    background-color: #FF8400;
                }

        .news_content h3 small {
            color: #999999;
            font-size: 14px;
            margin-right: 20px;
        }

        .news_content h3 s {
            text-decoration: none;
        }

    .news_content div.content_area {
        width: 100%;
        margin-bottom: 50px;
        line-height: 25px;
    }

        .news_content div.content_area p {
           
        }

        .news_content div.content_area img {
            display: block;
            margin: 0 auto;
        }

.share {
    width: 100%;
}

    .share p {
        float: left;
        color: #666666;
        font-size: 15px;
    }

.next_back {
    margin: 50px 0;
}

    .next_back div {
        display: block;
        width: 40%;
        line-height: 30px;
        height: 30px;
        font-size: 16px;
        float: left;
    }

        .next_back div:last-child {
            float: right;
        }

            .next_back div:last-child a {
                color: #000000;
            }

        .next_back div a {
            display: block;
            width: 100%;
            line-height: 30px;
            height: 30px;
            font-size: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #006cff;
        }

        .next_back div span {
            display: block;
            width: 100%;
            line-height: 30px;
            height: 30px;
            font-size: 16px;
            color:#999
        }
