.zk-list {
  padding: 25px 65px;
  margin-bottom: 10px;
  background-color: #fff;
}

.zk-list-item {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #e4e4e4;
  cursor: pointer;
}

.zk-list-item:last-child {
  border-bottom: none;
}

.zk-list-item:hover .zk-list-item-content-title {
  color: #0da4d3;
}

.zk-list-item-img {
  width: 210px;
  height: 164px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9px;
  background-color: #f7f8fa;
  border: 1px solid #eee;
  border-radius: 2px;
  -ms-behavior: url("/static/web/plugins/PIE.htc");
  behavior: url("/static/web/plugins/PIE.htc");
}

.zk-list-item-img img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  -ms-behavior: url("/static/web/plugins/PIE.htc");
  behavior: url("/static/web/plugins/PIE.htc");
}

.zk-list-item-content {
  position: relative;
  padding-left: 230px;
  height: 164px;
}

.zk-list-item-content-title {
  display: block;
  margin-bottom: 5px;
  line-height: 28px;
  font-size: 18px;
  color: #525252;
}

.zk-list-item-content-title-label {
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #ff5a00;
  border-radius: 2px;
  -ms-behavior: url("/static/web/plugins/PIE.htc");
  behavior: url("/static/web/plugins/PIE.htc");
}

.zk-list-item-content-article {
  margin-bottom: 12px;
  line-height: 22px;
  font-size: 14px;
  word-break: break-all;
}

.zk-list-item-content-info .author-info-avatar {
  margin-right: 6px;
  position: relative;
  width: 29px;
  height: 29px;
  border-radius: 100%;
  -ms-behavior: url("/static/web/plugins/PIE.htc");
  behavior: url("/static/web/plugins/PIE.htc");
}

.zk-list-item-content-info .author-info-avatar img {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 100%;
  -ms-behavior: url("/static/web/plugins/PIE.htc");
  behavior: url("/static/web/plugins/PIE.htc");
}

.zk-list-item-content-info .author-info-name {
  margin-top: 3px;
  margin-right: 6px;
  font-size: 14px;
  color: #525252;
}

.zk-list-item-content-info .author-info-date {
  margin-top: 6px;
  font-size: 12px;
}

.zk-list-item-content-info .article-data {
  margin-top: 5px;
  font-size: 12px;
}

.zk-list-item-content-info .article-data .data-item {
  margin-left: 15px;
}

.zk-list-item-content-info .article-data .data-item.mt2 {
  margin-top: 2px;
}

.zk-list-item-content-info .article-data .data-item-icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 3px;
  vertical-align: middle;
}

.zk-list-item-content-info .article-data .data-item-icon.comment {
  background-image: url("/static/web/images/icon-comment-gray.png");
  background-repeat: no-repeat;
  background-position: center;
}

.zk-list-item-content-info .article-data .data-item-icon.usable {
  background-image: url("/static/web/images/icon-usable-gray.png");
  background-repeat: no-repeat;
  background-position: center;
}

.zk-list-item-content-info .article-data .data-item-name {
  margin-right: 3px;
}

.zk-list-item-content-info .article-data .data-item-num {
  vertical-align: middle;
}

