/**
 * 
 * @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; }
      .category-name span div.list .c-list a:last-child {
        border: none; }

.title {
  padding: 1.1rem 1.1rem 0.5rem;
  border-bottom: 0.3rem solid #eee; }
  .title h1 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #444; }
  .title div {
    font-size: 0.9rem;
    color: #999;
    line-height: 2.25rem; }

.wp {
  width: 33.8rem;
  margin: 0 auto; }
  .wp article div, .wp article p, .wp article span {
    font-size: 1.4rem;
    color: #555;
    line-height: 2rem; }
    .wp article a {
      font-size: 1.4rem;
      line-height: 2rem;
    }
  .wp article img {
    max-width: 100%;
    margin: 0 auto; }

.bottom-ad {
  width: 100%;
  height: 15rem; }

.other-article .t {
  background: #eee;
  height: 2.5rem; }
  .other-article .t .w {
    width: 0.3rem;
    height: 1.3rem;
    background: #cc0099;
    border-radius: 0.25rem;
    float: left;
    margin: 0.6rem 0.6rem 0 2rem; }
  .other-article .t h5 {
    font-size: 1.2rem;
    line-height: 2.5rem;
    float: left; }
.other-article .list {
  padding: 0.5rem 0 1.5rem 1.6rem; }
  .other-article .list a {
    display: block;
    font-size: 1.1rem;
    color: #333;
    padding: 0.5rem 0; }

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