/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2018-06-02 23:36:29
 * @version $Id$
 */
.category-name {
  height: 2.5rem;
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-align: center;
  color: #fff;
  background-color: #cc0099;
  padding: 0 0.75rem; }
  .category-name a, .category-name span {
    display: block;
    width: 4rem;
    height: 2.5rem;
    float: left;
    background-image: url("../imgs/list/icon.png");
    background-position: 3.125% 0%;
    background-size: 36rem 2.5rem !important; }
  .category-name span {
    float: right;
    background-position: 96.125% 0%;
    position: relative;
    z-index: 101; }
    .category-name span div.list {
      width: 12.5rem;
      max-height: 80vh;
      position: absolute;
      top: 2.5rem;
      right: -0.75rem;
      z-index: 100;
      overflow: auto;
      display: none; }
      .category-name span div.list .c-list a {
        width: 100%;
        border-bottom: 0.1rem solid white; }
      .category-name span div.list .c-list > a {
        color: #333;
        background: #fbf0f0;
        height: 4.1rem;
        text-align: left; }
        .category-name span div.list .c-list > a div {
          display: inline-block;
          font-size: 1.3rem;
          line-height: 4.1rem;
          float: left;
          text-indent: 2.75rem; }
        .category-name span div.list .c-list > a span {
          width: 0;
          height: 0;
          border-top: 0.7rem solid #cc0099;
          border-left: 0.35rem solid transparent;
          border-right: 0.35rem solid transparent;
          float: left;
          margin: 1.75rem 0 0 0.5rem; }
      .category-name span div.list .c-list .children-list a {
        height: 3.6rem;
        background: #eee;
        font-size: 1.2rem;
        color: #666;
        line-height: 3.6rem; }

.children-category {
  text-align: center;
  background: #eee;
  font-size: 0; }
  .children-category a {
    display: inline-block;
    border: 1px solid #eee;
    font-size: 1.1rem;
    color: #666;
    padding: 0.25rem 1rem;
    margin: 0.6rem 1rem; }
  .children-category a.active {
    color: #cc0099;
    border: 1px solid #cc0099;
    border-radius: 1.5rem; }

.article-list {
  width: 33.8rem;
  margin: 1rem auto 0; }
  .article-list li {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px dashed #bfbfbf;
    overflow: hidden; }
    .article-list li a img {
      float: left;
      width: 10.7rem;
      height: 6.4rem;
      margin-right: 0.7rem; }
    .article-list li a div {
      width: 21rem;
      float: right; }
    .article-list li a h5 {
      height: 4.25rem;
      font-size: 1.2rem;
      color: #333;
      line-height: 2.2rem; }
    .article-list li a span {
      font-size: 0.9rem;
      color: #999;
      line-height: 2.1rem; }
  .article-list li:first-child {
    height: 17rem;
    position: relative;
    border: none; }
    .article-list li:first-child img {
      width: 100%;
      height: 100%; }
    .article-list li:first-child div {
      position: absolute;
      bottom: 0.5rem;
      width: 100%;
      padding: 0 1rem;
      background: rgba(0, 0, 0, 0.7); }
      .article-list li:first-child div span {
        display: none; }
      .article-list li:first-child div h5 {
        color: #fff;
        height: 2.8rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 2.8rem; }

.page {
  text-align: center;
  font-size: 0; }
  .page a, .page span {
    display: inline-block;
    width: 3.1rem;
    height: 3.1rem;
    border: 1px solid #bfbfbf;
    line-height: 3.1rem;
    border-radius: 0.5rem;
    margin: 1rem 0.4rem 3rem;
    color: #666; }
  .page span {
    background: #cc0099;
    border-color: #cc0099;
    color: #fff; }

/*# sourceMappingURL=list.css.map */
