.navbar-wrapper {
    margin-top: 0;
}

.navbar-static-top {
    margin-bottom: 0;
}

.navbar-wrapper {
    position: inherit;
}

#content {
    background: ghostwhite;
    padding-bottom: 30px;
}

    #content .content-title {
        /*background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/bg6.jpg');*/
        /*background: #f44336;
	color: #FFF;*/
        text-align: center;
        color: #005d8d;
        margin: 40px auto;
        border-bottom: 1px solid;
        padding: 10px 0;
    }

        #content .content-title h3 {
            font-size: 22px;
        }

    #content .content-bg {
        /*background: #fff;*/
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #content .content-content {
        padding: 50px 0;
    }

        #content .content-content p {
            font-size: 16px;
            line-height: 1.8;
            /*text-align: center;*/
        }

        #content .content-content img {
            width: 100%;
            padding-bottom: 20px;
        }

        #content .content-content .img-span {
            text-align: center;
            text-indent: 0;
        }

            #content .content-content .img-span span {
                display: inline-block;
                margin-bottom: 30px;
            }

    #content .content-img p {
        text-indent: 2em;
    }

    #content .container .content-yw h3 {
        line-height: 2.5em;
    }

        #content .container .content-yw h3:before {
            content: "*";
            margin-right: 10px;
            font-size: 1.2em;
            vertical-align: sub;
        }

    #content .container .content-yw p {
        text-indent: 2em;
    }

#footer {
    padding: 30px 0;
}

    #footer p {
        font-size: 16px;
        line-height: 2;
        color: gray;
    }

.tubiao {
    display: inline-block;
    margin-right: 10px;
}

.content-c span {
    display: block;
    text-indent: 4em;
}






/*.detail.codes {
    background-image: url('/Content/images/bg6.jpg');
    background-position: 30% 30%;
    background-size: cover;
}*/


