.exambook-head{
    width: 744px;
    height:400px;
    background: url(bg_top20170524.jpg) no-repeat center center;
    margin: 0 auto;
    background-size: contain;
}
.exambook-content{
    padding-top:1px;
    width:744px;
    height:1746px;
    margin:0 auto;
    background: url(bg_bottom_03.png);
}
.exambook-content .bookCover{
    width:150px;
    height:214px;
    box-shadow: 2px 2px 2px #808488;
    display: block;
    float: left;
    border-radius: 5px;
}
.exambook-content .bookInfo{
    width:60px;
    height:214px;
    float: left;
    margin-left:18px;
    color: #fff;;
}
.exambook-content .price{
    font-size:16px;
    margin-top: 150px;
}
.exambook-content .buyBtn{
    color: #fff;
    width:62px;
    height:22px;
    text-align: center;
    line-height:22px;
    font-size:14px;
    display: block;
    background: #338bca;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 16px;
}
.exambook-content ul{
    margin-left: -10px;
    margin-top: -60px;
}
.exambook-content ul li{
    margin-top: 80px;
    margin-left: 20px;
    float: left;
}