#search-wrap {
  position: absolute;
  right: 0;
  top: -10px;
  height: 30px;
  z-index: 10; }
  #search-wrap.sitebg-search {
    top: 20px; }
  #search-wrap span {
    line-height: 30px; }
  #search-wrap input {
    padding: 5px 30px 5px 15px;
    width: 155px;
    height: 20px;
    border-radius: 15px; }
  #search-wrap .submit {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0; }

.cookie-wrap {
  display: none;
  position: absolute;
  z-index: 2;
  top: 34px;
  right: 0;
  padding: 8px;
  width: 184px;
  border: 1px solid #ddd;
  background: #FFF;
  box-shadow: 0 0 5px #ddd; }
  .cookie-wrap li {
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .cookie-wrap li:hover {
      background-color: #f3f3f3; }

.classify-list {
  padding: 20px 0 0 0; }
  .classify-list:first-child {
    border: 0; }
  .classify-list .classify-name {
    float: left;
    padding: 0 6px;
    min-width: 54px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #333;
    background: #ddd;
    border-radius: 4px; }
  .classify-list .list {
    overflow: hidden; }
    .classify-list .list li {
      float: left;
      margin-right: 12px;
      margin-bottom: 7px;
      height: 24px; }
    .classify-list .list a {
      display: inline-block;
      padding: 0 6px;
      color: #999;
      font-size: 14px;
      line-height: 22px;
      min-width: 60px;
      text-align: center;
      height: 22px;
      border: 1px solid #e5e5e5; }
      .classify-list .list a.active {
        color: #FFF; }
  .classify-list .list-wrap {
    position: relative;
    margin-left: 95px;
    max-height: 114px;
    overflow: hidden; }
    .classify-list .list-wrap.show {
      max-height: inherit; }
      .classify-list .list-wrap.show .more {
        position: relative;
        top: -4px; }
    .classify-list .list-wrap .more {
      position: absolute;
      top: 88px;
      width: 100%;
      height: 30px;
      background-color: #FFF; }
      .classify-list .list-wrap .more:before {
        content: ' ';
        display: block;
        position: absolute;
        top: 30%;
        width: 100%;
        height: 1px;
        background-color: #e5e5e5; }
      .classify-list .list-wrap .more a {
        position: relative;
        padding: 0 10px;
        left: -40px;
        top: 9px;
        z-index: 2;
        display: inline-block;
        min-width: 50px;
        color: #999;
        background-color: #FFF;
        border: 1px solid #e5e5e5;
        border-top: none; }
      .classify-list .list-wrap .more i {
        display: inline-block;
        width: 20px;
        height: 24px;
        vertical-align: middle;
        line-height: 24px; }
        .classify-list .list-wrap .more i:before {
          font-size: 13px;
          left: 31px; }

.news-wrap {
  overflow: hidden; }

.news-box li {
  padding-top: 28px;
  padding-bottom: 25px;
  border-top: 1px solid #e6e6e6; }
  .news-box li:first-child {
    border-top: 0;
    padding-top: 0; }
  .news-box li:hover .summary {
    text-decoration: underline; }
.news-box .u-title {
  margin-bottom: 10px;
  height: 24px; }
  .news-box .u-title > i {
    width: 18px;
    height: 24px;
    vertical-align: middle;
    display: inline-block;
    background-image: url("/res/default/img/sprite.png?v=0f13a8543");
    background-repeat: no-repeat;
    background-position: -116px -547px;
    background-color: transparent; }
.news-box .summary {
  display: block;
  line-height: 24px;
  max-height: 72px;
  margin-bottom: 15px;
  color: #666;
  overflow: hidden; }
.news-box .img-box {
  margin-left: 25px;
  width: 160px;
  height: 120px; }

.image-text .user-data {
  position: relative;
  bottom: 32px;
  margin-bottom: -32px; }

.i-top {
  background-position: -116px -542px; }

.user-data .username {
  vertical-align: bottom; }

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