body{
    background: #F6F7F8 !important;
}
.main{
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    /*background: url("../images/activity/bg.png") no-repeat top center;*/
    overflow: hidden;
}
.main-content{
    width: 1200px;
    margin: 0 auto;
}
.layui-breadcrumb{
    display: block;
    margin: 32px 0 22px;
}
.layui-breadcrumb a,.layui-breadcrumb a:hover{
    font-size: 16px;
    color: #515050!important;
}
.layui-breadcrumb span[lay-separator]{
    color: #9F9F9F!important;
}
.layui-breadcrumb a:last-child{
    color: #9F9F9F!important;
}
/*----筛选-----*/
.choose-tab{
    width: 100%;
    padding: 4px 0;
    background: #ffffff;
}
.choose-tab li{
    font-size: 14px;
    color: #2F343B;
    padding: 6px 14px;
    margin-left: 18px;
    cursor: pointer;
}
.choose-tab .active{
    background: #A32C2C;
    color: #ffffff;
}
.name{
    color: #A32C2C;
    font-size: 16px;
    margin-right: 14px;
    line-height: 28px;
}
.address-tab,.type-tab,.status-tab{
    width: 1046px;
}
.address-tab>div,.type-tab>div,.status-tab>div{
    width: 996px;
}
.address{
    padding: 8px 30px;
    padding-bottom: 3px;
}
.status{
    border-bottom: 0;
}
/*列表*/
#readBook_list{
    margin-top: 57px;
}
#readBook_list .item{
    width: 274px;
    height: 460px;
    margin-right: 34px;
    margin-bottom: 66px;
    background: #fff;
}
#readBook_list .item:nth-of-type(4n){
    margin-right: 0;
}
#readBook_list .item .thumb{
    width: 100%;
    height: 374px;
}
#readBook_list .item .info{
    /*height: 90px;*/
    padding: 0 10px;
}
#readBook_list .item .info .title{
    font-size: 16px;
    color: #161616;
    text-align: center;
    height: 20px;
    padding-top: 20px;
}
#readBook_list .item .info .name{
    display: block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    color: #8C8C8C;
    margin-top: 3px;
    text-align: center;
}