.cBox{
    height:auto;
    overflow:hidden;
    font-size: 14px;
    line-height: 1.5em;
    color:#000;
    max-width:1200px;
    margin:0 auto;
    padding-bottom:50px;
}
.cBox h1{
    height:auto;
    overflow:hidden;
    font-size:20px;
    line-height:1.5em;
    font-weight:bold;
    color:#000;
    text-align:center;
}
.cBox .content{
    height:auto;
    overflow:hidden;
    margin-top:20px;
}
.cBox .content p{
    height:auto;
    overflow:hidden;
    margin-bottom:10px;
}
.cBox .content p img,.cBox .content img{
    margin:0 auto;
    vertical-align:top;
}