.bod{
    /* width: 844px; */
    margin: 0 auto;
    background: #fff;
    margin-top: 20px;
    border-radius: 5px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.bod p {
    font-size: 12px;
    margin: 0px;
}
.bleft{
    float: left;
}
.bright{
    float: right;
}
.bcenter{
    display: block;
    margin: 0 auto;
}
.bclear:after{
    content: " ";
    display: block;
    clear: both;
}
.bod img{
    width: 100%;
    border: 2px solid #ccc;
}
.img{
    text-align: center;
}
.img h1{
    font-weight: bold;
    font-size: 13px;
    line-height: 22px;
}
.line{
    position: relative;
}
.line:after,.block-4 .img:nth-child(2):before{
     content: " ";
     position: absolute;
     display: block;
     margin: 0 auto;
     border-right: 2px solid #ccc;
     height: 50px;
     left:49.6%;
     top: 100%;
}
.block-1,.block-3,.block-5, .block-7, .block-9 {
    width: 608px; 
    margin:0 auto; 
    /* margin-left: 102px; */
    border-bottom: 2px solid #ccc; 
    padding-bottom: 50px;
    margin-bottom: 50px;
    /* margin-top: 20px; */
}
.block-1 .img,.block-3 .img{
    width:250px;
}
.block-2 .img,.block-4 .img{
    width: 200px;
}
.block-2 .line:after,.block-4 .line:after,.block-6 .line:after, .block-8 .line:after{
    top: -50px;
}
.block-4 .img:nth-child(2):before{
/*    bottom: -50px;
    height: 429px;*/
    height: 50px;
}
.block-2, .block-4 {
    padding: 0px 30px;
}
.block-3 .line:after{
    top: -320px;
    height: 372px;
    left: 49.7%;
}
.block-9 .line:after{
      top: -299px;
  height: 353px;
  left: 49.9%;
}
.block-5{
    margin-bottom: 0;
    width: 584px;
    margin-left: 152px;
}
.block-5 .line:after{
    display: none;
}
.block-6{
   // padding-top: 50px;
    padding: 50px 30px 0px 31px;
}
.block-6 .img{
    float: left;
    width: 185px;
    
    margin-left: 30px;
}
.block-6 .img:first-child{
    /* margin-left: 0; */
    /* top: 100px; */
}
.block-7{
    margin-bottom: 0;
    margin-right: 129px;
    width: 586px;
}
.block-7 .line:after{
    display: none;
}
.block-8{
    //padding-top: 50px;
    padding: 50px 31px 0px 30px;
}
.block-8 .img{
    float: left;
    width: 185px;
    margin-left: 30px;
}
.block-8 .img:first-child{
    /* margin-right: 0; */
    /* top: 100px; */
}
.org, .orgg{display: none !important;}