﻿.top_title
{
    margin: 64px 0 59px 15px;
    font-family: 微软雅黑;
}
.top_title span:first-of-type
{
    font-size: 32px;
    font-weight: bold;
    color: rgb(0,77,187);
    margin-right: 27px;
    letter-spacing: 3px;
}
.top_title span:last-of-type
{
    font-size: 20px;
    font-weight: normal;
    color: rgb(0,77,187);
}
.title
{
    margin: 0px 0 50px 0;
    padding: 0;
    font-family: 微软雅黑;
    text-align: center;
}
.title h1
{
    font-size: 30px;
    line-height: 50px;
    color: Black;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 100px;
}
.share h2
{
    font-size: 18px;
    line-height: 50px;
    color: Black;
    text-align: center;
    margin: 0;
    float: left;
}
.share
{
    position: relative;
    padding-right: 15px;
    margin: 0 auto;
    display: inline-block;
}

.content
{
    padding-bottom: 120px;
}
.content div, .content p
{
    font-family: 微软雅黑;
    text-indent: 40px;
    font-size: 20px;
    line-height: 35px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.page
{
    margin-bottom: 120px;
    padding-right: 15px;
}
.page a
{
    display: block;
    float: right;
    padding-left: 40px;
    color: rgb(103,103,103);
    font-size: 14px;
}
.page a:first-of-type
{
    background: url(../images/hzjl/xqhz_down.png) 0 no-repeat;
    margin-left: 40px;
}
.page a:last-of-type
{
    background: url(../images/hzjl/xqhz_up.png) 0 no-repeat;
}
.page > div
{
    float: right;
    margin-right: 30px;
    font-size: 14px;
}
.page > div > select
{
    margin: 0 5px;
    width: 50px;
}
@media screen and (max-width:768px)
{
    .share h2
    {
        font-size: 12px;
        line-height: 24px;
    }
    .title h1
    {
        font-size: 20px;
        line-height: 40px;
        margin-top: 0px;
    }
    .title
    {
        margin: 30px 0 30px 0;
    }
    .content div, .content p
    {
        text-indent: 30px;
        font-size: 15px;
        line-height: 30px;
    }
    .content
    {
        padding-bottom: 30px;
    }
    .top_title
    {
        margin: 20px 0 20px 15px;
    }
    .top_title span:first-of-type
    {
        font-size: 20px;
        margin-right: 10px;
    }
    .top_title span:last-of-type
    {
        font-size: 12px;
    }
    .page
    {
        margin-bottom: 50px;
    }
    .page a:first-of-type
    {
        margin-left: 5px;
    }
    .page > div
    {
        float: right;
        margin-right: 20px;
    }
    .content div img, .content p img
    {
        width: 100%;
        height: auto;
        margin-left: -30px;
    }
}
