﻿@charset "UTF-8";
body{
    font-size: 16px;
    color: #333;
    background: #f0f0f0;
}
a:focus{
    outline:none;
}
a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
}
.f-l{
    float: left;
}
.f-r{
    float: right;
}
.clearfix{
    zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size:0;
}
.gzkwz_container{
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}
/************ 顶部 ************/
.gzkwz_top{
    padding-top: 140px;
    border-bottom: 5px solid #015293;
    position: relative;
}
.top_title{
    text-align: center;
    height: 75px;
    line-height: 75px;
}
.top_title img{
    display: inline-block;
    height: 100%;
    vertical-align: top;
}
.top_title h1{
    display: inline-block;
    font-size: 40px;
    color: #e93223;
    font-family: FZXiaoBiaoSong-B05S!important;
    font-weight: bold;
    margin-left: 18px;
}
.top_xz{
    float: right;
    margin-bottom: 12px;
}
.top_xz a{
    float: left;
    border: 1px solid #d8d8d8;
    height: 38px;
    line-height: 36px;
    padding: 0 10px;
    margin-right: 12px;
    font-size: 14px;
    color: #666;
}
/************ 主体内容 ************/
.gzkwz_con{
    padding: 68px 130px;
    border-bottom: 5px solid #015293;
}
.gzkwz_con .con_title{
    text-align: center;
    font-size: 28px;
    font-family: FZXiaoBiaoSong-B05S!important;
}
.gzkwz_con .con_info{
    font-size: 18px;
    text-align: center;
    font-family: FangSong!important;
    margin-top: 10px;
}
.gzkwz_con .wz_content{
    margin-top: 50px;
}
.gzkwz_con .wz_content p{
    line-height: 38px;
}
.bottom_info{
    padding: 40px 135px 40px 0;
    text-align: right;
    font-size: 28px;
    font-weight: bold;
    font-family: STSong!important;
    color: #015293;
}
/************ 响应式 ************/
@media screen and (max-width: 768px){
    body{
        background: #fff;
    }
    .gzkwz_container{
        width: 92%;
    }
    .gzkwz_top{
        padding-top: 80px;
    }
    .gzkwz_con{
        padding: 30px 20px;
    }
    .top_xz{
        float: right;
        margin-top: 20px;
    }
    .top_title{
        height: auto;
        margin: 0 20px;
        line-height: 50px;
    }
    .top_title h1{
        display: block;
        margin-top: 20px;
    }
    .bottom_info{
        padding-right: 0;
        text-align: center;
    }
}