.main {
  margin-bottom: 76px;
}
.content {
  width: 897px;
  padding-right: 10px;
  box-sizing: border-box;
}
.content h1 {
  font-weight: bold;
  color: #666666;
  font-size: 28px;
  margin: 5px 0 25px 0;
  float: left;
}
/* 搜索 */
.tag-head {
  overflow: hidden;
}
.search {
  float: right;
  width: 260px;
  height: 32px;
  position: relative;
  margin: 4px 21px 0 0;
}
.search input {
  outline: none;
  width: 260px;
  height: 32px;
  line-height: 32px;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #DDDDDD;
  padding: 0 40px 0 20px;
  color: #424242;
}
.search input:focus  {
  border-color: #FE7326
}
.search input::-webkit-input-placeholder {
  color: #bbb;
}
.search input:-moz-input-placeholder {
  color: #bbb;
}
.search input:-ms-input-placeholder {
  color: #bbb;
}
.search input::-moz-placeholder {
  color: #bbb;
}
.search .search-icon {
  top: 9px;
  right: 18px;
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  background: url("../imgs/search.png") -0px -0px no-repeat;
  cursor: pointer;
  transition: 0s;
}
.search .search-icon:hover {
  background-position: -14px 0;
}

.tagList {
  overflow: hidden;
}
.tagList a {
  float: left;
  height: 40px;
  color: #FE7326;
  background: #fff1e9;
  margin: 20px 20px 0 0;
  padding: 0 10px;
  line-height: 40px;
  border-radius: 4px;
  max-width: 860px;
}
.tagList a:hover {
  background-color: #ffe3d3;
}

/* 右侧推荐文章 */
.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;
}