/**
 *  网站栏目页面样式
 *  by wang 2016-12
 */
@import 'layout-anime.css?ver=20180425';
.anime-box{
    margin:10px 0;
    min-height:400px;
}
.tag-box{
  padding-top: 5px;
  padding-bottom: 5px;
}
.tag-box label{
  padding-left: 10px;
  float: left;
  font-size: 16px;
  font-weight: bold;
}
.tag-box ul{
  float: left;
  width: 1100px;
}
.tag-box ul li{
  float: left;
  padding: 3px 10px;
  margin-left:10px;
  margin-bottom:10px;
  cursor: pointer;
  border-radius: 5px;
}
.tag-box li.active{
  color: #fff;
  background-color: #65C514;
  background-color: var(--week6-color);
}
.tag-box .feel-tags{
  width: 950px;
}
.search-btn{
  background-color: #f03;
  border: 1px solid #f63;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  height: 35px;
  padding: 5px;
  width: 100px;
  margin-left: 10px;
}
.more{
  font-size:13px;
  text-align:center;
  color:#888;
  cursor:pointer;
  padding-top:25px;
  padding-bottom:15px;
  display:none;
}
.more:hover{
  color:#555;
}
.more.disable:hover{
  color:#888;
  cursor:default;
}
.page-box{
    margin-top:20px;
    text-align:center;
    height:25px;
}
.page-box a{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #000;
    font-size:14px;
    text-align: center;
    border-radius:10px;
    margin-right: 30px;
}
.page-box a:hover, .page-box a.active{
    color:#fff;
    background-color:#000;
    background-color:var(--main-color);
}
