body{background-color: #effdf1;overflow-x: hidden;position: relative;}
.banner { position: relative;  font-family: "Microsoft YaHei";width: 100%;min-height: 930px;background: url(../img/wh/banner.png) center top no-repeat;}
.banner .text{
 position: absolute;
 font-size: 18px;
 color: #274327;
 width: 90%;
 top: 55%;
 left: 50%;
 -webkit-transform: translate(-50%,-50%);
         transform: translate(-50%,-50%);
 text-align: center;

}
.banner .text>p{
    display: block;
    margin: auto;
    line-height: 30px;
}

.mainCon{position:relative;}
.main{position:relative;width: 100%;margin:0 auto;min-height: 500px;padding: 0 100px;-webkit-box-sizing: border-box;box-sizing: border-box;padding: 20px 100px 50px; } 
.main .left_bg{
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.main .right_bg{
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    
    
}
.main a{display: block;}


.bookContent{position:relative;z-index:1;width: 1022px;padding:50px 0 0 50px; display: -webkit-box; display: -ms-flexbox; display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
/* .bookContent li{float:left;width: 511px;margin:0 0px 40px 0;} */
.bookContent li{
width: 48%;
margin-top: 30px;
}
.bookCover{width: 142px;height: 190px;border: 1px solid #ccc;margin-right: 20px;}
.bookCover img{width: 100%;height: 100%;}

.bookMsg{width: 250px;}
.bookMsg a h2{display:block;color:#333;height: 18px;line-height:18px;font-size: 18px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-bottom: 20px;}
.name{font-size: 14px;height:14px;line-height:14px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color: #666;margin:0px 0 16px;}
.tips{color:#666;font-size: 14px;line-height: 20px;margin-bottom: 15px;}
.btn{height: 40px;line-height: 40px;width:120px;border-radius: 5px;text-align:center;font-size: 14px;color: #fff;background: #a60014; }


a.backPrev {float: left;margin-right: 16px;padding-left: 12px;width: 76px;height: 36px;text-align: center;font-size: 18px;background: url(../img/backPrev.png) no-repeat right center;line-height: 36px;}
.footer {    line-height: 24px;
    font-size: 13px;
    color: #274327;
    width: 100%;
    padding-top: 10px;
    background-color: #c8dea1;}
.footMain {    padding: 20px 0;text-align: center;}
.footMain a{color: #274327;display: inline-block;}
.footerBg1{position:absolute;left:0;bottom:-320px;z-index:-2;width: 100%;}
.dleft{    /* width: 296px; */
    height: 100%;
    position: absolute;
    /* left: -103px; */
    /* top: -103px; */
    z-index: -1;
    top: 0;
    left: 0;
    width: 200px;}
.dright{width:200px;height: 100%;position: absolute;right: 0;top: 0;z-index:-1;}

.z1{width: 321px;height: 394px;position: absolute;left: -262px;top: 450px;z-index:-1;}
.z2{width: 286px;height: 349px;position: absolute;left: -182px;bottom: -149px;z-index:-1;}
.z3{width: 663px;height: 620px;position: absolute;right: -430px;top: 336px;z-index:-1;}
.z4{width: 639px;height: 556px;position: absolute;right: -322px;bottom: -330px;z-index:-1;}

.footerBg1 img,.dleft img,.dright img,.z1 img,.z2 img,.z3 img,.z4 img{width: 100%;height: 100%;}


@media screen and (min-width:320px) and (max-width:1024px){
    body{width: 125%}
} 
@media screen and (min-width:1400px) and (max-width:2000px){
    .book_list li .list_book_name {font-size: 16px;}
}


.foure-line{
	display: inline;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}