body,html{
    color: #333;
    background: #f4f5f6;
}
.zs_content{
    background: none;
}
 .zs_nav{
     border-bottom: 0px;
 }
 .book_list{
    padding: 0px 0px 20px 0px;
}
.book_list .sys_title{
   margin-top: 60px;
   text-align: center;
}
.book_list .littext{
    color: #666;
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 60px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    background: rgba(10, 60, 109, 0.1);
    margin: 20px;

}
.little_text{
    position: relative;
    z-index: 5;
}
.book_list .littleback{
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 100%;
    opacity: 0.01;
}
.book_list .littext:hover{
   color: #fff;
   background: rgba(10, 60, 109, 1);
}
.book_list .litactive{
    color: #fff;
    background: rgba(10, 60, 109, 1);
}
.book_list .litactive .littleback{
    opacity: 1;
}
.book_list .littext:hover .littleback{
   opacity: 1;
}
/* 列表 */
.booklist{
    margin: 60px -15px 0px -15px;
}
.bookitem{
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 15px;
}
.bookinner{
    background: white;  
    border-radius: 5px;
}
.bookinner:hover{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
 .eximg{
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
    /* height: 162px; */
}
.eximg img{
    display: block;
}
.booktext{
    box-sizing: border-box;
    padding: 10px 15px;
  
}
.book_title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 5px;
    font-weight: bold;
    margin-left: -5px;
}
.bookintro{
    margin:10px 0px 15px 0px;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.book_price{
    float: left;
    font-size: 13px;
    line-height: 30px;
}
.book_price span{
    color: #666666;
    font-size: 16px;
    /* color: #ea0029; */
}
.book_btn{
    float: right;
    border: 1px solid #b08156 ;
    font-size: 14px;
    height: 28px;
    box-sizing: border-box;
    padding: 0px 10px;
    line-height: 28px;
    border-radius: 3px;
    color: #b08156;
}
.book_btn:hover{
    background:  #b08156 ;
    color: white;
}
.book_btn:active{
    background:  #b08156 ;
    color: white;
}

/* 搜索 */
.sys_search{
    background: white;
    border-radius: 50px;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    padding: 0px 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.sys_search:hover{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.search_btn{
    float: right;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    width: 80px;
    text-align: center;
    letter-spacing: 0.2em;
    margin-top: 10px;
    border-radius: 30px;
    background: linear-gradient(#4b83bb,#0a3c6d);
    color: white;
    cursor: pointer;
    margin-right: 15px;
}
.search_btn:hover{
    background: linear-gradient(#376ca1,#05284b);
}
.sys_input{
    /* border: 1px solid red; */
    margin:0px 100px 0px 0px;

}
.sys_input input{
    border: 0px solid black;
    width: 100%;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    border-radius: 50px;
    outline: none;
    font-size: 16px;
    padding: 0px 20px;

}
.exp_img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(0, 0, 0, 0.5);
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
 .exp_img img{
    width: 30px;
    height: 30px;
    margin:15px 13px 15px 17px;
}
.book_bottom{
    margin-top: 10px;
}
.pagenum{
    width: 50%;
    margin:60px auto 100px auto;
}


@media screen and (max-width:1200px) {
    .booklist{
        margin: 20px -10px 0px -10px;
    }
    .bookitem{
        padding: 10px;
    }
    .bookintro{
        margin:10px 0px 5px 0px;
        font-size: 12px;
    }
    .book_price{
        /* float: none; */
        font-size: 12px;
        line-height: 30px;
    }
    .book_price span{
        font-size: 14px;
    }
    .book_btn{
        font-size: 12px;
        height: 25px;
        line-height: 25px;
        margin-top: 5px;
    }
}
@media screen and (max-width:700px) {
.book_list{
    padding: 0px 0px;
}
.book_list .sys_title{
   margin-top: 40px;
}
.book_list .littext{
    font-size: 14px;
    padding: 0px 30px;
    height: 40px;
    line-height: 40px;
    margin:0px 5px;
}

.bookitem{
    width: 50%;
}
.book_title{
    font-size: 14px;
}
}