
.header {
    display: none;
}

.noShou {
    display: block;
}

.local {
    padding: 0 calc((100% - 1200px)/2);
}

.local a, .local .arrow {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    line-height: 56px;
}

.content {
    padding: 0 calc((100% - 1200px)/2);

}

.content .title {
    padding-bottom: 22px;
    text-align: center;
    border-bottom: 1px solid #EEEEEE;
}

.content .title .titName {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 26px;
    color: #000000;
    margin: 40px 0;
}

.content .title span {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}

.content .message {
    text-align-last: left;
}

.content .message span {
    font-size: 16px;
    color: #666;
    margin-right: 10px;
}

.content .nav {
    padding: 50px 0;
    font-size: 16px;
    line-height: 40px;
}

@media screen and (max-width: 768px) {
    .local {
        padding: 0 .2rem;
    }

    .content .nav {
        padding: .5rem .2rem;
    }

    .content .title {
        padding: 0 .2rem .35rem;
        text-align: center;
        border-bottom: 1px solid #EEEEEE;
    }

    .content .title .titName {
        font-size: .3rem;
        margin: .34rem 0;
    }

    .content .title span {
        font-size: .2rem;
    }

    .local a, .local .arrow {
        font-size: .24rem;
        line-height: .56rem;
    }

    .local a {
        margin: 0 .1rem !important;
    }
}