﻿* {
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";
}
img {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.head {
    position: relative;
    border-bottom: solid 1px #ffffff;
}

.back {
    float: left;
}
    .back img {
    margin-top: 27px;
    margin-left:10px;
    }


.top {
    overflow: hidden;
    height: 80px;
    background-color: #ffffff;
    /*text-align: center;*/
    padding-left: 214px;
    font-size: 30px;
    line-height: 76px;
}

    .top img {
        margin-left: 25px;
        margin-top: 25px;
        float: left;
    }

.share {
    width: 70px;
    height: 30px;
    margin-top: 25px;
    margin-left: 25px;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 24px;
    color: #4A9FF0;
}

.content {
    margin: 20px 25px 40px 25px
}

.news_title {
    margin-top: 30px;
    font-size: 30px;
    font-weight: bold;
    line-height: 42px;
    text-align: justify;
    text-justify: distribute-all-lines
}

.news_information {
    margin-top: 30px;
}

    .news_information span {
        margin-right: 30px;
        font-size: 22px;
        line-height: 30px;
    }

    .news_information div {
        margin-top: 4px;
    }

    .news_information img {
        margin: 15px auto !important;
        display:block !important;
    }

    /*.news_information p {
        font-size: 24px;
        color: #333333;
        line-height: 36px;
        margin-bottom: 20px;
        text-indent: 2em;
        text-align: justify;
        text-justify: distribute-all-lines
    }*/
    .news_information p {
        font-family: "微软雅黑" !important;
        font-weight: 100 !important;
        /*font-size: 16px;
        color: #333333;
        line-height: 1.8;
        margin-bottom: 10px;
        text-indent: 2em;
        text-align: justify;*/
        font-size: 16px !important;
        color: #333333 !important;
        text-indent: 2em;
        text-justify: distribute-all-lines
    }