.page-main>.banner-div{
    height:395px;
    width: 100%;
    overflow: hidden;
}
.page-main>.banner-div h4{
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 110px;
}
.page-main>.banner-div .consult{
    font-size: 18px;
    color: #fff;
    width: 135px;
    height:45px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 45px;
    margin-top: 30px;
}
.page-main>.banner-div p{
    font-size: 18px;
    color: #fff;
}




.newestBook{
    width: 1240px;
    margin: 0 auto;
    height: 450px;
    background-color: #f1f1f1;
}
.newestBook>.newestBook-left{
    width: 350px;
    overflow: hidden;
}

.newestBook>.newestBook-left>div{
    margin-top: 30px;
    margin-left: 40px;
    position: relative;
    width:260px;
    height:366px;
}
.newestBook>.newestBook-left>div:after{
    content: '';
    position: absolute;
    top: -1px;
    left: -4px;
    width: 265px;
    height: 348px;
    background-color: #fff;
    border: 1px solid #d2d2d2;
}
.newestBook>.newestBook-left>div:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 265px;
    height: 342px;
    background-color: #f1f1f1;
    border: 1px solid #d2d2d2;
}
.newestBook>.newestBook-left>div>.img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.newestBook>.newestBook-left>div>.newest{
    position: absolute;
    bottom: 0;
    left:-15px;
}

.newestBook>.newestBook-right{
    width: 860px;
    overflow: hidden;
}
.newestBook>.newestBook-right>h5{
    font-size: 26px;
    font-weight: 600;
    margin-top: 40px;
}
.newestBook>.newestBook-right>.tags{
    margin-top: 10px;
    margin-bottom: 20px;
}
.newestBook>.newestBook-right>.tags>li{
    float: left;
    list-style: none;
    text-align: center;
    font-size: 14px;
    color: #999;
    width: 58px;
    height: 24px;
    background-color: #fff;
    border-radius: 12px;
    line-height: 24px;
    margin-right: 14px;
}
.newestBook>.newestBook-right>.status{
    width: 500px;
}
.newestBook>.newestBook-right>.status>li{
    float: left;
    list-style: none;
    font-size: 16px;
    color: #999;
    width: 33%;
    margin-bottom: 12px;
}

.newestBook>.newestBook-right>p{
    font-size: 16px;
    color: #999;
    border-top: 1px dashed #d6d6d6;
    line-height: 30px;
    padding-top: 10px;
}
.newestBook>.newestBook-right>.function{
    margin-top: 18px;
}
.newestBook>.newestBook-right>.function>a{
    padding-right: 20px;
    display: inline-block;
    color: #fff;
    min-width: 162px;
    height: 54px;
    background-color: #ff444f;
    position: relative;
    margin-right: 30px;
    float: left;
    border-radius: 3px;
    box-sizing: border-box;
}
.newestBook>.newestBook-right>.function>a:after{
    content: '';
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height:4px;
    background-color: rgba(0,0,0,0.2);
    border-radius: 0 0 3px 3px;
}
.newestBook>.newestBook-right>.function>a>div{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    position: absolute;
    top:50%;
    left: 10px;
    transform: translateY(-50%);
    background-size: 100%;
}
.newestBook>.newestBook-right>.function>a>span{
    /* position: absolute; */
    font-size: 20px;
    /* top: 50%; */
    /* right: 22px; */
    /* transform: translateY(-50%); */
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 54px;
    padding-left: 50px;
    box-sizing: border-box;
}

.bookList{
    width: 1240px;
    margin: 0 auto;
    margin-top: 30px;
}
.bookList>ul>li{
    /*width: 20%;*/
    float: left;
    width: 236px;
    height:386px;
    box-sizing: border-box;
    border: 1px solid #eee;
    margin-right: 15px;
    margin-bottom: 30px;
}
.bookList>ul>li:nth-of-type(5n+0){
    margin-right: 0;
}
.bookList>ul>li>.bookBox-top{
    border-bottom: 1px solid #eee;
    height:328px;
    text-align: center;
}
.bookList>ul>li>.bookBox-top>img{
    width: 196px;
    height: 260px;
    margin-top: 20px;
    margin-bottom: 26px;
}
.bookList>ul>li>.bookBox-top>p{
   font-size: 14px;
}
.bookList>ul>li>.bookBox-down{
    height:54px;
    line-height: 54px;
    padding-left: 14px;
    padding-right: 14px;
}
.bookList>ul>li>.bookBox-down>i{
    display: inline-block;
    width: 19px;
    height: 100%;
}


