.main {
  width: 1150px;
  margin: 22px auto;
  overflow: hidden;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
   /*-webkit-box-shadow: 0px 1px 2px #d9d9d9;*/
}
.main .category-box {
  margin-bottom: 22px;
  /*width: 326px;*/
  /*width: 33%;*/
  /*margin-left: 2px;*/
  /*float: left;*/
  background: #fff;
  border-radius: 2px;
  padding: 0 20px 16px 20px;
   -webkit-box-shadow: 0px 1px 2px #d9d9d9;
}
.main .category-box.category-center {
  /*margin: 0 10px;*/
 
}
.main .category-box .category-title {
font-size: 14px;
  height: 60px;
}
.category-manga ul{
    width: 100%;
     display: flex;
  justify-content: space-between;
}
.main .category-box .category-title .title-font {
  display: inline-block;
  border-left: 3px solid #f8b62d;
  padding-left: 10px;
  float: left;
  margin-top: 19px;
}
.main .category-box .category-title .more-btn {
  float: right;
  margin-top: 19px;
  font-size: 12px;
}
.main .category-box .category-title .more-btn:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  float: right;
  background: url(../img/newicon_20160225.png) no-repeat -3px -2px;
  margin-top: 2px;
  margin-left: 5px;
}
.main .category-box .category-manga li {
  float: left;
  width: 96px;
  position: relative;
  padding-bottom: 16px;
  margin: 5px;
}
.main .category-box .category-manga li .manga-img img {
  width: 96px;
  height: 140px;
}
.main .category-box .category-manga li .manga-img:hover .img-opcity {
  display: block;
}
.main .category-box .category-manga li .manga-img .img-opcity {
  position: absolute;
  width: 96px;
  height: 140px;
  display: none;
  top: 0px;
  left: 0px;
  background: #000;
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
}
.main .category-box .category-manga li .manga-desc {
  height: 110px;
}
.main .category-box .category-manga li .manga-desc .manga-name {
  display: block;
  word-break: break-all;
  height: 40px;
  padding-top: 10px;
}
.main .category-box .category-manga li .manga-desc .manga-name:hover {
  color: #f8b62d;
}
.main .category-box .category-manga li .manga-desc .manga-author {
  color: #7F7F7F;
}
.main .category-box .category-manga li .manga-desc .manga-author a {
  display: block;
  font-size: 13px;
  margin-top: 16px;
  color: #999;
  margin-bottom: 2px;
}
.main .category-box .category-manga li.li-center {
  margin: 0 18px;
}
/*# sourceMappingURL=category.css.map */
