* {
    font-family: SourceHanSansCN, sans-serif;
}

/*公共头部导航---结束---*/
body {
    padding-top: 75px;
}

header {
    width: 100%;
    background: #fff;
    height: 75px;
    line-height: 75px;
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.07);
    position: fixed;
    top: 0;
    z-index: 999;
}

header .main {
    width: 1200px;
    margin: 0 auto;
}

header .main .left {
    float: left;
}

header .main .left img {
    height: 36px;
}

header .main .right {
    float: right;
}

header .main .right a {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-right: 120px;
}

header .main .right a:hover {
    color: #2050D1;
    font-weight: 500;
}

header .main .right a:last-child {
    margin-right: 0;
}

header .main .right a.active {
    color: #2050D1;
    font-weight: 500;
}
/*公共头部导航---结束---*/

.banner {
    width: 100%;
    min-width: 1200px;
    height: 400px;
    background: url(https://www.f139content.com/website/sci99/images/about/newsDetail/banner.png) top center no-repeat;
}

.div_main {
    background: #fff;
    width: 1200px;
    min-height: 500px;
    margin: 0 auto;
    padding: 70px 0 80px 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

h2 {
    position: relative;
}

h2 span {
    font: 700 38px / 50px "SourceHanSansCN, sans-serif";
    color: #000;
    position: relative;
    z-index: 99;
}

h2 i {
    font: 600 50px / 60px arial;
    color: #F2F2F2;
    position: absolute;
    left: 0;
    top: -10px;
    z-index: 88;
}

.div_main section {
    margin-bottom: 70px;
}

.div_main section:last-child {
    margin-bottom: 0;
}

/*详情样式*/
.news_title {
    border-bottom: 1px #ececec solid;
    padding: 29px 0 10px 0;
}

.news_title h1 {
    font: bold 30px / 44px "SourceHanSansSC";
    color: #333;
    margin-bottom: 20px;
}

.news_title span {
    font-size: 12px;
    color: #999999;
    line-height: 17px;
}


.news_content {
    font: normal 14px / 24px "SourceHanSansSC";
    padding-top: 24px;
}

.news_content p {
    margin: 25px 0;
}

.news_content img {
    width: 50% !important;
}