.section-body {
    display:flex;
    flex-direction:column;
    align-items:stretch;
    justify-content:stretch;
    /*width:100%;*/
    flex:auto 1;
}
.section-body>.section{
     display:flex;
    flex-direction:column;
    align-items:baseline;
    justify-content:stretch;
    /*width:100%;*/
    flex:auto 1;
    /*min-height:200px;*/
        /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 12px;
}
.section-body>.section-column{
    flex-direction:column;
    align-items:baseline;
}
.section-body>.section-row{
   flex-direction:row;
   align-items:baseline;
}
.section-body>.section>.section-block{
        display: flex;
  justify-content: stretch;
    align-items: stretch;
}
.section-body>.section>.section-block>.section-block-header{
      display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    flex: auto 1;
}
.section-body h3.brackets,.section-body h2.brackets{
    color:#000;
    display:inline-block;
    /*align-items:center;
    flex:auto 1;*/
    vertical-align:middle;    
    margin:34px 0;
}
.section-body h3.brackets:before,.section-body h2.brackets:before{   
    background-image: url(../images/zuo_s.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
     content: "";
   display:inline-block;
    vertical-align:middle;
    width: 22px;
    height: 22px;
        margin: -4px 8px 0 0;
}
.section-body h3.brackets:after,.section-body h2.brackets:after{
     background-image:url(../images/you_s.png);
    background-repeat:no-repeat;
      background-size: 100% 100%;
     content: "";
   display:inline-block;
     vertical-align:middle;
    width: 22px;
    height: 22px;
        margin:-4px 8px 0 8px;
}

.border-bottom-3{
    border-bottom:3px solid #dcd5c2;}
.section-body>.section>.section-block>.section-block-header>.more{
      margin-right: 15px;
      /*background-image:url(../images/more.png);*/
      /*background-repeat:no-repeat;
    background-position-y: 40px;
    background-position-x: 8px;
    padding: 12px;*/
     color: #666; 
}

.section-body>.section>.section-block>.section-block-list{
    display:flex;
    justify-content:flex-start;
}
.section-body>.section .section-block-column{
    flex-direction:column;
    flex: auto 1;
    padding-right: 15px;
}
.section-body>.section .section-block-column:first-child{  
    padding-left: 15px;
}
.section-body>.section .section-block-column>li{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
        flex: auto 1;
        padding:8px 0;
        border-top:1px solid #dcd5c2;
}
.section-body>.section .section-block-column>li:first-child{
    /*border-top:3px solid #dcd542;*/
    border-top:none;
}
.section-body>.section .section-block-column>li:last-child{
    border-bottom:1px solid #dcd5c2;
}
.section-body>.section .section-block-row{
    flex-direction:row;
}
.section-body>.section .section-block-column>li>a{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
        flex: auto 1;
        color:#666;      
}
.section-body>.section .section-block-column>li>a span{
    color:inherit;
}
.book-face-item{
    width:247px;
    height:260px;
    padding:5px;
    display:inline-block;
    border:1px solid #ccc;
    margin-right: 10px;
        margin-bottom: 10px;
        float: left;
}
.book-face-item>a{
       width: 148px;
           display: inline-block;
           vertical-align:top;
}
.book-face-item>.nav-btns{
    display:inline-block;
}
.book-face-item>.nav-btns>a{
   padding:8px;
   border:1px solid #ccc;
   margin-bottom:4px;
   border-radius:4px;
   text-decoration:none;

}
.book-face-item>a>img{
    max-width:100%;
    max-height:100%;
}