﻿/*框架*/
.pageTitle {
    width: 100%;
    height: auto;
    overflow: hidden;
}
    .pageTitle h1 {
        line-height: 50px;
        font-weight: bold;
        font-size: 30px;
    }
    .pageTitle h2{
        line-height: 40px;
        font-weight: bold;
        font-size: 50px;
        color:#e3e3e3;
        text-transform: uppercase;
        font-family: Arial, Helvetica, sans-serif;
    }

    .pageTitle s {
        display: inline-block;
        width: 60px;
        height: 2px;
        background-color: #05389d;
        margin-bottom: 20px;
        margin-top: 10px;
    }

.pageContent {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    margin: 50px auto;
}

    .pageContent img {
        max-width: 100%;
        margin: 5px 0;
    }

.pageContent h2{
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    margin-top:30px;
}