/*左侧*/
.middleLeftBox{
    display: inline-block;
    width: 25%;
    height: 100%;
    margin: 0px 2% 20px;
}
.bookSubjectBox{
    width: 100%;
}
.title_en{
    font-size: 12px;
}
.bookSubject{
    width: 100%;
    margin: 10px auto;
}
.subjectBox{
    height: 55px;
    line-height:55px;
    font-size: 16px;
    text-align: center;
    color: #817557;
    border: 1px solid #CDC4AC;
}
.subjectBox a{
    color: #817557;
}
.bookListBox{
    width: 100%;
    margin: 1% auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.leaderListBox{
    width:49%;
    margin: 0.5%;
    display: inline-block;
    float:left;
}
.allSujects{
    background-color: #CDC4AC;
    color: white;
}

.fullBox{
    width: 100%;
    height: 100%;
    display: inline-block;
}