﻿.banner_pic
{
    -webkit-background-size: 100%;
    background-size: cover;
    padding-top: 20%;
}
.banner_pic div
{
    padding-bottom: 50px;
}
.banner_pic div h1
{
    font-family: 黑体;
    font-size: 60px;
    color: rgb(32,30,30);
}

.banner_pic div h2
{
    font-family: 黑体;
    font-size: 22px;
    color: rgb(57,57,57);
}
/*以上为顶部大图和文字样式*/
.news_title_bar
{
    text-align: left;
}
.news_title_bar h1
{
    font-family: 黑体;
    font-size: 22px;
    color: rgb(0,0,0);
}

.news_title_bar h2
{
    font-family: 黑体;
    font-size: 18px;
    color: rgb(163,163,163);
}

.man_box
{
    padding: 30px 60px;
    background: rgb(247,247,247);
    position: relative;
}
#news_info
{
}

.man_box_title
{
    text-align: center;
    font-family: 黑体;
    font-size: 24px;
    margin: 30px 0 50px 0;
}
.man_box_content
{
    font-family: Aharoni;
    font-size: 15px;
    line-height: 30px;
}
.man_box_content div
{
    font-size: 15px;
    font-family: 微软雅黑;
    line-height: 30px;
    text-indent: 40px;
    margin-bottom: 10px;
}
.bottom_bar
{
    position: relative;
    text-align: center;
    padding-bottom: 30px;
}
.bottom_bar a
{
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 7px;
    border: 1px solid black;
    margin: 0 10px;
}
.man_box_img
{
    text-align: center;
    margin-bottom: 30px;
}

#loading
{
    display: none;
    position: fixed;
    top: 50%;
    z-index: 999999999;
    left: 50%;
}
div.man_box > span.bdsharebuttonbox
{
    position: absolute;
    top: 15px;
    right: 45px;
}
div.man_box > a.content_back
{
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 23px;
    height: 23px;
    background: url(../images/bar_top_man.png) -215px 0px no-repeat;
}
div.man_box > span.bdsharebuttonbox a
{
    background: url(../images/bar_top_man.png) -92px 0px no-repeat;
}
img.content_img
{
    width: 100%;
    margin-left: -2em;
}
@media screen and ( max-width:768px)
{

    .news_title_bar
    {
        margin: 40px 0;
    }

    .banner_pic div
    {
        padding-bottom: 0px;
        padding-top: 30px;
    }
    .banner_pic div h1
    {
        font-size: 30px;
    }
    .banner_pic div h2
    {
        font-size: 15px;
        margin: 0px 0 5px 0;
    }
    .man_box
    {
        padding: 20px 5px;
    }
    .man_box_title
    {
        font-family: PingFangSC-Regular, Verdana, Arial, 微软雅黑, 宋体;
        font-size: 20px;
        margin: 30px 0;
    }
    .man_box_content div
    {
        font-size: 15px;
        font-family: 微软雅黑;
        line-height: 1.6em;
        text-indent: 2em;
        margin-bottom: 10px;
    }
    
}
