body {
    background-image: url('../images/bg.png');
}

.container {
    margin:0 auto;
    text-align:center;
}

.toubiaoti h1 {
    font-family: 'DFKai-SB','Microsoft Yahei','微软雅黑','Times New Roman','Arial','Helvetica','sans-serif';
    display: block;
    font-size: 3em;
    position: relative;
    margin: 20px;
}

    .toubiaoti h1 a {
        color: #FFFFFF;
        text-decoration: none;
    }

        .toubiaoti h1 a:hover {
            color: #FFFFFF;
            text-decoration: none;
        }

    .toubiaoti h1:before, .toubiaoti h1:after {
        content: '';
        position: absolute;
        top: 52%;
        background: #FFFFFF;
        width: 9%;
        height: 1px;
    }

    .toubiaoti h1:before {
        left: 25%;
    }

    .toubiaoti h1:after {
        right: 25%;
    }

.wenzhang p {
    text-indent: 2em;
}

.bian10 {
    border: solid 10px #ced9de;
    padding: 0px;
}

.pd_level20 {
    padding: 0px 20px;
}

.biaoti {
    padding: 10px 20px;
    border-bottom: solid 1px #E7ECF0;
}

.zhaiyao {    
    text-indent: 2em;
    line-height: 1.5em;
    
}
.panel-body img {
    max-width:98%;
}

.zhujiao {
    padding: 0px 20px;
    border-top: solid 1px #E7ECF0;
}
