@charset "utf-8";
/**瀑布流样式**/
.demo{width:890px;margin:0 auto;}
/**cate**/
.book_cate{width:890px; height:170px;  background:#fff; border:1px solid #ddd;}
.book_cate ul{list-style:none; float:left}
.book_cate li{ float:left;list-style:none; display:inline; padding:0px; margin:0px;}
.bigpic {float: left;overflow: hidden;height: 118px;width: 80px;}
.book_cat_commend{padding:10px 10px 10px 20px; font-size:14px;}
.book_c{margin-left:10px; display:inline}
.rec_item {display: inline;margin-left: 13px;width: 220px;float:left;}
.book_info {float:left;line-height:21px;width: 105px; margin-left:10px; display:inline}
.red_f {color: #f69;}
.info h3{font-size:14px; padding-top:3px; padding-bottom:3px;}
.mt20_f {margin-top:6px;}
/* item_list */
.item_list{position:relative;padding:0 0 50px;}
.item{width:211px;background:#fff;overflow:hidden;margin:0 0 5px 0; padding:2px; border:1px solid #DDD;}
.item_t{padding:0;}
.item_t .img{background-color:#FFFFFF;margin:0 auto;position:relative;width:211px;}
.item_t .img a{display:block;}
.item_t dl,.item_t dt{width:211px;}
.item_t dd{padding:18px; width:175px; text-align:left;}
.item_t a{
  color: #333;
  outline: none;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}
.item_t  dd strong a{
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  font-weight:normal;
}
.item_t dd strong a:hover{
  color: #ff6600;
  outline: none;
  font-size: 16px;
  font-weight:normal;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

.item_t dd p{
  font-size: 14px;
  color: #777;
  line-height: 25px;
  margin-top: 5px;
  font-family: 'Microsoft YaHei';
}
.item_t dd p a{color:#777;}
.item_t dd p a:hover{
  color: #222;
  outline: none;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

.item_b{padding:10px 8px;}
.item_b .items_likes .like_btn{background:url("images/fav_icon_word_new_1220.png") no-repeat;display:block;float:left;height:23px;width:59px;margin-right:5px;}
.item_b .items_likes em{line-height:23px;display:block;float:left;padding:0px 6px;color:#FF6699;font-weight:800;border:1px solid #ff6fa6;border-radius:3px;}
.items_comment a{color:#666666}
.items_comment em{color:#666666}
/* more */
#more{display:block;margin:10px auto 20px;}
/* infscr-loading */
#infscr-loading{bottom:-10px;left:45%;position:absolute;text-align:center;height:20px;line-height:20px;z-index:100;width:120px;}
/* page */
.page{display:none;font-size:18px;height:60px;text-align:center;margin:20px 0 0 0;}
.page_num a,.page_num span{margin:0 2px;background:url("images/page.png") no-repeat;display:inline-block;width:30px;height:28px;line-height:26px;overflow:hidden;}
.page_num a{background-position:-65px 0;color:#FF3333;overflow:hidden;}
.page_num .prev{background-position:1px -33px;}
.page_num .unprev{background-position:1px 0;cursor:default;}
.page_num .next{background-position:-32px 0;}
.page_num .unnext{background-position:-32px -33px;cursor:default;}
.page_num .current{background-position:-99px 0;color:#FFFFFF;}
.page_num .etc{background-position:-172px 8px;}