.main {
  margin-bottom: 76px;
}
.content {
  width: 897px;
  padding-right: 30px;
  box-sizing: border-box;
}
.list .item {
  height: 160px;
  border-bottom: 1px solid #eeeeee;
  padding-top: 30px;
  font-size: 12px;
}
.list .item:nth-child(1) {
  margin-top: -29px;
}
.list .item .default {
  width: 168px;
  height: 100px;
  float: left;
  margin-right: 28px;
  border: 1px solid #dddddd;
}
.list .item h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin: 1px 0 10px 0;
  max-width: 520px;
  display: inline-block;
  height: 18px;
}
.list .item .date {
  float: right;
  color: #999999;
  margin-top: 3px;
}
.list .item p {
  line-height: 20px;
  color: #999999;
  height: 40px;
}
.list .item .info {
  margin-top: 12px;
  color: #bbbbbb;
}
.list .item .info .eye {
  margin-left: 0;
}
.list .item .tags {
  float: right;
  max-width: 520px;
  height: 16px;
}
.list .item .tags a {
  color: #666666;
  max-width: 150px;
  margin: 0 0 5px 20px;
  float: right;
  height: 16px;
}
.list .item h3:hover , .list .item .tags a:hover {
  color: #FE7326;
}

/* 右侧推荐文章 */
.recommend {
  width: 303px;
  border-left: 1px solid #DDDDDD;
  padding-left: 30px;
}
.recommend h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin: 4px 0 23px 0;
}
.recommend h3::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  background: #FE7326;
  margin: 0 10px -2px 0;
}
.recommend .article a {
  font-size: 14px;
  color: #666666;
  display: block;
  margin-bottom: 23px;
  height: 16px;
}
.recommend .article a:hover {
  color: #FE7326;
}
.recommend .borderTop {
  border-top: 1px solid #EEEEEE;
  padding-top: 30px;
  margin-top: 32px;
}
/* 分页 */
.pageContainer {
  text-align: center;
}
.pagination {
  height: 32px;
  margin: 40px 0;
  display: inline-block;
  font-size: 14px;
}
.pagination .pageList {
  overflow: hidden;
}
.pagination .pageList a {
  float: left;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  text-align: center;
  color: #666666;
  margin: 0 3px;
}
.pagination .pageList a:not(.arrow):hover, .pagination .pageList .active {
  background-color: #FE7326;
  color: #ffffff;
}
.pagination .pageList .arrow {
  color: #999999;
  font-weight: bold;
}
.pagination .pageList .arrow:hover {
  color: #FE7326
}
.pagination .pageList .disabled {
  color: #DDDDDD;
  cursor: not-allowed;
}
.pagination .pageList .disabled:hover {
  color: #DDDDDD
}
.pagination .goPage {
  line-height: 32px;
  color: #999999;
  margin: 0 12px;
}
.pagination .goPage .pageInput {
  width: 60px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  margin: 0 10px;
  padding: 0 10px;
  outline: none;
}
.pagination .goPage .pageInput:hover,
.pagination .goPage .pageInput:focus {
  border-color: #FE7326;
}