.list-wrap {
  display: flex;
}

.list-wrap .list-main {
  width: 730px;
  margin-right: 30px;
  flex-shrink: 0;
}

.list-side {
  min-width: 0;
}

.news-item {
  display: flex;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
  align-items: center;
}

.news-item:last-child {
  border-bottom: 0;
}

.news-item .cover {
  width: 160px;
  height: 100px;
  margin-right: 14px;
  flex-shrink: 0;
}

.news-item .cover img {
  width: 100%;
  height: 100%;
}

.news-item .title a {
  width: auto;
  color: #094067;
  font-size: 14px;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}

.news-info {
  display: flex;
  font-size: 14px;
  color: #5f6c7b;
  margin-top: 10px;
}

.news-info span {
  padding-left: 20px;
  margin-right: 20px;
}

.news-info .time {
  background: url(../img/clock.png) no-repeat left center;
}

.news-info .author {
  background: url(../img/user.png) no-repeat left center;
}

.news-info .view-count {
  background: url(../img/eye.png) no-repeat left center;
}

.news-desc {
  font-size: 14px;
  color: #5f6c7b;
  margin-top: 10px;
  width: 100%;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-body {
  min-width: 0;
}

.pager {
  display: flex;
}

.pager a,
.pager span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d7ebff;
  color: #333;
  border-radius: 4px;
  margin-right: 10px;
  min-width: 30px;
  height: 30px;
}

.pager a:hover,
.pager a.active {
  background-color: #3a9efd;
  color: #fff;
}

.block-link-group {
  flex-wrap: wrap;
}

.block-link-group .entry-link {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

.color-block a {
  padding: 15px 0;
}

.color-block .label {
  font-size: 14px;
}

.color-block .icon {
  height: 20px;
  margin-bottom: 10px;
}

.color-block .icon img {
  height: 100%;
}

footer {
  margin-top: 50px;
}

@media screen and (max-width: 1200px) {
  .list-wrap {
    flex-wrap: wrap;
  }
  .list-wrap .list-main {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .news-item {
    flex-wrap: wrap;
  }

  .news-item .cover {
    width: 100%;
    height: auto;
    margin-right: 0;
    flex-shrink: 0;
    margin-bottom: 20px;
  }
  .pager {
    justify-content: center;
  }
}
